Skip to content

Commit 237f975

Browse files
committedJan 12, 2025·
fix: update dependencies
1 parent 50e59f5 commit 237f975

32 files changed

+1602
-1197
lines changed
 

‎dist/legacy/assets/actions_python-Czj4ScEf.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-Czj4ScEf.js.map

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

‎dist/legacy/assets/actions_python-juFJ8Ha1.js

-2
This file was deleted.

‎dist/legacy/assets/actions_python-juFJ8Ha1.js.map

-1
This file was deleted.

‎dist/legacy/assets/hdi-Bqz5zNw7.js

-2
This file was deleted.

‎dist/legacy/assets/hdi-Bqz5zNw7.js.map

-1
This file was deleted.

‎dist/legacy/assets/hdi-KnshNzDE.js

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

‎dist/legacy/assets/hdi-KnshNzDE.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-BtRxTz9r.js

-2
This file was deleted.

‎dist/legacy/assets/proxy-agent-BtRxTz9r.js.map

-1
This file was deleted.

‎dist/legacy/assets/proxy-agent-Bxzdb3SZ.js

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

‎dist/legacy/assets/proxy-agent-Bxzdb3SZ.js.map

+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-56soSduK.mjs

-2
This file was deleted.

‎dist/modern/assets/actions_python-56soSduK.mjs.map

-1
This file was deleted.

‎dist/modern/assets/actions_python-C5ar-1oi.mjs

+2
Large diffs are not rendered by default.

‎dist/modern/assets/actions_python-C5ar-1oi.mjs.map

+1
Large diffs are not rendered by default.

‎dist/modern/assets/hdi-BTtpGNI1.mjs

+2
Large diffs are not rendered by default.

‎dist/modern/assets/hdi-BTtpGNI1.mjs.map

+1
Large diffs are not rendered by default.

‎dist/modern/assets/hdi-BtlhU6up.mjs

-2
This file was deleted.

‎dist/modern/assets/hdi-BtlhU6up.mjs.map

-1
This file was deleted.

‎dist/modern/assets/proxy-agent-CazGe35s.mjs

-2
This file was deleted.

‎dist/modern/assets/proxy-agent-CazGe35s.mjs.map

-1
This file was deleted.

‎dist/modern/assets/proxy-agent-DB9QOaSI.mjs

+2
Large diffs are not rendered by default.

‎dist/modern/assets/proxy-agent-DB9QOaSI.mjs.map

+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

