Skip to content

Bump phaser from 4.2.0 to 4.2.1 in the npm-dependencies group#556

Merged
BaseMax merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-4af0839f2f
Jul 17, 2026
Merged

Bump phaser from 4.2.0 to 4.2.1 in the npm-dependencies group#556
BaseMax merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-4af0839f2f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

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

Updates phaser from 4.2.0 to 4.2.1

Release notes

Sourced from phaser's releases.

Phaser v4.2.1

Version 4.2.1 - Giedi - 9th July 2026

Fixes

  • Stencil option stencilInvert works correctly (an alpha bug prevented it from having the intended effect)
  • Framebuffers now correctly clear stencil on use
    • The global stencil settings defaulted to deactivating the stencil write mask, so it couldn't actually run the clear process correctly. Write mask is now enabled by default, but is never triggered because default stencil operations keep existing values.
  • Remove inline access of Phaser namespace from CombineColorMatrix, ImageLight, and Texture. These would break in the ESM build. Thanks @​scobo!
  • Fix ScaleManager not resizing to parent container. Fix #7213 (thanks @​VijayVPatil13)
  • Docs: correct AnimationManager get() return type (thanks @​samme)
  • Tweens with a startDelay set weren't having their state updated from START_DELAY to ACTIVE. This left them stuck in their initial state, even once the startDelay had elapsed. Fix #7093 (thanks @​Bambosh)
Changelog

Sourced from phaser's changelog.

Phaser Change Logs

Phaser 4

Document Description
4.2.1 Changelog Full changelog for Phaser 4.2.1
4.2.0 Changelog Full changelog for Phaser 4.2.0
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

... (truncated)

Commits
  • 41be1e4 4.2.1
  • 4eced25 updated change log
  • 10b3bfb Merge pull request #7150 from Bambosh/fix-tween-startDelay
  • 55d1180 Merge pull request #7332 from samme/docs/anims-get
  • 1c9b697 Merge pull request #7222 from VijayVPatil13/fix-scale-resize-issue-7213
  • 539e718 Merge pull request #7328 from samme/docs/7325-setSizeToFrame
  • e6a4d9a Docs: correct AnimationManager get() return type
  • fe754a2 Docs: correct setSizeToFrame()
  • 8a01674 Fix CDN links.
  • 37b41bc Bump version to 4.2.1. Build phaser.d.ts.
  • 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.2.0 to 4.2.1
- [Release notes](https://github.com/phaserjs/phaser/releases)
- [Changelog](https://github.com/phaserjs/phaser/blob/master/CHANGELOG.md)
- [Commits](phaserjs/phaser@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: phaser
  dependency-version: 4.2.1
  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 labels Jul 17, 2026
@dependabot
dependabot Bot requested review from BaseMax and jbampton as code owners July 17, 2026 10:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Jul 17, 2026
@deepsource-io

deepsource-io Bot commented Jul 17, 2026

Copy link
Copy Markdown

DeepSource Code Review

We reviewed changes in 619a97c...d155288 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
JavaScript Jul 17, 2026 10:23a.m. Review ↗
Secrets Jul 17, 2026 10:23a.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@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
Updatednpm/​phaser@​4.2.0 ⏵ 4.2.1100 +110010091 +4100

View full report

@BaseMax
BaseMax merged commit bc6e2ef into main Jul 17, 2026
15 of 16 checks passed
@BaseMax
BaseMax deleted the dependabot/npm_and_yarn/npm-dependencies-4af0839f2f branch July 17, 2026 12:39
@github-project-automation github-project-automation Bot moved this to Done in Next Jul 17, 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.

1 participant