Skip to content

Bump phaser from 4.0.0 to 4.1.0 in the npm-dependencies group#480

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-bb3b002751
Closed

Bump phaser from 4.0.0 to 4.1.0 in the npm-dependencies group#480
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-bb3b002751

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-dependencies group with 1 update: phaser.

Updates phaser from 4.0.0 to 4.1.0

Release notes

Sourced from phaser's releases.

Phaser v4.1.0

Version 4.1.0 - Salusa - 30th April 2026

New Features

  • RenderConfig#mipmapRegeneration option allows certain framebuffer-based objects to use mipmaps if the game is configured to use mipmaps. This has a cost because mipmaps must be recreated after every change. Currently it only applies to DynamicTextures; Filters cannot render mipmaps. Thanks @​Flow!
  • Layer is now a true GameObject. This fixes numerous small inconsistencies, and some big issues such as Filters not working. Thanks @​rexrainbow for reporting the initial issue!
  • The base filter Controller now has getPaddingCeil(), which returns the ceiling of the current padding. This is mostly used internally to avoid quality loss from fractional padding. If your code calls getPadding() on a filter controller (typically in a custom render node), you should replace it with getPaddingCeil().

Fixes

  • Fix reversions in rounded rectangle handling. Thanks @​laineus!
  • Remove duplicate function definition and exposed internal code docs from RectangleCanvasRenderer.
  • Fix duplicate texture name resulting from RenderTexture#saveTexture. Thanks @​UnaiNeuronUp!
  • Fix framebuffers (in filters and DynamicTextures) using mipmaps incorrectly. Now filters do not render with mipmaps. Thanks @​Flow!
  • Fix lack of default export in ESM build. Thanks @​kibertoad!
  • Fix lack of Class and LOG_VERSION export in ESM build. Thanks to many users including @​Flow and @​rex for helping investigate this!
  • Fix Utils.Array.GetRandom often returning null if only startIndex was specified. Now it always returns an array element if part of the array is within range, as documented.
Changelog

Sourced from phaser's changelog.

Phaser Change Logs

Phaser 4

Document Description
4.1.0 Changelog Full changelog for Phaser 4.1.0
4.0.0 Changelog Full changelog for Phaser 4.0.0
Migration Guide Guide for upgrading from Phaser 3 to Phaser 4

Phaser 3

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

Version Name Release Date
3.90 Tsugumi 23rd May 2025
3.88.2 Minami 13th February 2025
3.88.1 Minami 12th February 2025
3.88 Minami 11th February 2025
3.87 Hanabi 14th November 2024
3.86 Aoi 11th October 2024
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

... (truncated)

Commits
  • 7304c64 Update CHANGELOG.md
  • c147eef Update CHANGELOG and README.
  • 0745ca4 Build types and dist files for v4.1.0.
  • ebf244e Update CONST version.
  • 90cd7f9 Create PCTAtlasFileConfig.js
  • 7a21f6e Fix DrawingContext test compatibility.
  • 7c8a3df Fix WebGLTextureWrapper test compatibility.
  • 094ec32 Fix Utils.Array.GetRandom startIndex often returning null.
  • 75cbb93 Iterate version to 4.1.0.
  • 08955da Update tsgen-test tsconfig.
  • 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: [phaser](https://github.com/phaserjs/phaser).


Updates `phaser` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/phaserjs/phaser/releases)
- [Changelog](https://github.com/phaserjs/phaser/blob/master/CHANGELOG.md)
- [Commits](phaserjs/phaser@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: phaser
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 labels May 7, 2026
@dependabot dependabot Bot requested review from BaseMax and jbampton as code owners May 7, 2026 10:29
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels May 7, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedphaser@​4.0.0 ⏵ 4.1.090 +110010092100

View full report

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2026

Looks like phaser is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 8, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-bb3b002751 branch May 8, 2026 10:28
@github-project-automation github-project-automation Bot moved this to Done in Next May 8, 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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants