-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update dependency @wordpress/scripts to v30 #232
base: master
Are you sure you want to change the base?
Conversation
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
⚠ 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
a592314
to
caefafe
Compare
caefafe
to
c51c6ca
Compare
c51c6ca
to
a0535f5
Compare
a0535f5
to
47d1d70
Compare
|
47d1d70
to
795ecdf
Compare
795ecdf
to
3546536
Compare
3546536
to
569b611
Compare
569b611
to
734b61c
Compare
734b61c
to
7966d53
Compare
7966d53
to
5395ec2
Compare
5395ec2
to
469a16a
Compare
469a16a
to
5650583
Compare
5650583
to
4ee0acf
Compare
4ee0acf
to
d7325b8
Compare
d7325b8
to
0cd1dd6
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
This PR contains the following updates:
16.1.2
->30.10.0
Release Notes
WordPress/gutenberg (@wordpress/scripts)
v30.10.0
Compare Source
v30.9.0
Compare Source
v30.8.1
Compare Source
v30.8.0
Compare Source
Enhancements
start
andbuild
commands (#68251).--source-path
to customize the source directory used with thestart
andbuild
commands (#68251).Internal
rtlcss-webpack-plugin
dependency has been replaced with a modified fork of the plugin to fix issues with the original package (#68201).sass
dependency has been updated from^1.50.0
to^1.54.0
(#68380).v30.7.0
Compare Source
Internal
sass
dependency has been updated from^1.35.2
to^1.50.1
(#67572).sass-loader
dependency has been updated from^12.1.0
to^16.0.3
(#67572).mini-css-extract-plugin
dependency has been updated from^2.5.1
to^2.9.2
(#67572).webpack
dependency has been updated from^5.95.0
to^5.97.0
(#67572).cross-spawn
dependency has been updated from^5.1.0
to^7.0.6
(#67708).jest-dev-server
dependency has been updated from^9.0.1
to^10.1.4
(#67708).puppeteer-core
dependency has been updated from^23.1.0
to^23.10.1
(#67708).Bug Fix
start
command work with multiple blocks (64924).v30.6.0
Compare Source
v30.5.1
Compare Source
Bug Fix
build
command.v30.5.0
Compare Source
Bug Fix
start
script more resilient for developer errors (#66752).v30.4.0
Compare Source
Enhancements
--root-folder
argument to theplugin-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
v30.3.0
Compare Source
New Features
build-blocks-manifest
command to generate a PHP file containing block metadata from allblock.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
stylelint
dependency to^16.8.2
(#64828).@wordpress/stylelint-config/scss
to use@wordpress/stylelint-config/scss-stylistic
to keep stylistic rules (#64828).v29.0.0
Compare Source
Breaking Changes
puppeteer-core
package to the latest major version^23.1.0
(#64597).Enhancements
build
command (#61121).Bug Fixes
v28.6.0
Compare Source
v28.5.0
Compare Source
v28.4.0
Compare Source
New Features
build
andstart
commands to automatically copy PHP files listed in thevariations
field ofblock.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.
process.env.IS_GUTENBERG_PLUGIN
have been replaced byglobalThis.IS_GUTENBERG_PLUGIN
. Build systems usingprocess.env
should be updated (#61486).v27.9.0
Compare Source
New Features
build
andstart
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
viewScriptModule
field in block.json forbuild
andstart
scripts (#57437).Enhancements
Deprecations
viewModule
field in block.json is deprecated in favor ofviewScriptModule
(#57437).v27.1.0
Compare Source
v27.0.0
Compare Source
New Features
viewModule
field in block.json forbuild
andstart
scripts (#57461).Breaking Changes
v26.19.0
Compare Source
Bug Fix
v26.18.0
Compare Source
Internal
jest-dev-server
dependency has been updated from^6.0.2
to^9.0.1
(#33287).v26.17.0
Compare Source
v26.16.0
Compare Source
v26.15.0
Compare Source
v26.14.0
Compare Source
Internal
@pmmmwh/react-refresh-webpack-plugin
dependency has been updated from requiring^0.5.2
to requiring^0.5.11
(#54657).browserslist
dependency has been updated from requiring^4.21.9
to requiring^4.21.10
(#54657).react-refresh
dependency has been updated from requiring^0.10.0
to requiring^0.14.0
(#54657).webpack
dependency has been updated from requiring^5.47.1
to requiring^5.88.2
(#54657).webpack-bundle-analyzer
dependency has been updated from requiring^4.4.2
to requiring^4.9.1
(#54657).webpack-cli
dependency has been updated from requiring^4.9.1
to requiring^5.1.4
(#54657).webpack-dev-server
dependency has been updated from requiring^4.4.0
to requiring^4.15.1
(#54657).v26.13.13
Compare Source
v26.13.12
Compare Source
v26.13.11
Compare Source
v26.13.10
Compare Source
v26.13.9
Compare Source
v26.13.8
Compare Source
v26.13.7
Compare Source
v26.13.6
Compare Source
v26.13.5
Compare Source
v26.13.4
Compare Source
v26.13.3
Compare Source
v26.13.2
Compare Source
v26.13.1
Compare Source
v26.13.0
Compare Source
Enhancements
test-playwright
script (#53108).wp-prettier
dependency has been upgraded from2.8.5
to3.0.3
(#54539).Bug Fix
v26.12.0
Compare Source
v26.11.1
Compare Source
v26.11.0
Compare Source
Enhancement
npm-package-json-lint
peer dependency to require v6.0.0 #53636.@svgr/webpack
dependency has been updated from requiring ^6.2.1 to requiring ^8.0.1 (#53630).cssnano
dependency has been updated from requiring ^5.07 to requiring ^6.0.1 (#53630).Bug Fix
block.json
file that contains invalid JSON. (#51971)v26.10.0
Compare Source
v26.9.0
Compare Source
v26.8.0
Compare Source
v26.7.0
Compare Source
v26.6.5
Compare Source
v26.6.4
Compare Source
v26.6.3
Compare Source
v26.6.2
Compare Source
v26.6.1
Compare Source
v26.6.0
Compare Source
Enhancements
terser-webpack-plugin
dependency has been updated from requiring^5.1.4
to requiring^5.3.9
(#50994).start
command (#51162).Bug Fixes
render
field ofblock.json
files are always copied to the build folder when using thestart
command (#50939).v26.5.0
Compare Source
v26.4.0
Compare Source
v26.3.0
Compare Source
Enhancements
v26.2.0
Compare Source
v26.1.0
Compare Source
Enhancements
wp-prettier
dependency has been upgraded from2.6.2
to2.8.5
(#49258).v26.0.0
Compare Source
Breaking Changes
v25.5.1
Compare Source
Bug Fix
render.php
isn't copied in Windows OS (#48735).v25.5.0
Compare Source
v25.4.0
Compare Source
New Features
WP_DEVTOOL
environment variable can now be used to set the Webpack devtool option for sourcemaps in production builds (#46812). Previously, this only worked for development builds..pcss
extension) file usage (#45352).--no-watch
option to allow creating the unminified/dev JS without starting the watcher (#44237).v25.3.6
Compare Source
v25.3.5
Compare Source
v25.3.4
Compare Source
v25.3.3
Compare Source
v25.3.2
Compare Source
v25.3.1
Compare Source
v25.3.0
Compare Source
v25.2.0
Compare Source
v25.1.0
Compare Source
v25.0.0
Compare Source
Breaking Changes
v24.6.0
Compare Source
v24.5.0
Compare Source
v24.4.0
Compare Source
v24.3.0
Compare Source
v24.2.0
Compare Source
v24.1.2
Compare Source
v24.1.1
Compare Source
v24.1.0
Compare Source
New Features
webp
image format (#43880).build
andstart
commands to automatically copy PHP files listed in therender
field ofblock.json
files from the source to the build folder (#43917).v24.0.0
Compare Source
Breaking Changes
@wordpress/eslint-plugin
package 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-obj
withis-plain-object
(#43511).v23.7.2
Compare Source
Bug Fixes
is-plain-obj
transformation ignore (#43271).v23.7.1
Compare Source
Bug Fixes
is-plain-obj
transformation (#43179).v23.7.0
Compare Source
v23.6.0
Compare Source
Bug Fixes
webpack
call forbuild
andstart
commands (#42396).v23.5.0
Compare Source
v23.4.0
Compare Source
v23.3.0
Compare Source
Enhancements
wp-prettier
dependency has been upgraded from2.2.1
to2.6.2
(#40542).v23.2.0
Compare Source
Bug Fixes
plugin-zip
for root-level files and some specific platform conditions (#41439).v23.1.0
Compare Source
New Features
format
command (#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.0
Compare Source
Breaking Changes
lint-md-js
script 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-js
command (#40512). You should use theformat
command instead.New Features
--dist-tag
flag to thepackages-update
command to allow specifying a custom dist-tag when updating npm packages ([#40514](https://github.com/WordPress/gutenberg/pull/v22.5.0
Compare Source
Bug Fixes
markdownlint
andmarkdownlint-cli
to the latest versions (#40479).v22.4.2
Compare Source
v22.4.1
Compare Source
v22.4.0
Compare Source
New Features
--webpack-src-dir
CLI flag to allow customizing the source code directory (src
by default) (#39618).Bug Fixes
vendor/
to.markdownlintignore
, to matchlint-md-docs
docs (#39724)..jsx
extension in the build process (#39613).v22.3.0
Compare Source
v22.2.1
Compare Source
v22.2.0
Compare Source
Enhancements
@wordpress/eslint-plugin
package got updated to the new major version, but the breaking changes included don't affect this package (#39244).v22.1.0
Compare Source
New Features
--webpack-copy-php
CLI flag to opt-in to copying php files fromsrc
and its subfolders to the output directory (build
by default) (#39171).v22.0.1
Compare Source
v22.0.0
Compare Source
Breaking Changes
@svgr/webpack
dependency has been updated from requiring^5.5.0
to requiring^6.2.1
(#38866). See official migration guide to v6 for details.New Features
src
folder and its subfolders to the output directory (build
by default) (#38715).v21.0.2
Compare Source
v21.0.1
Compare Source
Bug Fixes
build
command when no entry files discovered in the project (#38737).v21.0.0
Compare Source
Breaking Changes
puppeteer-core
dependency has been updated from requiring^11.0.0
to requiring^13.2.0
(#37078).Bug Fixes
build
command (#38584).v20.0.2
Compare Source
Bug Fixes
build
command that does not generate assets on Windows OS (#38348).src/index.js
when no valid scripts discovered in metadata files when running thebuild
command (#38367).v20.0.1
Compare Source
Bug Fixes
--hot
CLI argument when running thestart
command.v20.0.0
Compare Source
Breaking Changes
eslint
dependency has been updated from requiring^7.17.0
to requiring^8.3.0
(#36283).puppeteer-core
dependency has been updated from requiring^10.1.0
to requiring^11.0.0
(see Breaking Changes, #36040).start
command (#28273).webpack-cli
dependency has been updated to the next major version^4.9.1
(#28273).jest
dependency has been updated from requiring>=26
to requiring>=27
(see Breaking Changes, #33287).jest-dev-server
dependency has been updated to the next major version^6.0.0
(#33287).stylelint
dependency has been updated from requiring^13.8.0
to requiring^14.2.0
(#38091).New Features
plugin-zip
command to create a zip file for a WordPress plugin (#37687).start
command. It can be activated with--hot
CLI argument (#28273). For now, it requires that WordPress has theSCRIPT_DEBUG
flag enabled and the Gutenberg plugin installed.block.json
files located in thesrc
folder and its subfolders to the output folder (build
by default) (#37612).src
directory forblock.json
files to detect defined scripts to use them as entry points with thestart
andbuild
commands. (#37661).Enhancements
selector-class-pattern
rule when linting styles until we have more flexible handling (#37531).Bug Fixes
CleanWebpackPlugin
plugin from deleting webpack assets during multi-configuration builds #35980.mini-css-extract-plugin
#38027.Internal
read-pkg-up
dependency has been updated from requiring^1.0.1
to requiring^7.0.1
(#37395).v19.2.4
Compare Source
v19.2.3
Compare Source
Bug Fixes
mini-css-extract-plugin
#38004.v19.2.2
Compare Source
v19.2.1
Compare Source
v19.2.0
Compare Source
New Features
build
,start
,test-e2e
andtest-unit-js
commands (#36260).Enhancements
browserslist
dependency has been updated from requiring^4.16.6
to requiring^4.17.6
(#36244).Configuration
📅 Schedule: Branch creation - "* 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.