Skip to content

fix(deps-dev): bump the npm-dev-minor-patch group across 1 directory with 5 updates#3945

Merged
jasonbahl merged 5 commits into
mainfrom
dependabot/npm_and_yarn/npm-dev-minor-patch-925ef509ad
Jun 17, 2026
Merged

fix(deps-dev): bump the npm-dev-minor-patch group across 1 directory with 5 updates#3945
jasonbahl merged 5 commits into
mainfrom
dependabot/npm_and_yarn/npm-dev-minor-patch-925ef509ad

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Note

Maintainer note (manual commits added on top of dependabot's updates):

1. fix(deps): sync @wordpress/hooks lockfile to 4.48.1npm ci was failing repo-wide because @wordpress/hooks@4.48.1 was published after the lockfile was last generated. The lock pinned the top-level @wordpress/hooks node at 4.48.0, but a ^4.48.0 declaration in the tree now resolves to 4.48.1, so npm's computed tree no longer matched the lock and npm ci refused with lock file's @wordpress/hooks@4.48.0 does not satisfy @wordpress/hooks@4.48.1. Since every CI job starts with npm ci, all jobs failed before doing any real work, across main and every open PR. The fix regenerates only the single @wordpress/hooks lock node.

2. fix(deps-dev): bump @wordpress/e2e-test-utils-playwright to 1.48.1 — this group originally bumped the package to 1.47.0, a broken release whose exports entry pointed at uncompiled TypeScript source (./src/index.ts). Node cannot resolve that, so every JS E2E job failed with Cannot find module .../src/index.ts. 1.48.1 restores a built entry point (./build/index.js). Runtime dependencies are unchanged between 1.47.0 and 1.48.1, so this is a surgical version bump.

Because manual commits were pushed, dependabot will no longer auto-rebase this PR.


Bumps the npm-dev-minor-patch group with 5 updates in the / directory:

Package From To
@wordpress/prettier-config 4.47.0 4.48.0
@wordpress/babel-preset-default 8.47.0 8.48.0
@wordpress/jest-preset-default 12.47.0 12.48.0
sort-package-json 3.6.1 3.7.1
@wordpress/e2e-test-utils-playwright 1.46.0 1.47.0

Updates @wordpress/prettier-config from 4.47.0 to 4.48.0

Changelog

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

4.48.0 (2026-06-10)

Commits
  • 6da9506 chore(release): publish
  • 6afbb15 Update changelog files
  • e816d95 Merge changes published in the Gutenberg plugin "release/23.4" branch
  • 6237509 Update changelog files
  • See full diff in compare view

Updates @wordpress/babel-preset-default from 8.47.0 to 8.48.0

Changelog

Sourced from @​wordpress/babel-preset-default's changelog.

8.48.0 (2026-06-10)

Commits
  • 6da9506 chore(release): publish
  • 6afbb15 Update changelog files
  • e816d95 Merge changes published in the Gutenberg plugin "release/23.4" branch
  • 6237509 Update changelog files
  • d486535 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Updates @wordpress/jest-preset-default from 12.47.0 to 12.48.0

Changelog

Sourced from @​wordpress/jest-preset-default's changelog.

12.48.0 (2026-06-10)

Commits
  • 6da9506 chore(release): publish
  • 6afbb15 Update changelog files
  • e816d95 Merge changes published in the Gutenberg plugin "release/23.4" branch
  • 6237509 Update changelog files
  • See full diff in compare view

Updates sort-package-json from 3.6.1 to 3.7.1

Release notes

Sourced from sort-package-json's releases.

v3.7.1

3.7.1 (2026-06-03)

Bug Fixes

  • revert "chore: drop support for Nodejs 20 (#412)" (c22cfe8)

v3.7.0

3.7.0 (2026-06-02)

Features

Commits

Updates @wordpress/e2e-test-utils-playwright from 1.46.0 to 1.47.0

Changelog

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

1.47.0 (2026-05-27)

Commits
  • d653c5f chore(release): publish
  • 065fa3b Update changelog files
  • f63ca66 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • 7f4e229 Update changelog files
  • b5afac3 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • fee7eec Update changelog files
  • f34b1f7 Merge changes published in the Gutenberg plugin "release/23.3" branch
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@wordpress/e2e-test-utils-playwright [>= 1.48.a, < 1.49]

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
wpgraphql-com Skipped Skipped Jun 17, 2026 10:17pm

@justlevine

Copy link
Copy Markdown
Collaborator

@dependabot ignore @wordpress/e2e-test-utils-playwright minor version

(It's broken and we're waiting for a new release)

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 1.48.x of @wordpress/e2e-test-utils-playwright again, unless you unignore it.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

▶ Preview in WordPress Playground

Open in WordPress Playground

Boots a fresh WordPress, installs WPGraphQL + this PR's IDE build, lands you at the IDE.

Built from 8fa4054b8e2d5cd5f491065d02473acbf8765436. Auto-updates when you push.

…with 5 updates

Bumps the npm-dev-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/prettier-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/prettier-config) | `4.47.0` | `4.48.0` |
| [@wordpress/babel-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default) | `8.47.0` | `8.48.0` |
| [@wordpress/jest-preset-default](https://github.com/WordPress/gutenberg/tree/HEAD/packages/jest-preset-default) | `12.47.0` | `12.48.0` |
| [sort-package-json](https://github.com/keithamus/sort-package-json) | `3.6.1` | `3.7.1` |
| [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) | `1.46.0` | `1.47.0` |



Updates `@wordpress/prettier-config` from 4.47.0 to 4.48.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.48.0/packages/prettier-config)

Updates `@wordpress/babel-preset-default` from 8.47.0 to 8.48.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/babel-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/babel-preset-default@8.48.0/packages/babel-preset-default)

