chore: update dependencies - #273
Merged
Merged
Conversation
Update all dependencies to the latest version in range. Regenerate package-lock.json. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Update oxfmt from v0.68 to v0.70. Keep @prismicio/types-internal at v3. Version 4 moves the module export paths. It needs changes to the test code. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Resolves:
Description
This PR updates the npm dependencies to the latest versions. The update reduces the number of Dependabot alerts.
@prismicio/types-internalstays at version 3. Version 4 moves its export paths and needs source changes. A different PR will do that upgrade.Checklist
Preview
How to QA 1
Install the dependencies. Then run the tests:
npm install npm run testThe lint, type, build, and e2e steps pass. All 92 e2e tests pass.
🤖 Generated with Claude Code
Note
Low Risk
Dependency and lockfile-only changes with no runtime library API changes; the Node >=22 engine bump may break setups still on Node 20.
Overview
Bumps dev tooling in the root workspace:
dotenvto ^18.0.2,oxfmtto ^0.70.0, andoxlintto ^1.85.0, with a refreshedpackage-lock.json(including newer rolldown / oxc bindings and a flatter dependency tree for tsdown).The e2e Next.js workspace pins TypeScript-related devDeps to explicit minors (
@types/node^26.6.2,@types/react/@types/react-dom^19.3.0,typescript^7.0.2).The lockfile also records
engines.nodeas>=22for the root package (up from >=20), aligning local/CI expectations with the updated toolchain.Reviewed by Cursor Bugbot for commit 27f7642. Bugbot is set up for automated code reviews on this repo. Configure here.
Footnotes
Please use these labels when submitting a review:
⚠️ #issue: Strongly suggest a change.
❓ #ask: Ask a question.
💡 #idea: Suggest an idea.
🎉 #nice: Share a compliment. ↩