Skip to content

Commit f35054d

Browse files
author
devcontainers-bot
committed
Bump yarn JS package manager 1.22.22 to 4.9.4
This removes sha1 hashes from yarn.lock. Compliant with microsoft hashing. This adds the yarn berry config / package files: .yarn/ project-local workspace and .yarnrc.yml berry config Here we bootstrap yarnin devcontainer postCreate
1 parent 8628491 commit f35054d

File tree

5 files changed

+546
-391
lines changed

5 files changed

+546
-391
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
55
"ghcr.io/devcontainers/features/azure-cli:1": {}
66
},
7-
"postCreateCommand": "npm install -g @devcontainers/cli",
7+
"postCreateCommand": "corepack enable && corepack prepare yarn@4.9.4 --activate && npm install -g @devcontainers/cli",
88
"customizations": {
99
"vscode": {
1010
"extensions": [

.yarn/install-state.gz

29.9 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"files": [
3-
"src"
4-
],
5-
"devDependencies": {
6-
"mkdirp": "0.5.5",
7-
"copyfiles": "^2.4.1",
8-
"handlebars": "^4.7.7",
9-
"jsonc": "^2.0.0",
10-
"rimraf": "^3.0.2"
11-
}
12-
}
3+
"src"
4+
],
5+
"devDependencies": {
6+
"copyfiles": "^2.4.1",
7+
"handlebars": "^4.7.7",
8+
"jsonc": "^2.0.0",
9+
"mkdirp": "0.5.5",
10+
"rimraf": "^3.0.2"
11+
}
12+
}

0 commit comments

Comments
 (0)