Skip to content

Commit a5f6731

Browse files
committed
fix: fix the build + downgrade eslint to 8
1 parent 056d7a9 commit a5f6731

19 files changed

+231
-238
lines changed

.github/renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
99
"groupName": "devDependencies",
1010
"semanticCommitType": "chore",
11-
"automerge": true
11+
"automerge": true,
12+
"ignoreDeps": ["eslint"]
1213
},
1314
{
1415
"matchDepTypes": ["dependencies"],

dist/legacy/assets/actions_python-BF80bhWt.js

-2
This file was deleted.

dist/legacy/assets/actions_python-BF80bhWt.js.map

-1
This file was deleted.

dist/legacy/assets/actions_python-eAwSTumI.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-eAwSTumI.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/proxy-agent-B6ncb0bd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/assets/actions_python-ED6yYGxu.mjs

+2
Large diffs are not rendered by default.

dist/modern/assets/actions_python-ED6yYGxu.mjs.map

+1
Large diffs are not rendered by default.

dist/modern/assets/actions_python-mhNRejTS.mjs

-2
This file was deleted.

dist/modern/assets/actions_python-mhNRejTS.mjs.map

-1
This file was deleted.

dist/modern/assets/proxy-agent-CtreyBpw.mjs dist/modern/assets/proxy-agent-DTxy4ChP.mjs

+2-2
Large diffs are not rendered by default.

dist/modern/assets/proxy-agent-CtreyBpw.mjs.map dist/modern/assets/proxy-agent-DTxy4ChP.mjs.map

+1-1
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs

+1-1
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

+1-1
Large diffs are not rendered by default.

package.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"clean": "shx rm -rf ./dist ./packages/*/dist ./exe ./.parcel-cache && shx mkdir -p ./dist/legacy ./dist/modern ./dist/modern ",
3535
"dev.vite": "cross-env NODE_ENV=development vite build --watch",
3636
"dev.packages": "turbo dev",
37-
"dev": "run-p build.json dev.packages dev.vite",
37+
"dev.root.tsc": "tsc --noEmit --pretty --watch",
38+
"dev": "run-p build.json dev.packages dev.root.tsc dev.vite",
3839
"docs": "shx rm -rf packages/*/README.md && pnpm -r exec readme --path ../../dev/readme/template.md -y && pnpm -r exec ts-readme",
3940
"format": "run-s lint.dprint",
4041
"lint": "turbo lint && run-p --aggregate-output --continue-on-error lint.**",
@@ -54,14 +55,15 @@
5455
"build.docker-ci": "node ./dev/docker/ci/docker-ci.mjs"
5556
},
5657
"devDependencies": {
58+
"@actions/cache": "^3.2.4",
5759
"@actions/core": "^1.10.1",
5860
"@actions/exec": "^1.1.1",
5961
"@actions/http-client": "^2.2.3",
6062
"@actions/io": "^1.1.3",
6163
"@actions/tool-cache": "^2.0.1",
6264
"@aminya/minijson": "1.1.0",
6365
"@babel/core": "^7.25.2",
64-
"@biomejs/biome": "^1.9.1",
66+
"@biomejs/biome": "^1.9.2",
6567
"@iarna/toml": "^2.2.5",
6668
"@liuli-util/vite-plugin-node": "^0.9.0",
6769
"@octokit/core": "^6.1.2",
@@ -75,11 +77,11 @@
7577
"@types/babel__core": "~7.20.5",
7678
"@types/cross-spawn": "^6.0.6",
7779
"@types/escape-quotes": "~1.0.0",
78-
"@types/eslint": "^9.0.0",
80+
"@types/eslint": "^9.6.1",
7981
"@types/iarna__toml": "~2.0.5",
8082
"@types/jest": "^29.5.13",
8183
"@types/memoizee": "^0.4.11",
82-
"@types/node": "^22.0.0",
84+
"@types/node": "^22.5.5",
8385
"@types/semver": "^7.5.8",
8486
"@types/which": "^3.0.4",
8587
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15",
@@ -89,17 +91,17 @@
8991
"ci-log": "workspace:*",
9092
"cross-env": "7.0.3",
9193
"cross-spawn": "^7.0.3",
92-
"cspell": "^8.14.3",
94+
"cspell": "^8.14.4",
9395
"diagnostics_channel": "^1.1.0",
9496
"dprint": "^0.47.2",
9597
"envosman": "workspace:*",
9698
"escape-path-with-spaces": "^1.0.2",
9799
"escape-quotes": "^1.0.2",
98100
"escape-string-regexp": "^5.0.0",
99-
"eslint": "^9.0.0",
101+
"eslint": "^8.57.1",
100102
"eslint-config-atomic": "^1.22.1",
101103
"exec-powershell": "workspace:*",
102-
"execa": "^9.0.0",
104+
"execa": "^9.4.0",
103105
"is-url-online": "^1.5.0",
104106
"jest": "^29.7.0",
105107
"lefthook": "^1.7.15",
@@ -109,7 +111,7 @@
109111
"mri": "^1.2.0",
110112
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
111113
"node-downloader-helper": "2.1.9",
112-
"npm-check-updates": "^17.1.1",
114+
"npm-check-updates": "^17.1.2",
113115
"npm-run-all2": "^6.2.3",
114116
"numerous": "2.0.0",
115117
"p-timeout": "^6.1.2",
@@ -119,7 +121,7 @@
119121
"prettier-config-atomic": "^4.0.0",
120122
"readme-md-generator": "^1.0.0",
121123
"retry-as-promised": "^7.0.4",
122-
"rollup": "^4.21.3",
124+
"rollup": "^4.22.0",
123125
"safe-stable-stringify": "^2.5.0",
124126
"semver": "7.6.3",
125127
"setup-apt": "workspace:*",

0 commit comments

Comments
 (0)