Skip to content

Commit 10121c2

Browse files
Copilotmsyyc
andcommitted
Upgrade pnpm version from 9.5.0 to 10.11.0 across repository
Co-authored-by: msyyc <[email protected]>
1 parent e1ac2a5 commit 10121c2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Requirements
44

55
- Node 20+
6-
- pnpm 9+
6+
- pnpm 10+
77
- Python 3.9+
88

99
## Develop

eng/pipelines/ci-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ steps:
2626
inputs:
2727
versionSpec: $(PythonVersion)
2828

29-
- script: npm install -g pnpm@9.5.0
30-
displayName: Install pnpm 9.5.0
29+
- script: npm install -g pnpm@10.11.0
30+
displayName: Install pnpm 10.11.0
3131

3232
- script: npm install -g autorest
3333
displayName: Install autorest

eng/pipelines/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ extends:
2828
inputs:
2929
versionSpec: 3.10
3030

31-
- script: npm install -g pnpm@9.5.0
32-
displayName: Install PNPM 9.5.0
31+
- script: npm install -g pnpm@10.11.0
32+
displayName: Install PNPM 10.11.0
3333

3434
- script: pnpm install
3535
displayName: Install dependencies

eng/pipelines/sdk_regenerate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
inputs:
4545
versionSpec: '20.x'
4646

47-
- script: npm install -g pnpm@9.5.0
48-
displayName: Install pnpm 9.5.0
47+
- script: npm install -g pnpm@10.11.0
48+
displayName: Install pnpm 10.11.0
4949

5050
- script: pnpm install
5151
displayName: pnpm install

eng/scripts/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def copy(src: Path, dest: Path) -> None:
2424

2525
def main(update_to_latest_typespec: bool, build_artifacts_path: Path) -> None:
2626
# Install global dependencies
27-
call("npm install -g pnpm@9.5.0")
27+
call("npm install -g pnpm@10.11.0")
2828
call("npm install -g autorest")
2929
call("npm install -g @typespec/compiler")
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"workspaces": [
77
"packages/*"
88
],
9-
"packageManager": "pnpm@9.5.0",
9+
"packageManager": "pnpm@10.11.0",
1010
"scripts": {
1111
"preinstall": "npx only-allow pnpm",
1212
"watch": "tsc --build ./tsconfig.ws.json --watch",

0 commit comments

Comments
 (0)