Merged
Conversation
🦋 Changeset detectedLatest commit: 4a4183d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
There was a problem hiding this comment.
Pull request overview
Dependency bump PR for the SnapWP monorepo, updating several dev/tooling and example dependencies (and regenerating the lockfile) to pick up upstream fixes and trigger Dependabot remediation.
Changes:
- Bump selected devDependencies across workspace packages and the example Next.js starter (e.g., graphql-codegen, types, eslint tooling, graphql, glob).
- Regenerate
package-lock.jsonto reflect updated dependency tree. - Add a Changeset to publish patch releases for
@snapwp/queryand@snapwp/next.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/query/package.json | Bumps @graphql-codegen/cli devDependency. |
| packages/next/package.json | Bumps @types/sanitize-html devDependency. |
| package.json | Updates repo-wide dev tooling versions (notably Jest/Babel tooling). |
| package-lock.json | Large lockfile regeneration reflecting updated dependency graph + engine requirements. |
| examples/nextjs/starter/package.json | Updates starter app deps/devDeps (graphql, @graphql-codegen/cli, glob). |
| .changeset/tricky-areas-fly.md | Declares patch releases for @snapwp/query and @snapwp/next. |
Comments suppressed due to low confidence (1)
package.json:104
- babel-jest was bumped to v30.x while jest remains on v29.x. babel-jest is tightly coupled to Jest’s major version (it depends on @jest/* 30.x), so this combination is likely to break transforms/runtime in the Jest config (which uses 'babel-jest'). Consider keeping babel-jest on the same major as jest (either upgrade jest to 30.x in the repo, or keep babel-jest on 29.x).
"babel-jest": "^30.3.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-jest": "^29.15.0",
"jest": "^29.7.0",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
What
Bumps deps to their latest versions.
Why
To get dependabot to regenerate some fixes.
Related Issue(s):
How
Testing Instructions
Screenshots
Additional Info
Checklist
npm run changeset.