Update dependency @wordpress/scripts to v24 - autoclosed#6
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Update dependency @wordpress/scripts to v24 - autoclosed#6renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
7f6a399 to
9c7f58b
Compare
e3923d7 to
7efeeaf
Compare
7efeeaf to
7147582
Compare
7147582 to
d238313
Compare
d238313 to
897ac87
Compare
ac3759d to
16c6c02
Compare
4f59bbd to
6b5f18d
Compare
6b5f18d to
a02f0cd
Compare
48ab507 to
f77d7ef
Compare
5b2471a to
e8d459f
Compare
e8d459f to
c5a0afb
Compare
b5e3a96 to
3edaf8d
Compare
3edaf8d to
a05118b
Compare
a05118b to
2daf7bb
Compare
2daf7bb to
6b53bc8
Compare
6b53bc8 to
4509fce
Compare
4509fce to
2ef0732
Compare
2ef0732 to
1e71078
Compare
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
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:
18.1.0->24.2.0Release Notes
WordPress/gutenberg
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 Change
@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 Fix
is-plain-objwithis-plain-object(#43511).v23.7.2Compare Source
Bug Fix
is-plain-objtransformation ignore (#43271).v23.7.1Compare Source
Bug Fix
is-plain-objtransformation (#43179).v23.7.0Compare Source
v23.6.0Compare Source
Bug Fix
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 Fix
plugin-zipfor root-level files and some specific platform conditions (#41439).v23.1.0Compare Source
New Feature
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 extemely 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 Feature
--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
Enhancement
@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 Feature
--webpack-copy-phpCLI flag to opt-in to copying php files fromsrcand its subfolders to the output directory (buildby default) (#39171).v22.0.1Compare Source
v22.0.0Compare Source
Breaking Changes
@svgr/webpackdependency has been updated from requiring^5.5.0to requiring^6.2.1(#38866). See official migration guide to v6 for details.New Feature
srcfolder and its subfolders to the output directory (buildby default) (#38715).v21.0.2Compare Source
v21.0.1Compare Source
Bug Fix
buildcommand when no entry files discovered in the project (#38737).v21.0.0Compare Source
Breaking Changes
puppeteer-coredependency has been updated from requiring^11.0.0to requiring^13.2.0(#37078).Bug Fix
buildcommand (#38584).v20.0.2Compare Source
Bug Fix
buildcommand that does not generate assets on Windows OS (#38348).src/index.jswhen no valid scripts discovered in metadata files when running thebuildcommand (#38367).v20.0.1Compare Source
Bug Fix
--hotCLI argument when running thestartcommand.v20.0.0Compare Source
Breaking Changes
eslintdependency has been updated from requiring^7.17.0to requiring^8.3.0(#36283).puppeteer-coredependency has been updated from requiring^10.1.0to requiring^11.0.0(see Breaking Changes, #36040).startcommand (#28273).webpack-clidependency has been updated to the next major version^4.9.1(#28273).jestdependency has been updated from requiring>=26to requiring>=27(see Breaking Changes, #33287).jest-dev-serverdependency has been updated to the next major version^6.0.0(#33287).stylelintdependency has been updated from requiring^13.8.0to requiring^14.2.0(#38091).New Features
plugin-zipcommand to create a zip file for a WordPress plugin (#37687).startcommand. It can be activated with--hotCLI argument (#28273). For now, it requires that WordPress has theSCRIPT_DEBUGflag enabled and the Gutenberg plugin installed.block.jsonfiles located in thesrcfolder and its subfolders to the output folder (buildby default) (#37612).srcdirectory forblock.jsonfiles to detect defined scripts to use them as entry points with thestartandbuildcommands. (#37661).Enhancements
selector-class-patternrule when linting styles until we have more flexible handling (#37531).Bug Fixes
CleanWebpackPluginplugin from deleting webpack assets during multi-configuration builds #35980.mini-css-extract-plugin#38027.Internal
read-pkg-updependency has been updated from requiring^1.0.1to requiring^7.0.1(#37395).v19.2.4Compare Source
v19.2.3Compare Source
Bug Fixes
mini-css-extract-plugin#38004.v19.2.2Compare Source
v19.2.1Compare Source
v19.2.0Compare Source
New Features
build,start,test-e2eandtest-unit-jscommands (#36260).Enhancements
browserslistdependency has been updated from requiring^4.16.6to requiring^4.17.6(#36244).@wordpress/eslint-plugin(#36244).v19.1.0Compare Source
Enhancements
v19.0.0Compare Source
Breaking Changes
assets.phpfile. If your usage requires thewp-polyfill, you must explicitly set it as a dependency (#34536].Enhancements
ARTIFACTS_PATHin thejest-environment-puppeteerfailed test reporter via theWP_ARTIFACTS_PATHenvironment variable (#35371).Configuration
📅 Schedule: Branch creation - "before 3am on wednesday" (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 has been generated by Mend Renovate. View repository job log here.