Skip to content

Bump the wordpress-packages group with 4 updates - #2559

Merged
westonruter merged 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-packages-c41c88fc72
Jul 1, 2026
Merged

Bump the wordpress-packages group with 4 updates#2559
westonruter merged 1 commit into
trunkfrom
dependabot/npm_and_yarn/wordpress-packages-c41c88fc72

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the wordpress-packages group with 4 updates: @wordpress/e2e-test-utils-playwright, @wordpress/env, @wordpress/prettier-config and @wordpress/scripts.

Updates @wordpress/e2e-test-utils-playwright from 1.48.1 to 1.49.0

Changelog

Sourced from @​wordpress/e2e-test-utils-playwright's changelog.

1.49.0 (2026-06-24)

Enhancements

  • Added RequestUtils.resetThemeGlobalStyles() to reset the current theme's user global styles to an empty config for test isolation.

Bug Fixes

  • Resolve root-relative page.goto() URLs against the full baseURL, including any subdirectory path, so tests work against WordPress installs served from a subdirectory.
Commits
  • 0e7112a chore(release): publish
  • a4c471e Update changelog files
  • b4cef19 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 99df743 chore(release): publish
  • 58b2002 Update changelogs
  • 6da9506 chore(release): publish
  • 6afbb15 Update changelog files
  • e816d95 Merge changes published in the Gutenberg plugin "release/23.4" branch
  • 72e236c e2e-test-utils-playwright: start transpiling again, but faster (#79026)
  • 6237509 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/env from 11.8.1 to 11.9.0

Changelog

Sourced from @​wordpress/env's changelog.

11.9.0 (2026-06-24)

Commits

Updates @wordpress/prettier-config from 4.48.1 to 4.49.0

Changelog

Sourced from @​wordpress/prettier-config's changelog.

4.49.0 (2026-06-24)

Commits

Updates @wordpress/scripts from 32.4.1 to 32.5.0

Changelog

Sourced from @​wordpress/scripts's changelog.

32.5.0 (2026-06-24)

Enhancements

  • lint-style: Detect .cjs and .mjs config files so the bundled default config is not used when one of these is present (#79226).
Commits

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 wordpress-packages group with 4 updates: [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright), [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env), [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts).


Updates `@wordpress/e2e-test-utils-playwright` from 1.48.1 to 1.49.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils-playwright/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/e2e-test-utils-playwright@1.49.0/packages/e2e-test-utils-playwright)

Updates `@wordpress/env` from 11.8.1 to 11.9.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/env@11.9.0/packages/env)

Updates `@wordpress/prettier-config` from 4.48.1 to 4.49.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/prettier-config/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/prettier-config@4.49.0/packages/prettier-config)

Updates `@wordpress/scripts` from 32.4.1 to 32.5.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@32.5.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 11.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/prettier-config"
  dependency-version: 4.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-version: 32.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added [Type] Enhancement A suggestion for improvement of an existing feature javascript Pull requests that update Javascript code no milestone PRs that do not have a defined milestone for release labels Jul 1, 2026
@westonruter
westonruter merged commit c160b3f into trunk Jul 1, 2026
34 of 35 checks passed
@westonruter
westonruter deleted the dependabot/npm_and_yarn/wordpress-packages-c41c88fc72 branch July 1, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code no milestone PRs that do not have a defined milestone for release [Type] Enhancement A suggestion for improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant