Skip to content

Commit 48d1fdf

Browse files
committed
chore: bump dependencies
1 parent 6aa7cdb commit 48d1fdf

20 files changed

Lines changed: 610 additions & 718 deletions

File tree

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import eslint from '@eslint/js';
44
import prettier from 'eslint-plugin-prettier/recommended';
55
import solid from 'eslint-plugin-solid/configs/recommended';
66
import stylistic from '@stylistic/eslint-plugin';
7+
import perfectionist from 'eslint-plugin-perfectionist';
78
import tsEslint from 'typescript-eslint';
89

910
import * as importPlugin from 'eslint-plugin-import';
@@ -18,6 +19,7 @@ export default tsEslint.config(
1819
{
1920
plugins: {
2021
stylistic,
22+
perfectionist,
2123
importPlugin,
2224
},
2325
languageOptions: {
@@ -36,7 +38,7 @@ export default tsEslint.config(
3638
'error',
3739
{ when: 'never', children: true },
3840
],
39-
'stylistic/jsx-sort-props': 'error',
41+
'perfectionist/sort-jsx-props': 'error',
4042
'prettier/prettier': [
4143
'error',
4244
{

package.json

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"node-gyp": "12.2.0",
5050
"xml2js": "0.6.2",
5151
"node-fetch": "3.3.2",
52-
"@electron/universal": "3.0.2",
52+
"@electron/universal": "3.0.3",
5353
"@babel/runtime": "7.28.6",
5454
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
5555
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
@@ -98,22 +98,22 @@
9898
"@electron/remote": "2.1.3",
9999
"@ffmpeg.wasm/core-mt": "0.12.0",
100100
"@ffmpeg.wasm/main": "0.12.0",
101-
"@floating-ui/dom": "1.7.5",
101+
"@floating-ui/dom": "1.7.6",
102102
"@foobar404/wave": "2.0.5",
103-
"@ghostery/adblocker-electron": "2.13.4",
104-
"@ghostery/adblocker-electron-preload": "2.13.4",
105-
"@hono/node-server": "1.19.9",
103+
"@ghostery/adblocker-electron": "2.14.1",
104+
"@ghostery/adblocker-electron-preload": "2.14.1",
105+
"@hono/node-server": "1.19.13",
106106
"@hono/node-ws": "1.3.0",
107-
"@hono/swagger-ui": "0.5.3",
108-
"@hono/zod-openapi": "1.2.2",
107+
"@hono/swagger-ui": "0.6.1",
108+
"@hono/zod-openapi": "1.2.4",
109109
"@hono/zod-validator": "0.7.6",
110110
"@indic-transliteration/sanscript": "1.3.3",
111111
"@jellybrick/dbus-next": "0.10.3",
112112
"@jellybrick/electron-better-web-request": "2.0.0",
113113
"@jellybrick/mpris-service": "2.1.5",
114114
"@mdui/icons": "1.0.3",
115115
"@skyra/jaro-winkler": "1.1.1",
116-
"@xhayper/discord-rpc": "1.3.0",
116+
"@xhayper/discord-rpc": "1.3.3",
117117
"async-mutex": "0.5.0",
118118
"bgutils-js": "3.2.0",
119119
"butterchurn": "3.0.0-beta.5",
@@ -128,84 +128,86 @@
128128
"electron-localshortcut": "3.2.1",
129129
"electron-store": "11.0.2",
130130
"electron-unhandled": "5.0.0",
131-
"electron-updater": "6.7.3",
131+
"electron-updater": "6.8.3",
132132
"es-hangul": "2.3.8",
133-
"fast-average-color": "9.5.0",
133+
"fast-average-color": "9.5.2",
134134
"fast-equals": "6.0.0",
135135
"fflate": "0.8.2",
136136
"filenamify": "7.0.1",
137137
"hanja": "1.1.5",
138-
"happy-dom": "20.5.0",
139-
"hono": "4.11.10",
138+
"happy-dom": "20.8.9",
139+
"hono": "4.12.12",
140140
"howler": "2.2.4",
141141
"html-to-text": "9.0.5",
142-
"i18next": "25.8.13",
142+
"i18next": "26.0.4",
143143
"keyboardevent-from-electron-accelerator": "2.0.0",
144144
"keyboardevents-areequal": "0.2.2",
145145
"kuromoji": "0.1.2",
146146
"kuroshiro": "1.2.0",
147147
"kuroshiro-analyzer-kuromoji": "1.1.0",
148148
"lazy-var": "2.2.2",
149149
"mdui": "2.1.4",
150-
"node-html-parser": "7.0.2",
150+
"node-html-parser": "7.1.0",
151151
"node-id3": "0.2.9",
152152
"peerjs": "1.5.5",
153153
"pinyin-pro": "^3.27.0",
154154
"semver": "7.7.4",
155-
"serve": "14.2.5",
155+
"serve": "14.2.6",
156156
"socks": "2.8.7",
157157
"solid-element": "1.9.1",
158158
"solid-floating-ui": "0.3.1",
159-
"solid-js": "1.9.11",
159+
"solid-js": "1.9.12",
160160
"solid-styled-components": "0.28.5",
161161
"solid-transition-group": "0.3.0",
162162
"tinyld": "1.3.4",
163-
"virtua": "0.48.5",
163+
"virtua": "0.49.0",
164164
"vudio": "2.1.1",
165165
"x11": "2.3.0",
166-
"youtubei.js": "16.0.1",
166+
"youtubei.js": "17.0.1",
167167
"zod": "4.3.6"
168168
},
169169
"devDependencies": {
170170
"@electron-toolkit/tsconfig": "2.0.0",
171-
"@eslint/js": "9.39.3",
171+
"@eslint/js": "9.39.4",
172172
"@malept/flatpak-bundler": "0.4.0",
173-
"@playwright/test": "1.58.2",
174-
"@stylistic/eslint-plugin": "5.7.1",
173+
"@playwright/test": "1.59.1",
174+
"@stylistic/eslint-plugin": "5.10.0",
175175
"@total-typescript/ts-reset": "0.6.1",
176176
"@types/electron-localshortcut": "3.1.3",
177177
"@types/howler": "2.2.12",
178178
"@types/html-to-text": "9.0.4",
179179
"@types/semver": "7.7.1",
180180
"@types/trusted-types": "2.0.7",
181+
"@types/ws": "8.18.1",
181182
"bufferutil": "4.1.0",
182183
"builtin-modules": "5.0.0",
183184
"cross-env": "10.1.0",
184185
"del-cli": "7.0.0",
185-
"discord-api-types": "0.38.40",
186-
"electron": "40.8.5",
186+
"discord-api-types": "0.38.45",
187+
"electron": "41.2.0",
187188
"electron-builder": "26.8.1",
188189
"electron-builder-squirrel-windows": "26.8.1",
189190
"electron-devtools-installer": "4.0.0",
190191
"electron-vite": "5.0.0",
191-
"eslint": "9.39.3",
192+
"eslint": "9.39.4",
192193
"eslint-config-prettier": "10.1.8",
193194
"eslint-import-resolver-exports": "1.0.0-beta.5",
194195
"eslint-import-resolver-typescript": "4.4.4",
195196
"eslint-plugin-import": "2.32.0",
197+
"eslint-plugin-perfectionist": "5.8.0",
196198
"eslint-plugin-prettier": "5.5.5",
197199
"eslint-plugin-solid": "0.14.5",
198200
"glob": "13.0.6",
199201
"node-gyp": "12.2.0",
200202
"ts-morph": "27.0.2",
201-
"typescript": "5.9.3",
202-
"typescript-eslint": "8.54.0",
203+
"typescript": "6.0.2",
204+
"typescript-eslint": "8.58.1",
203205
"utf-8-validate": "6.0.6",
204206
"vite": "npm:rolldown-vite@7.3.1",
205207
"vite-plugin-inspect": "11.3.3",
206208
"vite-plugin-resolve": "2.5.2",
207-
"vite-plugin-solid": "2.11.10",
208-
"ws": "8.19.0"
209+
"vite-plugin-solid": "2.11.12",
210+
"ws": "8.20.0"
209211
},
210212
"auto-changelog": {
211213
"hideCredit": true,

0 commit comments

Comments
 (0)