-
Notifications
You must be signed in to change notification settings - Fork 6
Update dependency @wordpress/scripts to v31 #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/major-devdependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6dfeab1 to
baedf97
Compare
2c86b3c to
521b205
Compare
521b205 to
f3624b8
Compare
f3624b8 to
050128b
Compare
050128b to
7ea2982
Compare
7ea2982 to
5d107b1
Compare
5d107b1 to
fbef6bf
Compare
fbef6bf to
414986c
Compare
414986c to
9198383
Compare
9198383 to
a2af1d1
Compare
a2af1d1 to
d6a2ed3
Compare
d6a2ed3 to
fe04b00
Compare
fe04b00 to
28ec528
Compare
28ec528 to
25ff14b
Compare
1403280 to
83d0417
Compare
83d0417 to
7519826
Compare
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
0350191 to
0de4a4a
Compare
0de4a4a to
0d0a5d5
Compare
0d0a5d5 to
4e2b23a
Compare
4e2b23a to
43dabf5
Compare
c7a042f to
31c71f8
Compare
31c71f8 to
37c83d3
Compare
de44588 to
ecec24f
Compare
ecec24f to
972ac9b
Compare
972ac9b to
753fb6f
Compare
753fb6f to
c223653
Compare
c223653 to
7226cf7
Compare
7226cf7 to
cfc4e5b
Compare
cfc4e5b to
3e37153
Compare
3e37153 to
86e48dc
Compare
86e48dc to
67b267d
Compare
168ac89 to
09fc1ad
Compare
09fc1ad to
714e43e
Compare
714e43e to
337d423
Compare
337d423 to
252a010
Compare
252a010 to
764e38d
Compare
764e38d to
6f90212
Compare
6f90212 to
d4af671
Compare
d4af671 to
10e0af3
Compare
10e0af3 to
4308856
Compare
4308856 to
1f1b0b5
Compare
1f1b0b5 to
f9128a9
Compare
f9128a9 to
e6d6806
Compare
e6d6806 to
ea79597
Compare
ea79597 to
330adb3
Compare
330adb3 to
8c03459
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.1.2->31.0.0Release Notes
WordPress/gutenberg (@wordpress/scripts)
v31.0.0Compare Source
Breaking Changes
lint-jsscript now includes.cjs,.mjs,.cts, and.mtsas 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.0Compare Source
v30.26.2Compare Source
v30.26.1Compare Source
v30.26.0Compare Source
v30.25.0Compare Source
v30.24.0Compare Source
v30.23.0Compare Source
Internal
clean-webpack-plugindependency in favor of webpack's native cleaning functionality (#71080)v30.22.0Compare Source
v30.21.0Compare Source
v30.20.0Compare Source
v30.19.0Compare Source
v30.18.0Compare Source
v30.17.0Compare Source
v30.16.0Compare Source
v30.15.0Compare Source
v30.14.1Compare Source
Bug Fixes
--blocks-manifestCLI flag doesn't work when the directory name has space (#69766).v30.14.0Compare Source
New Features
--blocks-manifestCLI flag to generate a PHP file containing block metadata from allblock.jsonfiles in the project (#69578).v30.13.0Compare Source
v30.12.1Compare Source
v30.12.0Compare Source
v30.11.0Compare Source
v30.10.0Compare Source
v30.9.0Compare Source
v30.8.1Compare Source
v30.8.0Compare Source
Enhancements
startandbuildcommands (#68251).--source-pathto customize the source directory used with thestartandbuildcommands (#68251).Internal
rtlcss-webpack-plugindependency has been replaced with a modified fork of the plugin to fix issues with the original package (#68201).sassdependency has been updated from^1.50.0to^1.54.0(#68380).v30.7.0Compare Source
Internal
sassdependency has been updated from^1.35.2to^1.50.1(#67572).sass-loaderdependency has been updated from^12.1.0to^16.0.3(#67572).mini-css-extract-plugindependency has been updated from^2.5.1to^2.9.2(#67572).webpackdependency has been updated from^5.95.0to^5.97.0(#67572).cross-spawndependency has been updated from^5.1.0to^7.0.6(#67708).jest-dev-serverdependency has been updated from^9.0.1to^10.1.4(#67708).puppeteer-coredependency has been updated from^23.1.0to^23.10.1(#67708).Bug Fix
startcommand work with multiple blocks (64924).v30.6.0Compare Source
v30.5.1Compare Source
Bug Fix
buildcommand.v30.5.0Compare Source
Bug Fix
startscript more resilient for developer errors (#66752).v30.4.0Compare Source
Enhancements
--root-folderargument to theplugin-zipcommand (#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-folderto remove the root folder.Internal
v30.3.0Compare Source
New Features
build-blocks-manifestcommand to generate a PHP file containing block metadata from allblock.jsonfiles in a project (#65866).v30.2.0Compare Source
v30.1.0Compare Source
v30.0.6Compare Source
v30.0.5Compare Source
v30.0.4Compare Source
v30.0.3Compare Source
v30.0.2Compare Source
v30.0.1Compare Source
v30.0.0Compare Source
Breaking Changes
stylelintdependency to^16.8.2(#64828).@wordpress/stylelint-config/scssto use@wordpress/stylelint-config/scss-stylisticto keep stylistic rules (#64828).v29.0.0Compare Source
Breaking Changes
puppeteer-corepackage to the latest major version^23.1.0(#64597).Enhancements
buildcommand (#61121).Bug Fixes
v28.6.0Compare Source
v28.5.0Compare Source
v28.4.0Compare Source
New Features
buildandstartcommands to automatically copy PHP files listed in thevariationsfield ofblock.jsonfiles from the source to the build folder (#63098).v28.3.0Compare Source
v28.2.0Compare Source
v28.1.0Compare Source
v28.0.2Compare Source
v28.0.1Compare Source
v28.0.0Compare 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.
process.env.IS_GUTENBERG_PLUGINhave been replaced byglobalThis.IS_GUTENBERG_PLUGIN. Build systems usingprocess.envshould be updated (#61486).v27.9.0Compare Source
New Features
buildandstartscripts (#61540).v27.8.0Compare Source
v27.7.0Compare Source
v27.6.0Compare Source
v27.5.0Compare Source
v27.4.0Compare Source
v27.3.0Compare Source
v27.2.6Compare Source
v27.2.5Compare Source
v27.2.4Compare Source
v27.2.3Compare Source
v27.2.2Compare Source
v27.2.1Compare Source
v27.2.0Compare Source
New Features
viewScriptModulefield in block.json forbuildandstartscripts (#57437).Enhancements
Deprecations
viewModulefield in block.json is deprecated in favor ofviewScriptModule(#57437).v27.1.0Compare Source
v27.0.0Compare Source
New Features
viewModulefield in block.json forbuildandstartscripts (#57461).Breaking Changes
v26.19.0Compare Source
Bug Fixes
v26.18.0Compare Source
Internal
jest-dev-serverdependency has been updated from^6.0.2to^9.0.1(#33287).v26.17.0Compare Source
v26.16.0Compare Source
v26.15.0Compare Source
v26.14.0Compare Source
Internal
@pmmmwh/react-refresh-webpack-plugindependency has been updated from requiring^0.5.2to requiring^0.5.11(#54657).browserslistdependency has been updated from requiring^4.21.9to requiring^4.21.10(#54657).react-refreshdependency has been updated from requiring^0.10.0to requiring^0.14.0(#54657).webpackdependency has been updated from requiring^5.47.1to requiring^5.88.2(#54657).webpack-bundle-analyzerdependency has been updated from requiring^4.4.2to requiring^4.9.1(#54657).webpack-clidependency has been updated from requiring^4.9.1to requiring^5.1.4(#54657).webpack-dev-serverdependency has been updated from requiring^4.4.0to requiring^4.15.1(#54657).v26.13.13Compare Source
v26.13.12Compare Source
v26.13.11Compare Source
v26.13.10Compare Source
v26.13.9Compare Source
v26.13.8Compare Source
v26.13.7Compare Source
v26.13.6Compare Source
v26.13.5Compare Source
v26.13.4Compare Source
v26.13.3Compare Source
v26.13.2Compare Source
v26.13.1Compare Source
v26.13.0Compare Source
Enhancements
test-playwrightscript (#53108).wp-prettierdependency has been upgraded from2.8.5to3.0.3(#54539).Bug Fixes
v26.12.0Compare Source
v26.11.1Compare Source
v26.11.0Compare Source
Enhancements
npm-package-json-lintpeer dependency to require v6.0.0 #53636.@svgr/webpackdependency has been updated from requiring ^6.2.1 to requiring ^8.0.1 (#53630).cssnanodependency has been updated from requiring ^5.07 to requiring ^6.0.1 (#53630).Bug Fixes
block.jsonfile that contains invalid JSON. (#51971)v26.10.0Compare Source
v26.9.0Compare Source
v26.8.0Compare Source
v26.7.0Compare Source
v26.6.5Compare Source
v26.6.4Compare Source
v26.6.3Compare Source
v26.6.2Compare Source
v26.6.1Compare Source
v26.6.0Compare Source
Enhancements
terser-webpack-plugindependency has been updated from requiring^5.1.4to requiring^5.3.9(#50994).startcommand (#51162).Bug Fixes
renderfield ofblock.jsonfiles are always copied to the build folder when using thestartcommand (#50939).v26.5.0Compare Source
v26.4.0Compare Source
v26.3.0Compare Source
Enhancements
v26.2.0Compare Source
v26.1.0Compare Source
Enhancements
wp-prettierdependency has been upgraded from2.6.2to2.8.5(#49258).v26.0.0Compare Source
Breaking Changes
v25.5.1Compare Source
Bug Fixes
render.phpisn't copied in Windows OS (#48735).v25.5.0Compare Source
v25.4.0Compare Source
New Features
WP_DEVTOOLenvironment variable can now be used to set the Webpack devtool option for sourcemaps in production builds (#46812). Previously, this only worked for development builds..pcssextension) file usage (#45352).--no-watchoption to allow creating the unminified/dev JS without starting the watcher (#44237).v25.3.6Compare Source
v25.3.5Compare Source
v25.3.4Compare Source
v25.3.3Compare Source
v25.3.2Compare Source
v25.3.1Compare Source
v25.3.0Compare Source
v25.2.0Compare Source
v25.1.0Compare Source
v25.0.0Compare Source
Breaking Changes
v24.6.0Compare Source
v24.5.0Compare Source
v24.4.0Compare Source
v24.3.0Compare Source
v24.2.0Compare Source
v24.1.2Compare Source
v24.1.1Compare Source
v24.1.0Compare Source
New Features
webpimage format (#43880).buildandstartcommands to automatically copy PHP files listed in therenderfield ofblock.jsonfiles from the source to the build folder (#43917).v24.0.0Compare Source
Breaking Changes
@wordpress/eslint-pluginpackage got updated to the new major version and the default linting for Jest unit tests is now handled in the default config in this package (#43272).Bug Fixes
is-plain-objwithis-plain-object(#43511).v23.7.2Compare Source
Bug Fixes
is-plain-objtransformation ignore (#43271).v23.7.1Compare Source
Bug Fixes
is-plain-objtransformation (#43179).v23.7.0Compare Source
v23.6.0Compare Source
Bug Fixes
webpackcall forbuildandstartcommands (#42396).v23.5.0Compare Source
v23.4.0Compare Source
v23.3.0Compare Source
Enhancements
wp-prettierdependency has been upgraded from2.2.1to2.6.2(#40542).v23.2.0Compare Source
Bug Fixes
plugin-zipfor root-level files and some specific platform conditions (#41439).v23.1.0Compare Source
New Features
formatcommand (#40994). You can opt-out of this behavior by providing a custom file matcher, example:wp-scripts format src/**/*.js.viewScript,script,editorScript(#41068).Bug Fixes
v23.0.0Compare Source
Breaking Changes
lint-md-jsscript that was broken for some time and it's extremely hard to make it work correctly with the recommended ESLint config in Markdown files (#40511).format-jscommand (#40512). You should use theformatcommand instead.New Features
--dist-tagflag to thepackages-updatecommand to allow specifying a custom dist-tag when updating npm packages ([#40514](https://github.com/WordPress/gutenberg/pull/v22.5.0Compare Source
Bug Fixes
markdownlintandmarkdownlint-clito the latest versions (#40479).v22.4.2Compare Source
v22.4.1Compare Source
v22.4.0Compare Source
New Features
--webpack-src-dirCLI flag to allow customizing the source code directory (srcby default) (#39618).Bug Fixes
vendor/to.markdownlintignore, to matchlint-md-docsdocs (#39724)..jsxextension in the build process (#39613).v22.3.0Compare Source
v22.2.1Compare Source
v22.2.0Compare Source
Enhancements
@wordpress/eslint-pluginpackage got updated to the new major version, but the breaking changes included don't affect this package (#39244).v22.1.0Compare Source
New Features
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.