Skip to content

Commit bccf250

Browse files
chore(deps-dev): bump deps, fix vulnerabilities (#20)
* chore(deps-dev): bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.12` | `19.2.14` | | [ava](https://github.com/avajs/ava) | `6.4.1` | `7.0.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.2` | Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): npm audit, migrate biome.json * ci: bump node version to 25, cache deps * 1.3.5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Zheng <endernoke@gmail.com>
1 parent 760c246 commit bccf250

File tree

5 files changed

+409
-777
lines changed

5 files changed

+409
-777
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "23.x"
18+
node-version: "25.x"
1919
registry-url: "https://registry.npmjs.org"
20+
cache: "npm"
2021

2122
# Ensure npm 11.5.1 or later is installed
2223
- name: Update npm

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- name: Setup Node.js
4242
uses: actions/setup-node@v6
4343
with:
44-
node-version: "20"
44+
node-version: "25.x"
45+
cache: "npm"
4546

4647
- name: Install dependencies
4748
run: |

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)