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

chore(deps): update npm dev dependencies (major) #104

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/scripts (source) ^26.19.0 -> ^30.8.1 age adoption passing confidence
webpack-cli (source) 5.1.4 -> 6.0.1 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/scripts)

v30.8.1

Compare Source

v30.8.0

Compare Source

Enhancements
  • Recommend listing JavaScript entry points as paths passed to the start and build commands (#​68251).
  • Introduce a new option --source-path to customize the source directory used with the start and build commands (#​68251).
Internal
  • The bundled rtlcss-webpack-plugin dependency has been replaced with a modified fork of the plugin to fix issues with the original package (#​68201).
  • The bundled sass dependency has been updated from ^1.50.0 to ^1.54.0 (#​68380).

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.
webpack/webpack-cli (webpack-cli)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 6c3ea37 to 77493d0 Compare January 24, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 77493d0 to 0f4def9 Compare February 9, 2024 18:56
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 0f4def9 to 2817680 Compare February 21, 2024 22:13
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 2817680 to 4de95bc Compare March 6, 2024 17:51
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4de95bc to 21a2725 Compare March 21, 2024 16:02
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 21a2725 to 3912acf Compare April 3, 2024 06:51
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 3912acf to c9e1eb7 Compare April 19, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from c9e1eb7 to b4b96f5 Compare May 2, 2024 22:50
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from b4b96f5 to 4dcb296 Compare May 16, 2024 03:47
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4dcb296 to e4dcc53 Compare May 31, 2024 18:50
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v27 chore(deps): update dependency @wordpress/scripts to v28 May 31, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from e4dcc53 to 30049d4 Compare June 15, 2024 19:40
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 30049d4 to 9e89dfc Compare June 26, 2024 09:29
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 9e89dfc to 6924b87 Compare July 10, 2024 09:10
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 6924b87 to d136c93 Compare July 24, 2024 19:20
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from d136c93 to d646633 Compare August 7, 2024 23:36
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from d646633 to f6f4ed5 Compare August 21, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from f6f4ed5 to 27f2710 Compare September 5, 2024 05:15
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v28 chore(deps): update dependency @wordpress/scripts to v29 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 27f2710 to 4940e5d Compare September 19, 2024 03:11
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v29 chore(deps): update dependency @wordpress/scripts to v30 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 4940e5d to b902e71 Compare September 19, 2024 12:53
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from b902e71 to 2576914 Compare October 3, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 58a78fa to 5728ba7 Compare October 17, 2024 17:46
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 5728ba7 to bfefbdc Compare October 30, 2024 17:33
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch 2 times, most recently from 95df669 to c169164 Compare November 18, 2024 12:44
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from c169164 to 502bb45 Compare November 27, 2024 13:04
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 502bb45 to 169a1c0 Compare December 11, 2024 11:31
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 169a1c0 to 38c1404 Compare December 19, 2024 18:40
@renovate renovate bot changed the title chore(deps): update dependency @wordpress/scripts to v30 chore(deps): update npm dev dependencies (major) Dec 19, 2024
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from 38c1404 to f3eee18 Compare December 20, 2024 15:51
@renovate renovate bot force-pushed the renovate/major-npm-dev-dependencies branch from f3eee18 to d90edef Compare January 7, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants