Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

This PR contains the following updates:

Package Change Age Confidence
@wordpress/scripts (source) ^26.19.0^31.4.0 age confidence
webpack-cli (source) 5.1.46.0.1 age confidence

Release Notes

WordPress/gutenberg (@​wordpress/scripts)

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

v27.0.0

Compare Source

New Features
  • Add experimental support for viewModule field in block.json for build and start scripts (#​57461).
Breaking Changes
  • Drop support for Node.js versions < 18.
webpack/webpack-cli (webpack-cli)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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-npm-dev-dependencies branch from 6c3ea37 to 77493d0 Compare January 24, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 77493d0 to 0f4def9 Compare February 9, 2024 18:56
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 0f4def9 to 2817680 Compare February 21, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 2817680 to 4de95bc Compare March 6, 2024 17:51
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4de95bc to 21a2725 Compare March 21, 2024 16:02
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 21a2725 to 3912acf Compare April 3, 2024 06:51
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 3912acf to c9e1eb7 Compare April 19, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from c9e1eb7 to b4b96f5 Compare May 2, 2024 22:50
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from b4b96f5 to 4dcb296 Compare May 16, 2024 03:47
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4dcb296 to e4dcc53 Compare May 31, 2024 18:50
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v27 chore(deps): update dependency @wordpress/scripts to v28 May 31, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from e4dcc53 to 30049d4 Compare June 15, 2024 19:40
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 30049d4 to 9e89dfc Compare June 26, 2024 09:29
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 9e89dfc to 6924b87 Compare July 10, 2024 09:10
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 6924b87 to d136c93 Compare July 24, 2024 19:20
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from d136c93 to d646633 Compare August 7, 2024 23:36
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from d646633 to f6f4ed5 Compare August 21, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from f6f4ed5 to 27f2710 Compare September 5, 2024 05:15
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v28 chore(deps): update dependency @wordpress/scripts to v29 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 27f2710 to 4940e5d Compare September 19, 2024 03:11
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v29 chore(deps): update dependency @wordpress/scripts to v30 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4940e5d to b902e71 Compare September 19, 2024 12:53
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from b902e71 to 2576914 Compare October 3, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 58a78fa to 5728ba7 Compare October 17, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 5728ba7 to bfefbdc Compare October 30, 2024 17:33
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 95df669 to c169164 Compare November 18, 2024 12:44
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 95a125f to 4abec46 Compare May 22, 2025 18:46
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4abec46 to 3a4c95f Compare June 4, 2025 09:17
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 3a4c95f to ef4edfc Compare June 25, 2025 10:31
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from ef4edfc to dd141ca Compare July 23, 2025 09:13
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 3 times, most recently from 02b5c2a to b8016a9 Compare August 13, 2025 12:39
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 6fe07d8 to b846bb4 Compare August 20, 2025 19:15
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 16ec012 to 4a28d16 Compare September 3, 2025 14:55
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4a28d16 to 15b87ec Compare September 17, 2025 16:11
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from d7e834e to 77e9cb1 Compare October 1, 2025 22:32
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from cac5486 to 403bbd6 Compare October 21, 2025 18:52
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 403bbd6 to 5a5428a Compare October 30, 2025 01:47
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 697e473 to caeb527 Compare November 12, 2025 15:55
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from caeb527 to e245362 Compare November 18, 2025 23:48
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 418f52d to 1560969 Compare December 3, 2025 15:38
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 1560969 to 0f92249 Compare December 23, 2025 18:53
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 0f92249 to 116f3f5 Compare December 31, 2025 18:07
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 116f3f5 to f753d81 Compare January 8, 2026 21:26
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from abec7d2 to d6734e0 Compare January 19, 2026 17:04
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from d6734e0 to 59640b2 Compare January 23, 2026 21:28
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 59640b2 to 25d6e9c Compare January 29, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants