Skip to content

Bump the npm-dependencies group across 1 directory with 5 updates - #66

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-dependencies-6620e4fafa
Open

Bump the npm-dependencies group across 1 directory with 5 updates#66
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-dependencies-6620e4fafa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 5 updates in the / directory:

Package From To
@kunoichi/grab-deps 2.0.2 3.1.4
@wordpress/env 10.29.0 11.10.0
@wordpress/scripts 27.9.0 32.6.0
@wordpress/stylelint-config 22.7.0 23.42.0
cssnano 7.1.0 8.0.2

Updates @kunoichi/grab-deps from 2.0.2 to 3.1.4

Release notes

Sourced from @​kunoichi/grab-deps's releases.

v3.1.4

Changes

Contributors

@​fumikito

v3.1.3

Changes

  • Fix Issue #42: Complete tree-shaking solution with implementation code injection @​fumikito (#55)

Contributors

@​fumikito

v3.1.2

Changes

  • Update README.md with file-type specific configuration examples @​fumikito (#54)

Contributors

@​fumikito

v3.1.1

Changes

Contributors

@​fumikito

v3.1.0

Changes

Contributors

@​fumikito

3.0.12

Changes

  • Update CI/CD workflow: Implement PR-based testing and GitHub Release automation @​fumikito (#45)
  • Fix/issue 42 react component build @​fumikito (#44)

... (truncated)

Commits
  • 552aa1d Merge pull request #56 from kuno1/bugfix/empty-wp-component
  • db7d748 Merge branch 'master' into bugfix/empty-wp-component
  • c36a4fc improve: enhance .gitignore to cover all wp-*.json files
  • 6b9e636 fix: resolve Issue #42 - Tree-shaking problem with ES6 exports
  • bec42b9 Merge pull request #55 from kuno1/bugfix/empty-wp-component
  • f5026dc Merge branch 'master' into bugfix/empty-wp-component
  • c702631 closes #42 Fix namespace export problem.
  • 9443540 #42 namespaceベースのハンドル名にファイルタイプが入らないように
  • 3776b0c Complete fix for Issue #42: Inject both implementation and global registratio...
  • 7f7ca3a Merge pull request #54 from kuno1/bugfix/empty-wp-component
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @wordpress/env from 10.29.0 to 11.10.0

Changelog

Sourced from @​wordpress/env's changelog.

11.10.0 (2026-07-01)

11.9.0 (2026-06-24)

11.8.1 (2026-06-16)

11.8.0 (2026-06-10)

Enhancements

  • Use partial clones (--filter=blob:none) when downloading git sources and the PHPUnit test suite to reduce download size. (#78918)

Bug Fixes

  • Replace extract-zip with adm-zip to fix silent hang on Node 24.16.0 (libuv 1.52.1) when downloading URL-based zip sources. (#78762)

11.7.0 (2026-05-27)

11.6.0 (2026-05-14)

11.5.0 (2026-04-29)

11.4.0 (2026-04-15)

Bug Fixes

  • Fix WP-Cron, REST API loopback, and Site Health loopback failures when wp-env runs on a non-default port. Apache inside the WordPress container now also listens on the host-mapped port, so PHP loopback requests to WP_HOME succeed instead of being refused. (#20569)

11.3.0 (2026-04-01)

11.2.0 (2026-03-18)

11.1.0 (2026-03-04)

Bug Fixes

  • Suppress spinner and success message output when using --json flag to ensure clean, parseable JSON output.

11.0.0 (2026-02-18)

Bug Fixes

  • Playground runtime now supports zip archive themes, matching Docker runtime behavior. (#75140).
  • Add MySQL healthcheck to prevent race condition where WordPress containers start before MySQL is fully initialized. Uses MariaDB's official healthcheck.sh script with MARIADB_AUTO_UPGRADE to support both new and existing installations.
  • Remove non-functional WP_ENV_MULTISITE config.

New Features

  • Added --auto-port flag to the start command. When passed, wp-env automatically finds available ports if the configured ports are busy. Without this flag, ports default to 8888/8889 and Docker reports an error if they are busy (matching pre-existing behavior).

... (truncated)

Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/scripts from 27.9.0 to 32.6.0

Changelog

Sourced from @​wordpress/scripts's changelog.

32.6.0 (2026-07-01)

32.5.0 (2026-06-24)

Enhancements

  • lint-style: Detect .cjs and .mjs config files so the bundled default config is not used when one of these is present (#79226).

32.4.1 (2026-06-16)

32.4.0 (2026-06-10)

32.3.0 (2026-05-27)

32.2.0 (2026-05-14)

32.1.0 (2026-04-29)

32.0.0 (2026-04-15)

Breaking Changes

  • The bundled eslint dependency has been upgraded from v8 to v10 (#76654).
  • The lint-js script now uses flat config (eslint.config.*) by default. Legacy .eslintrc.* files are still detected as a fallback, but this support is deprecated and will be removed in a future version (#76654).
  • The default config shipped with wp-scripts has changed from config/.eslintrc.js to config/eslint.config.cjs (#76654).

31.8.0 (2026-04-01)

31.7.0 (2026-03-18)

31.6.0 (2026-03-04)

31.5.0 (2026-02-18)

31.4.0 (2026-01-29)

31.3.0 (2026-01-16)

Internal

  • The bundled eslint dependency has been updated from ^8.3.0 to ^8.57.1 (#74316).

31.1.0 (2025-11-26)

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.

... (truncated)

Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates @wordpress/stylelint-config from 22.7.0 to 23.42.0

Release notes

Sourced from @​wordpress/stylelint-config's releases.

23.5.1

Changelog

Bug Fixes

Data Layer

  • Collaboration: Only report changed properties from the default sync configuration. (79908)

Contributors

The following contributors merged PRs in this release:

@​adamsilverstein

23.5.0

Changelog

Enhancements

  • Style Engine: Export public TypeScript types. (79079)
  • Widget Primitives: Decouple discovery from a hardcoded endpoint. (79322)
  • Widget Primitives: Make @types/react an optional peer dependency. (79272)

Components

  • Add corner radius presets to ThemeProvider. (78816)
  • Autocomplete: Add Group and GroupLabel primitives. (78901)
  • Base Styles: Add wpds-var Sass helper for design token fallbacks. (78698)
  • BaseControl: add text-wrap: Pretty. (79112)
  • BoxControl: Hard deprecate 40px default size. (79419)
  • Components, DataViews: Adopt --wpds-dimension-size-* tokens. (79093)
  • ESLint, UI, Components: Mark Tooltip from @wordpress/ui as recommended. (78693)
  • Popover: Add open/close motion and fix close re-anchor. (78885)
  • Theme: Add Figma scopes to element size tokens. (79032)
  • Theme: Add disabled variants for brand and error interactive color tokens. (79124)
  • Theme: Add stroke-surface tokens for the caution tone. (79198)
  • Theme: Apply ThemeProvider styles inline (I2). (78678)
  • Theme: Differentiate --wpds-color-fg-interactive-{brand,error}-active vs resting state tokens. (79151)
  • Theme: Enforce sRGB seed-color input contract for ThemeProvider. (79148)
  • Theme: Provide design-system token defaults without a runtime <ThemeProvider>. (78664)
  • Theme: Skip serializing data-wpds-root-provider="false" on non-root providers. (79253)
  • Theme: forward ThemeProvider cornerRadius preset to :Root for root providers. (79153)
  • UI Field.Description: add text-wrap: Pretty. (79143)
  • UI: Disable instant overlay popup transitions. (79432)
  • UI: Simplify focus ring styles. (78823)
  • UI: Use isomorphic layout effects for SSR. (79458)
  • Update @ariakit/react to 0.4.29. (79055)

... (truncated)

Changelog

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

23.42.0 (2026-07-01)

23.41.0 (2026-06-24)

23.40.1 (2026-06-16)

23.40.0 (2026-06-10)

23.39.0 (2026-05-27)

23.38.0 (2026-05-14)

23.37.0 (2026-04-29)

23.36.0 (2026-04-15)

23.35.0 (2026-04-01)

23.34.0 (2026-03-18)

23.33.0 (2026-03-04)

23.32.0 (2026-02-18)

23.31.0 (2026-01-29)

23.30.0 (2026-01-16)

New Features

  • Added plugin-wpds/no-unknown-ds-tokens and plugin-wpds/no-setting-wpds-custom-properties rules from @wordpress/theme to catch design token misuse (#74226).

23.28.0 (2025-11-26)

23.27.0 (2025-11-12)

23.26.0 (2025-10-29)

23.25.0 (2025-10-17)

23.24.0 (2025-10-01)

23.23.0 (2025-09-17)

23.22.0 (2025-09-03)

23.21.0 (2025-08-20)

23.20.0 (2025-08-07)

... (truncated)

Commits
  • 66c8050 Fix wp/latest release metadata (#79821)
  • d0d1bfc Update changelog files
  • 66315f3 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 74218a2 Update changelog files
  • 504adfc Revert "Update changelog files"
  • b28bd6d Update changelog files
  • ab25f49 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • 8c4f3ca Update changelog files
  • f239b85 Merge changes published in the Gutenberg plugin "release/23.5" branch
  • e2ae8e2 Update changelog files
  • Additional commits viewable in compare view

Updates cssnano from 7.1.0 to 8.0.2

Release notes

Sourced from cssnano's releases.

v8.0.2

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.1...cssnano@8.0.2

v8.0.1

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.0...cssnano@8.0.1

v8.0.0

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.9...cssnano@8.0.0

v7.1.9

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.8...cssnano@7.1.9

v7.1.8

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.7...cssnano@7.1.8

v.7.1.7

This release is idnetical to the previous one, but is being published to ensure that the latest versions of postcss-normalize-repeat-style and postcss-normalize-positions are uploaded to the npm registry.

... (truncated)

Commits
  • 185e1c7 Publish cssnano 8.0.2
  • 2ce8c2d chore: update the postcs peer dependency
  • 99bd9c1 docs: update website dependencies
  • 2ca8d4a chore: update development deps
  • b245a0b fix: update caniuse-api
  • 3bf3f4d chore: update postcss-selector-parser
  • 7343c87 fix: preserve apostrophes in svg data uris (#1819)
  • 964b9db chore(util): add benchmark + cpuprofile tooling (#1812)
  • 54a8db2 Include postcss-discard-overridden types in package
  • e0e39ae perf(postcss-merge-longhand): skip processors with no relevant decls
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for cssnano since your current version.


Bumps the npm-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@kunoichi/grab-deps](https://github.com/kuno1/grab-deps) | `2.0.2` | `3.1.4` |
| [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) | `10.29.0` | `11.10.0` |
| [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) | `27.9.0` | `32.6.0` |
| [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) | `22.7.0` | `23.42.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.1.0` | `8.0.2` |



Updates `@kunoichi/grab-deps` from 2.0.2 to 3.1.4
- [Release notes](https://github.com/kuno1/grab-deps/releases)
- [Commits](kuno1/grab-deps@2.0.2...v3.1.4)

Updates `@wordpress/env` from 10.29.0 to 11.10.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.10.0/packages/env)

Updates `@wordpress/scripts` from 27.9.0 to 32.6.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@32.6.0/packages/scripts)

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

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

---
updated-dependencies:
- dependency-name: "@kunoichi/grab-deps"
  dependency-version: 3.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/env"
  dependency-version: 11.9.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/scripts"
  dependency-version: 32.5.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@wordpress/stylelint-config"
  dependency-version: 23.41.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: cssnano
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the npm-dependencies group with 5 updates Bump the npm-dependencies group across 1 directory with 5 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-6620e4fafa branch from a0c9d72 to edda1c1 Compare July 13, 2026 06:36
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