Skip to content

Conversation

@fquffio
Copy link
Contributor

@fquffio fquffio commented Oct 17, 2025

Upgrade all dependencies to the latest version that matches current constraints.

@fquffio fquffio added the dependencies Pull requests that update a dependency file label Oct 17, 2025
Copilot AI review requested due to automatic review settings October 17, 2025 13:34
@fquffio fquffio added the javascript Pull requests that update javascript code label Oct 17, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 17, 2025

🦋 Changeset detected

Latest commit: 8c28408

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

This PR includes changesets to release 3 packages
Name Type
@chialab/isomorphic-dom Patch
@chialab/sveltekit-dev-utils Patch
@chialab/sveltekit-utils 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

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

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",
Copy link

Copilot AI Oct 17, 2025

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#".

Suggested change
"@heyputer/kv.js": "github:fquffio/kv.js#fix/strict-mode",
"@heyputer/kv.js": "github:fquffio/kv.js#<commit-sha>",

Copilot uses AI. Check for mistakes.
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.28%. Comparing base (79f16b0) to head (8c28408).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fquffio fquffio merged commit 21e8940 into main Oct 17, 2025
6 checks passed
@fquffio fquffio deleted the chore/upgrade-deps branch October 17, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants