Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm: bump p5 from 1.2.0 to 1.3.0 #91

Merged
merged 1 commit into from Mar 14, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps p5 from 1.2.0 to 1.3.0.

Release notes

Sourced from p5's releases.

1.3.0

  • removing empty-example link to p5.sound until load functionality is fixed closes #5068 1b931906
  • adding note about textFont return type closes #4926 02c7eb11
  • adding note about p5 editor to getURL methods closes #5035 7fda84a1
  • adding note about cumulative mask property to mask closes #5012 d4aec1ac
  • removing unnecessary backslash in blendmode documentation closes #5042 85dc5a0e
  • fixing some npm vulnerabilities 6407fbff
  • Merge branch 'main' of github.com:processing/p5.js into main f8cd935d
  • Merge pull request #5073 from processing/dependabot/npm_and_yarn/elliptic-6.5.4 8fb8c93e
  • Merge pull request #5069 from meodai/main a20779df
  • Merge pull request #5075 from processing/all-contributors/add-Aloneduckling 336389a1
  • docs: update .all-contributorsrc [skip ci] 298be5bd
  • Merge pull request #5071 from Aloneduckling/p5js-camera-docs e6b7382b
  • docs: update README.md [skip ci] 5ec2075c
  • Merge pull request #5074 from processing/all-contributors/add-msub2 7ad3311c
  • Merge pull request #5072 from msub2/main c212eab9
  • docs: update .all-contributorsrc [skip ci] 9d87b3f0
  • docs: update README.md [skip ci] 6290db33
  • these changes are in response to PR comments d4db58ab
  • Bump elliptic from 6.5.3 to 6.5.4 a33b0590
  • Remove unused parameters, updated inline examples e913f92a
  • applyMatrix now accepts an array as the first argument 873ef633
  • make the example readonly by adding norender class 56a968cc
  • replaces the minified version of p5.sound with the plain one in the demo 78b8d37a
  • add examples and docs for centerX/Y/Z and upX/Y/Z 8fb358ee
  • add documentation for eyeX, eyeY, eyeZ properties 8082db16
  • Merge pull request #5055 from satyasaibhushan/remove_space_under_foundation_section a8afd776
  • mention camera opbect properties in the docs bbe0a71b
  • Merge pull request #5063 from processing/saveFrame-typo acf5f8f6
  • fix typo on saveFrames c77db0ec
  • Merge pull request #5062 from processing/all-contributors/add-sosunnyproject 81d87b36
  • docs: update .all-contributorsrc [skip ci] fce32ef2
  • docs: update README.md [skip ci] e0b15da5
  • docs: add jcelerier as a contributor (#5059) f1010c1b
  • docs: add vulongphan as a contributor (#5058) 3d838776
  • update lights function to handle non-RGB color modes (#5049) be51645f
  • added submodule to Foundation section in reference to remove inconsistencies in spacing cefdcd7d
  • Merge pull request #5052 from rt1301/#5045-filter-doc f81bb700
  • feat:updated p5.Image filter() methods docs 435c321a
  • Merge pull request #1 from processing/main a82db0f5
  • Merge pull request #5041 from processing/all-contributors/add-satyasaibhushan bb4ba44f
  • docs: update .all-contributorsrc [skip ci] 60eeae83
  • docs: update README.md [skip ci] b30e5c9a
  • delete duplicate "tool" and fix link to avatar 39fcd6e8
  • delete comma to fix it a82557a6
  • Fixed link to Mozilla JS practices eb9b15a4
  • Merge pull request #5033 from Prateek93a/update-unit-testing-doc a765b367
  • Merge branch 'hdcola/main' into main 396907da
  • Edit Chinese translation of contributor documentation 4f878bcf
  • Update unit_testing.md a8abe642

... (truncated)

Commits
  • 2fdd4c9 Merge pull request #5078 from processing/all-contributors/add-highonweb
  • 183ad9c docs: update .all-contributorsrc [skip ci]
  • 14f0d4d docs: update README.md [skip ci]
  • b691182 fix typo
  • 1b93190 removing empty-example link to p5.sound until load functionality is fixed clo...
  • 02c7eb1 adding note about textFont return type closes #4926
  • 7fda84a adding note about p5 editor to getURL methods closes #5035
  • d4aec1a adding note about cumulative mask property to mask closes #5012
  • 85dc5a0 removing unnecessary backslash in blendmode documentation closes #5042
  • 6407fbf fixing some npm vulnerabilities
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 1.2.0 to 1.3.0.
- [Release notes](https://github.com/processing/p5.js/releases)
- [Commits](processing/p5.js@1.2.0...1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2021
@peilingjiang peilingjiang merged commit 3ef49f1 into master Mar 14, 2021
@peilingjiang peilingjiang deleted the dependabot/npm_and_yarn/p5-1.3.0 branch March 14, 2021 19:09
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
Projects
None yet
1 participant