Skip to content

Commit ca1b4c9

Browse files
committed
feat: update deps
1 parent 2edda2d commit ca1b4c9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "5.1.0",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <[email protected]> (https://github.com/antfu/)",
88
"license": "MIT",

pnpm-workspace.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ packages:
22
- fixtures/*
33
overrides:
44
'@eslint-community/eslint-utils': ^4.7.0
5-
'@typescript-eslint/types': ^8.38.0
6-
'@typescript-eslint/utils': ^8.38.0
5+
'@typescript-eslint/types': ^8.39.0
6+
'@typescript-eslint/utils': ^8.39.0
77
eslint: ^9.32.0
88
tsx: ^4.20.3
99
catalogs:
1010
dev:
1111
'@antfu/ni': ^25.0.0
1212
'@eslint/config-inspector': ^1.1.0
1313
'@types/eslint-plugin-jsx-a11y': ^6.10.0
14-
'@types/node': ^24.1.0
15-
bumpp: ^10.2.1
14+
'@types/node': ^24.2.0
15+
bumpp: ^10.2.2
1616
eslint-typegen: ^2.3.0
1717
execa: ^9.6.0
1818
jiti: ^2.5.1
19-
lint-staged: ^16.1.2
19+
lint-staged: ^16.1.4
2020
pnpm-workspace-yaml: ^1.1.0
21-
simple-git-hooks: ^2.13.0
21+
simple-git-hooks: ^2.13.1
2222
tinyglobby: ^0.2.14
23-
tsdown: ^0.13.0
23+
tsdown: ^0.13.3
2424
tsx: ^4.20.3
25-
typescript: ^5.8.3
25+
typescript: ^5.9.2
2626
vitest: ^3.2.4
2727
peer:
2828
'@eslint-react/eslint-plugin': ^1.52.3
29-
'@next/eslint-plugin-next': ^15.4.4
29+
'@next/eslint-plugin-next': ^15.4.5
3030
'@prettier/plugin-xml': ^3.4.2
31-
'@unocss/eslint-plugin': ^66.3.3
31+
'@unocss/eslint-plugin': ^66.4.1
3232
astro-eslint-parser: ^1.2.2
3333
eslint: ^9.32.0
3434
eslint-plugin-astro: ^1.3.1
@@ -41,17 +41,17 @@ catalogs:
4141
eslint-plugin-vuejs-accessibility: ^2.4.1
4242
prettier-plugin-astro: ^0.14.1
4343
prettier-plugin-slidev: ^1.0.5
44-
svelte: ^5.37.1
45-
svelte-eslint-parser: ^1.3.0
44+
svelte: ^5.37.3
45+
svelte-eslint-parser: ^1.3.1
4646
vue: ^3.5.18
4747
prod:
4848
'@antfu/install-pkg': ^1.1.0
4949
'@clack/prompts': ^0.11.0
5050
'@eslint-community/eslint-plugin-eslint-comments': ^4.5.0
5151
'@eslint/markdown': ^7.1.0
5252
'@stylistic/eslint-plugin': ^5.2.2
53-
'@typescript-eslint/eslint-plugin': ^8.38.0
54-
'@typescript-eslint/parser': ^8.38.0
53+
'@typescript-eslint/eslint-plugin': ^8.39.0
54+
'@typescript-eslint/parser': ^8.39.0
5555
'@vitest/eslint-plugin': ^1.3.4
5656
ansis: ^4.1.0
5757
cac: ^6.7.14
@@ -61,17 +61,17 @@ catalogs:
6161
eslint-plugin-antfu: ^3.1.1
6262
eslint-plugin-command: ^3.3.1
6363
eslint-plugin-import-lite: ^0.3.0
64-
eslint-plugin-jsdoc: ^52.0.0
64+
eslint-plugin-jsdoc: ^52.0.3
6565
eslint-plugin-jsonc: ^2.20.1
6666
eslint-plugin-n: ^17.21.3
6767
eslint-plugin-no-only-tests: ^3.3.0
6868
eslint-plugin-perfectionist: ^4.15.0
6969
eslint-plugin-pnpm: ^1.1.0
70-
eslint-plugin-regexp: ^2.9.0
70+
eslint-plugin-regexp: ^2.9.1
7171
eslint-plugin-toml: ^0.12.0
7272
eslint-plugin-unicorn: ^60.0.0
7373
eslint-plugin-unused-imports: ^4.1.4
74-
eslint-plugin-vue: ^10.3.0
74+
eslint-plugin-vue: ^10.4.0
7575
eslint-plugin-yml: ^1.18.0
7676
eslint-processor-vue-blocks: ^2.0.0
7777
globals: ^16.3.0

0 commit comments

Comments
 (0)