Skip to content

Commit cb1523a

Browse files
committed
chore: update dev-dependencies
1 parent f07e7e8 commit cb1523a

File tree

10 files changed

+981
-956
lines changed

10 files changed

+981
-956
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node:
2727
- 22.6.0
2828
pnpm:
29-
- 9.8.0
29+
- 9.9.0
3030
steps:
3131
- uses: actions/checkout@v4
3232

@@ -88,7 +88,7 @@ jobs:
8888
node:
8989
- 22
9090
pnpm:
91-
- 9
91+
- 9.9.0
9292
steps:
9393
- uses: actions/checkout@v4
9494

@@ -154,7 +154,7 @@ jobs:
154154
node:
155155
- 22
156156
pnpm:
157-
- 9
157+
- 9.9.0
158158
steps:
159159
- uses: actions/checkout@v4
160160
with:
@@ -229,7 +229,7 @@ jobs:
229229
node:
230230
- 22
231231
pnpm:
232-
- 9
232+
- 9.9.0
233233
container:
234234
- { file: "ubuntu-llvm.dockerfile", image: "setup-cpp-ubuntu-llvm", tag: "22.04-0.39.0" }
235235
- { file: "fedora-llvm.dockerfile", image: "setup-cpp-fedora-llvm", tag: "40-0.39.0" }

dist/actions/setup-cpp.js

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

dist/actions/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js

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

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.js

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

dist/modern/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@
6060
"devDependencies": {
6161
"@actions/core": "^1.10.1",
6262
"@actions/exec": "^1.1.1",
63-
"@actions/http-client": "^2.2.1",
63+
"@actions/http-client": "^2.2.3",
6464
"@actions/io": "^1.1.3",
6565
"@actions/tool-cache": "^2.0.1",
66-
"@babel/cli": "^7.24.8",
67-
"@babel/plugin-transform-private-methods": "^7.24.7",
66+
"@babel/cli": "^7.25.6",
67+
"@babel/plugin-transform-private-methods": "^7.25.4",
6868
"@biomejs/biome": "^1.8.3",
6969
"@iarna/toml": "^2.2.5",
7070
"@shockpkg/archive-files": "github:aminya/archive-files#54ec59fad46aca736ac6feb6c7bb526528141b9d",
7171
"@swc/jest": "^0.2.36",
7272
"@types/cross-spawn": "^6.0.6",
73-
"@types/eslint": "^8.56.11",
73+
"@types/eslint": "^8.56.12",
7474
"@types/iarna__toml": "~2.0.5",
7575
"@types/jest": "^29.5.12",
7676
"@types/memoizee": "^0.4.11",
@@ -84,7 +84,7 @@
8484
"ci-log": "workspace:*",
8585
"cross-env": "7.0.3",
8686
"cross-spawn": "^7.0.3",
87-
"cspell": "^8.13.3",
87+
"cspell": "^8.14.2",
8888
"diagnostics_channel": "^1.1.0",
8989
"dprint": "^0.47.2",
9090
"envosman": "workspace:*",
@@ -97,18 +97,18 @@
9797
"execa": "^7.2.0",
9898
"is-url-online": "^1.5.0",
9999
"jest": "^29.7.0",
100-
"lefthook": "^1.7.12",
100+
"lefthook": "^1.7.15",
101101
"macos-release": "^3.3.0",
102102
"memoizee": "^0.4.17",
103103
"mkdirp": "^3.0.1",
104104
"mri": "^1.2.0",
105105
"msvc-dev-cmd": "github:aminya/msvc-dev-cmd#c01f519bd995460228ed3dec4df51df92dc290fd",
106106
"node-downloader-helper": "2.1.9",
107-
"npm-check-updates": "^17.0.6",
107+
"npm-check-updates": "^17.1.1",
108108
"npm-run-all2": "^6.2.2",
109109
"numerous": "1.0.3",
110110
"p-timeout": "^6.1.2",
111-
"parcel": "2.0.0-canary.1717",
111+
"parcel": "2.0.0-canary.1720",
112112
"path-exists": "^5.0.0",
113113
"patha": "^0.4.1",
114114
"prettier": "3.2.2",
@@ -125,7 +125,7 @@
125125
"time-delta": "github:aminya/time-delta#69d91a41cef28e569be9a2991129f5f7d1f0d00e",
126126
"ts-node": "^10.9.2",
127127
"ts-readme": "^1.1.3",
128-
"turbo": "2.0.14",
128+
"turbo": "2.1.1",
129129
"typescript": "^5.5.4",
130130
"ubuntu-version": "^2.0.0",
131131
"untildify-user": "workspace:*",
@@ -174,7 +174,7 @@
174174
"node": ">=12.x",
175175
"pnpm": "^9"
176176
},
177-
"packageManager": "pnpm@9.8.0",
177+
"packageManager": "pnpm@9.9.0",
178178
"workspaces": [
179179
"packages/*"
180180
],
@@ -229,7 +229,7 @@
229229
},
230230
"pnpm": {
231231
"patchedDependencies": {
232-
"@actions/[email protected].1": "patches/@[email protected].1.patch"
232+
"@actions/[email protected].3": "patches/@[email protected].3.patch"
233233
}
234234
}
235235
}
Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)