Skip to content

build(deps): bump p5 from 2.2.0 to 2.2.3#298

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/p5-2.2.3
Open

build(deps): bump p5 from 2.2.0 to 2.2.3#298
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/p5-2.2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps p5 from 2.2.0 to 2.2.3.

Release notes

Sourced from p5's releases.

v2.2.3

What's Changed

This patch contains bugfixes, documentation updates, and improvements in developer experience:

  1. A decorator API for further customisation of p5.js by addons without needing to duplicate or directly modify internal implementation. It is already used internally by FES parameter validation and provides a route towards additional accessibility oriented features. It is based on this proposal. (@​limzykenneth)
  2. A fix enabling p5 global-mode typescript use, such as in this non-trivial example (@​nbogie)
  3. Extensive update to the contributor documentation for testing 2.x p5.js reference locally (@​nbogie)
  4. Bugfixes for p5.strands and WebGL (@​davepagurek and @​aashu2006)
  5. Other bugfixes, docs updates, and improvement (@​avinxshKD , @​codervinitjangir, @​imrinahru , @​MASTERsj01, @​Nitin2332)

Try it out!

To use this patch, you can use this starter sketch!

Or load both p5.js and WebGPU mode by adding these two script tags to your sketch:

<script src="https://cdn.jsdelivr.net/npm/p5@2.2.3/lib/p5.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@2.2.3/lib/p5.webgpu.js"></script>

Then load WebGPU mode in createCanvas - note the async/await, this is needed for WebGPU but not WebGL:

async function setup() {
  await createCanvas(400, 400, WEBGPU);
}

If you take any existing sketch, such as from the intro to strands tutorial, you can switch from WEBGL to WEBGPU (async/await will be needed!)

Read more about how the WebGPU-based renderer works and where we plan on taking it here!

Developer experience

Documentation updates

... (truncated)

Commits
  • 83415b7 2.2.3
  • 67afe88 Merge pull request #8664 from processing/readme-2
  • 3f38043 Sync 2.0 readme with 1.x
  • eb85944 Merge pull request #8659 from Nitin2332/fix/update-discord-links-2.0
  • 7a5c026 Merge branch 'dev-2.0' into fix/update-discord-links-2.0
  • d25758b Revert accidental typo in text
  • 147e885 Merge pull request #8661 from processing/unescape
  • 5cffb3f Merge branch 'dev-2.0' into unescape
  • 4706c3c Merge pull request #8642 from codervinitjangir/fix/buildGeometry-docs
  • 4e1a560 Unescape < and > in inline code in docs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [p5](https://github.com/processing/p5.js) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/processing/p5.js/releases)
- [Changelog](https://github.com/processing/p5.js/blob/main/contributor_docs/release_process.md)
- [Commits](processing/p5.js@v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: p5
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Changes related to update dependencies label May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes related to update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants