Skip to content

build(deps-dev): bump @wordpress/blocks from 15.10.0 to 16.0.0 - #4618

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/blocks from 15.10.0 to 16.0.0.

Changelog

Sourced from @​wordpress/blocks's changelog.

16.0.0 (2026-09-10)

Breaking Changes

  • BlockTransform is now a discriminated union over its type, so that each kind of transform declares its own fields: shortcode transforms accept tag and attributes with shortcode matchers, enter transforms regExp, prefix transforms prefix, and raw transforms selector and schema. blocks, variationName and shortcuts now belong to block transforms only, and blocks is required there. This fixes type errors when registering blocks with documented shortcode transforms, but reading a variant field off a BlockTransform that has not been narrowed on its type no longer compiles — including the result of findTransform (#81811).
  • Removed the transforms.supportedMobileTransforms block type property, along with the supportedMobileTransforms and usingMobileTransformations properties of a block transform. They were only meaningful to the React Native implementation, removed in #78747, and nothing reads them any more. Note that the filter they drove was not platform-gated: a block type still declaring supportedMobileTransforms had its transforms filtered everywhere, and getBlockTransforms no longer filters them at all (#81831).

Bug Fixes

  • getBlockAttributes no longer breaks when a block has no content to parse, such as a self-closing shortcode: missing content is treated as empty markup instead of reaching the attribute matchers (#81831).

15.27.0 (2026-08-26)

New Features

  • Block variations and block type block transforms accept a shortcut property, declaring a keyboard shortcut that applies the variation or transform to the selected block. See the block variations and block transforms documentation (#81588).

15.26.0 (2026-08-12)

Internal

  • Update hpq to 1.4.0 for its bundled TypeScript types (#81199).

15.25.0 (2026-07-29)

Internal

  • Update memize to 2.1.1 (#80764).

15.24.0 (2026-07-14)

Enhancements

  • Widen React peer dependency ranges to ^18 || ^19 to support both React 18 and React 19 environments (#80024).

15.23.0 (2026-07-01)

15.22.0 (2026-06-24)

Internal

  • Replace showdown with marked for Markdown paste handling. Smaller bundle, modern maintenance, native types.

15.21.1 (2026-06-16)

15.21.0 (2026-06-10)

Code Quality

  • Add missing @types/react dependency. #78882.

... (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: 2fc33a06-14ec-4a82-97ac-0382a03d64e3

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/blocks-16.0.0 branch from 1fb257a to f3f0f3a Compare September 14, 2026 13:44
Bumps [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) from 15.10.0 to 16.0.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/blocks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/blocks@16.0.0/packages/blocks)

---
updated-dependencies:
- dependency-name: "@wordpress/blocks"
  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/blocks-16.0.0 branch from f3f0f3a to b3b5aca Compare September 14, 2026 15:47
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