Skip to content

Commit 1034f25

Browse files
authored
Merge pull request #286 from aminya/renovate/devdependencies [skip ci]
fix(deps): update dependencies
2 parents 5f4f319 + 9d702fc commit 1034f25

34 files changed

+513
-492
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", "numerous", "execa"]
1213
},
1314
{
1415
"matchDepTypes": ["dependencies"],

.terserrc.mjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
import { buildTerserOptions } from "terser-config-atomic/dist/builder.js"
2-
export default buildTerserOptions(process.env.NODE_ENV, undefined, true)
2+
const config = buildTerserOptions(process.env.NODE_ENV, undefined, true)
3+
config.compress.unsafe_math = false
4+
5+
export default config

dist/legacy/assets/actions_python-B7InDb2U.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-B7InDb2U.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-BF80bhWt.js

-2
This file was deleted.

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

-1
This file was deleted.

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

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

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

+1-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

-2
This file was deleted.

dist/legacy/assets/proxy-agent-BtRxTz9r.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-B6ncb0bd.js.map dist/legacy/assets/proxy-agent-BtRxTz9r.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-Dr1ce8ZD.mjs

+2
Large diffs are not rendered by default.

dist/modern/assets/actions_python-Dr1ce8ZD.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/hdi-DCb6yS8z.mjs dist/modern/assets/hdi-BtlhU6up.mjs

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

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

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

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

+2
Large diffs are not rendered by default.

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

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

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

-2
This file was deleted.

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

+20-16
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
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 numerous,execa,prettier,@types/node,eslint,@types/eslint && pnpm update && pnpx typesync && pnpm run clean",
33+
"bump": "ncu -u -x execa,numerous,eslint,@types/eslint && pnpm update && pnpx typesync && pnpm run clean",
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",
62-
"@aminya/minijson": "1.0.3",
64+
"@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,21 +77,21 @@
7577
"@types/babel__core": "~7.20.5",
7678
"@types/cross-spawn": "^6.0.6",
7779
"@types/escape-quotes": "~1.0.0",
78-
"@types/eslint": "^8.56.12",
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": "^12.20.55",
84+
"@types/node": "^22.5.5",
8385
"@types/semver": "^7.5.8",
8486
"@types/which": "^3.0.4",
85-
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#95fcbd92405b99a6eece48c493548996f12e6519",
87+
"@upleveled/babel-plugin-remove-node-prefix": "github:aminya/babel-plugin-remove-node-prefix#02526f866c4f57d3a097590942dc0e700fb3eb15",
8688
"admina": "^1.0.1",
8789
"caxa": "^3.0.1",
8890
"ci-info": "^4.0.0",
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:*",
@@ -99,7 +101,7 @@
99101
"eslint": "^8.57.1",
100102
"eslint-config-atomic": "^1.22.1",
101103
"exec-powershell": "workspace:*",
102-
"execa": "^7.2.0",
104+
"execa": "^7",
103105
"is-url-online": "^1.5.0",
104106
"jest": "^29.7.0",
105107
"lefthook": "^1.7.15",
@@ -109,30 +111,31 @@
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": "1.0.3",
115117
"p-timeout": "^6.1.2",
116118
"path-exists": "^5.0.0",
117119
"patha": "^0.4.1",
118-
"prettier": "3.2.2",
120+
"prettier": "3.3.3",
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:*",
126128
"setup-brew": "workspace:*",
127-
"setup-python": "github:aminya/setup-python#a783db655c6e40317e2c0c96f9d162d9c9f4a751",
129+
"setup-python": "github:aminya/setup-python#9700887",
128130
"shx": "0.3.4",
129131
"simple-update-notifier": "^2.0.0",
130132
"terser": "^5.33.0",
131133
"terser-config-atomic": "^1.0.0",
132-
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
134+
"time-delta": "github:aminya/time-delta#69d91a4",
135+
"timers-browserify": "^2.0.12",
133136
"ts-node": "^10.9.2",
134137
"ts-readme": "^1.1.3",
135-
"turbo": "2.1.1",
138+
"turbo": "2.1.2",
136139
"typescript": "^5.6.2",
137140
"ubuntu-version": "^2.0.0",
138141
"untildify-user": "workspace:*",
@@ -177,7 +180,8 @@
177180
"ubuntu-version",
178181
"untildify-user",
179182
"util.types",
180-
"web-streams-polyfill"
183+
"web-streams-polyfill",
184+
"timers-browserify"
181185
],
182186
"engines": {
183187
"node": ">=12.x",

packages/envosman/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@actions/core": "^1.10.1",
21-
"@types/node": "^12",
21+
"@types/node": "22.5.5",
2222
"admina": "^1.0.1",
2323
"ci-info": "^4.0.0",
2424
"escape-path-with-spaces": "^1.0.2",

packages/exec-powershell/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function execPowershell(
1818
command: string,
1919
startupFlags: string[] = ["-NoProfile", "-NoLogo", "-NonInteractive"],
2020
execOptions: execa.Options = { stdio: "inherit" },
21-
): execa.ExecaChildProcess<string> {
21+
) {
2222
return execa.execa(getPowerShell(), [...startupFlags, "-c", command], execOptions)
2323
}
2424

@@ -36,7 +36,7 @@ export function execPowershellSync(
3636
command: string,
3737
startupFlags: string[] = ["-NoProfile", "-NoLogo", "-NonInteractive"],
3838
execOptions: execa.SyncOptions = { stdio: "inherit" },
39-
): execa.ExecaSyncReturnValue<string> {
39+
) {
4040
return execa.execaSync(getPowerShell(), [...startupFlags, "-c", command], execOptions)
4141
}
4242

packages/setup-apt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"prepublishOnly": "pnpm run build"
1818
},
1919
"dependencies": {
20-
"@types/node": "^12",
20+
"@types/node": "22.5.5",
2121
"admina": "^1.0.1",
2222
"ci-info": "^4.0.0",
2323
"path-exists": "^5.0.0",
2424
"ci-log": "workspace:*",
2525
"envosman": "workspace:*",
2626
"which": "4.0.0",
27-
"execa": "^7.2.0",
27+
"execa": "^7",
2828
"escape-string-regexp": "^5.0.0",
2929
"node-downloader-helper": "2.1.9",
3030
"memoizee": "^0.4.17"

packages/setup-apt/src/install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export async function installAptPack(packages: AptPackage[], update = false): Pr
104104
})
105105
} catch (err) {
106106
if (isExecaError(err)) {
107-
if (retryErrors.some((error) => err.stderr.includes(error))) {
107+
if (retryErrors.some((error) => typeof err.stderr === "string" && err.stderr.includes(error))) {
108108
warning(`Failed to install packages ${needToInstall}. Retrying...`)
109109
execRootSync(
110110
apt,

packages/setup-brew/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"test": "jest --coverage"
1919
},
2020
"dependencies": {
21-
"@types/node": "^12",
21+
"@types/node": "22.5.5",
2222
"ci-log": "workspace:*",
2323
"envosman": "workspace:*",
2424
"which": "4.0.0",
25-
"execa": "^7.2.0",
25+
"execa": "^7",
2626
"setup-apt": "workspace:*",
2727
"node-downloader-helper": "2.1.9"
2828
},

0 commit comments

Comments
 (0)