Updates `@wordpress/jest-preset-default` from 12.47.0 to 12.48.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/jest-preset-default/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/jest-preset-default@12.48.0/packages/jest-preset-default)

Updates `sort-package-json` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](keithamus/sort-package-json@v3.6.1...v3.7.1)

Updates `@wordpress/e2e-test-utils-playwright` from 1.46.0 to 1.47.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@1.47.0/packages/e2e-test-utils-playwright)

---
updated-dependencies:
- dependency-name: "@wordpress/babel-preset-default"
  dependency-version: 8.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-minor-patch
- dependency-name: "@wordpress/e2e-test-utils-playwright"
  dependency-version: 1.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-minor-patch
- dependency-name: "@wordpress/jest-preset-default"
  dependency-version: 12.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-minor-patch
- dependency-name: "@wordpress/prettier-config"
  dependency-version: 4.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-minor-patch
- dependency-name: sort-package-json
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dev-minor-patch-925ef509ad branch from f4f7038 to 28702b5 Compare June 15, 2026 17:42
@jasonbahl jasonbahl enabled auto-merge (squash) June 15, 2026 17:48
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.5%. Comparing base (385e2fe) to head (8fa4054).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              main   #3945   +/-   ##
=======================================
  Coverage     83.5%   83.5%           
  Complexity    5285    5285           
=======================================
  Files          286     286           
  Lines        22755   22755           
=======================================
  Hits         18997   18997           
  Misses        3758    3758           
Flag Coverage Δ
wp-graphql-acf-wpunit-twentytwentyfive-single 77.1% <ø> (ø)
wp-graphql-wpunit-twentytwentyfive-multisite 84.5% <ø> (ø)
wp-graphql-wpunit-twentytwentyfive-single 84.5% <ø> (ø)
wp-graphql-wpunit-twentytwentyone-multisite 84.5% <ø> (ø)
wp-graphql-wpunit-twentytwentyone-single 84.5% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jasonbahl
jasonbahl previously approved these changes Jun 15, 2026
npm ci fails repo-wide because @wordpress/hooks@4.48.1 was published
after the lockfile was last generated. The lock pinned the top-level
node at 4.48.0, but a ^4.48.0 declaration in the tree now resolves to
4.48.1, so npm's computed tree no longer matches the lock. Regenerate
the single hooks node so npm ci is back in sync.
@jasonbahl jasonbahl force-pushed the dependabot/npm_and_yarn/npm-dev-minor-patch-925ef509ad branch from 063328a to 15e96c3 Compare June 17, 2026 22:01
jasonbahl
jasonbahl previously approved these changes Jun 17, 2026

@jasonbahl jasonbahl left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot @wordpress/e2e-test-utils-playwright

The 1.47.0 release pointed its exports entry at uncompiled TypeScript
source (./src/index.ts), which Node cannot resolve, so every JS E2E
job failed with 'Cannot find module .../src/index.ts'. 1.48.1 restores
a built entry point (./build/index.js). Runtime dependencies are
unchanged between 1.47.0 and 1.48.1, so this is a surgical version bump.
@jasonbahl

Copy link
Copy Markdown
Collaborator

@dependabot unignore @wordpress/e2e-test-utils-playwright

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

OK, I will stop ignoring the @wordpress/e2e-test-utils-playwright dependency.

@jasonbahl jasonbahl merged commit 2636204 into main Jun 17, 2026
71 of 72 checks passed
@jasonbahl jasonbahl deleted the dependabot/npm_and_yarn/npm-dev-minor-patch-925ef509ad branch June 17, 2026 22:32
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