From 700935ec17c22d430db2333d879eddf8d7baadf5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 23 Apr 2026 21:03:46 +0100
Subject: [PATCH] Bump the npm-deps group in /src/frontend with 6 updates
(#899)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the npm-deps group in /src/frontend with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
| `7.14.0` | `7.14.1` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) |
`6.4.0` | `6.4.1` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) |
`0.44.0` | `0.45.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) |
`1.59.0` | `1.60.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.20.0`
| `0.21.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` |
`6.0.3` |
Updates `react-router-dom` from 7.14.0 to 7.14.1
Changelog
Sourced from react-router-dom's
changelog.
v7.14.1
Patch Changes
Commits
Updates `knip` from 6.4.0 to 6.4.1
Release notes
Sourced from knip's
releases.
Release 6.4.1
- license (2d3d8d86ea51f18224c3558a38c28df00113f683)
- Handle file path arguments in Bun plugin (resolve #1678)
(cdbe298efcb226ae4baec6567a0cbb6fdf001ee8)
Commits
Updates `oxfmt` from 0.44.0 to 0.45.0
Changelog
Sourced from oxfmt's
changelog.
[0.45.0] - 2026-04-13
🐛 Bug Fixes
- 50c389b oxfmt: Support
.editorconfig
quote_type (#20989)
(leaysgur)
Commits
Updates `oxlint` from 1.59.0 to 1.60.0
Release notes
Sourced from oxlint's
releases.
oxlint v1.27.0 && oxfmt v0.12.0
Oxlint v1.27.0
🚀 Features
- 222a8f0 linter/plugins: Implement
SourceCode#isSpaceBetween (#15498)
(overlookmotel)
- 2f9735d linter/plugins: Implement
context.languageOptions (#15486)
(overlookmotel)
- bc731ff linter/plugins: Stub out all
Context APIs (#15479)
(overlookmotel)
- 5822cb4 linter/plugins: Add
extend method to
FILE_CONTEXT (#15477)
(overlookmotel)
- 7b1e6f3 apps: Add pure rust binaries and release to github (#15469)
(Boshen)
- 2a89b43 linter: Introduce debug assertions after fixes to assert
validity (#15389)
(camc314)
- ad3c45a editor: Add
oxc.path.node option (#15040)
(Sysix)
🐛 Bug Fixes
- 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504)
(Hamir Mahal)
- 6957fb9 linter/plugins: Do not allow access to
Context#id in createOnce (#15489)
(overlookmotel)
- 7409630 linter/plugins: Allow access to
cwd in
createOnce in ESLint interop mode (#15488)
(overlookmotel)
- 732205e parser: Reject
using / await using
in a switch case / default clause (#15225)
(sapphi-red)
- a17ca32 linter/plugins: Replace
Context class (#15448)
(overlookmotel)
- ecf2f7b language_server: Fail gracefully when tsgolint executable
not found (#15436)
(camc314)
- 3c8d3a7 lang-server: Improve logging in failure case for tsgolint
(#15299)
(camc314)
- ef71410 linter: Use jsx if source type is JS in fix debug assertion
(#15434)
(camc314)
- e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer
(#15426)
(camc314)
- 6565dbe linter/switch-case-braces: Skip comments when searching for
: token (#15425)
(camc314)
- 85bd19a linter/prefer-class-fields: Insert value after type
annotation in fixer (#15423)
(camc314)
- fde753e linter/plugins: Block access to
context.settings in createOnce (#15394)
(overlookmotel)
- ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper
in invalid positions (#15388)
(camc314)
- dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387)
(camc314)
- 989b8e3 linter/no-var: Only fix to
const if the var has
an initializer (#15385)
(camc314)
- cc403f5 linter/plugins: Return empty object for unimplemented
parserServices (#15364)
(magic-akari)
⚡ Performance
- 25d577e language_server: Start tools in parallel (#15500)
(Sysix)
- 3c57291 linter/plugins: Optimize loops (#15449)
(overlookmotel)
- 3166233 linter/plugins: Remove
Arcs (#15431)
(overlookmotel)
- 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395)
(overlookmotel)
- 3049ec2 linter/plugins: Optimize
deepFreezeSettings (#15392)
(overlookmotel)
- 444ebfd linter/plugins: Use single object for
parserServices (#15378)
(overlookmotel)
📚 Documentation
- 97d2104 linter: Update comment in lint.rs about default value for
tsconfig path (#15530)
(Connor Shea)
- 2c6bd9e linter: Always refer as "ES2015" instead of
"ES6" (#15411)
(sapphi-red)
- a0c5203 linter/import/named: Update "ES7" comment in
examples (#15410)
(sapphi-red)
- 3dc24b5 linter,minifier: Always refer as "ES Modules"
instead of "ES6 Modules" (#15409)
(sapphi-red)
- 2ad77fb linter/no-this-before-super: Correct "Why is this
bad?" section (#15408)
(sapphi-red)
- 57f0ce1 linter: Add backquotes where appropriate (#15407)
(sapphi-red)
Oxfmt v0.12.0
... (truncated)
Changelog
Sourced from oxlint's
changelog.
[1.60.0] - 2026-04-13
📚 Documentation
- cfd8a4f linter: Don't rely on old eslint doc for available globals
(#21334)
(Nicolas Le Cam)
Commits
Updates `oxlint-tsgolint` from 0.20.0 to 0.21.1
Release notes
Sourced from oxlint-tsgolint's
releases.
v0.21.1
What's Changed
Full Changelog: https://github.com/oxc-project/tsgolint/compare/v0.21.0...v0.21.1
v0.21.0
What's Changed
Full Changelog: https://github.com/oxc-project/tsgolint/compare/v0.20.0...v0.21.0
Commits
9cb95a8
revert(no-unnecessary-type-arguments): drop inference reporting (#892)
f1049e4
fix(no-unnecessary-condition): handle null overlap in narrowed generic
inters...
f9adc30
fix(no-deprecated): avoid false positive on array destructuring bindings
(#890)
260701f
chore(deps): update crate-ci/typos action to v1.45.1 (#888)
6dcc81a
fix(no-meaningless-void-operator): align with typescript-eslint union
handlin...
97315a7
feat: enrich no-duplicate-type-constituents diagnostic (#882)
2b8447c
feat: enrich the no-array-delete diagnostic (#881)
ae6a549
chore(deps): update softprops/action-gh-release action to v3 (#886)
1fe50bb
feat: improve consistent-type-exports diagnostics quality
(#880)
834bbb8
chore(deps): update npm packages (#885)
- Additional commits viewable in compare
view
Updates `typescript` from 6.0.2 to 6.0.3
Release notes
Sourced from typescript's
releases.
TypeScript 6.0.3
Commits
050880c
Bump version to 6.0.3 and LKG
eeae9dd
🤖 Pick PR #63401
(Also check package name validity in...) into release-6.0 (#...
ad1c695
🤖 Pick PR #63368
(Harden ATA package name filtering) into release-6.0 (#63372)
0725fb4
🤖 Pick PR #63310
(Mark class property initializers as...) into release-6.0 (#...
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex <25013571+alexhb1@users.noreply.github.com>
---
src/frontend/package-lock.json | 408 +++++++++---------
src/frontend/package.json | 12 +-
src/frontend/src/components/ReleaseModal.tsx | 2 +-
.../components/activity/ActivitySidebar.tsx | 2 +-
4 files changed, 212 insertions(+), 212 deletions(-)
diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json
index f70a2b6..b5e2201 100644
--- a/src/frontend/package-lock.json
+++ b/src/frontend/package-lock.json
@@ -11,7 +11,7 @@
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
- "react-router-dom": "^7.14.0",
+ "react-router-dom": "^7.14.1",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
@@ -19,12 +19,12 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
- "knip": "^6.4.0",
- "oxfmt": "^0.44.0",
- "oxlint": "^1.59.0",
- "oxlint-tsgolint": "^0.20.0",
+ "knip": "^6.4.1",
+ "oxfmt": "^0.45.0",
+ "oxlint": "^1.60.0",
+ "oxlint-tsgolint": "^0.21.1",
"tailwindcss": "^4.2.2",
- "typescript": "^6.0.2",
+ "typescript": "^6.0.3",
"vite": "^8.0.8",
"vitest": "^4.1.4"
}
@@ -794,9 +794,9 @@
]
},
"node_modules/@oxfmt/binding-android-arm-eabi": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.44.0.tgz",
- "integrity": "sha512-5UvghMd9SA/yvKTWCAxMAPXS1d2i054UeOf4iFjZjfayTwCINcC3oaSXjtbZfCaEpxgJod7XiOjTtby5yEv/BQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm-eabi/-/binding-android-arm-eabi-0.45.0.tgz",
+ "integrity": "sha512-A/UMxFob1fefCuMeGxQBulGfFE38g2Gm23ynr3u6b+b7fY7/ajGbNsa3ikMIkGMLJW/TRoQaMoP1kME7S+815w==",
"cpu": [
"arm"
],
@@ -811,9 +811,9 @@
}
},
"node_modules/@oxfmt/binding-android-arm64": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.44.0.tgz",
- "integrity": "sha512-IVudM1BWfvrYO++Khtzr8q9n5Rxu7msUvoFMqzGJVdX7HfUXUDHwaH2zHZNB58svx2J56pmCUzophyaPFkcG/A==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-android-arm64/-/binding-android-arm64-0.45.0.tgz",
+ "integrity": "sha512-L63z4uZmHjgvvqvMJD7mwff8aSBkM0+X4uFr6l6U5t6+Qc9DCLVZWIunJ7Gm4fn4zHPdSq6FFQnhu9yqqobxIg==",
"cpu": [
"arm64"
],
@@ -828,9 +828,9 @@
}
},
"node_modules/@oxfmt/binding-darwin-arm64": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.44.0.tgz",
- "integrity": "sha512-eWCLAIKAHfx88EqEP1Ga2yz7qVcqDU5lemn4xck+07bH182hDdprOHjbogyk0In1Djys3T0/pO2JepFnRJ41Mg==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-arm64/-/binding-darwin-arm64-0.45.0.tgz",
+ "integrity": "sha512-UV34dd623FzqT+outIGndsCA/RBB+qgB3XVQhgmmJ9PJwa37NzPC9qzgKeOhPKxVk2HW+JKldQrVL54zs4Noww==",
"cpu": [
"arm64"
],
@@ -845,9 +845,9 @@
}
},
"node_modules/@oxfmt/binding-darwin-x64": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.44.0.tgz",
- "integrity": "sha512-eHTBznHLM49++dwz07MblQ2cOXyIgeedmE3Wgy4ptUESj38/qYZyRi1MPwC9olQJWssMeY6WI3UZ7YmU5ggvyQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-darwin-x64/-/binding-darwin-x64-0.45.0.tgz",
+ "integrity": "sha512-pMNJv0CMa1pDefVPeNbuQxibh8ITpWDFEhMC/IBB9Zlu76EbgzYwrzI4Cb11mqX2+rIYN70UTrh3z06TM59ptQ==",
"cpu": [
"x64"
],
@@ -862,9 +862,9 @@
}
},
"node_modules/@oxfmt/binding-freebsd-x64": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.44.0.tgz",
- "integrity": "sha512-jLMmbj0u0Ft43QpkUVr/0v1ZfQCGWAvU+WznEHcN3wZC/q6ox7XeSJtk9P36CCpiDSUf3sGnzbIuG1KdEMEDJQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-freebsd-x64/-/binding-freebsd-x64-0.45.0.tgz",
+ "integrity": "sha512-xTcRoxbbo61sW2+ZRPeH+vp/o9G8gkdhiVumFU+TpneiPm14c79l6GFlxPXlCE9bNWikigbsrvJw46zCVAQFfg==",
"cpu": [
"x64"
],
@@ -879,9 +879,9 @@
}
},
"node_modules/@oxfmt/binding-linux-arm-gnueabihf": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.44.0.tgz",
- "integrity": "sha512-n+A/u/ByK1qV8FVGOwyaSpw5NPNl0qlZfgTBqHeGIqr8Qzq1tyWZ4lAaxPoe5mZqE3w88vn3+jZtMxriHPE7tg==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-0.45.0.tgz",
+ "integrity": "sha512-hWL8Hdni+3U1mPFx1UtWeGp3tNb6EhBAUHRMbKUxVkOp3WwoJbpVO2bfUVbS4PfpledviXXNHSTl1veTa6FhkQ==",
"cpu": [
"arm"
],
@@ -896,9 +896,9 @@
}
},
"node_modules/@oxfmt/binding-linux-arm-musleabihf": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.44.0.tgz",
- "integrity": "sha512-5eax+FkxyCqAi3Rw0mrZFr7+KTt/XweFsbALR+B5ljWBLBl8nHe4ADrUnb1gLEfQCJLl+Ca5FIVD4xEt95AwIw==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-0.45.0.tgz",
+ "integrity": "sha512-6Blt/0OBT7vvfQpqYuYbpbFLPqSiaYpEJzUUWhinPEuADypDbtV1+LdjM0vYBNGPvnj85ex7lTerEX6JGcPt9w==",
"cpu": [
"arm"
],
@@ -913,9 +913,9 @@
}
},
"node_modules/@oxfmt/binding-linux-arm64-gnu": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.44.0.tgz",
- "integrity": "sha512-58l8JaHxSGOmOMOG2CIrNsnkRJAj0YcHQCmvNACniOa/vd1iRHhlPajczegzS5jwMENlqgreyiTR9iNlke8qCw==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-0.45.0.tgz",
+ "integrity": "sha512-jLjoLfe+hGfjhA8hNBSdw85yCA8ePKq7ME4T+g6P9caQXvmt6IhE2X7iVjnVdkmYUWEzZrxlh4p6RkDmAMJY/A==",
"cpu": [
"arm64"
],
@@ -930,9 +930,9 @@
}
},
"node_modules/@oxfmt/binding-linux-arm64-musl": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.44.0.tgz",
- "integrity": "sha512-AlObQIXyVRZ96LbtVljtFq0JqH5B92NU+BQeDFrXWBUWlCKAM0wF5GLfIhCLT5kQ3Sl+U0YjRJ7Alqj5hGQaCg==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-arm64-musl/-/binding-linux-arm64-musl-0.45.0.tgz",
+ "integrity": "sha512-XQKXZIKYJC3GQJ8FnD3iMntpw69Wd9kDDK/Xt79p6xnFYlGGxSNv2vIBvRTDg5CKByWFWWZLCRDOXoP/m6YN4g==",
"cpu": [
"arm64"
],
@@ -947,9 +947,9 @@
}
},
"node_modules/@oxfmt/binding-linux-ppc64-gnu": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.44.0.tgz",
- "integrity": "sha512-YcFE8/q/BbrCiIiM5piwbkA6GwJc5QqhMQp2yDrqQ2fuVkZ7CInb1aIijZ/k8EXc72qXMSwKpVlBv1w/MsGO/A==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-0.45.0.tgz",
+ "integrity": "sha512-+g5RiG+xOkdrCWkKodv407nTvMq4vYM18Uox2MhZBm/YoqFxxJpWKsloskFFG5NU13HGPw1wzYjjOVcyd9moCA==",
"cpu": [
"ppc64"
],
@@ -964,9 +964,9 @@
}
},
"node_modules/@oxfmt/binding-linux-riscv64-gnu": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.44.0.tgz",
- "integrity": "sha512-eOdzs6RqkRzuqNHUX5C8ISN5xfGh4xDww8OEd9YAmc3OWN8oAe5bmlIqQ+rrHLpv58/0BuU48bxkhnIGjA/ATQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-0.45.0.tgz",
+ "integrity": "sha512-V7dXKoSyEbWAkkSF4JJNtF+NJZDmJoSarSoP30WCsB3X636Rehd3CvxBj49FIJxEBFWhvcUjGSHVeU8Erck1bQ==",
"cpu": [
"riscv64"
],
@@ -981,9 +981,9 @@
}
},
"node_modules/@oxfmt/binding-linux-riscv64-musl": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.44.0.tgz",
- "integrity": "sha512-YBgNTxntD/QvlFUfgvh8bEdwOhXiquX8gaofZJAwYa/Xp1S1DQrFVZEeck7GFktr24DztsSp8N8WtWCBwxs0Hw==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-0.45.0.tgz",
+ "integrity": "sha512-Vdelft1sAEYojVGgcODEFXSWYQYlIvoyIGWebKCuUibd1tvS1TjTx413xG2ZLuHpYj45CkN/ztMLMX6jrgqpgg==",
"cpu": [
"riscv64"
],
@@ -998,9 +998,9 @@
}
},
"node_modules/@oxfmt/binding-linux-s390x-gnu": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.44.0.tgz",
- "integrity": "sha512-GLIh1R6WHWshl/i4QQDNgj0WtT25aRO4HNUWEoitxiywyRdhTFmFEYT2rXlcl9U6/26vhmOqG5cRlMLG3ocaIA==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-0.45.0.tgz",
+ "integrity": "sha512-RR7xKgNpqwENnK0aYCGYg0JycY2n93J0reNjHyes+I9Gq52dH95x+CBlnlAQHCPfz6FGnKA9HirgUl14WO6o7w==",
"cpu": [
"s390x"
],
@@ -1015,9 +1015,9 @@
}
},
"node_modules/@oxfmt/binding-linux-x64-gnu": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.44.0.tgz",
- "integrity": "sha512-gZOpgTlOsLcLfAF9qgpTr7FIIFSKnQN3hDf/0JvQ4CIwMY7h+eilNjxq/CorqvYcEOu+LRt1W4ZS7KccEHLOdA==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-gnu/-/binding-linux-x64-gnu-0.45.0.tgz",
+ "integrity": "sha512-U/QQ0+BQNSHxjuXR/utvXnQ50Vu5kUuqEomZvQ1/3mhgbBiMc2WU9q5kZ5WwLp3gnFIx9ibkveoRSe2EZubkqg==",
"cpu": [
"x64"
],
@@ -1032,9 +1032,9 @@
}
},
"node_modules/@oxfmt/binding-linux-x64-musl": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.44.0.tgz",
- "integrity": "sha512-1CyS9JTB+pCUFYFI6pkQGGZaT/AY5gnhHVrQQLhFba6idP9AzVYm1xbdWfywoldTYvjxQJV6x4SuduCIfP3W+A==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-linux-x64-musl/-/binding-linux-x64-musl-0.45.0.tgz",
+ "integrity": "sha512-o5TLOUCF0RWQjsIS06yVC+kFgp092/yLe6qBGSUvtnmTVw9gxjpdQSXc3VN5Cnive4K11HNstEZF8ROKHfDFSw==",
"cpu": [
"x64"
],
@@ -1049,9 +1049,9 @@
}
},
"node_modules/@oxfmt/binding-openharmony-arm64": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.44.0.tgz",
- "integrity": "sha512-bmEv70Ak6jLr1xotCbF5TxIKjsmQaiX+jFRtnGtfA03tJPf6VG3cKh96S21boAt3JZc+Vjx8PYcDuLj39vM2Pw==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-openharmony-arm64/-/binding-openharmony-arm64-0.45.0.tgz",
+ "integrity": "sha512-RnGcV3HgPuOjsGx/k9oyRNKmOp+NBLGzZTdPDYbc19r7NGeYPplnUU/BfU35bX2Y/O4ejvHxcfkvW2WoYL/gsg==",
"cpu": [
"arm64"
],
@@ -1066,9 +1066,9 @@
}
},
"node_modules/@oxfmt/binding-win32-arm64-msvc": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.44.0.tgz",
- "integrity": "sha512-yWzB+oCpSnP/dmw85eFLAT5o35Ve5pkGS2uF/UCISpIwDqf1xa7OpmtomiqY/Vzg8VyvMbuf6vroF2khF/+1Vg==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-0.45.0.tgz",
+ "integrity": "sha512-v3Vj7iKKsUFwt9w5hsqIIoErKVoENC6LoqfDlteOQ5QMDCXihlqLoxpmviUhXnNncg4zV6U9BPwlBbwa+qm4wg==",
"cpu": [
"arm64"
],
@@ -1083,9 +1083,9 @@
}
},
"node_modules/@oxfmt/binding-win32-ia32-msvc": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.44.0.tgz",
- "integrity": "sha512-TcWpo18xEIE3AmIG2kpr3kz5IEhQgnx0lazl2+8L+3eTopOAUevQcmlr4nhguImNWz0OMeOZrYZOhJNCf16nlQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-0.45.0.tgz",
+ "integrity": "sha512-N8yotPBX6ph0H3toF4AEpdCeVPrdcSetj+8eGiZGsrLsng3bs/Q5HPu4bbSxip5GBPx5hGbGHrZwH4+rcrjhHA==",
"cpu": [
"ia32"
],
@@ -1100,9 +1100,9 @@
}
},
"node_modules/@oxfmt/binding-win32-x64-msvc": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.44.0.tgz",
- "integrity": "sha512-oj8aLkPJZppIM4CMQNsyir9ybM1Xw/CfGPTSsTnzpVGyljgfbdP0EVUlURiGM0BDrmw5psQ6ArmGCcUY/yABaQ==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/@oxfmt/binding-win32-x64-msvc/-/binding-win32-x64-msvc-0.45.0.tgz",
+ "integrity": "sha512-w5MMTRCK1dpQeRA+HHqXQXyN33DlG/N2LOYxJmaT4fJjcmZrbNnqw7SmIk7I2/a2493PPLZ+2E/Ar6t2iKVMug==",
"cpu": [
"x64"
],
@@ -1117,9 +1117,9 @@
}
},
"node_modules/@oxlint-tsgolint/darwin-arm64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-0.20.0.tgz",
- "integrity": "sha512-KKQcIHZHMxqpHUA1VXIbOG6chNCFkUWbQy6M+AFVtPKkA/3xAeJkJ3njoV66bfzwPHRcWQO+kcj5XqtbkjakoA==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-arm64/-/darwin-arm64-0.21.1.tgz",
+ "integrity": "sha512-7TLjyWe4wG9saJc992VWmaHq2hwKfOEEVTjheReXJXaDhavMZI4X9a6nKhbEng4IVkYtzjD2jw16vw2WFXLYLw==",
"cpu": [
"arm64"
],
@@ -1131,9 +1131,9 @@
]
},
"node_modules/@oxlint-tsgolint/darwin-x64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-0.20.0.tgz",
- "integrity": "sha512-7HeVMuclGfG+NLZi2ybY0T4fMI7/XxO/208rJk+zEIloKkVnlh11Wd241JMGwgNFXn+MLJbOqOfojDb2Dt4L1g==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/darwin-x64/-/darwin-x64-0.21.1.tgz",
+ "integrity": "sha512-7wf9Wf75nTzA7zpL9myhFe2RKvfuqGUOADNvUooCjEWvh7hmPz3lSEqTMh5Z/VQhzsG04mM9ACyghxhRzq7zFw==",
"cpu": [
"x64"
],
@@ -1145,9 +1145,9 @@
]
},
"node_modules/@oxlint-tsgolint/linux-arm64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-0.20.0.tgz",
- "integrity": "sha512-zxhUwz+WSxE6oWlZLK2z2ps9yC6ebmgoYmjAl0Oa48+GqkZ56NVgo+wb8DURNv6xrggzHStQxqQxe3mK51HZag==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-arm64/-/linux-arm64-0.21.1.tgz",
+ "integrity": "sha512-IPuQN/Vd0Rjklg/cCGBbQyUuRBp2f6LQXpZYwk5ivOR6V/+CgiYsv8pn/PVY7gjeyoNvPQrXB7xMjHUO2YZbdw==",
"cpu": [
"arm64"
],
@@ -1159,9 +1159,9 @@
]
},
"node_modules/@oxlint-tsgolint/linux-x64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-0.20.0.tgz",
- "integrity": "sha512-/1l6FnahC9im8PK+Ekkx/V3yetO/PzZnJegE2FXcv/iXEhbeVxP/ouiTYcUQu9shT1FWJCSNti1VJHH+21Y1dg==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/linux-x64/-/linux-x64-0.21.1.tgz",
+ "integrity": "sha512-d1niGuTbh2qiv7dR7tqkbOcM5cIR63of0lMBFdEQavL1KrJV8zuRdwdi68K7MNGdgoR+J5A9ajpGGvsHwp1bPg==",
"cpu": [
"x64"
],
@@ -1173,9 +1173,9 @@
]
},
"node_modules/@oxlint-tsgolint/win32-arm64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-0.20.0.tgz",
- "integrity": "sha512-oPZ5Yz8sVdo7P/5q+i3IKeix31eFZ55JAPa1+RGPoe9PoaYVsdMvR6Jvib6YtrqoJnFPlg3fjEjlEPL8VBKYJA==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-arm64/-/win32-arm64-0.21.1.tgz",
+ "integrity": "sha512-ICu9y2JLnFPvFqstnWPPNqBM8LK8BWw2OTeaR0UgEMm4hOSbrZAKv1/hwZYyiLqnCNjBL87AGSQIgTHCYlsipw==",
"cpu": [
"arm64"
],
@@ -1187,9 +1187,9 @@
]
},
"node_modules/@oxlint-tsgolint/win32-x64": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-0.20.0.tgz",
- "integrity": "sha512-4stx8RHj3SP9vQyRF/yZbz5igtPvYMEUR8CUoha4BVNZihi39DpCR8qkU7lpjB5Ga1DRMo2pHaA4bdTOMaY4mw==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/@oxlint-tsgolint/win32-x64/-/win32-x64-0.21.1.tgz",
+ "integrity": "sha512-cTEFCFjCj6iXfrSHcvajSPNqhEA4TxSzU3gFxbdGSAUTNXGToU99IbdhWAPSbhcucoym0XE4Zl7E41NiSkNTug==",
"cpu": [
"x64"
],
@@ -1201,9 +1201,9 @@
]
},
"node_modules/@oxlint/binding-android-arm-eabi": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.59.0.tgz",
- "integrity": "sha512-etYDw/UaEv936AQUd/CRMBVd+e+XuuU6wC+VzOv1STvsTyZenLChepLWqLtnyTTp4YMlM22ypzogDDwqYxv5cg==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.60.0.tgz",
+ "integrity": "sha512-YdeJKaZckDQL1qa62a1aKq/goyq48aX3yOxaaWqWb4sau4Ee4IiLbamftNLU3zbePky6QsDj6thnSSzHRBjDfA==",
"cpu": [
"arm"
],
@@ -1218,9 +1218,9 @@
}
},
"node_modules/@oxlint/binding-android-arm64": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.59.0.tgz",
- "integrity": "sha512-TgLc7XVLKH2a4h8j3vn1MDjfK33i9MY60f/bKhRGWyVzbk5LCZ4X01VZG7iHrMmi5vYbAp8//Ponigx03CLsdw==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.60.0.tgz",
+ "integrity": "sha512-7ANS7PpXCfq84xZQ8E5WPs14gwcuPcl+/8TFNXfpSu0CQBXz3cUo2fDpHT8v8HJN+Ut02eacvMAzTnc9s6X4tw==",
"cpu": [
"arm64"
],
@@ -1235,9 +1235,9 @@
}
},
"node_modules/@oxlint/binding-darwin-arm64": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.59.0.tgz",
- "integrity": "sha512-DXyFPf5ZKldMLloRHx/B9fsxsiTQomaw7cmEW3YIJko2HgCh+GUhp9gGYwHrqlLJPsEe3dYj9JebjX92D3j3AA==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.60.0.tgz",
+ "integrity": "sha512-pJsgd9AfplLGBm1fIr25V6V14vMrayhx4uIQvlfH7jWs2SZwSrvi3TfgfJySB8T+hvyEH8K2zXljQiUnkgUnfQ==",
"cpu": [
"arm64"
],
@@ -1252,9 +1252,9 @@
}
},
"node_modules/@oxlint/binding-darwin-x64": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.59.0.tgz",
- "integrity": "sha512-LgvrsdgVLX1qWqIEmNsSmMXJhpAWdtUQ0M+oR0CySwi+9IHWyOGuIL8w8+u/kbZNMyZr4WUyYB5i0+D+AKgkLg==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.60.0.tgz",
+ "integrity": "sha512-Ue1aXHX49ivwflKqGJc7zcd/LeLgbhaTcDCQStgx5x06AXgjEAZmvrlMuIkWd4AL4FHQe6QJ9f33z04Cg448VQ==",
"cpu": [
"x64"
],
@@ -1269,9 +1269,9 @@
}
},
"node_modules/@oxlint/binding-freebsd-x64": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.59.0.tgz",
- "integrity": "sha512-bOJhqX/ny4hrFuTPlyk8foSRx/vLRpxJh0jOOKN2NWW6FScXHPAA5rQbrwdQPcgGB5V8Ua51RS03fke8ssBcug==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.60.0.tgz",
+ "integrity": "sha512-YCyQzsQtusQw+gNRW9rRTifSO+Dt/+dtCl2NHoDMZqJlRTEZ/Oht9YnuporI9yiTx7+cB+eqzX3MtHHVHGIWhg==",
"cpu": [
"x64"
],
@@ -1286,9 +1286,9 @@
}
},
"node_modules/@oxlint/binding-linux-arm-gnueabihf": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.59.0.tgz",
- "integrity": "sha512-vVUXxYMF9trXCsz4m9H6U0IjehosVHxBzVgJUxly1uz4W1PdDyicaBnpC0KRXsHYretLVe+uS9pJy8iM57Kujw==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.60.0.tgz",
+ "integrity": "sha512-c7dxM2Zksa45Qw16i2iGY3Fti2NirJ38FrsBsKw+qcJ0OtqTsBgKJLF0xV+yLG56UH01Z8WRPgsw31e0MoRoGQ==",
"cpu": [
"arm"
],
@@ -1303,9 +1303,9 @@
}
},
"node_modules/@oxlint/binding-linux-arm-musleabihf": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.59.0.tgz",
- "integrity": "sha512-TULQW8YBPGRWg5yZpFPL54HLOnJ3/HiX6VenDPi6YfxB/jlItwSMFh3/hCeSNbh+DAMaE1Py0j5MOaivHkI/9Q==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.60.0.tgz",
+ "integrity": "sha512-ZWALoA42UYqBEP1Tbw9OWURgFGS1nWj2AAvLdY6ZcGx/Gj93qVCBKjcvwXMupZibYwFbi9s/rzqkZseb/6gVtQ==",
"cpu": [
"arm"
],
@@ -1320,9 +1320,9 @@
}
},
"node_modules/@oxlint/binding-linux-arm64-gnu": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.59.0.tgz",
- "integrity": "sha512-Gt54Y4eqSgYJ90xipm24xeyaPV854706o/kiT8oZvUt3VDY7qqxdqyGqchMaujd87ib+/MXvnl9WkK8Cc1BExg==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.60.0.tgz",
+ "integrity": "sha512-tpy+1w4p9hN5CicMCxqNy6ymfRtV5ayE573vFNjp1k1TN/qhLFgflveZoE/0++RlkHikBz2vY545NWm/hp7big==",
"cpu": [
"arm64"
],
@@ -1337,9 +1337,9 @@
}
},
"node_modules/@oxlint/binding-linux-arm64-musl": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.59.0.tgz",
- "integrity": "sha512-3CtsKp7NFB3OfqQzbuAecrY7GIZeiv7AD+xutU4tefVQzlfmTI7/ygWLrvkzsDEjTlMq41rYHxgsn6Yh8tybmA==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.60.0.tgz",
+ "integrity": "sha512-eDYDXZGhQAXyn6GwtwiX/qcLS0HlOLPJ/+iiIY8RYr+3P8oKBmgKxADLlniL6FtWfE7pPk7IGN9/xvDEvDvFeg==",
"cpu": [
"arm64"
],
@@ -1354,9 +1354,9 @@
}
},
"node_modules/@oxlint/binding-linux-ppc64-gnu": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.59.0.tgz",
- "integrity": "sha512-K0diOpT3ncDmOfl9I1HuvpEsAuTxkts0VYwIv/w6Xiy9CdwyPBVX88Ga9l8VlGgMrwBMnSY4xIvVlVY/fkQk7Q==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.60.0.tgz",
+ "integrity": "sha512-nxehly5XYBHUWI9VJX1bqCf9j/B43DaK/aS/T1fcxCpX3PA4Rm9BB54nPD1CKayT8xg6REN1ao+01hSRNgy8OA==",
"cpu": [
"ppc64"
],
@@ -1371,9 +1371,9 @@
}
},
"node_modules/@oxlint/binding-linux-riscv64-gnu": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.59.0.tgz",
- "integrity": "sha512-xAU7+QDU6kTJJ7mJLOGgo7oOjtAtkKyFZ0Yjdb5cEo3DiCCPFLvyr08rWiQh6evZ7RiUTf+o65NY/bqttzJiQQ==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.60.0.tgz",
+ "integrity": "sha512-j1qf/NaUfOWQutjeoooNG1Q0zsK0XGmSu1uDLq3cctquRF3j7t9Hxqf/76ehCc5GEUAanth2W4Fa+XT1RFg/nw==",
"cpu": [
"riscv64"
],
@@ -1388,9 +1388,9 @@
}
},
"node_modules/@oxlint/binding-linux-riscv64-musl": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.59.0.tgz",
- "integrity": "sha512-KUmZmKlTTyauOnvUNVxK7G40sSSx0+w5l1UhaGsC6KPpOYHenx2oqJTnabmpLJicok7IC+3Y6fXAUOMyexaeJQ==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.60.0.tgz",
+ "integrity": "sha512-YELKPRefQ/q/h3RUmeRfPCUhh2wBvgV1RyZ/F9M9u8cDyXsQW2ojv1DeWQTt466yczDITjZnIOg/s05pk7Ve2A==",
"cpu": [
"riscv64"
],
@@ -1405,9 +1405,9 @@
}
},
"node_modules/@oxlint/binding-linux-s390x-gnu": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.59.0.tgz",
- "integrity": "sha512-4usRxC8gS0PGdkHnRmwJt/4zrQNZyk6vL0trCxwZSsAKM+OxhB8nKiR+mhjdBbl8lbMh2gc3bZpNN/ik8c4c2A==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.60.0.tgz",
+ "integrity": "sha512-JkO3C6Gki7Y6h/MiIkFKvHFOz98/YWvQ4WYbK9DLXACMP2rjULzkeGyAzorJE5S1dzLQGFgeqvN779kSFwoV1g==",
"cpu": [
"s390x"
],
@@ -1422,9 +1422,9 @@
}
},
"node_modules/@oxlint/binding-linux-x64-gnu": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.59.0.tgz",
- "integrity": "sha512-s/rNE2gDmbwAOOP493xk2X7M8LZfI1LJFSSW1+yanz3vuQCFPiHkx4GY+O1HuLUDtkzGlhtMrIcxxzyYLv308w==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.60.0.tgz",
+ "integrity": "sha512-XjKHdFVCpZZZSWBCKyyqCq65s2AKXykMXkjLoKYODrD+f5toLhlwsMESscu8FbgnJQ4Y/dpR/zdazsahmgBJIA==",
"cpu": [
"x64"
],
@@ -1439,9 +1439,9 @@
}
},
"node_modules/@oxlint/binding-linux-x64-musl": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.59.0.tgz",
- "integrity": "sha512-+yYj1udJa2UvvIUmEm0IcKgc0UlPMgz0nsSTvkPL2y6n0uU5LgIHSwVu4AHhrve6j9BpVSoRksnz8c9QcvITJA==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.60.0.tgz",
+ "integrity": "sha512-js29ZWIuPhNWzY8NC7KoffEMEeWG105vbmm+8EOJsC+T/jHBiKIJEUF78+F/IrgEWMMP9N0kRND4Pp75+xAhKg==",
"cpu": [
"x64"
],
@@ -1456,9 +1456,9 @@
}
},
"node_modules/@oxlint/binding-openharmony-arm64": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.59.0.tgz",
- "integrity": "sha512-bUplUb48LYsB3hHlQXP2ZMOenpieWoOyppLAnnAhuPag3MGPnt+7caxE3w/Vl9wpQsTA3gzLntQi9rxWrs7Xqg==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.60.0.tgz",
+ "integrity": "sha512-H+PUITKHk04stFpWj3x3Kg08Afp/bcXSBi0EhasR5a0Vw7StXHTzdl655PUI0fB4qdh2Wsu6Dsi+3ACxPoyQnA==",
"cpu": [
"arm64"
],
@@ -1473,9 +1473,9 @@
}
},
"node_modules/@oxlint/binding-win32-arm64-msvc": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.59.0.tgz",
- "integrity": "sha512-/HLsLuz42rWl7h7ePdmMTpHm2HIDmPtcEMYgm5BBEHiEiuNOrzMaUpd2z7UnNni5LGN9obJy2YoAYBLXQwazrA==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.60.0.tgz",
+ "integrity": "sha512-WA/yc7f7ZfCefBXVzNHn1Ztulb1EFwNBb4jMZ6pjML0zz6pHujlF3Q3jySluz3XHl/GNeMTntG1seUBWVMlMag==",
"cpu": [
"arm64"
],
@@ -1490,9 +1490,9 @@
}
},
"node_modules/@oxlint/binding-win32-ia32-msvc": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.59.0.tgz",
- "integrity": "sha512-rUPy+JnanpPwV/aJCPnxAD1fW50+XPI0VkWr7f0vEbqcdsS8NpB24Rw6RsS7SdpFv8Dw+8ugCwao5nCFbqOUSg==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.60.0.tgz",
+ "integrity": "sha512-33YxL1sqwYNZXtn3MD/4dno6s0xeedXOJlT1WohkVD565WvohClZUr7vwKdAk954n4xiEWJkewiCr+zLeq7AeA==",
"cpu": [
"ia32"
],
@@ -1507,9 +1507,9 @@
}
},
"node_modules/@oxlint/binding-win32-x64-msvc": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.59.0.tgz",
- "integrity": "sha512-xkE7puteDS/vUyRngLXW0t8WgdWoS/tfxXjhP/P7SMqPDx+hs44SpssO3h3qmTqECYEuXBUPzcAw5257Ka+ofA==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.60.0.tgz",
+ "integrity": "sha512-JOro4ZcfBLamJCyfURQmOQByoorgOdx3ZjAkSqnb/CyG/i+lN3KoV5LAgk5ZAW6DPq7/Cx7n23f8DuTWXTWgyQ==",
"cpu": [
"x64"
],
@@ -2566,9 +2566,9 @@
}
},
"node_modules/knip": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/knip/-/knip-6.4.0.tgz",
- "integrity": "sha512-SAEeggehgkPdoLZWVEcFKzPw+vNlnrUBDqcX8cOcHGydRInSn5pnn9LN3dDJ8SkDHKXR7xYzNq3HtRJaYmxOHg==",
+ "version": "6.4.1",
+ "resolved": "https://registry.npmjs.org/knip/-/knip-6.4.1.tgz",
+ "integrity": "sha512-Ry+ywmDFSZvKp/jx7LxMgsZWRTs931alV84e60lh0Stf6kSRYqSIUTkviyyDFRcSO3yY1Kpbi83OirN+4lA2Xw==",
"dev": true,
"funding": [
{
@@ -3027,9 +3027,9 @@
}
},
"node_modules/oxfmt": {
- "version": "0.44.0",
- "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.44.0.tgz",
- "integrity": "sha512-lnncqvHewyRvaqdrnntVIrZV2tEddz8lbvPsQzG/zlkfvgZkwy0HP1p/2u1aCDToeg1jb9zBpbJdfkV73Itw+w==",
+ "version": "0.45.0",
+ "resolved": "https://registry.npmjs.org/oxfmt/-/oxfmt-0.45.0.tgz",
+ "integrity": "sha512-0o/COoN9fY50bjVeM7PQsNgbhndKurBIeTIcspW033OumksjJJmIVDKjAk5HMwU/GHTxSOdGDdhJ6BRzGPmsHg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3045,31 +3045,31 @@
"url": "https://github.com/sponsors/Boshen"
},
"optionalDependencies": {
- "@oxfmt/binding-android-arm-eabi": "0.44.0",
- "@oxfmt/binding-android-arm64": "0.44.0",
- "@oxfmt/binding-darwin-arm64": "0.44.0",
- "@oxfmt/binding-darwin-x64": "0.44.0",
- "@oxfmt/binding-freebsd-x64": "0.44.0",
- "@oxfmt/binding-linux-arm-gnueabihf": "0.44.0",
- "@oxfmt/binding-linux-arm-musleabihf": "0.44.0",
- "@oxfmt/binding-linux-arm64-gnu": "0.44.0",
- "@oxfmt/binding-linux-arm64-musl": "0.44.0",
- "@oxfmt/binding-linux-ppc64-gnu": "0.44.0",
- "@oxfmt/binding-linux-riscv64-gnu": "0.44.0",
- "@oxfmt/binding-linux-riscv64-musl": "0.44.0",
- "@oxfmt/binding-linux-s390x-gnu": "0.44.0",
- "@oxfmt/binding-linux-x64-gnu": "0.44.0",
- "@oxfmt/binding-linux-x64-musl": "0.44.0",
- "@oxfmt/binding-openharmony-arm64": "0.44.0",
- "@oxfmt/binding-win32-arm64-msvc": "0.44.0",
- "@oxfmt/binding-win32-ia32-msvc": "0.44.0",
- "@oxfmt/binding-win32-x64-msvc": "0.44.0"
+ "@oxfmt/binding-android-arm-eabi": "0.45.0",
+ "@oxfmt/binding-android-arm64": "0.45.0",
+ "@oxfmt/binding-darwin-arm64": "0.45.0",
+ "@oxfmt/binding-darwin-x64": "0.45.0",
+ "@oxfmt/binding-freebsd-x64": "0.45.0",
+ "@oxfmt/binding-linux-arm-gnueabihf": "0.45.0",
+ "@oxfmt/binding-linux-arm-musleabihf": "0.45.0",
+ "@oxfmt/binding-linux-arm64-gnu": "0.45.0",
+ "@oxfmt/binding-linux-arm64-musl": "0.45.0",
+ "@oxfmt/binding-linux-ppc64-gnu": "0.45.0",
+ "@oxfmt/binding-linux-riscv64-gnu": "0.45.0",
+ "@oxfmt/binding-linux-riscv64-musl": "0.45.0",
+ "@oxfmt/binding-linux-s390x-gnu": "0.45.0",
+ "@oxfmt/binding-linux-x64-gnu": "0.45.0",
+ "@oxfmt/binding-linux-x64-musl": "0.45.0",
+ "@oxfmt/binding-openharmony-arm64": "0.45.0",
+ "@oxfmt/binding-win32-arm64-msvc": "0.45.0",
+ "@oxfmt/binding-win32-ia32-msvc": "0.45.0",
+ "@oxfmt/binding-win32-x64-msvc": "0.45.0"
}
},
"node_modules/oxlint": {
- "version": "1.59.0",
- "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.59.0.tgz",
- "integrity": "sha512-0xBLeGGjP4vD9pygRo8iuOkOzEU1MqOnfiOl7KYezL/QvWL8NUg6n03zXc7ZVqltiOpUxBk2zgHI3PnRIEdAvw==",
+ "version": "1.60.0",
+ "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.60.0.tgz",
+ "integrity": "sha512-tnRzTWiWJ9pg3ftRWnD0+Oqh78L6ZSwcEudvCZaER0PIqiAnNyXj5N1dPwjmNpDalkKS9m/WMLN1CTPUBPmsgw==",
"dev": true,
"license": "MIT",
"bin": {
@@ -3082,25 +3082,25 @@
"url": "https://github.com/sponsors/Boshen"
},
"optionalDependencies": {
- "@oxlint/binding-android-arm-eabi": "1.59.0",
- "@oxlint/binding-android-arm64": "1.59.0",
- "@oxlint/binding-darwin-arm64": "1.59.0",
- "@oxlint/binding-darwin-x64": "1.59.0",
- "@oxlint/binding-freebsd-x64": "1.59.0",
- "@oxlint/binding-linux-arm-gnueabihf": "1.59.0",
- "@oxlint/binding-linux-arm-musleabihf": "1.59.0",
- "@oxlint/binding-linux-arm64-gnu": "1.59.0",
- "@oxlint/binding-linux-arm64-musl": "1.59.0",
- "@oxlint/binding-linux-ppc64-gnu": "1.59.0",
- "@oxlint/binding-linux-riscv64-gnu": "1.59.0",
- "@oxlint/binding-linux-riscv64-musl": "1.59.0",
- "@oxlint/binding-linux-s390x-gnu": "1.59.0",
- "@oxlint/binding-linux-x64-gnu": "1.59.0",
- "@oxlint/binding-linux-x64-musl": "1.59.0",
- "@oxlint/binding-openharmony-arm64": "1.59.0",
- "@oxlint/binding-win32-arm64-msvc": "1.59.0",
- "@oxlint/binding-win32-ia32-msvc": "1.59.0",
- "@oxlint/binding-win32-x64-msvc": "1.59.0"
+ "@oxlint/binding-android-arm-eabi": "1.60.0",
+ "@oxlint/binding-android-arm64": "1.60.0",
+ "@oxlint/binding-darwin-arm64": "1.60.0",
+ "@oxlint/binding-darwin-x64": "1.60.0",
+ "@oxlint/binding-freebsd-x64": "1.60.0",
+ "@oxlint/binding-linux-arm-gnueabihf": "1.60.0",
+ "@oxlint/binding-linux-arm-musleabihf": "1.60.0",
+ "@oxlint/binding-linux-arm64-gnu": "1.60.0",
+ "@oxlint/binding-linux-arm64-musl": "1.60.0",
+ "@oxlint/binding-linux-ppc64-gnu": "1.60.0",
+ "@oxlint/binding-linux-riscv64-gnu": "1.60.0",
+ "@oxlint/binding-linux-riscv64-musl": "1.60.0",
+ "@oxlint/binding-linux-s390x-gnu": "1.60.0",
+ "@oxlint/binding-linux-x64-gnu": "1.60.0",
+ "@oxlint/binding-linux-x64-musl": "1.60.0",
+ "@oxlint/binding-openharmony-arm64": "1.60.0",
+ "@oxlint/binding-win32-arm64-msvc": "1.60.0",
+ "@oxlint/binding-win32-ia32-msvc": "1.60.0",
+ "@oxlint/binding-win32-x64-msvc": "1.60.0"
},
"peerDependencies": {
"oxlint-tsgolint": ">=0.18.0"
@@ -3112,21 +3112,21 @@
}
},
"node_modules/oxlint-tsgolint": {
- "version": "0.20.0",
- "resolved": "https://registry.npmjs.org/oxlint-tsgolint/-/oxlint-tsgolint-0.20.0.tgz",
- "integrity": "sha512-/Uc9TQyN1l8w9QNvXtVHYtz+SzDJHKpb5X0UnHodl0BVzijUPk0LPlDOHAvogd1UI+iy9ZSF6gQxEqfzUxCULQ==",
+ "version": "0.21.1",
+ "resolved": "https://registry.npmjs.org/oxlint-tsgolint/-/oxlint-tsgolint-0.21.1.tgz",
+ "integrity": "sha512-O2hxiT14C2HJkwzBU6CQBFPoagSd/IcV+Tt3e3UUaXFwbW4BO5DSDPSSboc3UM5MIDY+MLyepvtQwBQafNxWdw==",
"dev": true,
"license": "MIT",
"bin": {
"tsgolint": "bin/tsgolint.js"
},
"optionalDependencies": {
- "@oxlint-tsgolint/darwin-arm64": "0.20.0",
- "@oxlint-tsgolint/darwin-x64": "0.20.0",
- "@oxlint-tsgolint/linux-arm64": "0.20.0",
- "@oxlint-tsgolint/linux-x64": "0.20.0",
- "@oxlint-tsgolint/win32-arm64": "0.20.0",
- "@oxlint-tsgolint/win32-x64": "0.20.0"
+ "@oxlint-tsgolint/darwin-arm64": "0.21.1",
+ "@oxlint-tsgolint/darwin-x64": "0.21.1",
+ "@oxlint-tsgolint/linux-arm64": "0.21.1",
+ "@oxlint-tsgolint/linux-x64": "0.21.1",
+ "@oxlint-tsgolint/win32-arm64": "0.21.1",
+ "@oxlint-tsgolint/win32-x64": "0.21.1"
}
},
"node_modules/pathe": {
@@ -3225,9 +3225,9 @@
}
},
"node_modules/react-router": {
- "version": "7.14.0",
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.0.tgz",
- "integrity": "sha512-m/xR9N4LQLmAS0ZhkY2nkPA1N7gQ5TUVa5n8TgANuDTARbn1gt+zLPXEm7W0XDTbrQ2AJSJKhoa6yx1D8BcpxQ==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.1.tgz",
+ "integrity": "sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -3247,12 +3247,12 @@
}
},
"node_modules/react-router-dom": {
- "version": "7.14.0",
- "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.0.tgz",
- "integrity": "sha512-2G3ajSVSZMEtmTjIklRWlNvo8wICEpLihfD/0YMDxbWK2UyP5EGfnoIn9AIQGnF3G/FX0MRbHXdFcD+rL1ZreQ==",
+ "version": "7.14.1",
+ "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.1.tgz",
+ "integrity": "sha512-ZkrQuwwhGibjQLqH1eCdyiZyLWglPxzxdl5tgwgKEyCSGC76vmAjleGocRe3J/MLfzMUIKwaFJWpFVJhK3d2xA==",
"license": "MIT",
"dependencies": {
- "react-router": "7.14.0"
+ "react-router": "7.14.1"
},
"engines": {
"node": ">=20.0.0"
@@ -3535,9 +3535,9 @@
"optional": true
},
"node_modules/typescript": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz",
- "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
+ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
diff --git a/src/frontend/package.json b/src/frontend/package.json
index 3c0f14e..b1b1513 100644
--- a/src/frontend/package.json
+++ b/src/frontend/package.json
@@ -20,7 +20,7 @@
"@tailwindcss/vite": "^4.2.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
- "react-router-dom": "^7.14.0",
+ "react-router-dom": "^7.14.1",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
@@ -28,12 +28,12 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
- "knip": "^6.4.0",
- "oxfmt": "^0.44.0",
- "oxlint": "^1.59.0",
- "oxlint-tsgolint": "^0.20.0",
+ "knip": "^6.4.1",
+ "oxfmt": "^0.45.0",
+ "oxlint": "^1.60.0",
+ "oxlint-tsgolint": "^0.21.1",
"tailwindcss": "^4.2.2",
- "typescript": "^6.0.2",
+ "typescript": "^6.0.3",
"vite": "^8.0.8",
"vitest": "^4.1.4"
}
diff --git a/src/frontend/src/components/ReleaseModal.tsx b/src/frontend/src/components/ReleaseModal.tsx
index 5d9e79c..df61021 100644
--- a/src/frontend/src/components/ReleaseModal.tsx
+++ b/src/frontend/src/components/ReleaseModal.tsx
@@ -743,7 +743,7 @@ const ReleaseModalSession = ({
getPolicyModeForSource,
supportedFormats,
supportedAudiobookFormats = [],
- contentType = 'ebook',
+ contentType,
defaultLanguages,
bookLanguages,
currentStatus,
diff --git a/src/frontend/src/components/activity/ActivitySidebar.tsx b/src/frontend/src/components/activity/ActivitySidebar.tsx
index a2a3b9e..d294ad2 100644
--- a/src/frontend/src/components/activity/ActivitySidebar.tsx
+++ b/src/frontend/src/components/activity/ActivitySidebar.tsx
@@ -840,7 +840,7 @@ export const ActivitySidebar = ({