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

build(deps): bump phaser from 3.85.1 to 3.85.2 #95

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps phaser from 3.85.1 to 3.85.2.

Release notes

Sourced from phaser's releases.

Phaser v3.85.2

Updates

  • WebGLRenderer.setExtensions is a new method that queries the GL context to get the list of supported extensions. Which it then sets into the class properties. This method is called internally as part of the init and restore process.

Bug Fixes

  • When the WebGL context was restored it would incorrectly try to call init.setupExtensions() which didn't exist. It now calls the correct method, WebGLRenderer.setExtensions. Fix #6905 (thanks @​RedRoosterMobile)
  • TransformMatrix.setQuad has been fixed so it no longer rounds the quad dimensions, only the x/y coordinates. This fixes a bug where it could give slightly different (+- 1px) sized textures based on how the dimensions were rounded when using roundPixels on the camera. Fix #6874 (thanks @​saintflow47)

Examples, Documentation, Beta Testing and TypeScript

Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:

@​AlvaroNeuronup

Changelog

Sourced from phaser's changelog.

Phaser 3 Change Logs

You can find the exhaustive Change Logs for all versions of Phaser 3 here.

Please select a version to read that specific change log:

Version Name Release Date
3.85.2 Itsuki 17th September 2024
3.85.0 Itsuki 5th September 2024
3.80.1 Nino 27th February 2024
3.80 Nino 21st February 2024
3.70 Yotsuba 10th November 2023
3.60 Miku 12th April 2023
3.55.2 Ichika 27th May 2021
3.55.1 Ichika 26th May 2021
3.55 Ichika 24th May 2021
3.54 Futaro 26th March 2021
3.53.1 Anastasia 8th March 2021
3.53 Anastasia 8th March 2021
3.52 Crusch 14th January 2021
3.51 Emilia 5th January 2021
3.50.1 Subaru 21st December 2020
3.50 Subaru 16th December 2020
3.24.1 Rem 14th July 2020
3.24 Rem 13th July 2020
3.23 Ginro 27th April 2020
3.22 Kohaku January 15th 2020
3.21 Senku 22nd November 2019
3.20.1 Fitoria 15th October 2019
3.20 Fitoria 11th October 2019
3.19 Naofumi 8th August 2019
3.18.1 Raphtalia 20th June 2019
3.18 Raphtalia 19th June 2019
3.17 Motoko 10th May 2019
3.16.2 Ishikawa 11th February 2019
3.16 Ishikawa 5th February 2019
3.15.1 Batou 16th October 2018
3.15 Batou 16th October 2018
3.14 Tachikoma 1st October 2018
3.13 Yuuki 20th September 2018
3.12 Silica 4th September 2018
3.11 Leafa 13th July 2018
3.10.1 Hayashi 13th June 2018
3.10 Hayashi 13th June 2018
3.9 Yui 24th May 2018
3.8 Klein 16th May 2018
3.7.1 Sinon 8th May 2018
3.7 Sinon 4th May 2018
3.6 Asuna 19th April 2018

... (truncated)

Commits
  • 580ff30 v3.85.2
  • d6ccb63 Update README.md
  • e014aeb Update CHANGELOG.md
  • 0a33856 Update CHANGELOG-v3.85.2.md
  • 91eb34c Update CHANGELOG-v3.85.2.md
  • 3a74008 TransformMatrix.setQuad has been fixed so it no longer rounds the quad dime...
  • 4cfa44d Update CHANGELOG-v3.85.2.md
  • 3057998 TS defs issue fix #6904
  • ad5b38b WebGLRenderer.setExtensions is a new method that queries the GL context to ...
  • e41b3be v3.85.2 version
  • See full diff 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 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 [phaser](https://github.com/phaserjs/phaser) from 3.85.1 to 3.85.2.
- [Release notes](https://github.com/phaserjs/phaser/releases)
- [Changelog](https://github.com/phaserjs/phaser/blob/master/CHANGELOG.md)
- [Commits](phaserjs/phaser@v3.85.1...v3.85.2)

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

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 Sep 18, 2024
@mergify mergify bot merged commit 124f24c into master Sep 18, 2024
4 checks passed
@mergify mergify bot deleted the dependabot/npm_and_yarn/phaser-3.85.2 branch September 18, 2024 16:38
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