Skip to content

(chore): Bump the npm-version-updates group with 12 updates#105

Merged
yard-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-version-updates-2033091656
Apr 6, 2026
Merged

(chore): Bump the npm-version-updates group with 12 updates#105
yard-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-version-updates-2033091656

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the npm-version-updates group with 12 updates:

Package From To
@wordpress/prettier-config 4.42.0 4.43.0
@eslint/compat 2.0.3 2.0.4
@typescript-eslint/eslint-plugin 8.57.2 8.58.0
@wordpress/eslint-plugin 24.4.0 24.5.0
cssnano 7.1.3 7.1.4
@wordpress/components 32.4.0 32.5.0
@wordpress/data 10.42.0 10.43.0
@wordpress/dom-ready 4.42.0 4.43.0
@wordpress/editor 14.42.0 14.43.0
@wordpress/element 6.42.0 6.43.0
@wordpress/hooks 4.42.0 4.43.0
@wordpress/i18n 6.15.0 6.16.0

Updates @wordpress/prettier-config from 4.42.0 to 4.43.0

Changelog

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

4.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • See full diff in compare view

Updates @eslint/compat from 2.0.3 to 2.0.4

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v2.0.4

2.0.4 (2026-03-20)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.5 (#397) (8567c19)

compat: v2.0.4

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Changelog

Sourced from @​eslint/compat's changelog.

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0
Commits

Updates @typescript-eslint/eslint-plugin from 8.57.2 to 8.58.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

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

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 4933417 chore(release): publish 8.58.0
  • 5a9bd36 fix(eslint-plugin): [prefer-regexp-exec] avoid fixing unknown RegExp flags (#...
  • edb90eb fix(eslint-plugin): [no-extraneous-class] handle index signatures (#12142)
  • 8cde2d0 feat: support TypeScript 6 (#12124)
  • 1bf86c9 fix(eslint-plugin): crash in no-unnecessary-type-arguments (#12163)
  • e9cc25a docs(eslint-plugin): fix typo (#12155)
  • See full diff in compare view

Updates @wordpress/eslint-plugin from 24.4.0 to 24.5.0

Changelog

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

24.5.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • aa5f983 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • See full diff in compare view

Updates cssnano from 7.1.3 to 7.1.4

Release notes

Sourced from cssnano's releases.

v7.1.4

Bug Fixes

Update color conversion library to @​colordx/core to fix rounding errors in color conversions #1755

Commits
  • c4ec231 Publish cssnano 7.1.4
  • 5f64972 fix(colormin,minify-gradients): replace colord with @​colordx/core, fix lossy ...
  • 4542108 chore: update GitHub actions
  • 6ff813f chore: update pnpm
  • c9fa6f1 chore: update development deps
  • 610a813 fix: swith module resolution to nodenext
  • 4c21ff7 chore: update TypeScript to 6.0.2
  • ddbb071 docs: update website for release
  • See full diff in compare view

Updates @wordpress/components from 32.4.0 to 32.5.0

Changelog

Sourced from @​wordpress/components's changelog.

32.5.0 (2026-04-01)

Bug Fixes

  • ToggleGroupControl: Fix accessible association of help text (#76740).
  • ComboboxControl: Fix accessible association of help text with the combobox input (#76761).
  • RadioControl: Add role="radiogroup" to the wrapping fieldset element (#76745).
  • ControlWithError: Connect validation error messages to controls via aria-describedby (#76742).
  • CustomGradientPicker: Add state persistence when switching between Linear and Radial Gradient (#76595).
  • Button: fix focus styles in High Contrast (forced colors) mode (#76719).

Enhancements

  • Button: Hide focus outline on :active in High Contrast (forced colors) mode to provide visual click feedback (#76833).

Internal

  • Autocomplete: Extract matching logic into a standalone pure function (#76957).
Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • aa5f983 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • See full diff in compare view

Updates @wordpress/data from 10.42.0 to 10.43.0

Changelog

Sourced from @​wordpress/data's changelog.

10.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • See full diff in compare view

Updates @wordpress/dom-ready from 4.42.0 to 4.43.0

Changelog

Sourced from @​wordpress/dom-ready's changelog.

4.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • See full diff in compare view

Updates @wordpress/editor from 14.42.0 to 14.43.0

Changelog

Sourced from @​wordpress/editor's changelog.

14.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • aa5f983 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • See full diff in compare view

Updates @wordpress/element from 6.42.0 to 6.43.0

Changelog

Sourced from @​wordpress/element's changelog.

6.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • aa5f983 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • See full diff in compare view

Updates @wordpress/hooks from 4.42.0 to 4.43.0

Changelog

Sourced from @​wordpress/hooks's changelog.

4.43.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • See full diff in compare view

Updates @wordpress/i18n from 6.15.0 to 6.16.0

Changelog

Sourced from @​wordpress/i18n's changelog.

6.16.0 (2026-04-01)

Commits
  • 2cea906 chore(release): publish
  • f3bc3b2 Update changelog files
  • f146d62 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • c094feb Update changelog files
  • 78bcaf5 Merge changes published in the Gutenberg plugin "release/22.9" branch
  • 29f3a12 Update changelog files
  • 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 npm-version-updates group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.42.0` | `4.43.0` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.3` | `2.0.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.2` | `8.58.0` |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `24.4.0` | `24.5.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.1.3` | `7.1.4` |
| [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) | `32.4.0` | `32.5.0` |
| [@wordpress/data](https://github.com/WordPress/gutenberg/tree/HEAD/packages/data) | `10.42.0` | `10.43.0` |
| [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) | `4.42.0` | `4.43.0` |
| [@wordpress/editor](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor) | `14.42.0` | `14.43.0` |
| [@wordpress/element](https://github.com/WordPress/gutenberg/tree/HEAD/packages/element) | `6.42.0` | `6.43.0` |
| [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) | `4.42.0` | `4.43.0` |
| [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) | `6.15.0` | `6.16.0` |


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

Updates `@eslint/compat` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.4/packages/compat)

Updates `@typescript-eslint/eslint-plugin` from 8.57.2 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin)

Updates `@wordpress/eslint-plugin` from 24.4.0 to 24.5.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@24.5.0/packages/eslint-plugin)

Updates `cssnano` from 7.1.3 to 7.1.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.1.3...cssnano@7.1.4)

Updates `@wordpress/components` from 32.4.0 to 32.5.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@32.5.0/packages/components)

Updates `@wordpress/data` from 10.42.0 to 10.43.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.43.0/packages/data)

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

Updates `@wordpress/editor` from 14.42.0 to 14.43.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@14.43.0/packages/editor)

Updates `@wordpress/element` from 6.42.0 to 6.43.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@6.43.0/packages/element)

Updates `@wordpress/hooks` from 4.42.0 to 4.43.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.43.0/packages/hooks)

Updates `@wordpress/i18n` from 6.15.0 to 6.16.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.16.0/packages/i18n)

---
updated-dependencies:
- dependency-name: "@wordpress/prettier-config"
  dependency-version: 4.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 24.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: cssnano
  dependency-version: 7.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/components"
  dependency-version: 32.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/data"
  dependency-version: 10.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/dom-ready"
  dependency-version: 4.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/editor"
  dependency-version: 14.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/element"
  dependency-version: 6.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/hooks"
  dependency-version: 4.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@wordpress/i18n"
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
...

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 Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 04:45
@yard-bot yard-bot merged commit 1afb94b into main Apr 6, 2026
1 check passed
@yard-bot yard-bot deleted the dependabot/npm_and_yarn/npm-version-updates-2033091656 branch April 6, 2026 04:45
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.

1 participant