Skip to content

Commit 0b05cfb

Browse files
committed
up dev deps
1 parent e916a6d commit 0b05cfb

7 files changed

Lines changed: 668 additions & 628 deletions

File tree

eslint.config.ts

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
11
import antfu from "@antfu/eslint-config"
2-
import e18e from "@e18e/eslint-plugin"
32

4-
export default antfu(
5-
{
6-
ignores: ["**/*.json"],
7-
markdown: false,
8-
stylistic: false,
9-
jsonc: false,
10-
jsx: false,
11-
pnpm: false,
12-
toml: false,
13-
typescript: {
14-
tsconfigPath: "tsconfig.json",
3+
export default antfu({
4+
ignores: ["**/*.json"],
5+
markdown: false,
6+
stylistic: false,
7+
jsonc: false,
8+
jsx: false,
9+
pnpm: false,
10+
toml: false,
11+
typescript: {
12+
tsconfigPath: "tsconfig.json",
1513

16-
overrides: {
17-
"no-console": "off",
18-
"antfu/no-top-level-await": "off",
19-
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
20-
"node/prefer-global/process": "off",
21-
"ts/consistent-type-definitions": "off",
22-
"ts/consistent-type-imports": [
23-
"error",
24-
{ fixStyle: "inline-type-imports", disallowTypeAnnotations: false },
25-
],
26-
"ts/no-unsafe-argument": "off",
27-
"ts/no-unsafe-assignment": "off",
28-
"ts/no-use-before-define": "off",
29-
"unicorn/number-literal-case": "off",
30-
"unused-imports/no-unused-vars": "off",
14+
overrides: {
15+
"no-console": "off",
16+
"antfu/no-top-level-await": "off",
17+
"import/consistent-type-specifier-style": ["error", "prefer-top-level"],
18+
"node/prefer-global/process": "off",
19+
"ts/consistent-type-definitions": "off",
20+
"ts/consistent-type-imports": [
21+
"error",
22+
{ fixStyle: "inline-type-imports", disallowTypeAnnotations: false },
23+
],
24+
"ts/no-unsafe-argument": "off",
25+
"ts/no-unsafe-assignment": "off",
26+
"ts/no-use-before-define": "off",
27+
"unicorn/number-literal-case": "off",
28+
"unused-imports/no-unused-vars": "off",
3129

32-
"perfectionist/sort-imports": [
33-
"error",
34-
{
35-
type: "natural",
36-
internalPattern: ["^@/", "^~/", "^#[a-zA-Z0-9-]+/"],
37-
newlinesBetween: 1,
38-
groups: ["builtin", "external", "internal", "parent", "sibling", "index", "unknown"],
39-
},
40-
],
41-
},
30+
"perfectionist/sort-imports": [
31+
"error",
32+
{
33+
type: "natural",
34+
internalPattern: ["^@/", "^~/", "^#[a-zA-Z0-9-]+/"],
35+
newlinesBetween: 1,
36+
groups: ["builtin", "external", "internal", "parent", "sibling", "index", "unknown"],
37+
},
38+
],
4239
},
4340
},
44-
e18e.configs!.recommended as never,
45-
)
41+
})

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,22 @@
3434
"prepare": "simple-git-hooks"
3535
},
3636
"devDependencies": {
37-
"@antfu/eslint-config": "7.7.2",
38-
"@e18e/eslint-plugin": "0.2.0",
37+
"@antfu/eslint-config": "9.0.0",
3938
"@tsconfig/node24": "24.0.4",
4039
"@tsconfig/strictest": "2.0.8",
4140
"@types/json-schema": "7.0.15",
42-
"@types/node": "25.5.0",
43-
"@typescript/native-preview": "7.0.0-dev.20260313.1",
41+
"@types/node": "25.8.0",
42+
"@typescript/native-preview": "7.0.0-dev.20260514.1",
4443
"@vitest/coverage-v8": "5.0.0-beta.2",
4544
"db0": "0.3.4",
46-
"eslint": "10.0.3",
45+
"eslint": "10.3.0",
4746
"evlog": "2.17.0",
4847
"h3": "2.0.1-rc.22",
4948
"kysely": "0.29.0",
5049
"kysely-db0": "0.1.0-beta.1",
5150
"mentoss": "0.13.0",
52-
"nano-staged": "0.9.0",
53-
"oxfmt": "0.40.0",
51+
"nano-staged": "1.0.2",
52+
"oxfmt": "0.49.0",
5453
"simple-git-hooks": "2.13.1",
5554
"tsdown": "0.22.0",
5655
"valibot": "1.4.0",

0 commit comments

Comments
 (0)