Skip to content

chore: bump deps#259

Merged
justlevine merged 2 commits intodevelopfrom
chore/update-deps
Mar 12, 2026
Merged

chore: bump deps#259
justlevine merged 2 commits intodevelopfrom
chore/update-deps

Conversation

@justlevine
Copy link
Collaborator

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

  • I have read the Contribution Guidelines.
  • My code is tested to the best of my abilities.
  • My code passes all lints (ESLint, tsc, prettier etc.).
  • My code has detailed inline documentation.
  • I have added unit tests to verify the code works as intended.
  • I have updated the project documentation as needed.
  • I have added a changeset for this PR using npm run changeset.

@justlevine justlevine requested a review from Copilot March 12, 2026 19:42
@changeset-bot
Copy link

changeset-bot bot commented Mar 12, 2026

🦋 Changeset detected

Latest commit: 4a4183d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@snapwp/query Patch
@snapwp/next Patch

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

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.json to reflect updated dependency tree.
  • Add a Changeset to publish patch releases for @snapwp/query and @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.

@justlevine justlevine merged commit 6015c9b into develop Mar 12, 2026
24 of 25 checks passed
@justlevine justlevine deleted the chore/update-deps branch March 12, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants