Skip to content

Commit 0000485

Browse files
committed
up devdeps
1 parent 98ee4dc commit 0000485

7 files changed

Lines changed: 1146 additions & 989 deletions

File tree

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
---
2-
name: Manual Rule Request
3-
about: ...
4-
5-
---
6-
7-
<!--
8-
Format the answers as follows: `source:id`.
9-
10-
Example: `anilist:99263` for [Shield Hero on AniList](https://anilist.co/anime/99263/The-Rising-of-the-Shield-Hero/)
11-
-->
12-
13-
**Which entry is missing or duplicated?**
14-
15-
`source:id`
16-
17-
**What should it be mapped to, if you know?**
18-
19-
`source:id`
1+
---
2+
name: Manual Rule Request
3+
about: ...
4+
---
5+
6+
<!--
7+
Format the answers as follows: `source:id`.
8+
9+
Example: `anilist:99263` for [Shield Hero on AniList](https://anilist.co/anime/99263/The-Rising-of-the-Shield-Hero/)
10+
-->
11+
12+
**Which entry is missing or duplicated?**
13+
14+
`source:id`
15+
16+
**What should it be mapped to, if you know?**
17+
18+
`source:id`

.oxfmtrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"printWidth": 100,
44
"useTabs": true,
55
"semi": false,
6+
"sortImports": {
7+
"type": "natural",
8+
"internalPattern": ["#/"],
9+
"groups": ["builtin", "external", "internal", "parent", "sibling", "index", "unknown"]
10+
},
611
"experimentalSortPackageJson": false,
7-
"ignorePatterns": ["pnpm-lock.yaml", "*.md"]
12+
"ignorePatterns": ["pnpm-lock.yaml", "**/generated/**"]
813
}

LICENSE.md

Lines changed: 156 additions & 156 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
This app uses data from [`Fribb/anime-lists`](https://github.com/Fribb/anime-lists) - fetching
77
and updating itself every 24 hours.
88

9-
[`Fribb/anime-lists`](https://github.com/Fribb/anime-lists) is an automatic merged copy of
9+
[`Fribb/anime-lists`](https://github.com/Fribb/anime-lists) is an automatic merged copy of
1010
[`anime-offline-database`](https://github.com/manami-project/anime-offline-database)
1111
and
1212
[`Anime-Lists/anime-lists`](https://github.com/Anime-Lists/anime-lists).
1313

14-
1514
#### Get notifications on important API changes
1615

1716
Subscribe to new releases in this repo:

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"license": "AGPL-3.0-only",
88
"homepage": "https://arm.haglund.dev/docs",
9-
"packageManager": "pnpm@10.26.2",
9+
"packageManager": "pnpm@10.32.1",
1010
"engines": {
1111
"node": "^25"
1212
},
@@ -34,27 +34,27 @@
3434
"prepare": "simple-git-hooks"
3535
},
3636
"devDependencies": {
37-
"@antfu/eslint-config": "7.3.0",
38-
"@e18e/eslint-plugin": "0.1.4",
37+
"@antfu/eslint-config": "7.7.2",
38+
"@e18e/eslint-plugin": "0.2.0",
3939
"@tsconfig/node24": "24.0.4",
4040
"@tsconfig/strictest": "2.0.8",
4141
"@types/json-schema": "7.0.15",
42-
"@types/node": "25.2.1",
43-
"@typescript/native-preview": "7.0.0-dev.20260207.1",
44-
"@vitest/coverage-v8": "4.0.18",
42+
"@types/node": "25.5.0",
43+
"@typescript/native-preview": "7.0.0-dev.20260313.1",
44+
"@vitest/coverage-v8": "4.1.0",
4545
"db0": "0.3.4",
46-
"eslint": "10.0.0",
47-
"evlog": "1.5.0",
46+
"eslint": "10.0.3",
47+
"evlog": "2.5.0",
4848
"h3": "2.0.1-rc.14",
4949
"kysely": "0.28.11",
5050
"kysely-db0": "0.1.0-beta.1",
5151
"mentoss": "0.13.0",
5252
"nano-staged": "0.9.0",
53-
"oxfmt": "0.28.0",
53+
"oxfmt": "0.40.0",
5454
"simple-git-hooks": "2.13.1",
55-
"tsdown": "0.20.3",
55+
"tsdown": "0.21.2",
5656
"valibot": "1.2.0",
57-
"vitest": "4.0.18",
57+
"vitest": "4.1.0",
5858
"xior": "0.8.3"
5959
}
6060
}

0 commit comments

Comments
 (0)