Skip to content

Commit 4886aa6

Browse files
committed
feat: new AniList rate limit handler [much less 429 RL errors]
fix: dev dependency looping
1 parent 67a80ea commit 4886aa6

10 files changed

Lines changed: 675 additions & 664 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "6.4.349",
3+
"version": "6.4.350",
44
"license": "BUSL-1.1",
55
"private": true,
66
"packageManager": "pnpm@10.28.0",
@@ -21,9 +21,9 @@
2121
"devDependencies": {
2222
"@gql.tada/svelte-support": "^1.0.2",
2323
"@sveltejs/adapter-static": "^3.0.9",
24-
"@sveltejs/kit": "^2.57.1",
24+
"@sveltejs/kit": "^2.59.1",
2525
"@sveltejs/vite-plugin-svelte": "^6.2.4",
26-
"@types/audioworklet": "^0.0.99",
26+
"@types/audioworklet": "^0.0.100",
2727
"@types/debug": "^4.1.13",
2828
"@types/semver": "^7.7.1",
2929
"@urql/introspection": "^1.2.1",
@@ -32,9 +32,9 @@
3232
"cmdk-sv": "^0.0.19",
3333
"eslint": "9.17.0",
3434
"eslint-config-standard-universal": "^1.0.10",
35-
"globals": "^17.5.0",
35+
"globals": "^17.6.0",
3636
"gql.tada": "^1.9.2",
37-
"jiti": "^2.6.1",
37+
"jiti": "^2.7.0",
3838
"ms": "^2.1.3",
3939
"native": "github:hayase-app/native",
4040
"rollup-plugin-license": "^3.7.1",
@@ -44,7 +44,7 @@
4444
"svelte-sonner": "^0.3.28",
4545
"tailwindcss": "^3.4.17",
4646
"typescript": "^6.0.3",
47-
"typescript-eslint": "^8.59.0",
47+
"typescript-eslint": "^8.59.3",
4848
"vaul-svelte": "^0.3.2",
4949
"vite": "^7.3.1",
5050
"vite-plugin-devtools-json": "^1.0.0",
@@ -56,7 +56,7 @@
5656
"@dagrejs/dagre": "^3.0.0",
5757
"@fontsource-variable/nunito": "^5.2.7",
5858
"@fontsource/geist-mono": "^5.2.7",
59-
"@mediabunny/ac3": "^1.43.0",
59+
"@mediabunny/ac3": "^1.44.2",
6060
"@prgm/sveltekit-progress-bar": "2.0.0",
6161
"@thaunknown/web-irc": "^1.0.3",
6262
"@urql/core": "^6.0.1",
@@ -75,34 +75,34 @@
7575
"cobe": "github:thaunknown/cobe",
7676
"date-fns": "^4.1.0",
7777
"debug": "^4.4.3",
78-
"doc999tor-fast-geoip": "^1.1.428",
79-
"dompurify": "^3.4.1",
78+
"doc999tor-fast-geoip": "^1.1.431",
79+
"dompurify": "^3.4.2",
8080
"events": "^3.3.0",
8181
"idb-keyval": "^6.2.2",
8282
"jassub": "^2.5.1",
8383
"js-levenshtein": "^1.1.6",
8484
"lucide-svelte": "^1.0.1",
85-
"marked": "^18.0.2",
86-
"mediabunny": "^1.43.0",
87-
"overtype": "^2.3.5",
85+
"marked": "^18.0.3",
86+
"mediabunny": "^1.44.2",
87+
"overtype": "^2.3.10",
8888
"p2pt": "github:ThaUnknown/p2pt#modernise",
8989
"parse-torrent": "^11.0.19",
9090
"path-esm": "^1.0.0",
91-
"semver": "^7.7.4",
91+
"semver": "^7.8.0",
9292
"simple-store-svelte": "^1.0.6",
9393
"svelte-headless-table": "^0.18.3",
9494
"svelte-keybinds": "^1.0.9",
9595
"svelte-persisted-store": "^0.12.0",
96-
"tailwind-merge": "^3.5.0",
96+
"tailwind-merge": "^3.6.0",
9797
"tailwind-variants": "^3.2.2",
9898
"uint8-util": "^2.2.6",
9999
"urql": "^5.0.2",
100100
"video-deband": "^1.0.9",
101101
"wonka": "^6.3.6",
102-
"workbox-core": "^7.4.0",
103-
"workbox-precaching": "^7.4.0",
104-
"workbox-routing": "^7.4.0",
105-
"workbox-strategies": "^7.4.0"
102+
"workbox-core": "^7.4.1",
103+
"workbox-precaching": "^7.4.1",
104+
"workbox-routing": "^7.4.1",
105+
"workbox-strategies": "^7.4.1"
106106
},
107107
"pnpm": {
108108
"overrides": {

0 commit comments

Comments
 (0)