Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the wordpress-packages group with 12 updates:

Package From To
@wordpress/api-fetch 7.34.0 7.35.0
@wordpress/block-editor 15.7.0 15.8.0
@wordpress/block-library 9.34.0 9.35.0
@wordpress/blocks 15.7.0 15.8.0
@wordpress/components 30.7.0 30.8.0
@wordpress/editor 14.34.0 14.35.0
@wordpress/element 6.34.0 6.35.0
@wordpress/env 10.34.0 10.35.0
@wordpress/eslint-plugin 22.20.0 22.21.0
@wordpress/hooks 4.34.0 4.35.0
@wordpress/i18n 6.7.0 6.8.0
@wordpress/scripts 30.27.0 31.0.0

Updates @wordpress/api-fetch from 7.34.0 to 7.35.0

Changelog

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

7.35.0 (2025-11-12)

Commits

Updates @wordpress/block-editor from 15.7.0 to 15.8.0

Changelog

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

15.8.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/block-library from 9.34.0 to 9.35.0

Changelog

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

9.35.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/blocks from 15.7.0 to 15.8.0

Changelog

Sourced from @​wordpress/blocks's changelog.

15.8.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/components from 30.7.0 to 30.8.0

Changelog

Sourced from @​wordpress/components's changelog.

30.8.0 (2025-11-12)

Bug Fixes

  • Button: Revert disabled primary button state to its previous one (#73037).
  • TextareaControl: Add min-height to the textarea element (#72867).
  • Card, CardHeader, CardBody and CardFooter: Add support for directional padding through object-based size prop, allowing independent control of padding for each side (#72511).
  • CustomSelectControl: Fix the options with the same name are shown as the selected option (#72189).
  • NumberControl: Fix crash when min prop is string and step prop contains decimal (#73107).

Internal

  • Modal: Add a classname to simplify full height content modal styling (#73108).

Enhancements

  • ConfirmDialog: Add isBusy prop to component. (#73041).
  • ColorPicker: Support pasting whole color values. (#73166).
Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/editor from 14.34.0 to 14.35.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.35.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/element from 6.34.0 to 6.35.0

Changelog

Sourced from @​wordpress/element's changelog.

6.35.0 (2025-11-12)

Commits

Updates @wordpress/env from 10.34.0 to 10.35.0

Changelog

Sourced from @​wordpress/env's changelog.

10.35.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 22.20.0 to 22.21.0

Changelog

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

22.21.0 (2025-11-12)

Enhancements

  • Disabled import/no-unresolved, import/default, and import/named checks for TypeScript files when TypeScript is installed, since these issues are already checked by TypeScript.
  • Improved resolution behavior to support modern package export semantics by updating default import resolver to eslint-import-resolver-typescript, including for non-TypeScript files.
Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/hooks from 4.34.0 to 4.35.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.35.0 (2025-11-12)

Commits

Updates @wordpress/i18n from 6.7.0 to 6.8.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.8.0 (2025-11-12)

Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" branch
  • See full diff in compare view

Updates @wordpress/scripts from 30.27.0 to 31.0.0

Changelog

Sourced from @​wordpress/scripts's changelog.

31.0.0 (2025-11-12)

Breaking Changes

  • The lint-js script now includes .cjs, .mjs, .cts, and .mts as default extensions to lint. This is considered a breaking change because the script may now surface lint errors in your project which would not have been previously identified.
Commits
  • 77aa1f1 chore(release): publish
  • 26b6bac Update changelog files
  • d61fa7f Merge changes published in the Gutenberg plugin "release/22.1" 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-packages group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) | `7.34.0` | `7.35.0` |
| [@wordpress/block-editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-editor) | `15.7.0` | `15.8.0` |
| [@wordpress/block-library](https://github.com/WordPress/gutenberg/tree/HEAD/packages/block-library) | `9.34.0` | `9.35.0` |
| [@wordpress/blocks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/blocks) | `15.7.0` | `15.8.0` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `30.7.0` | `30.8.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.34.0` | `14.35.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.34.0` | `6.35.0` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.34.0` | `10.35.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `22.20.0` | `22.21.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.34.0` | `4.35.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.7.0` | `6.8.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `30.27.0` | `31.0.0` |


Updates `@wordpress/api-fetch` from 7.34.0 to 7.35.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/[email protected]/packages/api-fetch)

Updates `@wordpress/block-editor` from 15.7.0 to 15.8.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/[email protected]/packages/block-editor)

Updates `@wordpress/block-library` from 9.34.0 to 9.35.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/block-library)

Updates `@wordpress/blocks` from 15.7.0 to 15.8.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/[email protected]/packages/blocks)

Updates `@wordpress/components` from 30.7.0 to 30.8.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/[email protected]/packages/components)

Updates `@wordpress/editor` from 14.34.0 to 14.35.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/[email protected]/packages/editor)

Updates `@wordpress/element` from 6.34.0 to 6.35.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/[email protected]/packages/element)

Updates `@wordpress/env` from 10.34.0 to 10.35.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/[email protected]/packages/env)

Updates `@wordpress/eslint-plugin` from 22.20.0 to 22.21.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/[email protected]/packages/eslint-plugin)

Updates `@wordpress/hooks` from 4.34.0 to 4.35.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/[email protected]/packages/hooks)

Updates `@wordpress/i18n` from 6.7.0 to 6.8.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/[email protected]/packages/i18n)

Updates `@wordpress/scripts` from 30.27.0 to 31.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/[email protected]/packages/scripts)

---
updated-dependencies:
- dependency-name: "@wordpress/api-fetch"
  dependency-version: 7.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-editor"
  dependency-version: 15.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/block-library"
  dependency-version: 9.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/blocks"
  dependency-version: 15.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/components"
  dependency-version: 30.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/editor"
  dependency-version: 14.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/element"
  dependency-version: 6.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/env"
  dependency-version: 10.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 22.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-packages
- dependency-name: "@wordpress/scripts"
  dependency-version: 31.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
… JS files.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@westonruter westonruter force-pushed the dependabot/npm_and_yarn/wordpress-packages-cf3fb9e0c3 branch from 618116e to 3540192 Compare November 22, 2025 19:53
@westonruter westonruter merged commit ff63d38 into develop Nov 22, 2025
1 check passed
@westonruter westonruter deleted the dependabot/npm_and_yarn/wordpress-packages-cf3fb9e0c3 branch November 22, 2025 19:54
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.

2 participants