Skip to content

Commit 0713142

Browse files
authored
fix build error with Git 2.52.0 (#3216)
* Run `yarn set version 4.12.0` to upgrade Yarn, fixing a build error when using Git 2.52.0. * Run `yarn install` to migrate yarn.lock and remove Yarn plugins that are now built-in. * Run `yarn workspace superdb-desktop add '@reduxjs/toolkit@^2.11.0'` to upgrade Redux Tookit, fixing `yarn lint` errors caused by the Yarn upgrade.
1 parent 40c7e6d commit 0713142

File tree

9 files changed

+4803
-5634
lines changed

9 files changed

+4803
-5634
lines changed

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

Lines changed: 0 additions & 363 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.5.0.cjs

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

.yarn/releases/yarn-4.12.0.cjs

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

.yarnrc.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
checksumBehavior: ignore
22

3+
compressionLevel: mixed
4+
5+
enableGlobalCache: false
6+
7+
logFilters:
8+
- code: YN0076
9+
level: discard
10+
311
nodeLinker: node-modules
412

513
plugins:
6-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7-
spec: "@yarnpkg/plugin-workspace-tools"
8-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
9-
spec: "@yarnpkg/plugin-version"
10-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
11-
spec: "@yarnpkg/plugin-interactive-tools"
1214
- path: .yarn/plugins/@yarnpkg/plugin-github.cjs
13-
spec: '@yarnpkg/plugin-github'
14-
15-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
15+
spec: "@yarnpkg/plugin-github"
1616

17-
logFilters:
18-
- code: YN0076 # Incompatible arch
19-
level: discard
17+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

apps/superdb-desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@js-joda/core": "^3.2.0",
4444
"@monaco-editor/react": "^4.5.1",
4545
"@react-aria/dnd": "^3.7.2",
46-
"@reduxjs/toolkit": "^2.2.5",
46+
"@reduxjs/toolkit": "^2.11.0",
4747
"@tanstack/react-table": "^8.7.0",
4848
"@testing-library/dom": "^8.13.0",
4949
"@testing-library/jest-dom": "^5.16.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"nx": "16.10.0",
3333
"prettier": "^2.6.2"
3434
},
35-
"packageManager": "yarn@3.5.0",
35+
"packageManager": "yarn@4.12.0",
3636
"workspaces": [
3737
"packages/*",
3838
"apps/*"

yarn.lock

Lines changed: 3849 additions & 3806 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)