Skip to content

build(deps): bump dependencies#60

Open
FlandiaYingman wants to merge 1 commit intomainfrom
dependencies
Open

build(deps): bump dependencies#60
FlandiaYingman wants to merge 1 commit intomainfrom
dependencies

Conversation

@FlandiaYingman
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings February 8, 2026 21:21
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

This PR updates the project’s Node/Fastify toolchain by bumping a broad set of runtime and dev dependencies (Fastify ecosystem, MongoDB driver, ESLint, TypeScript ESLint, Prettier/plugins). It also changes the Yarn install strategy via .yarnrc.yml.

Changes:

  • Bump various dependencies in package.json and refresh yarn.lock accordingly (Fastify plugins, auth libs, lint/format tooling).
  • Update the example MongoDB type annotation in init-mongo.ts comments.
  • Switch Yarn’s nodeLinker from node-modules to pnpm.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
yarn.lock Large lockfile refresh to match dependency bumps and transitive changes.
package.json Updates runtime/dev dependency versions (Fastify, MongoDB, ESLint, Prettier, etc.).
src/plugins/init-mongo.ts Comment-only update to the example collection generic type.
.yarnrc.yml Changes Yarn nodeLinker to pnpm, affecting install layout/behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"fastify": "^5.7.3",
"@fastify/swagger": "^9.7.0",
"@fastify/swagger-ui": "^5.2.5",
"@fastify/type-provider-typebox": "^6.1.0",
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

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

@fastify/type-provider-typebox was bumped to v6, but its lock entry now declares a peer dependency on the typebox package (not @sinclair/typebox). The repo currently depends on @sinclair/typebox, and there is no typebox package in the lockfile, so TypeScript resolution / runtime imports from the type-provider may fail. Either add/align the required typebox dependency and update imports accordingly, or keep @fastify/type-provider-typebox on a version compatible with @sinclair/typebox.

Suggested change
"@fastify/type-provider-typebox": "^6.1.0",
"@fastify/type-provider-typebox": "^5.0.0",

Copilot uses AI. Check for mistakes.
@@ -1,4 +1,4 @@
nodeLinker: node-modules
nodeLinker: pnpm
Copy link

Copilot AI Feb 8, 2026

Choose a reason for hiding this comment

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

Changing nodeLinker from node-modules to pnpm is a significant install/runtime behavior change and doesn’t match the PR’s stated scope of dependency bumps. If this is intentional, related docs/CI expectations should be updated and the change called out explicitly; if not, revert to node-modules to avoid unexpected breakage for contributors and pipelines.

Copilot uses AI. Check for mistakes.
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.

1 participant