-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Upgrade pnpm to 10.18.3 #679
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
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@baseplate-dev/create-project': patch | ||
| --- | ||
|
|
||
| Upgrade pnpm to 10.18.3 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -90,7 +90,7 @@ | |||||
| }, | ||||||
| "engines": { | ||||||
| "node": "^22.18.0", | ||||||
| "pnpm": "^10.16.0" | ||||||
| "pnpm": "^10.18.0" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version inconsistency: Consider updating to ^10.18.3. The Apply this diff: - "pnpm": "^10.18.0"
+ "pnpm": "^10.18.3"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| }, | ||||||
| "volta": { | ||||||
| "node": "22.18.0" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -95,7 +95,7 @@ | |||||
| }, | ||||||
| "engines": { | ||||||
| "node": "^22.18.0", | ||||||
| "pnpm": "^10.16.0" | ||||||
| "pnpm": "^10.18.0" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version inconsistency: Consider updating to ^10.18.3. The Apply this diff: - "pnpm": "^10.18.0"
+ "pnpm": "^10.18.3"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| }, | ||||||
| "volta": { | ||||||
| "node": "22.18.0" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -108,7 +108,7 @@ | |||||
| }, | ||||||
| "engines": { | ||||||
| "node": "^22.18.0", | ||||||
| "pnpm": "^10.16.0" | ||||||
| "pnpm": "^10.18.0" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version inconsistency: Consider updating to ^10.18.3. The Apply this diff: - "pnpm": "^10.18.0"
+ "pnpm": "^10.18.3"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| }, | ||||||
| "volta": { | ||||||
| "node": "22.18.0" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -91,7 +91,7 @@ | |||||
| }, | ||||||
| "engines": { | ||||||
| "node": "^22.18.0", | ||||||
| "pnpm": "^10.16.0" | ||||||
| "pnpm": "^10.18.0" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version inconsistency: Consider updating to ^10.18.3. The Apply this diff to align with the repository-wide pnpm version: - "pnpm": "^10.18.0"
+ "pnpm": "^10.18.3"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| }, | ||||||
| "volta": { | ||||||
| "node": "22.18.0" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,4 @@ min_version = "2025.8.14" | |
|
|
||
| [tools] | ||
| node = "22.18.0" | ||
| pnpm = "10.16.1" | ||
| pnpm = "10.18.3" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| export const NODE_VERSION = '22.18.0'; | ||
| export const PNPM_VERSION = '10.16.1'; | ||
| export const PNPM_VERSION = '10.18.3'; |
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.
Version inconsistency: Consider updating to ^10.18.3.
The
engines.pnpmconstraint was updated to^10.18.0, but the root workspace package.json uses^10.18.3. For consistency with the repository-wide pnpm 10.18.3 upgrade, consider updating this to^10.18.3.Apply this diff:
📝 Committable suggestion
🤖 Prompt for AI Agents