Skip to content

chore(deps-dev): bump the wordpress group with 13 updates - #1283

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/wordpress-0ec5f3298c
Open

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/develop/wordpress-0ec5f3298c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the wordpress group with 13 updates:

Package From To
@wordpress/api-fetch 7.54.0 7.55.0
@wordpress/block-editor 17.0.0 17.1.0
@wordpress/blocks 15.27.0 16.0.0
@wordpress/browserslist-config 6.54.0 6.55.0
@wordpress/components 40.0.0 40.1.0
@wordpress/data 10.54.0 10.55.0
@wordpress/e2e-test-utils-playwright 1.54.0 2.0.0
@wordpress/element 8.6.0 8.7.0
@wordpress/env 11.14.0 11.15.0
@wordpress/eslint-plugin 25.10.0 26.0.0
@wordpress/hooks 4.54.0 4.55.0
@wordpress/i18n 6.27.0 6.28.0
@wordpress/scripts 34.2.0 35.0.0

Updates @wordpress/api-fetch from 7.54.0 to 7.55.0

Changelog

Sourced from @​wordpress/api-fetch's changelog.

7.55.0 (2026-09-10)

New Features

  • Add apiFetch.unregister to remove a registered middleware, and expose apiFetch.httpV1Middleware so the X-HTTP-Method-Override behavior can be opted out of (#82408).
  • Expose apiFetch.defaultFetchHandler so the default fetch handler can be restored after setFetchHandler overrides it (#82553)

Bug Fixes

  • Resolve to null for a 200 response with an empty body instead of throwing an invalid_json error (#79325).
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/block-editor from 17.0.0 to 17.1.0

Changelog

Sourced from @​wordpress/block-editor's changelog.

17.1.0 (2026-09-10)

New Features

  • BackgroundImageControl: Support setting the background image from a URL, through the URL field in the media replace popover (#82230).

Enhancements

  • BlockAlignmentControl: List Wide and Full width as unavailable when a parent layout withholds them but the theme itself offers them, instead of removing them from the menu without explanation. A theme that offers neither keeps them hidden, since it is curating its own options. Blocks whose only alignments are wide and full, such as Group and Columns, now keep an alignment control in layouts that offer neither (#82600).
  • Borders: rename the "Border & Shadow" panel to "Borders", whichever of its controls are available, and always show the Border and Shadow controls' visible labels. A stable panel title is what lets the Border label render unconditionally, so its "Unlink sides" toggle lines up with the border radius one (#82163).
  • ListView: Updated to use outset-ring__focus() mixin for focus outline wherever applicable instead of the previous box-shadow implementation. (#82129)

Deprecations

  • __unstableSetEditorMode: Deprecate the action. It only wrote the editorTool preference that backed the removed Write/Design tool, and nothing has read that preference since #72193. It now dispatches nothing and logs a deprecation notice (#82677).

Internal

  • BlockPreview: Stop applying the private Disabled component class name to block previews (#82651).
  • Pattern Overrides Dropdown: Use Text from @wordpress/ui instead of __experimentalText from @wordpress/components (#77492).
  • Allowed Blocks Modal: Use Text from @wordpress/ui instead of __experimentalText from @wordpress/components (#78119).
  • Block Switcher: Use Text from @wordpress/ui instead of __experimentalText from @wordpress/components for the bindings hint (#77366).
  • Inspector Popover Header: Use Text from @wordpress/ui instead of __experimentalHeading and __experimentalText from @wordpress/components (#77449).
  • Remove unused dependencies @wordpress/escape-html, @wordpress/wordcount and deepmerge (#82103).
  • Remove tsconfig project references to packages that are not dependencies (#82106).

Bug Fixes

  • NavigableToolbar: Preserve toolbar semantics while it is hidden, so asynchronous control changes do not remount custom block toolbars (#82574).
  • ListView: Drop the block icon's variation colors while the row is selected, so the icon keeps contrast against the selection background (#82498).
  • Flex layout: Output flex-direction: row when a viewport override switches a vertical layout to horizontal, so the base flex-direction: column no longer keeps applying on that viewport (#82364).
  • BlockManager: Color library block icons with color while retaining a fill fallback for custom icons that do not use currentColor. (#78812)
  • Block List Appender: Show the appender button as a drop target when dragging a block over an empty container such as a Column, restoring the reveal that the visibility-to-opacity migration left behind (#77852).
  • Inserter: Keep the hovered block preview inside the viewport, so a tall preview in a short window is no longer clipped (#82060).
  • Element styles: Register each block's element-style CSS override with the block's clientId, so the editor orders them by block position instead of registration order. A parent's link color re-registered after a child's (e.g. by resetting and re-picking it) no longer overrides the child's own link color in the canvas (#77833).
  • Client-side media processing: Refuse a batch of more than one file when the caller only takes one, such as a Cover block placeholder, matching what the server-side upload path already did. Every dropped file was uploaded instead, and the block kept whichever one finished last (#82041).
  • BlockVariationPicker: Set icon colors with color so stroke-based variation icons retain their intended unfilled appearance, while keeping a non-important fill fallback for third-party icons that do not use currentColor. (#78808)
  • BlockIcon, List View: Remove the obsolete fill: CanvasText override for forced colors mode. (#82481)

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/blocks from 15.27.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).
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/browserslist-config from 6.54.0 to 6.55.0

Changelog

Sourced from @​wordpress/browserslist-config's changelog.

6.55.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/components from 40.0.0 to 40.1.0

Changelog

Sourced from @​wordpress/components's changelog.

40.1.0 (2026-09-10)

Enhancements

  • Compound components: Report missing state or accessible semantic structure with clear developer guidance (#82509).
  • ToggleGroupControl: Honor the root disabled prop so the whole control is unselectable (#82259).
  • Validated form controls: Use --wpds-color-stroke-interactive-error for the invalid-state focus ring and border (#82410).
  • Popover: Widen offset to also accept an object with separate main and cross axis offsets. The same applies to BorderBoxControl's popoverOffset prop (#82060).
  • ToolsPanelItem: Add defaultShown to show an optional item that has no value, and an onShownChange callback that fires only when the user toggles the item in the panel's menu (#78010).
  • BorderBoxControl: render the linked/unlinked toggle in a row alongside the label when a visible label is present, so it lines up with the equivalent toggle on sibling controls. Without a visible label the toggle stays beside the inputs, as before. The visible label is now a BaseControl.VisualLabel, so it renders as a span rather than a label element; it was never associated with an input in either form (#82163).
  • TabPanel: Updated to show outline via design system's mixin for focus ring instead of legacy box-shadow implementation (#82421).

Bug Fixes

  • FormTokenField: Wrap to the last suggestion when pressing the up arrow with no suggestion selected, instead of leaving the selection on an invalid index (#82646).
  • Disabled: Keep the className passed by the consumer on the wrapper when isDisabled is false. Only components-disabled and the disabled styling are conditional now, so the wrapper stays styleable and targetable in both states (#82648).
  • ProgressBar: Remove determinate transitions and use a slower, stepped indeterminate animation when reduced motion is preferred. (#82490)
  • ColorPalette: Apply the computed contrast color to the selected checkmark now that the icon is stroke-based. (#78812)
  • CheckboxControl: Color the checked and indeterminate icons with color rather than fill, so they stay visible now that those icons are stroke-based. (#78812)
  • BorderBoxControl: Give the group of border controls an accessible name from the label prop, by rendering the wrapper as a role="group" associated with the label through aria-labelledby. A consumer-supplied aria-labelledby or aria-label takes precedence over label and names the group instead; the wrapper is only given the group role when one of the three provides a name. A hidden label (hideLabelFromVision) now renders as a span rather than a label element, matching the visible one (#82279).
  • Snackbar: Restart the auto-dismiss timer when a notice is recreated with the same ID during removal (#81764).
  • ToolsPanel: Stop a panel item whose panelId doesn't match the panel from writing its value into that panel's menu, which could leave an orphaned entry in the dropdown (#82127).
  • 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)
  • ItemGroup: Drop the blanket path { fill: currentColor } rule that was overriding stroke-based icons' intended fill via inheritance bypass. Paths without an explicit fill still inherit currentColor from the surrounding SVG. Custom paths that specify a fill now retain it instead of being overridden by ItemGroup. (#78808)
  • Tip: Preserve the intended yellow color after its icon became stroke-based. (#78808)
  • Button, Placeholder: Remove the obsolete fill: CanvasText override for forced colors mode. (#82481)
  • InputControl, SelectControl, TextareaControl: Match the @wordpress/ui disabled styles, so the disabled state is distinguishable again. The border and text now use the design system's disabled tokens, and the background no longer changes (#82454).

Documentation

  • Add an Emotion-to-SCSS Modules migration guide for contributors (#82567).

Internal

  • FormToggle: Use the standard inert state instead of the Disabled component's class name for inherited disabled styles (#82651).
  • Migrate JSX files to TypeScript and remove their ESLint filename suppressions (#82132).
  • Use the .jsx extension for JavaScript source files that contain JSX (#80990).
  • Remove tsconfig project references to packages that are not dependencies (#82106).
  • ToolsPanel: Cut the render cascade panel items set off when the selected block changes, and keep a default control resettable when Reset all leaves its value in place (#82180).
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/data from 10.54.0 to 10.55.0

Changelog

Sourced from @​wordpress/data's changelog.

10.55.0 (2026-09-10)

Internal

  • Remove unused dependency use-memo-one (#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

Updates @wordpress/e2e-test-utils-playwright from 1.54.0 to 2.0.0

Changelog

Sourced from @​wordpress/e2e-test-utils-playwright's changelog.

2.0.0 (2026-09-10)

Breaking Changes

  • Increase the minimum required Node.js version to v22.19.0. The lighthouse dependency is now ^13.4.1, which requires it. Learn more about Node.js releases (#81916).
  • Editor.switchEditorTool(): Remove the helper. It clicked the Write/Design "Tools" toolbar button, which the editor no longer renders since #72193 (#82677).

New Features

  • Admin.visitSiteEditor(): When the GUTENBERG_E2E_SITE_EDITOR_V2 environment variable is set, visit the extensible site editor (admin.php?page=site-editor-v2) instead of site-editor.php, translating the classic query args to the equivalent v2 route, and wait for the lazily loaded editor to finish initializing on edit routes. RequestUtils.setGutenbergExperiments() keeps the gutenberg-extensible-site-editor experiment enabled in that mode so specs that reset experiments do not turn the v2 editor off mid-run.

Enhancements

  • Widen the @types/node peer dependency to >=20, so consumers on Node 22 or 24 type definitions no longer hit a peer resolution conflict (#82616).

Bug Fixes

  • Metrics.initWebVitals(): Resolve web-vitals from the installed dependency so published consumers can load it outside the Gutenberg monorepo. Update to 4.2.4 to fix interaction counts after back/forward cache restores and prevent repeated input-listener registration (#81916).
  • Editor.saveSiteEditorEntities(): Wait for the save button to mount before deciding between its Save and Publish variants, instead of sampling visibility immediately — the extensible site editor only renders it once an entity is dirty.

Internal

  • setGutenbergExperiments: Remove the special handling for the removed active_templates experiment (#82241).
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/element from 8.6.0 to 8.7.0

Changelog

Sourced from @​wordpress/element's changelog.

8.7.0 (2026-09-10)

Internal

  • Remove unused dependency @wordpress/deprecated (#82103).
  • Remove tsconfig project references to packages that are not dependencies (#82106).
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/env from 11.14.0 to 11.15.0

Changelog

Sourced from @​wordpress/env's changelog.

11.15.0 (2026-09-10)

Bug Fixes

  • Point the apt sources of the bullseye-based WordPress images (PHP 7.4 and 8.0) at archive.debian.org, so building them no longer fails now that Debian 11 has reached end-of-life and left the regular mirrors (#82478).
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/eslint-plugin from 25.10.0 to 26.0.0

Changelog

Sourced from @​wordpress/eslint-plugin's changelog.

26.0.0 (2026-09-10)

Breaking Changes

  • The esnext ruleset no longer configures a parser, so JavaScript and JSX files are parsed by ESLint's default parser instead of @babel/eslint-parser (#82144).

Enhancements

  • Update use-recommended-components rule to prefer @wordpress/ui Field and Fieldset over legacy @wordpress/components BaseControl (#82095).

Bug Fixes

  • Apply test-only DOM global exceptions to both JavaScript and JSX test files (#80990).
  • Fix no-unused-vars-before-return false positive on variables used only in JSX (#82144).

Internal

  • Update eslint-plugin-jest to 29.16.5 (#82181).
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/hooks from 4.54.0 to 4.55.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.55.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/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/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 group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.54.0` | `7.55.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `17.0.0` | `17.1.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.27.0` | `16.0.0` |
| [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) | `6.54.0` | `6.55.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `40.0.0` | `40.1.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.54.0` | `10.55.0` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.54.0` | `2.0.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `8.6.0` | `8.7.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `11.14.0` | `11.15.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `25.10.0` | `26.0.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.54.0` | `4.55.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.27.0` | `6.28.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `34.2.0` | `35.0.0` |


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

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

Updates `@wordpress/blocks` from 15.27.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)

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

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

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

Updates `@wordpress/e2e-test-utils-playwright` from 1.54.0 to 2.0.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils-playwright/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/e2e-test-utils-playwright@2.0.0/packages/e2e-test-utils-playwright)

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

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

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

Updates `@wordpress/hooks` 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/hooks/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/hooks@4.55.0/packages/hooks)

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/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/api-fetch"
  dependency-version: 7.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/block-editor"
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/blocks"
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/browserslist-config"
  dependency-version: 6.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/components"
  dependency-version: 40.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/data"
  dependency-version: 10.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/element"
  dependency-version: 8.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/env"
  dependency-version: 11.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress
- dependency-name: "@wordpress/scripts"
  dependency-version: 35.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress
...

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 18, 2026
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