Skip to content

Commit 1f3d4e5

Browse files
committed
Updating to Yarn 4
1 parent bd80798 commit 1f3d4e5

File tree

45 files changed

+23259
-26035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+23259
-26035
lines changed

.pnp.cjs

Lines changed: 18007 additions & 20686 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.loader.mjs

Lines changed: 679 additions & 592 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll.eslint": true
3+
"source.fixAll.eslint": "explicit"
44
},
55
"typescript.validate.enable": true,
66
"files.eol": "\n",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 0 additions & 801 deletions
This file was deleted.

.yarn/releases/yarn-4.6.0.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
enableImmutableInstalls: false
26

37
npmPublishAccess: public
48

5-
69
packageExtensions:
710
"@swc-node/sourcemap-support@*":
811
dependencies:
@@ -20,12 +23,4 @@ packageExtensions:
2023
peerDependencies:
2124
webpack-cli: "*"
2225

23-
plugins:
24-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
25-
spec: "@yarnpkg/plugin-version"
26-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
27-
spec: "@yarnpkg/plugin-typescript"
28-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
29-
spec: "@yarnpkg/plugin-workspace-tools"
30-
31-
yarnPath: .yarn/releases/yarn-3.2.4.cjs
26+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
],
99
"scripts": {
1010
"build": "yarn clean && yarn compile",
11-
"clean": "yarn workspaces foreach run clean",
11+
"clean": "yarn workspaces foreach --all run clean",
1212
"compile": "yarn fix-project-references-all && tsc --build",
13-
"coverage": "yarn workspaces foreach --topological-devs run coverage",
14-
"deploy": "yarn workspaces foreach run deploy \"$@\"",
13+
"coverage": "yarn workspaces foreach --all run coverage",
14+
"deploy": "yarn workspaces foreach --all run deploy \"$@\"",
1515
"fix-project-references": "utils-typescript-references --skipRoot",
1616
"fix-project-references-all": "utils-typescript-references",
1717
"format": "prettier --loglevel log --config .prettierrc.json --write .",
1818
"format-check": "prettier --loglevel log --config .prettierrc.json --check .",
19-
"infra": "yarn workspaces foreach run infra \"$@\"",
19+
"infra": "yarn workspaces foreach --all run infra \"$@\"",
2020
"lint": "eslint . --ext .js,.ts,.tsx,.json,.yml,.yaml",
2121
"lint-fix": "eslint . --ext .js,.ts,.tsx,.json,.yml,.yaml --fix",
2222
"package:doctor": "yarn dlx @yarnpkg/doctor .",
23-
"test-ci": "yarn workspaces foreach -v run test-ci",
23+
"test-ci": "yarn workspaces foreach --all -v run test-ci",
2424
"test-watch": "nodemonx --watch . --exec 'yarn test-ci'"
2525
},
2626
"resolutions": {
2727
"json5": "2.2.2"
2828
},
2929
"devDependencies": {
3030
"@goldstack/nodemonx": "0.4.5",
31-
"@goldstack/utils-typescript-references": "0.3.4",
31+
"@goldstack/utils-typescript-references": "^0.3.13",
3232
"@types/jest": "^29.0.1",
3333
"@types/node": "^18.7.13",
3434
"@typescript-eslint/eslint-plugin": "^5.42.1",
@@ -45,5 +45,5 @@
4545
"react": "^18.2.0",
4646
"typescript": "^4.8.4"
4747
},
48-
"packageManager": "yarn@3.2.4"
48+
"packageManager": "yarn@4.6.0"
4949
}

packages/server-side-rendering/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
"exclude": [
2626
"node_modules"
2727
],
28-
"references": []
28+
"references": [
29+
{
30+
"path": "../user-management"
31+
}
32+
]
2933
}

0 commit comments

Comments
 (0)