-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade dependencies #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 8c28408 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Upgrade third-party dependencies across packages to the latest versions within existing constraints to keep the toolchain and runtime libraries current.
- Bump runtime deps (AWS SDK, pino, redis) in utils
- Bump dev tooling (SvelteKit, Vite, Vitest, ESLint ecosystem, Changesets)
- Add a changeset to release affected packages
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/utils/package.json | Upgrades runtime and dev dependencies; switches a GitHub dependency spec for kv.js |
| packages/isomorphic-dom/package.json | Updates happy-dom to latest compatible version |
| packages/dev-utils/package.json | Updates ESLint/TypeScript/Prettier-related tooling versions |
| package.json | Updates Changesets CLI version |
| .changeset/dirty-queens-go.md | Adds patch releases for impacted packages |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "@aws-sdk/client-s3": "^3.911.0", | ||
| "@chialab/isomorphic-dom": "workspace:*", | ||
| "@heyputer/kv.js": "fquffio/kv.js#fix/strict-mode", | ||
| "@heyputer/kv.js": "github:fquffio/kv.js#fix/strict-mode", |
Copilot
AI
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Using a moving Git branch for a production dependency makes builds non-reproducible and can pull in unreviewed changes. Please pin this GitHub dependency to a specific commit SHA (or a tagged release) to ensure deterministic installs, e.g. "github:fquffio/kv.js#".
| "@heyputer/kv.js": "github:fquffio/kv.js#fix/strict-mode", | |
| "@heyputer/kv.js": "github:fquffio/kv.js#<commit-sha>", |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #38 +/- ##
=======================================
Coverage 63.28% 63.28%
=======================================
Files 22 22
Lines 858 858
Branches 164 164
=======================================
Hits 543 543
Misses 313 313
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Upgrade all dependencies to the latest version that matches current constraints.