Skip to content

Commit 5722a90

Browse files
chore(deps): update all non-major dependencies (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39d7e69 commit 5722a90

File tree

5 files changed

+357
-348
lines changed

5 files changed

+357
-348
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: pnpm/action-setup@v2
4545
with:
46-
version: 8
46+
version: 8.15.9
4747
- uses: actions/setup-node@v4
4848
with:
4949
node-version: 20.19.4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Need history for changelog generation
2727
- uses: pnpm/action-setup@v2
2828
with:
29-
version: 8
29+
version: 8.15.9
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 20.19.4

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
node = "22.17.1"
3-
pnpm = "10.13.1"
2+
node = "22.19.0"
3+
pnpm = "10.15.0"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@
5353
"rollup": "^4.x"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^22.16.5",
56+
"@types/node": "^22.18.0",
5757
"@typescript-eslint/eslint-plugin": "^7.18.0",
5858
"@typescript-eslint/parser": "^7.18.0",
5959
"@vitest/coverage-v8": "^3.2.4",
60-
"chalk": "^5.4.1",
61-
"esbuild": "^0.25.8",
60+
"chalk": "^5.6.0",
61+
"esbuild": "^0.25.9",
6262
"eslint": "^8.57.1",
6363
"eslint-config-airbnb-typescript": "^18.0.0",
6464
"eslint-config-prettier": "^10.1.8",
6565
"eslint-plugin-import": "^2.32.0",
66-
"eslint-plugin-prettier": "^5.5.3",
66+
"eslint-plugin-prettier": "^5.5.4",
6767
"prettier": "^3.6.2",
6868
"release-it": "^19.0.4",
69-
"rollup": "^4.45.1",
70-
"typescript": "^5.8.3",
69+
"rollup": "^4.50.0",
70+
"typescript": "^5.9.2",
7171
"vitest": "^3.2.4"
7272
}
7373
}

0 commit comments

Comments
 (0)