Skip to content

build(deps-dev): bump @wordpress/icons from 11.4.0 to 16.0.0 - #4621

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/icons-16.0.0
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/icons-16.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/icons from 11.4.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)

15.5.0 (2026-08-26)

Internal

  • Split tsconfig into a build project and a default dev project so dev files are type checked without publishing their declarations. (#81516)
  • Point tsconfig references at split dependencies' build projects. (#81514)

15.4.0 (2026-08-12)

Enhancements

  • Add the inlineImage icon. (#81271)
  • Add the playlistTrack icon. (#80959)

Internal

  • Remove obsolete dependency grouping comments as part of the repository-wide separator-free import migration. (#81248)

15.3.0 (2026-07-29)

Enhancements

  • Normalize keyboard-close, offline, and wordpress to use the standard viewBox="0 0 24 24". (#80273)

15.2.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).
  • Add Playlist icon. (#80168).
  • Add new "sites" icon. (#80094).

15.1.0 (2026-07-01)

... (truncated)

Commits
  • 485f42a chore(release): publish
  • c89dd70 Update changelog files
  • a55a0d7 Merge changes published in the Gutenberg plugin "release/24.0" branch
  • d06b010 chore(release): publish (#82084)
  • 0790fa5 Update changelog files
  • 098e3ba Merge changes published in the Gutenberg plugin "release/23.9" branch
  • 989764d chore(release): publish
  • e18aa00 Update changelog files
  • dbb73c9 Merge changes published in the Gutenberg plugin "release/23.8" branch
  • 7e8b17a chore(release): publish
  • Additional commits viewable in compare view

@dependabot dependabot Bot added Deps Reserved to dependency/dependabot PRs Deps: JavaScript Reserved to dependency/dependabot PRs labels Sep 14, 2026
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 3904e6a9-6153-4162-9066-289d9cd0c32a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/icons-16.0.0 branch 3 times, most recently from 13a2034 to 298f581 Compare September 15, 2026 06:34
Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 11.4.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)

---
updated-dependencies:
- dependency-name: "@wordpress/icons"
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress/icons-16.0.0 branch from 298f581 to 8e121cd Compare September 15, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deps: JavaScript Reserved to dependency/dependabot PRs Deps Reserved to dependency/dependabot PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants