sesamyab / wordpress-sesamy

2 stars 0 forks source link

chore(deps): update dependency @wordpress/scripts to v30 #76

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/scripts (source) ^23.6.0 -> ^30.0.0 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/scripts) ### [`v30.0.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@30.0.1...@wordpress/scripts@30.0.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@30.0.1...@wordpress/scripts@30.0.2) ### [`v30.0.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@30.0.0...@wordpress/scripts@30.0.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@30.0.0...@wordpress/scripts@30.0.1) ### [`v30.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#3000-2024-09-19) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@29.0.0...@wordpress/scripts@30.0.0) ##### Breaking Changes - Updated `stylelint` dependency to `^16.8.2` ([#​64828](https://redirect.github.com/WordPress/gutenberg/pull/64828)). - Switched default config from `@wordpress/stylelint-config/scss` to use `@wordpress/stylelint-config/scss-stylistic` to keep stylistic rules ([#​64828](https://redirect.github.com/WordPress/gutenberg/pull/64828)). ### [`v29.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2900-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.6.0...@wordpress/scripts@29.0.0) ##### 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](https://redirect.github.com/WordPress/gutenberg/pull/64597)). ##### Enhancements - Inlines CSS files imported from other CSS files before optimization in the `build` command ([#​61121](https://redirect.github.com/WordPress/gutenberg/pull/61121)). ##### Bug Fixes - Added chunk filename in webpack config to avoid reading stale files ([#​58176](https://redirect.github.com/WordPress/gutenberg/pull/58176)). ### [`v28.6.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2860-2024-08-21) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.5.0...@wordpress/scripts@28.6.0) ### [`v28.5.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2850-2024-08-07) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.4.0...@wordpress/scripts@28.5.0) ### [`v28.4.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2840-2024-07-24) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.3.0...@wordpress/scripts@28.4.0) ##### 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](https://redirect.github.com/WordPress/gutenberg/pull/63098)). ### [`v28.3.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2830-2024-07-10) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.2.0...@wordpress/scripts@28.3.0) ### [`v28.2.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2820-2024-06-26) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.1.0...@wordpress/scripts@28.2.0) ### [`v28.1.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2810-2024-06-15) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.0.2...@wordpress/scripts@28.1.0) ### [`v28.0.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.0.1...@wordpress/scripts@28.0.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.0.1...@wordpress/scripts@28.0.2) ### [`v28.0.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.0.0...@wordpress/scripts@28.0.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@28.0.0...@wordpress/scripts@28.0.1) ### [`v28.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2800-2024-05-31) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.9.0...@wordpress/scripts@28.0.0) ##### Breaking Changes **Note** If you're using [@​wordpress/scripts](https://redirect.github.com/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](https://redirect.github.com/wordpress/scripts)[@​27](https://redirect.github.com/27). - Use React's automatic runtime to transform JSX ([#​61692](https://redirect.github.com/WordPress/gutenberg/pull/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](https://redirect.github.com/WordPress/gutenberg/pull/61486)). - Increase the minimum required Node.js version to v18.12.0 matching long-term support releases ([#​31270](https://redirect.github.com/WordPress/gutenberg/pull/61930)). Learn more about [Node.js releases](https://nodejs.org/en/about/previous-releases). ### [`v27.9.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2790-2024-05-16) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.8.0...@wordpress/scripts@27.9.0) ##### New Features - Add RTL support when building CSS styles with `build` and `start` scripts ([#​61540](https://redirect.github.com/WordPress/gutenberg/pull/61540)). ### [`v27.8.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2780-2024-05-02) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.7.0...@wordpress/scripts@27.8.0) ### [`v27.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2770-2024-04-19) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.6.0...@wordpress/scripts@27.7.0) ### [`v27.6.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2760-2024-04-03) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.5.0...@wordpress/scripts@27.6.0) ### [`v27.5.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2750-2024-03-21) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.4.0...@wordpress/scripts@27.5.0) ### [`v27.4.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2740-2024-03-06) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.3.0...@wordpress/scripts@27.4.0) ### [`v27.3.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2730-2024-02-21) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.6...@wordpress/scripts@27.3.0) ### [`v27.2.6`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.5...@wordpress/scripts@27.2.6) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.5...@wordpress/scripts@27.2.6) ### [`v27.2.5`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.4...@wordpress/scripts@27.2.5) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.4...@wordpress/scripts@27.2.5) ### [`v27.2.4`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.3...@wordpress/scripts@27.2.4) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.3...@wordpress/scripts@27.2.4) ### [`v27.2.3`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.2...@wordpress/scripts@27.2.3) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.2...@wordpress/scripts@27.2.3) ### [`v27.2.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.1...@wordpress/scripts@27.2.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.1...@wordpress/scripts@27.2.2) ### [`v27.2.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.0...@wordpress/scripts@27.2.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.2.0...@wordpress/scripts@27.2.1) ### [`v27.2.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2720-2024-02-09) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.1.0...@wordpress/scripts@27.2.0) ##### New Features - Add experimental support for `viewScriptModule` field in block.json for `build` and `start` scripts ([#​57437](https://redirect.github.com/WordPress/gutenberg/pull/57437)). ##### Enhancements - Ensure that watched module builds detect block.json changes ([#​57927](https://redirect.github.com/WordPress/gutenberg/pull/57927)). ##### Deprecations - Experimental support for `viewModule` field in block.json is deprecated in favor of `viewScriptModule` ([#​57437](https://redirect.github.com/WordPress/gutenberg/pull/57437)). ### [`v27.1.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2710-2024-01-24) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@27.0.0...@wordpress/scripts@27.1.0) ### [`v27.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2700-2024-01-10) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.19.0...@wordpress/scripts@27.0.0) ##### New Features - Add experimental support for `viewModule` field in block.json for `build` and `start` scripts ([#​57461](https://redirect.github.com/WordPress/gutenberg/pull/57461)). ##### Breaking Changes - Drop support for Node.js versions < 18. ### [`v26.19.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26190-2023-12-13) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.18.0...@wordpress/scripts@26.19.0) ##### Bug Fix - Fix CSS imports not minified ([#​56516](https://redirect.github.com/WordPress/gutenberg/pull/56516)). ### [`v26.18.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26180-2023-11-29) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.17.0...@wordpress/scripts@26.18.0) ##### Internal - The bundled `jest-dev-server` dependency has been updated from `^6.0.2` to `^9.0.1` ([#​33287](https://redirect.github.com/WordPress/gutenberg/pull/33287)). ### [`v26.17.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26170-2023-11-16) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.16.0...@wordpress/scripts@26.17.0) ### [`v26.16.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26160-2023-11-02) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.15.0...@wordpress/scripts@26.16.0) ### [`v26.15.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26150-2023-10-18) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.14.0...@wordpress/scripts@26.15.0) ### [`v26.14.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26140-2023-10-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.13...@wordpress/scripts@26.14.0) ##### Internal - The bundled `@pmmmwh/react-refresh-webpack-plugin` dependency has been updated from requiring `^0.5.2` to requiring `^0.5.11` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `browserslist` dependency has been updated from requiring `^4.21.9` to requiring `^4.21.10` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `react-refresh` dependency has been updated from requiring `^0.10.0` to requiring `^0.14.0` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `webpack` dependency has been updated from requiring `^5.47.1` to requiring `^5.88.2` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `webpack-bundle-analyzer` dependency has been updated from requiring `^4.4.2` to requiring `^4.9.1` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `webpack-cli` dependency has been updated from requiring `^4.9.1` to requiring `^5.1.4` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). - The bundled `webpack-dev-server` dependency has been updated from requiring `^4.4.0` to requiring `^4.15.1` ([#​54657](https://redirect.github.com/WordPress/gutenberg/pull/54657)). ### [`v26.13.13`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.12...@wordpress/scripts@26.13.13) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.12...@wordpress/scripts@26.13.13) ### [`v26.13.12`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.11...@wordpress/scripts@26.13.12) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.11...@wordpress/scripts@26.13.12) ### [`v26.13.11`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.10...@wordpress/scripts@26.13.11) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.10...@wordpress/scripts@26.13.11) ### [`v26.13.10`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.9...@wordpress/scripts@26.13.10) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.9...@wordpress/scripts@26.13.10) ### [`v26.13.9`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.8...@wordpress/scripts@26.13.9) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.8...@wordpress/scripts@26.13.9) ### [`v26.13.8`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.7...@wordpress/scripts@26.13.8) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.7...@wordpress/scripts@26.13.8) ### [`v26.13.7`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.6...@wordpress/scripts@26.13.7) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.6...@wordpress/scripts@26.13.7) ### [`v26.13.6`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.5...@wordpress/scripts@26.13.6) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.5...@wordpress/scripts@26.13.6) ### [`v26.13.5`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.4...@wordpress/scripts@26.13.5) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.4...@wordpress/scripts@26.13.5) ### [`v26.13.4`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.3...@wordpress/scripts@26.13.4) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.3...@wordpress/scripts@26.13.4) ### [`v26.13.3`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.2...@wordpress/scripts@26.13.3) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.2...@wordpress/scripts@26.13.3) ### [`v26.13.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.1...@wordpress/scripts@26.13.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.1...@wordpress/scripts@26.13.2) ### [`v26.13.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.0...@wordpress/scripts@26.13.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.13.0...@wordpress/scripts@26.13.1) ### [`v26.13.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26130-2023-09-20) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.12.0...@wordpress/scripts@26.13.0) ##### Enhancements - Added support for `test-playwright` script ([#​53108](https://redirect.github.com/WordPress/gutenberg/pull/53108)). - The bundled `wp-prettier` dependency has been upgraded from `2.8.5` to `3.0.3` ([#​54539](https://redirect.github.com/WordPress/gutenberg/pull/54539)). ##### Bug Fix - Correctly resolve entry points when the directory is symlinked ([#​54212](https://redirect.github.com/WordPress/gutenberg/pull/54212)). ### [`v26.12.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26120-2023-08-31) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/bb1fbf87bb0f451744530fc6a85de2dff1263bed...@wordpress/scripts@26.12.0) ### [`v26.11.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.11.0...bb1fbf87bb0f451744530fc6a85de2dff1263bed) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.11.0...bb1fbf87bb0f451744530fc6a85de2dff1263bed) ### [`v26.11.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26110-2023-08-16) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.10.0...@wordpress/scripts@26.11.0) ##### Enhancement - Updated `npm-package-json-lint` peer dependency to require v6.0.0 [#​53636](https://redirect.github.com/WordPress/gutenberg/pull/53636). - The bundled `@svgr/webpack` dependency has been updated from requiring ^6.2.1 to requiring ^8.0.1 ([#​53630](https://redirect.github.com/WordPress/gutenberg/pull/53630)). - The bundled `cssnano` dependency has been updated from requiring ^5.07 to requiring ^6.0.1 ([#​53630](https://redirect.github.com/WordPress/gutenberg/pull/53630)). ##### Bug Fix - Fix prevent watch mode from aborting when encountering a `block.json` file that contains invalid JSON. ([#​51971](https://redirect.github.com/WordPress/gutenberg/pull/51971)) ### [`v26.10.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#26100-2023-08-10) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.9.0...@wordpress/scripts@26.10.0) ### [`v26.9.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2690-2023-07-20) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.8.0...@wordpress/scripts@26.9.0) ### [`v26.8.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2680-2023-07-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.7.0...@wordpress/scripts@26.8.0) ### [`v26.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2670-2023-06-23) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.5...@wordpress/scripts@26.7.0) ### [`v26.6.5`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.4...@wordpress/scripts@26.6.5) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.4...@wordpress/scripts@26.6.5) ### [`v26.6.4`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.3...@wordpress/scripts@26.6.4) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.3...@wordpress/scripts@26.6.4) ### [`v26.6.3`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.2...@wordpress/scripts@26.6.3) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.2...@wordpress/scripts@26.6.3) ### [`v26.6.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.1...@wordpress/scripts@26.6.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.1...@wordpress/scripts@26.6.2) ### [`v26.6.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.0...@wordpress/scripts@26.6.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.6.0...@wordpress/scripts@26.6.1) ### [`v26.6.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2660-2023-06-07) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.5.0...@wordpress/scripts@26.6.0) ##### Enhancements - The bundled `terser-webpack-plugin` dependency has been updated from requiring `^5.1.4` to requiring `^5.3.9` ([#​50994](https://redirect.github.com/WordPress/gutenberg/pull/50994)). - Optimize updating render paths when developing blocks with the `start` command ([#​51162](https://redirect.github.com/WordPress/gutenberg/pull/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](https://redirect.github.com/WordPress/gutenberg/pull/50939)). ### [`v26.5.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2650-2023-05-24) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.4.0...@wordpress/scripts@26.5.0) ### [`v26.4.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2640-2023-05-10) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.3.0...@wordpress/scripts@26.4.0) ### [`v26.3.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2630-2023-04-26) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.2.0...@wordpress/scripts@26.3.0) ##### Enhancements - License check script supports conjunctive (AND) licenses ([46801](https://redirect.github.com/WordPress/gutenberg/pull/46801)). ### [`v26.2.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2620-2023-04-12) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.1.0...@wordpress/scripts@26.2.0) ### [`v26.1.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2610-2023-03-29) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@26.0.0...@wordpress/scripts@26.1.0) ##### Enhancements - The bundled `wp-prettier` dependency has been upgraded from `2.6.2` to `2.8.5` ([#​49258](https://redirect.github.com/WordPress/gutenberg/pull/49258)). ### [`v26.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2600-2023-03-15) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.5.1...@wordpress/scripts@26.0.0) ##### Breaking Changes - Started using Jest v29 instead of v27 as a dependency. See [breaking changes in Jest 28](https://jestjs.io/blog/2022/04/25/jest-28) and [in jest 29](https://jestjs.io/blog/2022/08/25/jest-29) ([#​47388](https://redirect.github.com/WordPress/gutenberg/pull/47388)) ### [`v25.5.1`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2551-2023-03-06) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.5.0...@wordpress/scripts@25.5.1) ##### Bug Fix - Fix `render.php` isn't copied in Windows OS ([#​48735](https://redirect.github.com/WordPress/gutenberg/pull/48735)). ### [`v25.5.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2550-2023-03-01) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.4.0...@wordpress/scripts@25.5.0) ### [`v25.4.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2540-2023-02-15) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.6...@wordpress/scripts@25.4.0) ##### New Features - The `WP_DEVTOOL` environment variable can now be used to set the Webpack devtool option for sourcemaps in production builds ([#​46812](https://redirect.github.com/WordPress/gutenberg/pull/46812)). Previously, this only worked for development builds. - Update default webpack config and lint-style script to allow PostCSS (`.pcss` extension) file usage ([#​45352](https://redirect.github.com/WordPress/gutenberg/pull/45352)). - Add `--no-watch` option to allow creating the unminified/dev JS without starting the watcher ([#​44237](https://redirect.github.com/WordPress/gutenberg/pull/44237)). ### [`v25.3.6`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.5...@wordpress/scripts@25.3.6) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.5...@wordpress/scripts@25.3.6) ### [`v25.3.5`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.4...@wordpress/scripts@25.3.5) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.4...@wordpress/scripts@25.3.5) ### [`v25.3.4`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.3...@wordpress/scripts@25.3.4) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.3...@wordpress/scripts@25.3.4) ### [`v25.3.3`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.2...@wordpress/scripts@25.3.3) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.2...@wordpress/scripts@25.3.3) ### [`v25.3.2`](https://redirect.github.com/WordPress/gutenberg/compare/e9ff92d836928aba65dde94d9d193bc401a934d7...3eb2c536278d5a17f698b9c378fe3db746a89622) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.1...@wordpress/scripts@25.3.2) ### [`v25.3.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.0...@wordpress/scripts@25.3.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.3.0...@wordpress/scripts@25.3.1) ### [`v25.3.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2530-2023-02-01) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.2.0...@wordpress/scripts@25.3.0) ### [`v25.2.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2520-2023-01-11) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.1.0...@wordpress/scripts@25.2.0) ### [`v25.1.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2510-2023-01-02) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@25.0.0...@wordpress/scripts@25.1.0) ### [`v25.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2500-2022-12-14) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.6.0...@wordpress/scripts@25.0.0) ##### Breaking Changes - Updated dependencies to require React 18 ([45235](https://redirect.github.com/WordPress/gutenberg/pull/45235)) ### [`v24.6.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2460-2022-11-16) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.5.0...@wordpress/scripts@24.6.0) ### [`v24.5.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2450-2022-11-02) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.4.0...@wordpress/scripts@24.5.0) ### [`v24.4.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2440-2022-10-19) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.3.0...@wordpress/scripts@24.4.0) ### [`v24.3.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2430-2022-10-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.2.0...@wordpress/scripts@24.3.0) ### [`v24.2.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2420-2022-09-21) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.1.2...@wordpress/scripts@24.2.0) ### [`v24.1.2`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.1.1...@wordpress/scripts@24.1.2) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.1.1...@wordpress/scripts@24.1.2) ### [`v24.1.1`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.1.0...@wordpress/scripts@24.1.1) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.1.0...@wordpress/scripts@24.1.1) ### [`v24.1.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2410-2022-09-13) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@24.0.0...@wordpress/scripts@24.1.0) ##### New Features - Update the default webpack config to allow `webp` image format ([#​43880](https://redirect.github.com/WordPress/gutenberg/pull/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](https://redirect.github.com/WordPress/gutenberg/pull/43917)). ### [`v24.0.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2400-2022-08-24) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@23.7.2...@wordpress/scripts@24.0.0) ##### Breaking Change - Increase the minimum Node.js version to 14 and minimum npm version to 6.14.4 ([#​43141](https://redirect.github.com/WordPress/gutenberg/pull/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](https://redirect.github.com/WordPress/gutenberg/pull/43272)). ##### Bug Fix - Packages: Replace `is-plain-obj` with `is-plain-object` ([#​43511](https://redirect.github.com/WordPress/gutenberg/pull/43511)). ### [`v23.7.2`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2372-2022-08-17) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@23.7.1...@wordpress/scripts@23.7.2) ##### Bug Fix - Jest Preset: Improve `is-plain-obj` transformation ignore ([#​43271](https://redirect.github.com/WordPress/gutenberg/pull/43271)). ### [`v23.7.1`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/scripts/CHANGELOG.md#2371-2022-08-12) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@23.7.0...@wordpress/scripts@23.7.1) ##### Bug Fix - Jest Preset: Ignore `is-plain-obj` transformation ([#​43179](https://redirect.github.com/WordPress/gutenberg/pull/43179)). ### [`v23.7.0`](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@23.6.0...@wordpress/scripts@23.7.0) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/scripts@23.6.0...@wordpress/scripts@23.7.0)

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.



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

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: src/admin/gutenberg/sesamy-post-editor/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: sesamy-post-editor@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"^17.0.0-0" from @wojtekmaj/enzyme-adapter-react-17@0.6.7
npm ERR!   node_modules/@wojtekmaj/enzyme-adapter-react-17
npm ERR!     @wojtekmaj/enzyme-adapter-react-17@"^0.6.1" from @wordpress/jest-preset-default@8.5.0
npm ERR!     node_modules/@wordpress/jest-preset-default
npm ERR!   peer react@"^17.0.0-0" from @wojtekmaj/enzyme-adapter-utils@0.1.4
npm ERR!   node_modules/@wojtekmaj/enzyme-adapter-utils
npm ERR!     @wojtekmaj/enzyme-adapter-utils@"^0.1.4" from @wojtekmaj/enzyme-adapter-react-17@0.6.7
npm ERR!     node_modules/@wojtekmaj/enzyme-adapter-react-17
npm ERR!       @wojtekmaj/enzyme-adapter-react-17@"^0.6.1" from @wordpress/jest-preset-default@8.5.0
npm ERR!       node_modules/@wordpress/jest-preset-default
npm ERR!   5 more (@wordpress/element, @wordpress/jest-preset-default, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev @wordpress/scripts@"^27.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@18.2.0
npm ERR! node_modules/react
npm ERR!   peer react@"^18.0.0" from @wordpress/scripts@27.0.0
npm ERR!   node_modules/@wordpress/scripts
npm ERR!     dev @wordpress/scripts@"^27.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-01-16T17_03_44_468Z-debug-0.log
renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: src/admin/gutenberg/sesamy-post-editor/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: sesamy-post-editor@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"^17.0.0-0" from @wojtekmaj/enzyme-adapter-react-17@0.6.7
npm ERR!   node_modules/@wojtekmaj/enzyme-adapter-react-17
npm ERR!     @wojtekmaj/enzyme-adapter-react-17@"^0.6.1" from @wordpress/jest-preset-default@8.5.0
npm ERR!     node_modules/@wordpress/jest-preset-default
npm ERR!   peer react@"^17.0.0-0" from @wojtekmaj/enzyme-adapter-utils@0.1.4
npm ERR!   node_modules/@wojtekmaj/enzyme-adapter-utils
npm ERR!     @wojtekmaj/enzyme-adapter-utils@"^0.1.4" from @wojtekmaj/enzyme-adapter-react-17@0.6.7
npm ERR!     node_modules/@wojtekmaj/enzyme-adapter-react-17
npm ERR!       @wojtekmaj/enzyme-adapter-react-17@"^0.6.1" from @wordpress/jest-preset-default@8.5.0
npm ERR!       node_modules/@wordpress/jest-preset-default
npm ERR!   5 more (@wordpress/element, @wordpress/jest-preset-default, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! dev @wordpress/scripts@"^30.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@18.3.1
npm ERR! node_modules/react
npm ERR!   peer react@"^18.0.0" from @wordpress/scripts@30.0.0
npm ERR!   node_modules/@wordpress/scripts
npm ERR!     dev @wordpress/scripts@"^30.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-09-19T04_37_40_946Z-debug-0.log