Skip to content
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 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 21, 2021

This PR contains the following updates:

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

Release Notes

WordPress/gutenberg (@​wordpress/scripts)

v30.7.0

Compare Source

Internal
  • The bundled sass dependency has been updated from ^1.35.2 to ^1.50.1 (#​67572).
  • The bundled sass-loader dependency has been updated from ^12.1.0 to ^16.0.3 (#​67572).
  • The bundled mini-css-extract-plugin dependency has been updated from ^2.5.1 to ^2.9.2 (#​67572).
  • The bundled webpack dependency has been updated from ^5.95.0 to ^5.97.0 (#​67572).
  • The bundled cross-spawn dependency has been updated from ^5.1.0 to ^7.0.6 (#​67708).
  • The bundled jest-dev-server dependency has been updated from ^9.0.1 to ^10.1.4 (#​67708).
  • The bundled puppeteer-core dependency has been updated from ^23.1.0 to ^23.10.1 (#​67708).
Bug Fix
  • Make React Fast Refresh in the start command work with multiple blocks (64924).

v30.6.0

Compare Source

v30.5.1

Compare Source

Bug Fix
  • Revert changes from #​61121 that inlined CSS files imported from other CSS files before optimization in the build command.

v30.5.0

Compare Source

Bug Fix
  • Make start script more resilient for developer errors (#​66752).

v30.4.0

Compare Source

Enhancements
  • Add BlueOak-1.0.0 the GPLv2-compatible licenses recognized by check-licenses (#​66139).
  • Add an optional --root-folder argument to the plugin-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
  • Refactor to extract license related logic to a reusable module (#​66179).

v30.3.0

Compare Source

New Features
  • Add new build-blocks-manifest command to generate a PHP file containing block metadata from all block.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
  • Updated stylelint dependency to ^16.8.2 (#​64828).
  • Switched default config from @wordpress/stylelint-config/scss to use @wordpress/stylelint-config/scss-stylistic to keep stylistic rules (#​64828).

v29.0.0

Compare Source

Breaking Changes
  • Fixed the issue with having 5 high severity vulnerabilities by upgrading the puppeteer-core package to the latest major version ^23.1.0 (#​64597).
Enhancements
  • Inlines CSS files imported from other CSS files before optimization in the build command (#​61121).
Bug Fixes
  • Added chunk filename in webpack config to avoid reading stale files (#​58176).

v28.6.0

Compare Source

v28.5.0

Compare Source

v28.4.0

Compare Source

New Features
  • Update webpack configuration for the build and start commands to automatically copy PHP files listed in the variations field of block.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.

  • Use React's automatic runtime to transform JSX (#​61692).
  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#​61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#​31270). Learn more about Node.js releases.

v27.9.0

Compare Source

New Features
  • Add RTL support when building CSS styles with build and start 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
  • Add experimental support for viewScriptModule field in block.json for build and start scripts (#​57437).
Enhancements
  • Ensure that watched module builds detect block.json changes (#​57927).
Deprecations
  • Experimental support for viewModule field in block.json is deprecated in favor of viewScriptModule (#​57437).

v27.1.0

Compare Source

v27.0.0

Compare Source

New Features
  • Add experimental support for viewModule field in block.json for build and start scripts (#​57461).
Breaking Changes
  • Drop support for Node.js versions < 18.

v26.19.0

Compare Source

Bug Fix

v26.18.0

Compare Source

Internal
  • The bundled 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
  • The bundled @pmmmwh/react-refresh-webpack-plugin dependency has been updated from requiring ^0.5.2 to requiring ^0.5.11 (#​54657).
  • The bundled browserslist dependency has been updated from requiring ^4.21.9 to requiring ^4.21.10 (#​54657).
  • The bundled react-refresh dependency has been updated from requiring ^0.10.0 to requiring ^0.14.0 (#​54657).
  • The bundled webpack dependency has been updated from requiring ^5.47.1 to requiring ^5.88.2 (#​54657).
  • The bundled webpack-bundle-analyzer dependency has been updated from requiring ^4.4.2 to requiring ^4.9.1 (#​54657).
  • The bundled webpack-cli dependency has been updated from requiring ^4.9.1 to requiring ^5.1.4 (#​54657).
  • The bundled 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
  • Added support for test-playwright script (#​53108).
  • The bundled wp-prettier dependency has been upgraded from 2.8.5 to 3.0.3 (#​54539).
Bug Fix
  • Correctly resolve entry points when the directory is symlinked (#​54212).

v26.12.0

Compare Source

v26.11.1

Compare Source

v26.11.0

Compare Source

Enhancement
  • Updated npm-package-json-lint peer dependency to require v6.0.0 #​53636.
  • The bundled @svgr/webpack dependency has been updated from requiring ^6.2.1 to requiring ^8.0.1 (#​53630).
  • The bundled cssnano dependency has been updated from requiring ^5.07 to requiring ^6.0.1 (#​53630).
Bug Fix
  • Fix prevent watch mode from aborting when encountering a 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
  • The bundled terser-webpack-plugin dependency has been updated from requiring ^5.1.4 to requiring ^5.3.9 (#​50994).
  • Optimize updating render paths when developing blocks with the start command (#​51162).
Bug Fixes
  • Ensure files listed in render field of block.json files are always copied to the build folder when using the start command (#​50939).

v26.5.0

Compare Source

v26.4.0

Compare Source

v26.3.0

Compare Source

Enhancements
  • License check script supports conjunctive (AND) licenses (46801).

v26.2.0

Compare Source

v26.1.0

Compare Source

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

v26.0.0

Compare Source

Breaking Changes

v25.5.1

Compare Source

Bug Fix
  • Fix render.php isn't copied in Windows OS (#​48735).

v25.5.0

Compare Source

v25.4.0

Compare Source

New Features
  • The 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.
  • Update default webpack config and lint-style script to allow PostCSS (.pcss extension) file usage (#​45352).
  • Add --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
  • Updated dependencies to require React 18 (45235)

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

v18.1.0

Compare Source

Enhancements
  • The bundled jest-dev-server dependency has been updated to the next major version ^5.0.3 (#​34560).

v18.0.1

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 7917248 to ef27c88 Compare February 1, 2021 03:44
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from ef27c88 to 5643b80 Compare February 10, 2021 21:02
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 5643b80 to b2af416 Compare April 26, 2021 15:16
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v13 Update dependency @wordpress/scripts to v14 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from b2af416 to 78cf3f2 Compare May 9, 2021 22:07
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v14 Update dependency @wordpress/scripts to v15 May 9, 2021
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 78cf3f2 to 3bd41d4 Compare May 15, 2021 21:30
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v15 Update dependency @wordpress/scripts to v16 May 15, 2021
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 3bd41d4 to 3bc1112 Compare June 6, 2021 19:42
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 3bc1112 to d7fe5dd Compare June 15, 2021 12:15
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from d7fe5dd to 9b9e089 Compare October 18, 2021 14:59
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v16 Update dependency @wordpress/scripts to v18 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 9b9e089 to 44a4996 Compare March 7, 2022 13:00
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v18 Update dependency @wordpress/scripts to v22 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 44a4996 to 244b76b Compare March 26, 2022 12:31
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 244b76b to f3351cf Compare April 24, 2022 21:07
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f3351cf to b942d1a Compare May 15, 2022 21:00
@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 b942d1a to 39407a1 Compare June 18, 2022 19:09
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 39407a1 to 80b2601 Compare September 25, 2022 12:33
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v23 Update dependency @wordpress/scripts to v24 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 80b2601 to ca14341 Compare November 20, 2022 17:26
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from ca14341 to 5045048 Compare March 16, 2023 18:04
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v24 Update dependency @wordpress/scripts to v26 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 5045048 to 201c44f Compare March 30, 2023 00:43
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 201c44f to f3b8486 Compare April 17, 2023 13:40
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f3b8486 to 727d6b7 Compare May 28, 2023 11:55
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 727d6b7 to 1d3c723 Compare June 7, 2023 21:16
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 1d3c723 to ee2a371 Compare June 30, 2023 08:18
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from edb3371 to 54a4879 Compare February 9, 2024 19:19
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 54a4879 to 5ea9189 Compare February 21, 2024 22:12
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 5ea9189 to 6f5b667 Compare March 6, 2024 17:01
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 6f5b667 to 2939b9e Compare March 21, 2024 17:57
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2939b9e to adaa137 Compare April 3, 2024 09:05
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from adaa137 to 82c51b7 Compare April 19, 2024 20:15
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 82c51b7 to a5d594e Compare May 2, 2024 19:59
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from a5d594e to 69b8e6f Compare May 16, 2024 04:28
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 69b8e6f to fcd2476 Compare May 31, 2024 17:30
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v27 Update dependency @wordpress/scripts to v28 May 31, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from fcd2476 to 815dc6f Compare June 15, 2024 19:47
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 815dc6f to aa1386e Compare June 26, 2024 10:47
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from aa1386e to 2bafdb6 Compare July 10, 2024 10:15
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 2bafdb6 to b7070bd Compare July 24, 2024 19:18
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from b7070bd to 3277b29 Compare August 7, 2024 19:51
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 3277b29 to 41935b4 Compare August 21, 2024 16:43
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 41935b4 to cd7d913 Compare September 5, 2024 08:36
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v28 Update dependency @wordpress/scripts to v29 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from cd7d913 to c1c4cd1 Compare September 19, 2024 04:52
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v29 Update dependency @wordpress/scripts to v30 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c1c4cd1 to f0e9e9c Compare September 19, 2024 11:28
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f0e9e9c to 210cf75 Compare October 3, 2024 16:39
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 6adec4a to c451f92 Compare October 17, 2024 14:24
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from c451f92 to 33a507c Compare October 30, 2024 17:03
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from aa7cff7 to 0b37edd Compare November 18, 2024 10:35
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 0b37edd to 96b9f5f Compare November 27, 2024 14:07
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 96b9f5f to e8643d7 Compare December 11, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants