Skip to content

Commit 62dd212

Browse files
committed
up deps
1 parent 0a0f961 commit 62dd212

File tree

3 files changed

+948
-675
lines changed

3 files changed

+948
-675
lines changed

eslint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ export default antfu({
77
jsonc: false,
88
jsx: false,
99
toml: false,
10-
yaml: false,
1110
test: { overrides: { "test/no-import-node-test": "off" } },
1211
typescript: {
1312
tsconfigPath: "tsconfig.json",
13+
ignoresTypeAware: ["copy.ts"],
1414
overrides: {
1515
"no-console": "off",
1616
"new-cap": "off",
@@ -21,13 +21,13 @@ export default antfu({
2121
"ts/no-unsafe-assignment": "off",
2222
"node/prefer-global/process": "off",
2323
"antfu/no-top-level-await": "off",
24-
"unicorn/number-literal-case": "off",
24+
"import/consistent-type-specifier-style": "off",
2525

2626
"perfectionist/sort-imports": [
2727
"error",
2828
{
2929
type: "natural",
30-
internalPattern: ["@/.+?", "~/.+?"],
30+
internalPattern: ["^@/", "^~/", "^#[a-zA-Z0-9-]+/"],
3131
newlinesBetween: "always",
3232
groups: [
3333
["builtin", "builtin-type"],

package.json

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,31 @@
4141
"prepare": "simple-git-hooks"
4242
},
4343
"devDependencies": {
44-
"@antfu/eslint-config": "4.3.0",
44+
"@antfu/eslint-config": "4.11.0",
4545
"@bomb.sh/args": "0.3.0",
4646
"@changesets/changelog-github": "0.5.1",
47-
"@changesets/cli": "2.28.0",
48-
"@tsconfig/node22": "22.0.0",
47+
"@changesets/cli": "2.28.1",
48+
"@tsconfig/node22": "22.0.1",
4949
"@tsconfig/strictest": "2.0.5",
5050
"@types/cli-progress": "3.11.6",
5151
"@types/is-glob": "4.0.4",
52-
"@types/node": "22.13.4",
52+
"@types/node": "22.13.14",
5353
"@types/picomatch": "3.0.2",
5454
"binary-util": "1.1.1",
5555
"cli-progress": "3.12.0",
5656
"dotenv": "16.4.7",
57-
"eslint": "9.20.1",
58-
"eslint-define-config": "2.1.0",
57+
"eslint": "9.23.0",
5958
"fdir": "6.4.3",
6059
"is-glob": "4.0.3",
61-
"lint-staged": "15.4.3",
60+
"lint-staged": "15.5.0",
6261
"picomatch": "4.0.2",
63-
"prettier": "3.5.1",
64-
"publint": "0.3.6",
65-
"simple-git-hooks": "2.11.1",
62+
"prettier": "3.5.3",
63+
"publint": "0.3.9",
64+
"simple-git-hooks": "2.12.1",
6665
"tinyrainbow": "2.0.0",
67-
"tsup": "8.3.6",
68-
"typescript": "5.7.3",
69-
"vitest": "3.0.6"
66+
"tsup": "8.4.0",
67+
"typescript": "5.8.2",
68+
"vitest": "3.0.9"
7069
},
7170
"pnpm": {
7271
"overrides": {
@@ -76,10 +75,8 @@
7675
"eslint-plugin-toml": "-",
7776
"eslint-plugin-vue": "-",
7877
"eslint-processor-vue-blocks": "-",
79-
"eslint-plugin-yml": "-",
8078
"jsonc-eslint-parser": "-",
8179
"toml-eslint-parser": "-",
82-
"yaml-eslint-parser": "-",
8380
"is-core-module": "npm:@nolyfill/is-core-module@^1",
8481
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
8582
}

0 commit comments

Comments
 (0)