Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/ninety-jeans-listen.md
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
4 changes: 2 additions & 2 deletions examples/blog-with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.1"
"pnpm": "^10.18.3"
},
"volta": {
"node": "22.18.0"
},
"packageManager": "pnpm@10.16.1"
"packageManager": "pnpm@10.18.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-with-auth/packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version inconsistency: Consider updating to ^10.18.3.

The engines.pnpm constraint 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:

-    "pnpm": "^10.18.0"
+    "pnpm": "^10.18.3"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pnpm": "^10.18.0"
"pnpm": "^10.18.3"
🤖 Prompt for AI Agents
In examples/blog-with-auth/packages/admin/package.json around line 94, the
engines.pnpm entry is ^10.18.0 which is inconsistent with the root workspace
using ^10.18.3; update the engines.pnpm value to ^10.18.3 to match the
repository-wide pnpm version.

},
"volta": {
"node": "22.18.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-with-auth/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version inconsistency: Consider updating to ^10.18.3.

The engines.pnpm constraint was updated to ^10.18.0, but the root workspace package.json uses ^10.18.3. For consistency across the repository, consider updating this to ^10.18.3 to match the standardized version used throughout the PR.

Apply this diff:

-    "pnpm": "^10.18.0"
+    "pnpm": "^10.18.3"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pnpm": "^10.18.0"
"pnpm": "^10.18.3"
🤖 Prompt for AI Agents
In examples/blog-with-auth/packages/backend/package.json around line 93, the
engines.pnpm version is ^10.18.0 which is inconsistent with the root workspace
using ^10.18.3; update the value to ^10.18.3 so the engines field matches the
repository standard and maintain version consistency across package.json files.

},
"volta": {
"node": "22.18.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-with-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.1"
"pnpm": "^10.18.3"
},
"volta": {
"node": "22.18.0"
},
"packageManager": "pnpm@10.16.1"
"packageManager": "pnpm@10.18.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-auth0/packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version inconsistency: Consider updating to ^10.18.3.

The engines.pnpm constraint was updated to ^10.18.0, but the root workspace package.json uses ^10.18.3. For consistency across the repository, consider updating this to ^10.18.3 to align with the standardized version.

Apply this diff:

-    "pnpm": "^10.18.0"
+    "pnpm": "^10.18.3"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pnpm": "^10.18.0"
"pnpm": "^10.18.3"
🤖 Prompt for AI Agents
In examples/todo-with-auth0/packages/admin/package.json around line 98, the
engines.pnpm field is set to "^10.18.0" which is inconsistent with the root
workspace version; update the engines.pnpm value to "^10.18.3" to match the root
package.json and keep pnpm versioning consistent across the repository.

},
"volta": {
"node": "22.18.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-auth0/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version inconsistency: Consider updating to ^10.18.3.

The engines.pnpm constraint 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:

-    "pnpm": "^10.18.0"
+    "pnpm": "^10.18.3"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pnpm": "^10.18.0"
"pnpm": "^10.18.3"
🤖 Prompt for AI Agents
In examples/todo-with-auth0/packages/backend/package.json around line 111, the
engines.pnpm field is set to "^10.18.0" which is inconsistent with the
repository root using "^10.18.3"; update the value to "^10.18.3" to match the
workspace and avoid version mismatches across the repo.

},
"volta": {
"node": "22.18.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-with-auth0/packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version inconsistency: Consider updating to ^10.18.3.

The engines.pnpm constraint was updated to ^10.18.0, but the root workspace package.json uses ^10.18.3, and the broader PR context (including core-generators, project-creator, and mise.toml) standardizes on 10.18.3. For consistency across the repository, consider updating this to ^10.18.3.

Apply this diff to align with the repository-wide pnpm version:

-    "pnpm": "^10.18.0"
+    "pnpm": "^10.18.3"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pnpm": "^10.18.0"
"pnpm": "^10.18.3"
🤖 Prompt for AI Agents
In examples/todo-with-auth0/packages/web/package.json around line 94, the
engines.pnpm field is ^10.18.0 but the repo standard is ^10.18.3; update the
engines.pnpm value to ^10.18.3 to match the root workspace package.json and
other project files so versions are consistent across the repository.

},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ min_version = "2025.8.14"

[tools]
node = "22.18.0"
pnpm = "10.16.1"
pnpm = "10.18.3"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"vitest": "catalog:",
"workspace-meta": "0.1.4"
},
"packageManager": "pnpm@10.16.1",
"packageManager": "pnpm@10.18.3",
"engines": {
"node": "^22.0.0",
"pnpm": "^10.16.1"
"pnpm": "^10.18.3"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-generators/src/constants/node.ts
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';
4 changes: 2 additions & 2 deletions packages/create-project/src/project-creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ export async function generateBaseplateProject({
devDependencies: {
'@baseplate-dev/project-builder-cli': cliVersion,
},
packageManager: 'pnpm@10.16.1',
packageManager: 'pnpm@10.18.3',
engines: {
node: '^22.0.0',
pnpm: '^10.16.1',
pnpm: '^10.18.3',
},
volta: {
node: '22.18.0',
Expand Down
4 changes: 2 additions & 2 deletions packages/create-project/src/project-creator.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ describe('generateBaseplateProject', () => {
devDependencies: {
'@baseplate-dev/project-builder-cli': cliVersion,
},
packageManager: 'pnpm@10.16.1',
packageManager: 'pnpm@10.18.3',
engines: {
node: '^22.0.0',
pnpm: '^10.16.1',
pnpm: '^10.18.3',
},
volta: {
node: '22.18.0',
Expand Down
4 changes: 2 additions & 2 deletions tests/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"devDependencies": {
"turbo": "2.5.0"
},
"packageManager": "pnpm@10.16.1",
"packageManager": "pnpm@10.18.3",
"engines": {
"node": "^22.0.0",
"pnpm": "^10.16.1"
"pnpm": "^10.18.3"
},
"volta": {
"node": "22.18.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/simple/packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/simple/packages/web/baseplate/generated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/simple/packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"engines": {
"node": "^22.18.0",
"pnpm": "^10.16.0"
"pnpm": "^10.18.0"
},
"volta": {
"node": "22.18.0"
Expand Down