Skip to content

Update wordpress monorepo (major)#127

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

Update wordpress monorepo (major)#127
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-wordpress-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/api-fetch (source) 5.2.7 -> 6.16.0 age adoption passing confidence
@wordpress/scripts (source) 19.2.4 -> 24.3.0 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/api-fetch)

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.0

Compare Source

v6.12.0

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

v6.9.0

Compare Source

v6.8.0

Compare Source

v6.7.0

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

v6.1.1

Compare Source

Bug Fixes
  • Prevent automatic conversion of widgets to blocks when using the customizer.
  • Fix missing block properties on block registration filters used for the deprecated versions.

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

Breaking changes

OPTIONS requests handled by the preloading middleware are now resolved as window.Response objects if you explicitly set parse: false (for consistency with how GET requests are resolved). They used to be resolved as Plain Old JavaScript Objects.

WordPress/gutenberg (@​wordpress/scripts)

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
  • 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).

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.

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


  • 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 requested a review from a team as a code owner February 9, 2022 01:02
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 6 times, most recently from cc99e53 to c789e9c Compare February 16, 2022 03:03
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 5 times, most recently from 67b951b to fae562e Compare February 23, 2022 16:08
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 4 times, most recently from fa00098 to 9deba0f Compare March 7, 2022 02:24
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 4 times, most recently from 179fa3a to 5af4005 Compare March 11, 2022 17:22
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 5af4005 to 06f575b Compare March 16, 2022 02:25
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 4 times, most recently from 9a3d269 to 1dda049 Compare March 30, 2022 02:18
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from a8ce833 to e6eb0f5 Compare April 8, 2022 15:24
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 5 times, most recently from baef30b to 8f08b75 Compare May 23, 2022 04:55
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from 59198a2 to 7dd28c0 Compare June 1, 2022 15:02
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 5 times, most recently from 7b860b1 to 48b13dc Compare June 13, 2022 03:58
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 724da4c to 792aa33 Compare June 22, 2022 00:49
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from 131ce79 to 1d6b371 Compare July 6, 2022 02:17
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 6aad505 to 57d054b Compare July 20, 2022 01:22
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from cf50368 to 7440e8e Compare August 3, 2022 00:19
@renovate renovate Bot changed the title Update wordpress monorepo (major) Update wordpress monorepo to v6 (major) Aug 9, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from 7440e8e to 0c07de9 Compare August 10, 2022 11:19
@renovate renovate Bot changed the title Update wordpress monorepo to v6 (major) Update wordpress monorepo (major) Aug 10, 2022
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch 3 times, most recently from 7ffd588 to f18bf07 Compare August 17, 2022 19:23
@renovate renovate Bot force-pushed the renovate/major-wordpress-monorepo branch from f18bf07 to 22ef932 Compare August 24, 2022 13:54
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.

1 participant