Skip to content

Update dependency @wordpress/scripts to v32#220

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/major-wordpress-monorepo
Open

Update dependency @wordpress/scripts to v32#220
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/major-wordpress-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Change Age Confidence
@wordpress/scripts (source) ^27.0.0^32.0.0 age confidence

Release Notes

WordPress/gutenberg (@​wordpress/scripts)

v32.0.0

Compare Source

Breaking Changes
  • The bundled eslint dependency has been upgraded from v8 to v10.
  • The lint-js script now uses flat config (eslint.config.*) by default. Legacy .eslintrc.* files are still detected as a fallback, but this support is deprecated and will be removed in a future version.
  • The default config shipped with wp-scripts has changed from config/.eslintrc.js to config/eslint.config.cjs.

v31.8.0

Compare Source

v31.7.0

Compare Source

v31.6.0

Compare Source

v31.5.0

Compare Source

v31.4.0

Compare Source

v31.3.0

Compare Source

Internal
  • The bundled eslint dependency has been updated from ^8.3.0 to ^8.57.1 (#​74316).

v31.2.0

Compare Source

v31.1.0

Compare Source

v31.0.0

Compare Source

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.

v30.27.0

Compare Source

v30.26.2

Compare Source

v30.26.1

Compare Source

v30.26.0

Compare Source

v30.25.0

Compare Source

v30.24.0

Compare Source

v30.23.0

Compare Source

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

v30.22.0

Compare Source

v30.21.0

Compare Source

v30.20.0

Compare Source

v30.19.0

Compare Source

v30.18.0

Compare Source

v30.17.0

Compare Source

v30.16.0

Compare Source

v30.15.0

Compare Source

v30.14.1

Compare Source

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

v30.14.0

Compare Source

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

v30.13.0

Compare Source

v30.12.1

Compare Source

v30.12.0

Compare Source

v30.11.0

Compare Source

v30.10.0

Compare Source

v30.9.0

Compare Source

v30.8.1

Compare Source

v30.8.0

Compare Source

Enhancements
  • Recommend listing JavaScript entry points as paths passed to the start and build commands (#​68251).
  • Introduce a new option --source-path to customize the source directory used with the start and build commands (#​68251).
Internal
  • The bundled rtlcss-webpack-plugin dependency has been replaced with a modified fork of the plugin to fix issues with the original package (#​68201).
  • The bundled sass dependency has been updated from ^1.50.0 to ^1.54.0 (#​68380).

v30.7.0

Compare Source

Internal
  • The bundled sass dependency has been updated from ^1.35.2 to ^1.50.1 (#​67572).
  • The bundled sass-loader dependency has been updated from ^12.1.0 to ^16.0.3 (#​67572).
  • The bundled mini-css-extract-plugin dependency has been updated from ^2.5.1 to ^2.9.2 (#​67572).
  • The bundled webpack dependency has been updated from ^5.95.0 to ^5.97.0 (#​67572).
  • The bundled cross-spawn dependency has been updated from ^5.1.0 to ^7.0.6 (#​67708).
  • The bundled jest-dev-server dependency has been updated from ^9.0.1 to ^10.1.4 (#​67708).
  • The bundled puppeteer-core dependency has been updated from ^23.1.0 to ^23.10.1 (#​67708).
Bug Fix
  • Make React Fast Refresh in the start command work with multiple blocks (64924).

v30.6.0

Compare Source

v30.5.1

Compare Source

Bug Fix
  • Revert changes from #​61121 that inlined CSS files imported from other CSS files before optimization in the build command.

v30.5.0

Compare Source

Bug Fix
  • Make start script more resilient for developer errors (#​66752).

v30.4.0

Compare Source

Enhancements
  • Add BlueOak-1.0.0 the GPLv2-compatible licenses recognized by check-licenses (#​66139).
  • Add an optional --root-folder argument to the plugin-zip command (#​61375). By default, the command will use the plugin's name as the root folder of the zip. If the change in the behavior impacted your workflow, you could pass --no-root-folder to remove the root folder.
Internal
  • Refactor to extract license related logic to a reusable module (#​66179).

v30.3.0

Compare Source

New Features
  • Add new build-blocks-manifest command to generate a PHP file containing block metadata from all block.json files in a project (#​65866).

v30.2.0

Compare Source

v30.1.0

Compare Source

v30.0.6

Compare Source

v30.0.5

Compare Source

v30.0.4

Compare Source

v30.0.3

Compare Source

v30.0.2

Compare Source

v30.0.1

Compare Source

v30.0.0

Compare Source

Breaking Changes
  • Updated stylelint dependency to ^16.8.2 (#​64828).
  • Switched default config from @wordpress/stylelint-config/scss to use @wordpress/stylelint-config/scss-stylistic to keep stylistic rules (#​64828).

v29.0.0

Compare Source

Breaking Changes
  • Fixed the issue with having 5 high severity vulnerabilities by upgrading the puppeteer-core package to the latest major version ^23.1.0 (#​64597).
Enhancements
  • Inlines CSS files imported from other CSS files before optimization in the build command (#​61121).
Bug Fixes
  • Added chunk filename in webpack config to avoid reading stale files (#​58176).

v28.6.0

Compare Source

v28.5.0

Compare Source

v28.4.0

Compare Source

New Features
  • Update webpack configuration for the build and start commands to automatically copy PHP files listed in the variations field of block.json files from the source to the build folder (#​63098).

v28.3.0

Compare Source

v28.2.0

Compare Source

v28.1.0

Compare Source

v28.0.2

Compare Source

v28.0.1

Compare Source

v28.0.0

Compare Source

Breaking Changes

Note If you're using @​wordpress/scripts for building JS scripts to target WordPress 6.5 or earlier, you should not upgrade to this version and continue using @​wordpress/scripts@​27.

  • Use React's automatic runtime to transform JSX (#​61692).
  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#​61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

v27.9.0

Compare Source

New Features
  • Add RTL support when building CSS styles with build and start scripts (#​61540).

v27.8.0

Compare Source

v27.7.0

Compare Source

v27.6.0

Compare Source

v27.5.0

Compare Source

v27.4.0

Compare Source

v27.3.0

Compare Source

v27.2.6

Compare Source

v27.2.5

Compare Source

v27.2.4

Compare Source

v27.2.3

Compare Source

v27.2.2

Compare Source

v27.2.1

Compare Source

v27.2.0

Compare Source

New Features
  • Add experimental support for viewScriptModule field in block.json for build and start scripts (#​57437).
Enhancements
  • Ensure that watched module builds detect block.json changes (#​57927).
Deprecations
  • Experimental support for viewModule field in block.json is deprecated in favor of viewScriptModule (#​57437).

v27.1.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from d7dcb1c to 59c871a Compare September 5, 2024 04:27
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v28 Update dependency @wordpress/scripts to v29 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 59c871a to eb4a0d7 Compare September 19, 2024 04:29
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v29 Update dependency @wordpress/scripts to v30 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from eb4a0d7 to f3867ed Compare July 23, 2025 08:32
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from d69bc30 to 6c3d7cd Compare August 13, 2025 14:56
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from d4c409e to 7887659 Compare August 20, 2025 19:04
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from eab822a to f8cf459 Compare September 3, 2025 16:52
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f8cf459 to 2a9ed5b Compare September 17, 2025 17:12
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from c34caae to 1bc17b2 Compare October 1, 2025 21:23
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 9db544e to 840315b Compare October 21, 2025 13:56
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 840315b to 653998e Compare October 29, 2025 18:39
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 5901c73 to 262da94 Compare November 12, 2025 18:52
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v30 Update dependency @wordpress/scripts to v31 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 262da94 to e6a2280 Compare November 18, 2025 10:56
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 51fa258 to 35a21fb Compare December 3, 2025 19:10
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 35a21fb to 9b602bc Compare December 23, 2025 16:34
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 9b602bc to 9bfcbcb Compare December 31, 2025 15:39
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 9bfcbcb to f08d67e Compare January 8, 2026 17:41
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 1f8e90a to 49c887d Compare January 19, 2026 16:00
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 49c887d to 6f275b8 Compare January 23, 2026 17:40
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from c7a3739 to d4dd14b Compare February 2, 2026 17:51
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from 0d59275 to 1721726 Compare February 18, 2026 17:31
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from bce8fcd to 60311c5 Compare March 5, 2026 19:09
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from ed9447b to 2001258 Compare March 19, 2026 01:20
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 6fb226e to c356b2c Compare April 8, 2026 14:49
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c356b2c to fbf860a Compare April 16, 2026 11:55
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v31 Update dependency @wordpress/scripts to v32 Apr 16, 2026
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