Skip to content

Commit

Permalink
chore(yarn): update to yarn 4 (#11676)
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid authored Nov 27, 2023
1 parent 1506614 commit 0ad3a9c
Show file tree
Hide file tree
Showing 8 changed files with 5,825 additions and 6,199 deletions.
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
compressionLevel: mixed

enableGlobalCache: false

enableMessageNames: false

enableTelemetry: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion frontend/stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"generate-config-coverage-stats": "node -r ts-node/register/transpile-only -r tsconfig-paths/register configurationStats/run.ts",
"lint": "eslint \"./**/*.ts*\"",
"lint:fix": "npm run lint --fix",
"typecheck": "yarn workspaces foreach run typecheck"
"typecheck": "yarn workspaces foreach -A run typecheck"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"*{js,jsx,tsx,ts,css,md}": "prettier -w",
"./frontend/language/src/*.json": "yarn run sort-texts"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.2",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -p run build",
Expand All @@ -101,7 +101,7 @@
"syncpack": "npx syncpack fix-mismatches && npx syncpack format && npx syncpack set-semver-ranges",
"test": "jest --maxWorkers=50% --config=frontend/jest.config.js",
"test:ci": "jest --ci --coverage --max-workers=2 --cacheDirectory=$(yarn config get cacheFolder) --config=frontend/jest.config.js",
"typecheck": "yarn workspaces foreach run typecheck"
"typecheck": "yarn workspaces foreach -A run typecheck"
},
"syncpack": {
"semverRange": ""
Expand Down
Loading

0 comments on commit 0ad3a9c

Please sign in to comment.