Skip to content

Commit a4a8722

Browse files
committed
chore(deps): enable yarn 3 with pnpm
1 parent 71acd15 commit a4a8722

File tree

7 files changed

+35983
-13623
lines changed

7 files changed

+35983
-13623
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,14 @@ codegen/*/.classpath
5353
codegen/*/.settings/
5454
codegen/*/bin
5555

56-
benchmark/size/raw
56+
benchmark/size/raw
57+
58+
# yarn without zero installs
59+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
60+
.pnp.*
61+
.yarn/*
62+
!.yarn/patches
63+
!.yarn/plugins
64+
!.yarn/releases
65+
!.yarn/sdks
66+
!.yarn/versions

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.yarnrc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
nodeLinker: pnpm
2+
3+
nmSelfReferences: true
4+
5+
packageExtensions:
6+
aws-crt@*:
7+
dependencies:
8+
"@types/node": "*"
9+
10+
yarnPath: .yarn/releases/yarn-3.2.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@
142142
],
143143
"**/*.{ts,js,md,json}": "prettier --write"
144144
},
145-
"packageManager": "yarn@1.22.17"
145+
"packageManager": "yarn@3.2.0"
146146
}

packages/karma-credential-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@aws-sdk/client-sts": "file:../../clients/client-sts",
23+
"@aws-sdk/client-sts": "workspace:*",
2424
"@aws-sdk/credential-provider-node": "*",
2525
"tslib": "^2.3.1"
2626
},

0 commit comments

Comments
 (0)