Skip to content

Bump @wordpress/scripts from 27.9.0 to 30.10.0 in the npm_and_yarn group across 1 directory#359

Merged
peterwilsoncc merged 2 commits intodevelopfrom
dependabot/npm_and_yarn/npm_and_yarn-a8a4b74ae1
Mar 12, 2025
Merged

Bump @wordpress/scripts from 27.9.0 to 30.10.0 in the npm_and_yarn group across 1 directory#359
peterwilsoncc merged 2 commits intodevelopfrom
dependabot/npm_and_yarn/npm_and_yarn-a8a4b74ae1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps the npm_and_yarn group with 1 update in the / directory: @wordpress/scripts.

Updates @wordpress/scripts from 27.9.0 to 30.10.0

Changelog

Sourced from @​wordpress/scripts's changelog.

30.10.0 (2025-01-29)

30.9.0 (2025-01-15)

30.8.0 (2025-01-02)

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

30.7.0 (2024-12-11)

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

30.6.0 (2024-11-27)

30.5.1 (2024-11-18)

Bug Fix

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

30.5.0 (2024-11-16)

Bug Fix

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

30.4.0 (2024-10-30)

Enhancements

... (truncated)

Commits
  • 68a831c chore(release): publish
  • af1b8d0 Update changelog files
  • 1aed6c2 Merge changes published in the Gutenberg plugin "release/20.2" branch
  • f48b9f5 chore(release): publish
  • f184ad9 Update changelog files
  • dd7e688 Merge changes published in the Gutenberg plugin "release/20.1" branch
  • 0d4503e chore(release): publish
  • 4a8b5f6 Scripts: Add "plugins" directory to list of published files to npm
  • adab052 Try restoring relative file: dependencies
  • 2ece8e6 chore(release): publish
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
@dependabot dependabot bot requested a review from jeffpaul as a code owner February 5, 2025 17:48
@dependabot dependabot bot added javascript Pull requests that update Javascript code type:dependency An issue with a separate library that this project relies upon. labels Feb 5, 2025
@dependabot dependabot bot requested a review from dkotter as a code owner February 5, 2025 17:48
@dependabot dependabot bot requested a review from iamdharmesh February 5, 2025 17:49
@peterwilsoncc
Copy link
Contributor

This will require a WP minimum supported version bump per WordPress/gutenberg#62202

@jeffpaul
Copy link
Member

Unless @iamdharmesh has concerns, I'm fine bumping our WP minimum in tandem with the update in this PR.

@jeffpaul jeffpaul added this to the 2.4.0 milestone Feb 10, 2025
@jeffpaul jeffpaul removed their request for review February 19, 2025 16:04
@jeffpaul
Copy link
Member

@peterwilsoncc go ahead and bump the minimum to proceed here

@peterwilsoncc
Copy link
Contributor

@dependabot rebase

Bumps the npm_and_yarn group with 1 update in the / directory: [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts).


Updates `@wordpress/scripts` from 27.9.0 to 30.10.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@30.10.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/scripts"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-a8a4b74ae1 branch from 4b6e71a to 9a47e0f Compare March 12, 2025 03:50
@github-actions github-actions bot added the needs:code-review This requires code review. label Mar 12, 2025
Copy link
Contributor

@peterwilsoncc peterwilsoncc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

Testing notes:

  • wp-env works as expected
  • npm run cypress:run passes the tests
  • wp-scripts builds and watches successfully.

I've updated the minimum WP version in each of the place WordPress 6.5 was listed. I've added the text to the unreleased section of the changelog.

@github-project-automation github-project-automation bot moved this from Code Review to QA Testing in Open Source Practice Mar 12, 2025
@peterwilsoncc peterwilsoncc merged commit 4d6adfd into develop Mar 12, 2025
17 checks passed
@github-project-automation github-project-automation bot moved this from QA Testing to Done in Open Source Practice Mar 12, 2025
@peterwilsoncc peterwilsoncc deleted the dependabot/npm_and_yarn/npm_and_yarn-a8a4b74ae1 branch March 12, 2025 04:13
@dkotter dkotter modified the milestones: 2.4.0, 2.3.1 Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code needs:code-review This requires code review. type:dependency An issue with a separate library that this project relies upon.

3 participants