Skip to content

Update dependency @wordpress/scripts to v24 - autoclosed#6

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-wordpress-monorepo
Closed

Update dependency @wordpress/scripts to v24 - autoclosed#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-wordpress-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Oct 27, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/scripts (source) 18.1.0 -> 24.2.0 age adoption passing confidence

Release Notes

WordPress/gutenberg

v24.2.0

Compare Source

v24.1.2

Compare Source

v24.1.1

Compare Source

v24.1.0

Compare Source

New Features
  • Update the default webpack config to allow webp image format (#​43880).
  • Update webpack configuration for the build and start commands to automatically copy PHP files listed in the render field of block.json files from the source to the build folder (#​43917).

v24.0.0

Compare Source

Breaking Change
  • Increase the minimum Node.js version to 14 and minimum npm version to 6.14.4 (#​43141).
  • The bundled @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 Fix
  • Packages: Replace is-plain-obj with is-plain-object (#​43511).

v23.7.2

Compare Source

Bug Fix
  • Jest Preset: Improve is-plain-obj transformation ignore (#​43271).

v23.7.1

Compare Source

Bug Fix
  • Jest Preset: Ignore is-plain-obj transformation (#​43179).

v23.7.0

Compare Source

v23.6.0

Compare Source

Bug Fix
  • Fix the incorrect exit error code when status missing in webpack call for build and start commands (#​42396).

v23.5.0

Compare Source

v23.4.0

Compare Source

v23.3.0

Compare Source

Enhancements
  • The bundled wp-prettier dependency has been upgraded from 2.2.1 to 2.6.2 (#​40542).

v23.2.0

Compare Source

Bug Fix
  • Fix incorrect handling in plugin-zip for root-level files and some specific platform conditions (#​41439).

v23.1.0

Compare Source

New Feature
  • Enable by default code formatting for JSON files in the format command (#​40994). You can opt-out of this behavior by providing a custom file matcher, example: wp-scripts format src/**/*.js.
  • Support tsx files in viewScript, script, editorScript (#​41068).
Bug Fixes
  • Fix: env unit test fails on Windows (#​41070)

v23.0.0

Compare Source

Breaking Changes
  • Remove lint-md-js script 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).
  • Remove the previously deprecated and undocumented format-js command (#​40512). You should use the format command instead.
New Features

v22.5.0

Compare Source

Bug Fixes
  • Update markdownlint and markdownlint-cli to the latest versions (#​40479).

v22.4.2

Compare Source

v22.4.1

Compare Source

v22.4.0

Compare Source

New Feature
  • Add --webpack-src-dir CLI flag to allow customizing the source code directory (src by default) (#​39618).
Bug Fixes
  • Add vendor/ to .markdownlintignore, to match lint-md-docs docs (#​39724).
  • Include files with .jsx extension in the build process (#​39613).
  • Ensure that the default logic for entry points in the build commands is executed only when used the default config (#​39618).

v22.3.0

Compare Source

v22.2.1

Compare Source

v22.2.0

Compare Source

Enhancement
  • The bundled @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 Feature
  • Add --webpack-copy-php CLI flag to opt-in to copying php files from src and its subfolders to the output directory (build by default) (#​39171).

v22.0.1

Compare Source

v22.0.0

Compare Source

Breaking Changes
New Feature
  • Automatically copy PHP files located in the src folder and its subfolders to the output directory (build by default) (#​38715).

v21.0.2

Compare Source

  • Entry points are not detected in Windows OS (#​38781).

v21.0.1

Compare Source

Bug Fix
  • Return a default entry object in the build command when no entry files discovered in the project (#​38737).

v21.0.0

Compare Source

Breaking Changes
  • The bundled puppeteer-core dependency has been updated from requiring ^11.0.0 to requiring ^13.2.0 (#​37078).
Bug Fix
  • Fix the handling for entry points when running build command (#​38584).

v20.0.2

Compare Source

Bug Fix
  • Fix the build command that does not generate assets on Windows OS (#​38348).
  • Adds fallback to src/index.js when no valid scripts discovered in metadata files when running the build command (#​38367).

v20.0.1

Compare Source

Bug Fix
  • Ensure that React Fast Refresh is not wired when it isn't explicitly enabled with --hot CLI argument when running the start command.

v20.0.0

Compare Source

Breaking Changes
  • The bundled eslint dependency has been updated from requiring ^7.17.0 to requiring ^8.3.0 (#​36283).
  • The puppeteer-core dependency has been updated from requiring ^10.1.0 to requiring ^11.0.0 (see Breaking Changes, #​36040).
  • Removed support for live reload in the start command (#​28273).
  • The bundled webpack-cli dependency has been updated to the next major version ^4.9.1 (#​28273).
  • The peer jest dependency has been updated from requiring >=26 to requiring >=27 (see Breaking Changes, #​33287).
  • The bundled jest-dev-server dependency has been updated to the next major version ^6.0.0 (#​33287).
  • The bundled stylelint dependency has been updated from requiring ^13.8.0 to requiring ^14.2.0 (#​38091).
New Features
  • Added a new plugin-zip command to create a zip file for a WordPress plugin (#​37687).
  • Added optional support for React Fast Refresh in the start command. It can be activated with --hot CLI argument (#​28273). For now, it requires that WordPress has the SCRIPT_DEBUG flag enabled and the Gutenberg plugin installed.
  • Automatically copy block.json files located in the src folder and its subfolders to the output folder (build by default) (#​37612).
  • Scan the src directory for block.json files to detect defined scripts to use them as entry points with the start and build commands. (#​37661).
Enhancements
  • Disable selector-class-pattern rule when linting styles until we have more flexible handling (#​37531).
Bug Fixes
  • Prevent the CleanWebpackPlugin plugin from deleting webpack assets during multi-configuration builds #​35980.
  • Remove temporary workaround fixing CommonJS import for mini-css-extract-plugin #​38027.
Internal
  • The bundled 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
  • Added temporary workaround to fix broken CommonJS import of mini-css-extract-plugin #​38004.

v19.2.2

Compare Source

v19.2.1

Compare Source

v19.2.0

Compare Source

New Features
  • Add basic support for TypeScript in build, start, test-e2e and test-unit-js commands (#​36260).
Enhancements
  • The bundled browserslist dependency has been updated from requiring ^4.16.6 to requiring ^4.17.6 (#​36244).
  • Updated the default ESLint config to work correctly with the latest version of @wordpress/eslint-plugin (#​36244).

v19.1.0

Compare Source

Enhancements
  • Increase the timeout for e2e tests to 30 seconds (#​35983).

v19.0.0

Compare Source

Breaking Changes
  • The webpack config was updated to no longer include the polyfill by default when creating the assets.php file. If your usage requires the wp-polyfill, you must explicitly set it as a dependency (#​34536].
Enhancements
  • Allow customization of the ARTIFACTS_PATH in the jest-environment-puppeteer failed test reporter via the WP_ARTIFACTS_PATH environment 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 7f6a399 to 9c7f58b Compare November 8, 2021 00:32
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from e3923d7 to 7efeeaf Compare November 22, 2021 05:10
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 7efeeaf to 7147582 Compare December 1, 2021 02:00
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 7147582 to d238313 Compare January 5, 2022 02:06
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from d238313 to 897ac87 Compare January 17, 2022 11:04
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from ac3759d to 16c6c02 Compare January 27, 2022 11:52
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v19 Update dependency @wordpress/scripts to v20 Jan 27, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 4f59bbd to 6b5f18d Compare January 31, 2022 14:26
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 6b5f18d to a02f0cd Compare February 10, 2022 11:07
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v20 Update dependency @wordpress/scripts to v21 Feb 10, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 48ab507 to f77d7ef Compare February 15, 2022 08:14
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v21 Update dependency @wordpress/scripts to v22 Feb 22, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 5b2471a to e8d459f Compare February 23, 2022 15:30
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from e8d459f to c5a0afb Compare March 3, 2022 16:35
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from b5e3a96 to 3edaf8d Compare March 11, 2022 17:28
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 3edaf8d to a05118b Compare March 23, 2022 15:15
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from a05118b to 2daf7bb Compare April 8, 2022 15:43
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 2daf7bb to 6b53bc8 Compare April 24, 2022 20:33
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 6b53bc8 to 4509fce Compare May 15, 2022 22:28
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v22 Update dependency @wordpress/scripts to v23 May 15, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 4509fce to 2ef0732 Compare June 18, 2022 14:06
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 2ef0732 to 1e71078 Compare September 25, 2022 12:03
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v23 Update dependency @wordpress/scripts to v24 Sep 25, 2022
@renovate renovate Bot changed the title Update dependency @wordpress/scripts to v24 Update dependency @wordpress/scripts to v24 - autoclosed Oct 10, 2022
@renovate renovate Bot closed this Oct 10, 2022
@renovate renovate Bot deleted the renovate/major-wordpress-monorepo branch October 10, 2022 14:05
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