Skip to content

Commit 0d759fe

Browse files
chore(deps): update all non-major dependencies (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 777aa0f commit 0d759fe

9 files changed

Lines changed: 142 additions & 280 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2929
with:
30-
node-version: 24.14.0
30+
node-version: 24.14.1
3131

3232
# Update npm to the latest version to enable OIDC
3333
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2828
with:
29-
node-version: 24.14.0
29+
node-version: 24.14.1
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "2.4.8",
43+
"@biomejs/biome": "2.4.9",
4444
"@clack/prompts": "^1.1.0",
4545
"@microsoft/api-extractor": "^7.57.7",
46-
"@rslib/core": "0.20.0",
47-
"@rstest/core": "0.9.4",
46+
"@rslib/core": "0.20.1",
47+
"@rstest/core": "0.9.5",
4848
"@types/cross-spawn": "^6.0.6",
4949
"@types/fs-extra": "^11.0.4",
5050
"@types/minimist": "^1.2.5",
@@ -56,11 +56,11 @@
5656
"minimist": "^1.2.8",
5757
"picocolors": "^1.1.1",
5858
"rimraf": "^6.1.3",
59-
"rslog": "^2.0.1",
59+
"rslog": "^2.1.0",
6060
"simple-git-hooks": "^2.13.1",
6161
"typescript": "^5.9.3"
6262
},
63-
"packageManager": "pnpm@10.32.1",
63+
"packageManager": "pnpm@10.33.0",
6464
"publishConfig": {
6565
"access": "public",
6666
"registry": "https://registry.npmjs.org/"

pnpm-lock.yaml

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

template-biome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"format": "biome format --write"
88
},
99
"devDependencies": {
10-
"@biomejs/biome": "2.4.8"
10+
"@biomejs/biome": "2.4.9"
1111
}
1212
}

template-eslint/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"eslint-plugin-react-hooks": "^7.0.1",
1212
"eslint-plugin-react-refresh": "^0.5.2",
1313
"globals": "^17.4.0",
14-
"typescript-eslint": "^8.57.1"
14+
"typescript-eslint": "^8.57.2"
1515
}
1616
}

template-eslint/svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eslint": "^9.39.4",
1111
"eslint-plugin-svelte": "^3.16.0",
1212
"globals": "^17.4.0",
13-
"typescript-eslint": "^8.57.1"
13+
"typescript-eslint": "^8.57.2"
1414
},
1515
"type": "module"
1616
}

template-eslint/vanilla-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@eslint/js": "^9.39.4",
1010
"eslint": "^9.39.4",
1111
"globals": "^17.4.0",
12-
"typescript-eslint": "^8.57.1"
12+
"typescript-eslint": "^8.57.2"
1313
}
1414
}

template-eslint/vue-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"eslint": "^9.39.4",
1111
"eslint-plugin-vue": "^10.8.0",
1212
"globals": "^17.4.0",
13-
"typescript-eslint": "^8.57.1"
13+
"typescript-eslint": "^8.57.2"
1414
}
1515
}

0 commit comments

Comments
 (0)