Skip to content

chore(deps): bump the wordpress-scripts group with 4 updates - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wordpress-scripts-42e0856794
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wordpress-scripts-42e0856794

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the wordpress-scripts group with 4 updates: @wordpress/i18n, @wordpress/icons, @wordpress/primitives and @wordpress/scripts.

Updates @wordpress/i18n from 6.27.0 to 6.28.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.28.0 (2026-09-10)

Commits
  • 485f42a chore(release): publish
  • c89dd70 Update changelog files
  • a55a0d7 Merge changes published in the Gutenberg plugin "release/24.0" branch
  • See full diff in compare view

Updates @wordpress/icons from 15.5.0 to 16.0.0

Changelog

Sourced from @​wordpress/icons's changelog.

16.0.0 (2026-09-10)

Breaking Changes

  • The search icon is now stroke-based. Use CSS color rather than fill to recolor it. (#82338)
  • Stroke-based icons now declare fill: none via inline style on the outer <svg> instead of the fill attribute, so the source's intent survives ordinary third-party CSS overrides like .foo svg { fill: currentColor } without using !important. Consumers should use CSS color to recolor icons. A fill prop or ordinary CSS fill declaration no longer overrides the intrinsic fill: none; pass style={ { fill: value } } to deliberately replace it. (#78808)
  • Stroke-based icons use vector-effect="non-scaling-stroke", so their stroke width stays constant when rendered outside the Icon block at sizes other than 24px. The Icon block deliberately restores the previous proportional stroke scaling. When new bundled icon elements run with an older externalized wp.components.Icon, supplying an unrelated style prop can replace the icon's intrinsic style; update the paired packages together to retain merged styles. (#78808)

Enhancements

  • Redraw 35 icons as stroke-based for variable stroke-width support, and introduce the vector-effect="non-scaling-stroke" convention so stroke weight stays consistent across icon sizes (originally landed in #78774, reverted in #78854 due to CSS-override regressions, re-introduced here with the resilience fix): addCard, addTemplate, cancelCircleFilled, caution, cautionFilled, code, commentAuthorAvatar, cover, currencyDollar, currencyEuro, currencyPound, drafts, help, helpFilled, image, info, lifesaver, link, linkOff, navigation, notAllowed, paragraph, pending, plusCircle, plusCircleFilled, published, scheduled, siteLogo, square, starEmpty, starFilled, starHalf, styles, time, tip. (#78808)
  • Redraw a further 63 icons as stroke-based for variable stroke-width support, following the convention introduced in #78808: alignCenter, alignJustify, alignLeft, alignNone, alignRight, arrowDownLeft, arrowDownRight, arrowDown, arrowLeft, arrowRight, arrowUpLeft, arrowUpRight, arrowUp, blockMeta, category, chartBar, check, chevronDownSmall, chevronDown, chevronLeftSmall, chevronLeft, chevronRightSmall, chevronRight, chevronUpDown, chevronUpSmall, chevronUp, closeSmall, close, create, download, handle, homeButton, justifyBottom, justifyCenterVertical, justifyCenter, justifyLeft, justifyRight, justifySpaceBetweenVertical, justifySpaceBetween, justifyStretchVertical, justifyStretch, justifyTop, lineDashed, lineDotted, lineSolid, listView, menu, next, plus, positionCenter, positionLeft, positionRight, previous, pullLeft, pullRight, pullquote, reset, resizeCornerNE, rss, separator, stretchFullWidth, stretchWide, upload. (#78812)

Bug Fixes

  • Icon: Merge a consumer-supplied style prop with the icon's intrinsic styles instead of replacing them, so styles like fill: none on stroke-based icons survive unless the consumer overrides the same property explicitly. (#78808)
Commits
  • 485f42a chore(release): publish
  • c89dd70 Update changelog files
  • a55a0d7 Merge changes published in the Gutenberg plugin "release/24.0" branch
  • See full diff in compare view

Updates @wordpress/primitives from 4.54.0 to 4.55.0

Changelog

Sourced from @​wordpress/primitives's changelog.

4.55.0 (2026-09-10)

Internal

  • Use the .jsx extension for JavaScript source files that contain JSX (#80990).
Commits
  • 485f42a chore(release): publish
  • c89dd70 Update changelog files
  • a55a0d7 Merge changes published in the Gutenberg plugin "release/24.0" branch
  • See full diff in compare view

Updates @wordpress/scripts from 34.2.0 to 35.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

35.0.0 (2026-09-10)

Breaking Changes

  • Require Node.js ^20.19.0 || >=22.13.0 and upgrade the bundled Stylelint to ^17.14.1 (#80738).

Bug Fixes

  • test-playwright: Install browsers with the bundled @playwright/test CLI, so they match the Playwright that runs the tests. A bare npx playwright could resolve another version, or download one (#82331).
  • build: Strip JavaScript and TypeScript source extensions from legacy positional entry names so generated output uses names such as index.js instead of index.tsx.js or index.jsx.js (#80990).

Enhancements

  • Include .jsx unit tests in the default lint configuration (#80990).

Internal

  • Update bundled Jest packages to 30.5.0 (#82181).
  • Remove unused dependency jest-environment-node (#82103).
Commits
  • 485f42a chore(release): publish
  • c89dd70 Update changelog files
  • a55a0d7 Merge changes published in the Gutenberg plugin "release/24.0" branch
  • See full diff in compare view

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

Bumps the wordpress-scripts group with 4 updates: [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n), [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons), [@wordpress/primitives](https://github.com/WordPress/gutenberg/tree/HEAD/packages/primitives) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts).


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

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

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

Updates `@wordpress/scripts` from 34.2.0 to 35.0.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@35.0.0/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-scripts
- dependency-name: "@wordpress/icons"
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: wordpress-scripts
- dependency-name: "@wordpress/primitives"
  dependency-version: 4.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wordpress-scripts
- dependency-name: "@wordpress/scripts"
  dependency-version: 35.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-scripts
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 14, 2026
@dependabot
dependabot Bot requested a review from matthummel-pa as a code owner September 14, 2026 07:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 14, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Not approved. Cursor Bugbot was not present after the first check poll, and the PHP CI check failed on this major @wordpress/scripts / @wordpress/icons bump, so a human should review. No additional reviewers assigned (matthummel-pa is already requested).

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants