Skip to content

npm(deps-dev): bump @wordpress/scripts from 26.19.0 to 31.0.0 in /frontend in the wordpress-packages group#8

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333
Open

npm(deps-dev): bump @wordpress/scripts from 26.19.0 to 31.0.0 in /frontend in the wordpress-packages group#8
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the wordpress-packages group in /frontend with 1 update: @wordpress/scripts.

Updates @wordpress/scripts from 26.19.0 to 31.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

31.0.0 (2025-11-12)

Breaking Changes

  • The lint-js script now includes .cjs, .mjs, .cts, and .mts as default extensions to lint. This is considered a breaking change because the script may now surface lint errors in your project which would not have been previously identified.

30.27.0 (2025-10-29)

30.26.0 (2025-10-17)

30.25.0 (2025-10-01)

30.24.0 (2025-09-17)

30.23.0 (2025-09-03)

Internal

  • Remove deprecated clean-webpack-plugin dependency in favor of webpack's native cleaning functionality (#71080)

30.22.0 (2025-08-20)

30.21.0 (2025-08-07)

30.20.0 (2025-07-23)

30.19.0 (2025-06-25)

30.18.0 (2025-06-04)

30.17.0 (2025-05-22)

30.16.0 (2025-05-07)

30.15.0 (2025-04-11)

30.14.1 (2025-04-01)

Bug Fixes

  • Fix: --blocks-manifest CLI flag doesn't work when the directory name has space (#69766).

30.14.0 (2025-03-27)

New Features

  • Add --blocks-manifest CLI flag to generate a PHP file containing block metadata from all block.json files in the project (#69578).

30.13.0 (2025-03-13)

... (truncated)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • ceebff8 chore(release): publish
  • d63dedd Update changelog files
  • b8ef930 Merge changes published in the Gutenberg plugin "release/22.0" branch
  • 2bbe0d3 chore(release): publish
  • 7384495 Update changelog files
  • a030b4c chore(release): publish
  • a1038dd Update changelog files
  • 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 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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2025

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch from 846d812 to f5ae5f3 Compare December 1, 2025 09:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch 3 times, most recently from ab5b7ab to 0f95a94 Compare December 15, 2025 07:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch 2 times, most recently from 276a7b8 to ccbc6ba Compare December 29, 2025 07:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch from ccbc6ba to 5f6a13c Compare January 5, 2026 07:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch 2 times, most recently from ca07588 to 894a241 Compare January 19, 2026 07:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch 2 times, most recently from 3cd4183 to 2aeaaad Compare February 2, 2026 07:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch from 2aeaaad to 754630a Compare February 9, 2026 07:25
Bumps the wordpress-packages group in /frontend with 1 update: [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts).


Updates `@wordpress/scripts` from 26.19.0 to 31.0.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@31.0.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/wordpress-packages-699ac78333 branch from 754630a to dd560a3 Compare February 16, 2026 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants