fix(deps-dev): bump the npm-dev-minor-patch group across 1 directory with 5 updates#3945
Merged
jasonbahl merged 5 commits intoJun 17, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Collaborator
|
@dependabot ignore @wordpress/e2e-test-utils-playwright minor version (It's broken and we're waiting for a new release) |
Contributor
Author
|
OK, I won't notify you about version 1.48.x of @wordpress/e2e-test-utils-playwright again, unless you unignore it. |
Contributor
…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>
f4f7038 to
28702b5
Compare
jasonbahl
approved these changes
Jun 15, 2026
jasonbahl
approved these changes
Jun 15, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3945 +/- ##
=======================================
Coverage 83.5% 83.5%
Complexity 5285 5285
=======================================
Files 286 286
Lines 22755 22755
=======================================
Hits 18997 18997
Misses 3758 3758
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
063328a to
15e96c3
Compare
jasonbahl
previously approved these changes
Jun 17, 2026
jasonbahl
left a comment
Collaborator
There was a problem hiding this comment.
@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.
Collaborator
|
@dependabot unignore @wordpress/e2e-test-utils-playwright |
Contributor
Author
|
OK, I will stop ignoring the @wordpress/e2e-test-utils-playwright dependency. |
jasonbahl
approved these changes
Jun 17, 2026
This was referenced Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Maintainer note (manual commits added on top of dependabot's updates):
1.
fix(deps): sync @wordpress/hooks lockfile to 4.48.1—npm ciwas failing repo-wide because@wordpress/hooks@4.48.1was published after the lockfile was last generated. The lock pinned the top-level@wordpress/hooksnode at4.48.0, but a^4.48.0declaration in the tree now resolves to4.48.1, so npm's computed tree no longer matched the lock andnpm cirefused withlock file's @wordpress/hooks@4.48.0 does not satisfy @wordpress/hooks@4.48.1. Since every CI job starts withnpm ci, all jobs failed before doing any real work, acrossmainand every open PR. The fix regenerates only the single@wordpress/hookslock node.2.
fix(deps-dev): bump @wordpress/e2e-test-utils-playwright to 1.48.1— this group originally bumped the package to1.47.0, a broken release whoseexportsentry pointed at uncompiled TypeScript source (./src/index.ts). Node cannot resolve that, so every JS E2E job failed withCannot find module .../src/index.ts.1.48.1restores a built entry point (./build/index.js). Runtime dependencies are unchanged between1.47.0and1.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:
4.47.04.48.08.47.08.48.012.47.012.48.03.6.13.7.11.46.01.47.0Updates
@wordpress/prettier-configfrom 4.47.0 to 4.48.0Changelog
Sourced from @wordpress/prettier-config's changelog.
Commits
6da9506chore(release): publish6afbb15Update changelog filese816d95Merge changes published in the Gutenberg plugin "release/23.4" branch6237509Update changelog filesUpdates
@wordpress/babel-preset-defaultfrom 8.47.0 to 8.48.0Changelog
Sourced from @wordpress/babel-preset-default's changelog.
Commits
6da9506chore(release): publish6afbb15Update changelog filese816d95Merge changes published in the Gutenberg plugin "release/23.4" branch6237509Update changelog filesd486535Merge changes published in the Gutenberg plugin "release/23.3" branchUpdates
@wordpress/jest-preset-defaultfrom 12.47.0 to 12.48.0Changelog
Sourced from @wordpress/jest-preset-default's changelog.
Commits
6da9506chore(release): publish6afbb15Update changelog filese816d95Merge changes published in the Gutenberg plugin "release/23.4" branch6237509Update changelog filesUpdates
sort-package-jsonfrom 3.6.1 to 3.7.1Release notes
Sourced from sort-package-json's releases.
Commits
c22cfe8fix: revert "chore: drop support for Nodejs 20 (#412)"0f2dc7afeat: sort wireit (#402)94c3904chore: drop support for Nodejs 20 (#412)7622c1achore: exclude git-hooks-list (#392)Updates
@wordpress/e2e-test-utils-playwrightfrom 1.46.0 to 1.47.0Changelog
Sourced from @wordpress/e2e-test-utils-playwright's changelog.
Commits
d653c5fchore(release): publish065fa3bUpdate changelog filesf63ca66Merge changes published in the Gutenberg plugin "release/23.3" branch7f4e229Update changelog filesb5afac3Merge changes published in the Gutenberg plugin "release/23.3" branchfee7eecUpdate changelog filesf34b1f7Merge changes published in the Gutenberg plugin "release/23.3" branchMost Recent Ignore Conditions Applied to This Pull Request