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 v28 #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

Mend Renovate

This PR contains the following updates:

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

Release Notes

WordPress/gutenberg (@​wordpress/scripts)

v28.2.0

Compare Source

v28.1.0

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
  • Bring back support for SVG files in CSS (#​34394). It wasn't correctly migrated when integrating webpack v5.
  • Convert legacy entry point arguments supported in webpack 4 for compatibility with webpack 5 (#​34264).

v18.0.0

Compare Source

Breaking Changes
  • Increase the minimum Node.js version to v12.13 matching requirements from bundled dependencies (#​33818).
  • The bundled webpack dependency has been updated to the next major version ^5.47.1 (see Breaking Changes, #​33818).
  • The bundled webpack-cli dependency has been updated to the next major version ^4.7.2 (#​33818).
  • The bundled css-loader dependency has been updated from requiring ^5.1.3 to requiring ^6.2.0 (#​33818).
  • The bundled file-loader dependency has been removed (#​33818).
  • The bundled ignore-emit-webpack-plugin dependency has been removed (#​33818).
  • The bundled mini-css-extract-plugin dependency has been updated from requiring ^1.3.9 to requiring ^2.1.0 (#​33818).
  • The bundled postcss-loader dependency has been updated from requiring ^4.2.0 to requiring ^6.1.1 (#​33818).
  • The bundled sass-loader dependency has been updated from requiring ^10.1.1 to requiring ^12.1.0 (#​33818).
  • The bundled source-map-loader dependency has been updated from requiring ^0.2.4 to requiring ^3.0.0 (#​33818).
  • The bundled thread-loader dependency has been removed (#​33818).
  • The bundled terser-webpack-plugin dependency has been updated from requiring ^3.0.3 to requiring ^5.1.4 (#​33818).
  • The bundled webpack-live-reload-plugin dependency has been updated from requiring ^2.3.0 to requiring ^3.0.1 (#​33818).
  • The bundled webpack-sources dependency has been removed (#​33818).
Enhancements
  • The bundled @svgr/webpack dependency has been updated from requiring ^5.2.0 to requiring ^5.5.0 (#​33818).
  • The bundled webpack-bundle-analyzer dependency has been updated from requiring ^4.2.0 to requiring ^4.4.2 (#​33818).
Bug Fixes
  • Add missing fallback for target in webpack 5 config (#​34112),

v17.1.0

Compare Source

Enhancements
  • Update eslint-plugin-markdown package to 2.20.0 (#​33432).
  • Update sass package to 1.35.2 (#​33433).
  • Update webpack config to minimize also CSS files (#​33676).
  • The default PostCSS config uses cssnano to minimize CSS output (#​33750).

v17.0.0

Compare Source

Breaking Changes
  • Upgrade puppeteer-core (^9.0.0) to version ^10.1.0. This version drops support for Node v10.
New Features
  • Add .markdownlintignore config and reference from lint-md-docs script (#​32633).
Enhancements
  • Update markdownlint package to 0.23.1 (#​32633).
  • Update markdownlint-cli package to 0.27.1 (#​32633).

v16.1.5

Compare Source

v16.1.4

Compare Source

v16.1.3

Compare Source

v16.1.2: 16.1.2

Compare Source

Bug fixes

v16.1.1: 16.1.1

Compare Source

Changelog

Features
Patterns
  • Remove ability for user to toggle sync status after pattern creation. This is because changing the sync status can have unintended consequences on existing instances of the block. (52230)
Code Quality
Patterns
  • Rename sync_status postmeta from sync_status to wp_pattern_sync_status to avoid clashes with custom plugin fields. (52232)
Bugs
Patterns
  • Fix issue with wrong sync status being set in the Site Editor when adding new synced patterns. (52229 )

Contributors

The following contributors merged PRs in this release:

@​glendaviesnz

v16.1.0

Compare Source

Bug Fix
  • The default Babel configuration has changed to respect a local Browserslist configuration.

v16.0.0

Compare Source

Breaking Changes
New Features
  • Include a Jest Reporter that formats test results for GitHub Actions annotations (#​31041).
  • Have the format command ignore files listed in a .prettierignore file, add a fallback .prettierignore to the package (30844).
  • The e2e tests are now using jest-circus as the test runner. This enable us to capture screenshots at the time the tests failed. The unit tests are also using the same test runner for consistency (#​28449, #​31178).
Security Fix
  • Update postcss dependency to the latest patch version. Versions before 8.2.10 are vulnerable to Regular Expression Denial of Service (ReDoS) during source map parsing (#​31685).

v15.0.1

Compare Source

Bug Fix
  • Add postcss as a dependency to ensure that the correct version gets installed.

v15.0.0

Compare Source

Breaking Changes
  • Rename format-js script to format (#​30240).
  • Include YAML files when formatting files with format (#​30240).
  • The bundled css-loader dependency has been updated from requiring ^3.5.2 to requiring ^5.1.3 (#​27821).
  • The bundled mini-css-extract-plugin dependency has been updated from requiring ^0.9.0 to requiring ^1.3.9 (#​27821).
  • The bundled postcss-loader dependency has been updated from requiring ^3.0.0 to requiring ^4.2.0 (#​27821).
  • The bundled sass-loader dependency has been updated from requiring ^8.0.2 to requiring ^10.1.1 (#​27821).
  • The bundled thread-loader dependency has been updated from requiring ^2.1.3 to requiring ^3.0.1 (#​27821).
  • The bundled url-loader dependency has been updated from requiring ^3.0.0 to requiring ^4.1.1 (#​27821).
New Features
  • build and start command now bundle files ending with .module.css as CSS modules and extracts style.module.css (#​29182).
Enhancements
  • The bundled webpack dependency has been updated from requiring 4.42.0 to requiring ^4.46.0 (#​27821).

v14.1.1: 14.1.1

Compare Source

Changelog

Bug Fixes
  • Blocks: Fix searching of blocks when description is non-string. (44233) Resolves an editor crash which could happen when searching

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 has been generated by Mend Renovate. View repository job log here.

@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 ee2a371 to 8e5c9c6 Compare July 5, 2023 22:59
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 8e5c9c6 to 52aa794 Compare July 20, 2023 06:43
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch 2 times, most recently from 22fde5c to 7b1cb48 Compare August 17, 2023 10:12
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 7b1cb48 to ae9b9c7 Compare August 31, 2023 09:51
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from ae9b9c7 to 7db8232 Compare September 20, 2023 13:12
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 7db8232 to 5abcad1 Compare October 5, 2023 03:38
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 5abcad1 to 78b6c05 Compare October 18, 2023 21:51
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 78b6c05 to 0e77672 Compare November 2, 2023 14:27
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 0e77672 to 0681525 Compare November 16, 2023 21:35
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 0681525 to 40ab760 Compare November 29, 2023 19:40
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 40ab760 to f1c89cc Compare December 13, 2023 13:22
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from f1c89cc to 4dfaf9d Compare January 16, 2024 14:06
@renovate renovate bot changed the title Update dependency @wordpress/scripts to v26 Update dependency @wordpress/scripts to v27 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/major-wordpress-monorepo branch from 4dfaf9d to edb3371 Compare January 25, 2024 01:37
@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
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.

None yet

0 participants