Skip to content

build(deps-dev): bump @wordpress/editor from 14.37.0 to 15.0.0 - #4620

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

dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/wordpress/editor-15.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @wordpress/editor from 14.37.0 to 15.0.0.

Changelog

Sourced from @​wordpress/editor's changelog.

15.0.0 (2026-09-10)

Breaking Changes

  • PluginMoreMenuItem, PluginSidebarMoreMenuItem, PluginPreviewMenuItem: Items render with the Menu component of @wordpress/ui instead of MenuItem (#81564, #82321, #82428).

Deprecations

  • PluginMoreMenuItem, PluginSidebarMoreMenuItem, PluginPreviewMenuItem: Deprecate the as prop, which reached the item only because these components forward every extra prop. The menu now renders the item itself, so the prop is ignored (#82319).

Enhancements

  • Media Library modal: Pass the current post and its post type to the modal so its "Attached to" filter can offer media uploaded to that post, under the post type's own wording. Only a viewable post type is passed on: a template has no front end of its own, so media can't be uploaded to one (#81974).
  • Post actions: Append an ellipsis () to the "Set as homepage" and "Set as posts page" action labels, which open a confirmation dialog, following the menu ellipsis guideline. The dialog titles keep the ellipsis-free wording. (#81994)
  • Show a "Privacy Policy Page" badge in the document bar and the post card panel for the page assigned in Settings > Privacy, alongside the existing "Homepage" and "Posts Page" badges (#82422).
  • PostCardPanel: Migrate the page-type badge from the private Components Badge to @wordpress/ui Badge. (#82500).
  • EditorProvider: Add a renderingMode prop for editors that exist to show one rendering mode. It replaces the usual resolution, so the user's saved "Show template" preference cannot override it, and the controls that switch modes are not offered (#82711).

Bug Fixes

  • PostURL: Translate the copy permalink button label, which was hardcoded in English (#82642).
  • User autocompleter: Don't open the mention popup when the @ follows other text, such as while typing an email address; mentions still trigger after a space, punctuation, or at the start of a line (#47249).
  • More menu: Align SVG prefix icons with item labels using Menu.PrefixIcon, preserving Dashicon and custom component support. (#82346)
  • Attach media an Image or Gallery block displays to the post on save, when it is not already attached to another post, matching what uploading into that post has always done (#81977).
  • Color the welcome guide's hovered button icon with color rather than fill, so stroke-based icons follow it. (#78812)
  • EditorInterface: Apply the showListViewByDefault preference when the editor enters edit mode, so every editor built on the package honors it — including the extensible site editor, which previously ignored it. The logic moves here from edit-post and edit-site.
  • StylesCanvas: In preview mode, render edge to edge without the close button and Escape handler. There the canvas is the whole surface rather than a frame opened over an editing session, and whatever opened it owns closing it.
  • Upload progress snackbar: Stop announcing "Upload complete" for a batch in which everything failed. The snackbar treated the queue draining as success, so a failed upload showed a completion checkmark right next to its own error. A batch that fails outright now just takes the progress snackbar down, and a partly failed one reports "Uploaded 3 of 5" (#81132).
  • mediaUpload: Refuse a batch of more than one file before registering it with the upload progress snackbar when the caller only takes one, such as a Cover block placeholder. uploadMedia() reported the refusal as a single error, leaving the rest of the batch counted as uploading forever - and every later upload in the session was folded into that stuck notice (#82041).

Internal

  • Global Styles: replace the sidebar action DropdownMenu from @wordpress/components with the public Menu from @wordpress/ui. (#81921)
  • Stop passing the unused editorTool block editor setting; the selector that read it was removed with the Write/Design tool in #72193 (#82677).
  • Remove the template activation (active_templates) experiment: the post-save activation notice, the "Edit template" auto-activation, and template duplication in the actions list (#82241).
  • Remove unused dependencies @wordpress/reusable-blocks, client-zip and fast-deep-equal (#82103).
  • Use the .jsx extension for JavaScript source files that contain JSX (#80990).

14.54.0 (2026-08-26)

New Features

  • Add a private SiteExport menu item, moved from edit-site. It offers downloading the theme with the user's changes, only while editing a template or a template part — the entities the exported theme is made of (#81992).

Enhancements

  • Commands: Add a command palette entry that opens the current post on the front end once it is published, labelled with the post type's view_item label (#66720).
  • Pre-publish panel: Remove the "Visibility" and "Publish" headings that repeated the title of the panel containing them. The publish date's reset action, which lived in the removed header, becomes a "Reset" button below the date picker, disabled but still focusable while the post is set to publish immediately (#81806).

Bug Fixes

... (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: f6fc0129-9437-4f2a-a6ba-ab5c5101768c

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/editor-15.0.0 branch from 60d65d9 to c24f928 Compare September 14, 2026 13:45
Bumps [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) from 14.37.0 to 15.0.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/editor/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/editor@15.0.0/packages/editor)

---
updated-dependencies:
- dependency-name: "@wordpress/editor"
  dependency-version: 15.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/editor-15.0.0 branch from c24f928 to e0c9c13 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