Skip to content

Bump p5 from 2.3.1 to 2.3.2 in /landing-pages in the npm-dependencies group across 1 directory - #1624

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/landing-pages/npm-dependencies-b895a4143c
Open

Bump p5 from 2.3.1 to 2.3.2 in /landing-pages in the npm-dependencies group across 1 directory#1624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/landing-pages/npm-dependencies-b895a4143c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 1 update in the /landing-pages directory: p5.

Updates p5 from 2.3.1 to 2.3.2

Release notes

Sourced from p5's releases.

v2.3.2 Patch: Path performance & loading animation

This patch improves 2D paths and adds a loading animation to display when setup() takes a long time.

@​okra-sf reported how using beginShape/endShape with many vertex calls created slowdowns in v2 compared to v1. Work in processing/p5.js#9025 on speeding up how paths are drawn included extensive benchmarking, and was reviewed by @​davepagurek @​VANSH3104 and @​treerao

The loading animation was added in processing/p5.js#8997 by @​Jextic and @​gojoshin as part of the CodeDay program, and reviewed by @​limzykenneth and @​ksen0

🎉 Thanks to all contributors & stewards!

Full Changelog: processing/p5.js@v2.3.1...v2.3.2

Commits
  • 8d8f65b 2.3.2
  • 520c934 Merge pull request #9028 from processing/patch-2.3.2
  • 46b1a19 Merge pull request #9025 from okra-sf/perf/shape-hot-path
  • f4f5e62 Revert change that fails tests
  • 41e23a1 Loading indicators can now appear in independent canvases instead of the cent...
  • 1e4df8d Updated test unit for instance mode and multiple instance testing for loading.js
  • 83a439d Modified loading.js so that instead of a global variable for the loading indi...
  • 51cc0c1 Refactored loading.js and added inline references. Also modified the unit tes...
  • 6ec7145 Decoupled the loading indicators from main.js and replaced the loading text w...
  • 4ab5875 Added a unit test for testing the loading indicator.
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 1 update in the /landing-pages directory: [p5](https://github.com/processing/p5.js).


Updates `p5` from 2.3.1 to 2.3.2
- [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.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: p5
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
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