+30-30
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build.vite": "cross-env NODE_ENV=production vite build",
3131
"build.vite.legacy": "cross-env NODE_ENV=production TARGET=legacy vite build",
3232
"build.json": "shx cp ./src/*/*.json ./dist/legacy/ && shx cp ./dist/legacy/*.json ./dist/modern && minijson --file ./dist/**/*.json",
33-
"bump": "ncu -u -x execa,numerous,eslint,@types/eslint && pnpm update && pnpx typesync && pnpm run clean",
33+
"bump": "ncu -u -x execa,numerous,eslint,@types/eslint,which && pnpm update && pnpx typesync && pnpm run clean",
3434
"bump.llvm": "GITHUB_TOKEN=$(gh auth token) tsx ./src/llvm/assets-list.ts",
3535
"bump.gcc": "GITHUB_TOKEN=$(gh auth token) tsx ./src/gcc/assets-list.ts",
3636
"bump.infer": "GITHUB_TOKEN=$(gh auth token) tsx ./src/infer/assets-list.ts",
@@ -59,45 +59,45 @@
5959
"build.docker-ci": "node ./dev/docker/ci/docker-ci.mjs"
6060
},
6161
"devDependencies": {
62-
"@actions/cache": "^3.2.4",
63-
"@actions/core": "^1.10.1",
62+
"@actions/cache": "^4.0.0",
63+
"@actions/core": "^1.11.1",
6464
"@actions/exec": "^1.1.1",
6565
"@actions/http-client": "^2.2.3",
6666
"@actions/io": "^1.1.3",
6767
"@actions/tool-cache": "^2.0.1",
6868
"@aminya/minijson": "1.1.0",
69-
"@babel/core": "^7.25.2",
70-
"@biomejs/biome": "^1.9.2",
69+
"@babel/core": "^7.26.0",
70+
"@biomejs/biome": "^1.9.4",
7171
"@iarna/toml": "^2.2.5",
7272
"@liuli-util/vite-plugin-node": "^0.9.0",
73-
"@octokit/core": "^6.1.2",
74-
"@octokit/openapi-types": "^22.2.0",
75-
"@octokit/plugin-paginate-rest": "^11.3.3",
76-
"@octokit/plugin-rest-endpoint-methods": "^13.2.4",
77-
"@octokit/rest": "^21.0.2",
78-
"@octokit/types": "^13.5.0",
73+
"@octokit/core": "^6.1.3",
74+
"@octokit/openapi-types": "^23.0.1",
75+
"@octokit/plugin-paginate-rest": "^11.4.0",
76+
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
77+
"@octokit/rest": "^21.1.0",
78+
"@octokit/types": "^13.7.0",
7979
"@shockpkg/archive-files": "github:aminya/archive-files#54ec59fad46aca736ac6feb6c7bb526528141b9d",
80-
"@swc/jest": "^0.2.36",
80+
"@swc/jest": "^0.2.37",
8181
"@types/babel__core": "~7.20.5",
8282
"@types/cross-spawn": "^6.0.6",
8383
"@types/escape-quotes": "~1.0.0",
8484
"@types/eslint": "^9.6.1",
8585
"@types/iarna__toml": "~2.0.5",
86-
"@types/jest": "^29.5.13",
86+
"@types/jest": "^29.5.14",
8787
"@types/memoizee": "^0.4.11",
88-
"@types/node": "^22.5.5",
88+
"@types/node": "^22.10.5",
8989
"@types/semver": "^7.5.8",
9090
"@types/which": "^3.0.4",
9191
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15",
9292
"admina": "^1.0.1",
9393
"caxa": "^3.0.1",
94-
"ci-info": "^4.0.0",
94+
"ci-info": "^4.1.0",
9595
"ci-log": "workspace:*",
9696
"cross-env": "7.0.3",
97-
"cross-spawn": "^7.0.3",
98-
"cspell": "^8.14.4",
97+
"cross-spawn": "^7.0.6",
98+
"cspell": "^8.17.1",
9999
"diagnostics_channel": "^1.1.0",
100-
"dprint": "^0.47.2",
100+
"dprint": "^0.48.0",
101101
"envosman": "workspace:*",
102102
"escape-path-with-spaces": "^1.0.2",
103103
"escape-quotes": "^1.0.2",
@@ -108,45 +108,45 @@
108108
"execa": "^7",
109109
"is-url-online": "^1.5.0",
110110
"jest": "^29.7.0",
111-
"lefthook": "^1.7.15",
111+
"lefthook": "^1.10.3",
112112
"macos-release": "^3.3.0",
113113
"memoizee": "^0.4.17",
114114
"mkdirp": "^3.0.1",
115115
"mri": "^1.2.0",
116116
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
117117
"node-downloader-helper": "2.1.9",
118-
"npm-check-updates": "^17.1.2",
119-
"npm-run-all2": "^6.2.3",
118+
"npm-check-updates": "^17.1.13",
119+
"npm-run-all2": "^7.0.2",
120120
"numerous": "1.0.3",
121-
"p-timeout": "^6.1.2",
121+
"p-timeout": "^6.1.4",
122122
"path-exists": "^5.0.0",
123123
"patha": "^0.4.1",
124-
"prettier": "3.3.3",
124+
"prettier": "3.4.2",
125125
"prettier-config-atomic": "^4.0.0",
126126
"readme-md-generator": "^1.0.0",
127127
"retry-as-promised": "^7.0.4",
128-
"rollup": "^4.22.0",
128+
"rollup": "^4.30.1",
129129
"safe-stable-stringify": "^2.5.0",
130130
"semver": "7.6.3",
131131
"setup-apt": "workspace:*",
132132
"setup-brew": "workspace:*",
133133
"setup-python": "github:aminya/setup-python#9700887",
134134
"shx": "0.3.4",
135135
"simple-update-notifier": "^2.0.0",
136-
"terser": "^5.33.0",
136+
"terser": "^5.37.0",
137137
"terser-config-atomic": "^1.0.0",
138138
"time-delta": "github:aminya/time-delta#69d91a4",
139139
"timers-browserify": "^2.0.12",
140140
"ts-node": "^10.9.2",
141141
"ts-readme": "^1.1.3",
142-
"turbo": "2.1.2",
143-
"typescript": "^5.6.2",
142+
"turbo": "2.3.3",
143+
"typescript": "^5.7.3",
144144
"ubuntu-version": "^2.0.0",
145145
"untildify-user": "workspace:*",
146146
"util.types": "^0.0.2",
147-
"vite": "^5.4.6",
148-
"vite-plugin-babel": "^1.2.0",
149-
"web-streams-polyfill": "^4.0.0",
147+
"vite": "^6.0.7",
148+
"vite-plugin-babel": "^1.3.0",
149+
"web-streams-polyfill": "^4.1.0",
150150
"which": "^4.0.0"
151151
},
152152
"productionDependencies": [

‎packages/setup-brew/src/install-pack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function installBrewPack(
2525
if (!("overwrite" in options)) {
2626
options.overwrite = true // default to true if not specified
2727
}
28-
if (options.cask) {
28+
if (options.cask === true) {
2929
options.overwrite = false // mutually exclusive with --overwrite
3030
}
3131

‎pnpm-lock.yaml

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

‎src/llvm/__tests__/llvm.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe("setup-llvm", () => {
6868
afterEach(async () => {
6969
await io.rmRF(directory)
7070
}, 100000)
71-
71+
7272
describe("should setup latest LLVM", () => {
7373
it("should download LLVM", async () => {
7474
const osVersion = await ubuntuVersion()

0 commit comments

Comments
 (0)
Please sign in to comment.