Skip to content

Bump p5 from 2.2.2 to 2.2.3#378

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/p5-2.2.3
Closed

Bump p5 from 2.2.2 to 2.2.3#378
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/p5-2.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps p5 from 2.2.2 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
Bumps [p5](https://github.com/processing/p5.js) from 2.2.2 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.2...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 force-pushed the dependabot/npm_and_yarn/p5-2.2.3 branch from 0deaace to a39610a Compare April 11, 2026 20:03
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #412.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/p5-2.2.3 branch July 1, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants