-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump dependencies #60
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| nodeLinker: node-modules | ||
| nodeLinker: pnpm | ||
|
|
||
| plugins: | ||
| # Yarn plugin to enforce engine constraints | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -29,39 +29,39 @@ | |||||
| "license": "MIT", | ||||||
| "dependencies": { | ||||||
| "@fastify/autoload": "^6.3.1", | ||||||
| "@fastify/cors": "^11.1.0", | ||||||
| "@fastify/mongodb": "^9.0.2", | ||||||
| "@fastify/cors": "^11.2.0", | ||||||
| "@fastify/mongodb": "^10.0.0", | ||||||
| "@fastify/sensible": "^6.0.4", | ||||||
| "@fastify/swagger": "^9.6.1", | ||||||
| "@fastify/swagger-ui": "^5.2.3", | ||||||
| "@fastify/type-provider-typebox": "^5.2.0", | ||||||
| "@scalar/fastify-api-reference": "^1.40.0", | ||||||
| "@sinclair/typebox": "^0.34.41", | ||||||
| "fastify": "^5.7.3", | ||||||
| "@fastify/swagger": "^9.7.0", | ||||||
| "@fastify/swagger-ui": "^5.2.5", | ||||||
| "@fastify/type-provider-typebox": "^6.1.0", | ||||||
|
||||||
| "@fastify/type-provider-typebox": "^6.1.0", | |
| "@fastify/type-provider-typebox": "^5.0.0", |
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.
@copilot Use typebox instead of @sinclair/typebox then.
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.
Changing
nodeLinkerfromnode-modulestopnpmis 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 tonode-modulesto avoid unexpected breakage for contributors and pipelines.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.
@copilot Revert the change please.