🧹 general cleanup

This commit is contained in:
Jörn-Michael Miehe 2026-02-22 13:11:38 +00:00
parent 8735260bc3
commit b05891a209
5 changed files with 183 additions and 356 deletions

View file

@ -5,10 +5,10 @@ services:
image: mcr.microsoft.com/devcontainers/python:3-3.14-trixie image: mcr.microsoft.com/devcontainers/python:3-3.14-trixie
volumes: volumes:
- ../:/workspaces/advent22:cached - ../:/workspaces/advent22:cached
command: sh -c "while sleep 1 & wait $!; do :; done" command: sleep infinity
ui: ui:
image: mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie image: mcr.microsoft.com/devcontainers/javascript-node:4-24-trixie
volumes: volumes:
- ../:/workspaces/advent22:cached - ../:/workspaces/advent22:cached
command: sh -c "while sleep 1 & wait $!; do :; done" command: sleep infinity

View file

@ -13,7 +13,7 @@ dependencies = [
"asyncify>=0.12.1", "asyncify>=0.12.1",
"cachetools>=7.0.1", "cachetools>=7.0.1",
"cachetoolsutils>=11.0", "cachetoolsutils>=11.0",
"fastapi>=0.129.0", "fastapi>=0.129.2",
"granian[pname,uvloop]>=2.7.1", "granian[pname,uvloop]>=2.7.1",
"markdown>=3.10.2", "markdown>=3.10.2",
"numpy>=2.4.2", "numpy>=2.4.2",
@ -30,7 +30,7 @@ advent22 = "advent22_api.production:start"
[dependency-groups] [dependency-groups]
dev = [ dev = [
"fastapi[standard]>=0.129.0", "fastapi[standard]>=0.129.2",
"pytest>=9.0.2", "pytest>=9.0.2",
"ruff>=0.15.2", "ruff>=0.15.2",
] ]

View file

@ -34,7 +34,7 @@ requires-dist = [
{ name = "asyncify", specifier = ">=0.12.1" }, { name = "asyncify", specifier = ">=0.12.1" },
{ name = "cachetools", specifier = ">=7.0.1" }, { name = "cachetools", specifier = ">=7.0.1" },
{ name = "cachetoolsutils", specifier = ">=11.0" }, { name = "cachetoolsutils", specifier = ">=11.0" },
{ name = "fastapi", specifier = ">=0.129.0" }, { name = "fastapi", specifier = ">=0.129.2" },
{ name = "granian", extras = ["pname", "uvloop"], specifier = ">=2.7.1" }, { name = "granian", extras = ["pname", "uvloop"], specifier = ">=2.7.1" },
{ name = "markdown", specifier = ">=3.10.2" }, { name = "markdown", specifier = ">=3.10.2" },
{ name = "numpy", specifier = ">=2.4.2" }, { name = "numpy", specifier = ">=2.4.2" },
@ -48,7 +48,7 @@ requires-dist = [
[package.metadata.requires-dev] [package.metadata.requires-dev]
dev = [ dev = [
{ name = "fastapi", extras = ["standard"], specifier = ">=0.129.0" }, { name = "fastapi", extras = ["standard"], specifier = ">=0.129.2" },
{ name = "pytest", specifier = ">=9.0.2" }, { name = "pytest", specifier = ">=9.0.2" },
{ name = "ruff", specifier = ">=0.15.2" }, { name = "ruff", specifier = ">=0.15.2" },
] ]
@ -195,7 +195,7 @@ wheels = [
[[package]] [[package]]
name = "fastapi" name = "fastapi"
version = "0.129.0" version = "0.129.2"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "annotated-doc" }, { name = "annotated-doc" },
@ -204,9 +204,9 @@ dependencies = [
{ name = "typing-extensions" }, { name = "typing-extensions" },
{ name = "typing-inspection" }, { name = "typing-inspection" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/48/47/75f6bea02e797abff1bca968d5997793898032d9923c1935ae2efdece642/fastapi-0.129.0.tar.gz", hash = "sha256:61315cebd2e65df5f97ec298c888f9de30430dd0612d59d6480beafbc10655af", size = 375450, upload-time = "2026-02-12T13:54:52.541Z" } sdist = { url = "https://files.pythonhosted.org/packages/fd/cc/1b0d90ed759ff8c9dbc4800de7475d4e9256a81b97b45bd05a1affcb350a/fastapi-0.129.2.tar.gz", hash = "sha256:e2b3637a2b47856e704dbd9a3a09393f6df48e8b9cb6c7a3e26ba44d2053f9ab", size = 368211, upload-time = "2026-02-21T17:25:49.198Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/9e/dd/d0ee25348ac58245ee9f90b6f3cbb666bf01f69be7e0911f9851bddbda16/fastapi-0.129.0-py3-none-any.whl", hash = "sha256:b4946880e48f462692b31c083be0432275cbfb6e2274566b1be91479cc1a84ec", size = 102950, upload-time = "2026-02-12T13:54:54.528Z" }, { url = "https://files.pythonhosted.org/packages/18/d0/a89a640308016c7fff8d2a47b86cc03ee7cca780b5079d0b69f466f9e1a9/fastapi-0.129.2-py3-none-any.whl", hash = "sha256:e21d9f6e8db376655187905ad0145edd6f6a4e5f2bff241c4efb8a0bffd6a540", size = 103227, upload-time = "2026-02-21T17:25:47.745Z" },
] ]
[package.optional-dependencies] [package.optional-dependencies]
@ -1014,7 +1014,7 @@ wheels = [
[[package]] [[package]]
name = "typer" name = "typer"
version = "0.24.0" version = "0.24.1"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "annotated-doc" }, { name = "annotated-doc" },
@ -1022,9 +1022,9 @@ dependencies = [
{ name = "rich" }, { name = "rich" },
{ name = "shellingham" }, { name = "shellingham" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/5a/b6/3e681d3b6bb22647509bdbfdd18055d5adc0dce5c5585359fa46ff805fdc/typer-0.24.0.tar.gz", hash = "sha256:f9373dc4eff901350694f519f783c29b6d7a110fc0dcc11b1d7e353b85ca6504", size = 118380, upload-time = "2026-02-16T22:08:48.496Z" } sdist = { url = "https://files.pythonhosted.org/packages/f5/24/cb09efec5cc954f7f9b930bf8279447d24618bb6758d4f6adf2574c41780/typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45", size = 118613, upload-time = "2026-02-21T16:54:40.609Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/85/d0/4da85c2a45054bb661993c93524138ace4956cb075a7ae0c9d1deadc331b/typer-0.24.0-py3-none-any.whl", hash = "sha256:5fc435a9c8356f6160ed6e85a6301fdd6e3d8b2851da502050d1f92c5e9eddc8", size = 56441, upload-time = "2026-02-16T22:08:47.535Z" }, { url = "https://files.pythonhosted.org/packages/4a/91/48db081e7a63bb37284f9fbcefda7c44c277b18b0e13fbc36ea2335b71e6/typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e", size = 56085, upload-time = "2026-02-21T16:54:41.616Z" },
] ]
[[package]] [[package]]

View file

@ -26,26 +26,26 @@
"@fortawesome/vue-fontawesome": "^3.1.3", "@fortawesome/vue-fontawesome": "^3.1.3",
"@tsconfig/node24": "^24.0.4", "@tsconfig/node24": "^24.0.4",
"@types/jsdom": "^27.0.0", "@types/jsdom": "^27.0.0",
"@types/luxon": "^3", "@types/luxon": "^3.7.1",
"@types/node": "^25.3.0", "@types/node": "^25.3.0",
"@vitejs/plugin-vue": "^6.0.4", "@vitejs/plugin-vue": "^6.0.4",
"@vitest/eslint-plugin": "^1.6.9", "@vitest/eslint-plugin": "^1.6.9",
"@vue/eslint-config-typescript": "^14.6.0", "@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1", "@vue/tsconfig": "^0.8.1",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"axios": "^1.13.5", "axios": "^1.13.5",
"bulma": "^1.0.4", "bulma": "^1.0.4",
"bulma-toast": "2.4.3", "bulma-toast": "2.4.3",
"eslint": "^9.39.2", "eslint": "^10.0.1",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.46.0", "eslint-plugin-oxlint": "~1.49.0",
"eslint-plugin-vue": "~10.8.0", "eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1", "jiti": "^2.6.1",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"luxon": "^3.7.2", "luxon": "^3.7.2",
"npm-run-all2": "^8.0.4", "npm-run-all2": "^8.0.4",
"oxlint": "~1.47.0", "oxlint": "~1.49.0",
"prettier": "3.8.1", "prettier": "3.8.1",
"sass-embedded": "^1.97.3", "sass-embedded": "^1.97.3",
"typescript": "~5.9.3", "typescript": "~5.9.3",
@ -55,7 +55,7 @@
"vite-plugin-vue-devtools": "^8.0.6", "vite-plugin-vue-devtools": "^8.0.6",
"vitest": "^4.0.18", "vitest": "^4.0.18",
"vue-eslint-parser": "^10.4.0", "vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.4" "vue-tsc": "^3.2.5"
}, },
"engines": { "engines": {
"node": "^20.19.0 || >=22.12.0" "node": "^20.19.0 || >=22.12.0"

View file

@ -642,80 +642,56 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@eslint-community/regexpp@npm:^4.12.1, @eslint-community/regexpp@npm:^4.12.2": "@eslint-community/regexpp@npm:^4.12.2":
version: 4.12.2 version: 4.12.2
resolution: "@eslint-community/regexpp@npm:4.12.2" resolution: "@eslint-community/regexpp@npm:4.12.2"
checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13fa0df005c81adeee7e63a92f3effd7d367a163b721c2d checksum: 10c0/fddcbc66851b308478d04e302a4d771d6917a0b3740dc351513c0da9ca2eab8a1adf99f5e0aa7ab8b13fa0df005c81adeee7e63a92f3effd7d367a163b721c2d
languageName: node languageName: node
linkType: hard linkType: hard
"@eslint/config-array@npm:^0.21.1": "@eslint/config-array@npm:^0.23.2":
version: 0.21.1 version: 0.23.2
resolution: "@eslint/config-array@npm:0.21.1" resolution: "@eslint/config-array@npm:0.23.2"
dependencies: dependencies:
"@eslint/object-schema": "npm:^2.1.7" "@eslint/object-schema": "npm:^3.0.2"
debug: "npm:^4.3.1" debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2" minimatch: "npm:^10.2.1"
checksum: 10c0/2f657d4edd6ddcb920579b72e7a5b127865d4c3fb4dda24f11d5c4f445a93ca481aebdbd6bf3291c536f5d034458dbcbb298ee3b698bc6c9dd02900fe87eec3c checksum: 10c0/95d7506c3fcb13c9a477f0fd501d552a4f136425fdf41a57058565d4730d888c78a467f8cefee92c7ac911b2c9da72629cb90507bc943cb2e5ae7bcdcdd2b759
languageName: node languageName: node
linkType: hard linkType: hard
"@eslint/config-helpers@npm:^0.4.2": "@eslint/config-helpers@npm:^0.5.2":
version: 0.4.2 version: 0.5.2
resolution: "@eslint/config-helpers@npm:0.4.2" resolution: "@eslint/config-helpers@npm:0.5.2"
dependencies: dependencies:
"@eslint/core": "npm:^0.17.0" "@eslint/core": "npm:^1.1.0"
checksum: 10c0/92efd7a527b2d17eb1a148409d71d80f9ac160b565ac73ee092252e8bf08ecd08670699f46b306b94f13d22e88ac88a612120e7847570dd7cdc72f234d50dcb4 checksum: 10c0/0dc65bc5dd80441afbf5007cae702a5d9dd08893e95fed702a463366cf9ce2f4fd90adb09f9012cb4fcc9783d897ccb739067b1b8a5942f4c8288a6efb396d58
languageName: node languageName: node
linkType: hard linkType: hard
"@eslint/core@npm:^0.17.0": "@eslint/core@npm:^1.1.0":
version: 0.17.0 version: 1.1.0
resolution: "@eslint/core@npm:0.17.0" resolution: "@eslint/core@npm:1.1.0"
dependencies: dependencies:
"@types/json-schema": "npm:^7.0.15" "@types/json-schema": "npm:^7.0.15"
checksum: 10c0/9a580f2246633bc752298e7440dd942ec421860d1946d0801f0423830e67887e4aeba10ab9a23d281727a978eb93d053d1922a587d502942a713607f40ed704e checksum: 10c0/0f875d6f24fbf67cc796e01c2ca82884f755488052ed84183e56377c5b90fe10b491a26e600642db4daea1d5d8ab7906ec12f2bd5cbdb5004b0ef73c802bdb57
languageName: node languageName: node
linkType: hard linkType: hard
"@eslint/eslintrc@npm:^3.3.1": "@eslint/object-schema@npm:^3.0.2":
version: 3.3.3 version: 3.0.2
resolution: "@eslint/eslintrc@npm:3.3.3" resolution: "@eslint/object-schema@npm:3.0.2"
checksum: 10c0/5f8b2e264bbde6f7c86f6846a2f04cb6e3f52df49e3cce0659cea31d7f7410bb5ac681f6f910294f8362e427054665d2c5b5c794580cab6b0d5a1c177e131ec1
languageName: node
linkType: hard
"@eslint/plugin-kit@npm:^0.6.0":
version: 0.6.0
resolution: "@eslint/plugin-kit@npm:0.6.0"
dependencies: dependencies:
ajv: "npm:^6.12.4" "@eslint/core": "npm:^1.1.0"
debug: "npm:^4.3.2"
espree: "npm:^10.0.1"
globals: "npm:^14.0.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.1"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/532c7acc7ddd042724c28b1f020bd7bf148fcd4653bb44c8314168b5f772508c842ce4ee070299cac51c5c5757d2124bdcfcef5551c8c58ff9986e3e17f2260d
languageName: node
linkType: hard
"@eslint/js@npm:9.39.3":
version: 9.39.3
resolution: "@eslint/js@npm:9.39.3"
checksum: 10c0/df1c70d6681c8daf4a3c86dfac159fcd98a73c4620c4fbe2be6caab1f30a34c7de0ad88ab0e81162376d2cde1a2eed1c32eff5f917ca369870930a51f8e818f1
languageName: node
linkType: hard
"@eslint/object-schema@npm:^2.1.7":
version: 2.1.7
resolution: "@eslint/object-schema@npm:2.1.7"
checksum: 10c0/936b6e499853d1335803f556d526c86f5fe2259ed241bc665000e1d6353828edd913feed43120d150adb75570cae162cf000b5b0dfc9596726761c36b82f4e87
languageName: node
linkType: hard
"@eslint/plugin-kit@npm:^0.4.1":
version: 0.4.1
resolution: "@eslint/plugin-kit@npm:0.4.1"
dependencies:
"@eslint/core": "npm:^0.17.0"
levn: "npm:^0.4.1" levn: "npm:^0.4.1"
checksum: 10c0/51600f78b798f172a9915dffb295e2ffb44840d583427bc732baf12ecb963eb841b253300e657da91d890f4b323d10a1bd12934bf293e3018d8bb66fdce5217b checksum: 10c0/1d726338a9f4537fe2848796c44d801093ea3a99166dbc45bc6f7742fa2ad74ce0c2f114092ce4460710a9dfe5ea6e3500446f81842388bf81328c97c3a43d9d
languageName: node languageName: node
linkType: hard linkType: hard
@ -930,135 +906,135 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-android-arm-eabi@npm:1.47.0": "@oxlint/binding-android-arm-eabi@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-android-arm-eabi@npm:1.47.0" resolution: "@oxlint/binding-android-arm-eabi@npm:1.49.0"
conditions: os=android & cpu=arm conditions: os=android & cpu=arm
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-android-arm64@npm:1.47.0": "@oxlint/binding-android-arm64@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-android-arm64@npm:1.47.0" resolution: "@oxlint/binding-android-arm64@npm:1.49.0"
conditions: os=android & cpu=arm64 conditions: os=android & cpu=arm64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-darwin-arm64@npm:1.47.0": "@oxlint/binding-darwin-arm64@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-darwin-arm64@npm:1.47.0" resolution: "@oxlint/binding-darwin-arm64@npm:1.49.0"
conditions: os=darwin & cpu=arm64 conditions: os=darwin & cpu=arm64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-darwin-x64@npm:1.47.0": "@oxlint/binding-darwin-x64@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-darwin-x64@npm:1.47.0" resolution: "@oxlint/binding-darwin-x64@npm:1.49.0"
conditions: os=darwin & cpu=x64 conditions: os=darwin & cpu=x64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-freebsd-x64@npm:1.47.0": "@oxlint/binding-freebsd-x64@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-freebsd-x64@npm:1.47.0" resolution: "@oxlint/binding-freebsd-x64@npm:1.49.0"
conditions: os=freebsd & cpu=x64 conditions: os=freebsd & cpu=x64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-arm-gnueabihf@npm:1.47.0": "@oxlint/binding-linux-arm-gnueabihf@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.47.0" resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.49.0"
conditions: os=linux & cpu=arm conditions: os=linux & cpu=arm
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-arm-musleabihf@npm:1.47.0": "@oxlint/binding-linux-arm-musleabihf@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.47.0" resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.49.0"
conditions: os=linux & cpu=arm conditions: os=linux & cpu=arm
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-arm64-gnu@npm:1.47.0": "@oxlint/binding-linux-arm64-gnu@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.47.0" resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.49.0"
conditions: os=linux & cpu=arm64 & libc=glibc conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-arm64-musl@npm:1.47.0": "@oxlint/binding-linux-arm64-musl@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-arm64-musl@npm:1.47.0" resolution: "@oxlint/binding-linux-arm64-musl@npm:1.49.0"
conditions: os=linux & cpu=arm64 & libc=musl conditions: os=linux & cpu=arm64 & libc=musl
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-ppc64-gnu@npm:1.47.0": "@oxlint/binding-linux-ppc64-gnu@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.47.0" resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.49.0"
conditions: os=linux & cpu=ppc64 & libc=glibc conditions: os=linux & cpu=ppc64 & libc=glibc
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-riscv64-gnu@npm:1.47.0": "@oxlint/binding-linux-riscv64-gnu@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.47.0" resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.49.0"
conditions: os=linux & cpu=riscv64 & libc=glibc conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-riscv64-musl@npm:1.47.0": "@oxlint/binding-linux-riscv64-musl@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.47.0" resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.49.0"
conditions: os=linux & cpu=riscv64 & libc=musl conditions: os=linux & cpu=riscv64 & libc=musl
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-s390x-gnu@npm:1.47.0": "@oxlint/binding-linux-s390x-gnu@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.47.0" resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.49.0"
conditions: os=linux & cpu=s390x & libc=glibc conditions: os=linux & cpu=s390x & libc=glibc
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-x64-gnu@npm:1.47.0": "@oxlint/binding-linux-x64-gnu@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-x64-gnu@npm:1.47.0" resolution: "@oxlint/binding-linux-x64-gnu@npm:1.49.0"
conditions: os=linux & cpu=x64 & libc=glibc conditions: os=linux & cpu=x64 & libc=glibc
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-linux-x64-musl@npm:1.47.0": "@oxlint/binding-linux-x64-musl@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-linux-x64-musl@npm:1.47.0" resolution: "@oxlint/binding-linux-x64-musl@npm:1.49.0"
conditions: os=linux & cpu=x64 & libc=musl conditions: os=linux & cpu=x64 & libc=musl
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-openharmony-arm64@npm:1.47.0": "@oxlint/binding-openharmony-arm64@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-openharmony-arm64@npm:1.47.0" resolution: "@oxlint/binding-openharmony-arm64@npm:1.49.0"
conditions: os=openharmony & cpu=arm64 conditions: os=openharmony & cpu=arm64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-win32-arm64-msvc@npm:1.47.0": "@oxlint/binding-win32-arm64-msvc@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.47.0" resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.49.0"
conditions: os=win32 & cpu=arm64 conditions: os=win32 & cpu=arm64
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-win32-ia32-msvc@npm:1.47.0": "@oxlint/binding-win32-ia32-msvc@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.47.0" resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.49.0"
conditions: os=win32 & cpu=ia32 conditions: os=win32 & cpu=ia32
languageName: node languageName: node
linkType: hard linkType: hard
"@oxlint/binding-win32-x64-msvc@npm:1.47.0": "@oxlint/binding-win32-x64-msvc@npm:1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "@oxlint/binding-win32-x64-msvc@npm:1.47.0" resolution: "@oxlint/binding-win32-x64-msvc@npm:1.49.0"
conditions: os=win32 & cpu=x64 conditions: os=win32 & cpu=x64
languageName: node languageName: node
linkType: hard linkType: hard
@ -1476,7 +1452,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@types/luxon@npm:^3": "@types/luxon@npm:^3.7.1":
version: 3.7.1 version: 3.7.1
resolution: "@types/luxon@npm:3.7.1" resolution: "@types/luxon@npm:3.7.1"
checksum: 10c0/2db30c13b58adcd86daa447faa3ba59515fe907ead8ee3e6bb716d662812af0619d712f6c1eb190cdd7f9d2c00444c3ecd80af0f36e8143eb0c5e7339d6b2aca checksum: 10c0/2db30c13b58adcd86daa447faa3ba59515fe907ead8ee3e6bb716d662812af0619d712f6c1eb190cdd7f9d2c00444c3ecd80af0f36e8143eb0c5e7339d6b2aca
@ -1745,30 +1721,30 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@volar/language-core@npm:2.4.27": "@volar/language-core@npm:2.4.28":
version: 2.4.27 version: 2.4.28
resolution: "@volar/language-core@npm:2.4.27" resolution: "@volar/language-core@npm:2.4.28"
dependencies: dependencies:
"@volar/source-map": "npm:2.4.27" "@volar/source-map": "npm:2.4.28"
checksum: 10c0/8fe021ecb0654dde1e221bba4d456d681454fa06a4aff16d0b027d5a1b0514be72bf899c6a515d8e9254ffbd468690e296ffb4cae7e63f6a4ec359d5e8a718be checksum: 10c0/d41f7327fed7fa5301fbf2d8f96753d645a976b21dbbeb869794a780aa6523d1e6bf258242bc3d8ccd37f8e8b98a04fea9574e6f63badc585a8a3c2e068c4a86
languageName: node languageName: node
linkType: hard linkType: hard
"@volar/source-map@npm:2.4.27": "@volar/source-map@npm:2.4.28":
version: 2.4.27 version: 2.4.28
resolution: "@volar/source-map@npm:2.4.27" resolution: "@volar/source-map@npm:2.4.28"
checksum: 10c0/717db4d98cf70a9a12fcde71fb92854d19d3aa0e62b7343865c7bb624a5f691579e5f8b8d33f851cf6bebb8a69de372d12586b6f66947ed65b9ad58fdad941bf checksum: 10c0/24b0b02c7f66febe47f0bfda4a5ed4beaf949041eddc6325c7478b900faeb071795b696d97a4f326dde47217d06e40b67129300bc544f054772c5cb84c2f254e
languageName: node languageName: node
linkType: hard linkType: hard
"@volar/typescript@npm:2.4.27": "@volar/typescript@npm:2.4.28":
version: 2.4.27 version: 2.4.28
resolution: "@volar/typescript@npm:2.4.27" resolution: "@volar/typescript@npm:2.4.28"
dependencies: dependencies:
"@volar/language-core": "npm:2.4.27" "@volar/language-core": "npm:2.4.28"
path-browserify: "npm:^1.0.1" path-browserify: "npm:^1.0.1"
vscode-uri: "npm:^3.0.8" vscode-uri: "npm:^3.0.8"
checksum: 10c0/63127dc16c5f2eb346f53d62b6414418935cd48b81f82152c755e8bac61d28eb17ee47e6adcea535c74b84830ca5b78862b9f8fa1574dcd4abec1c50ae935a7a checksum: 10c0/075c890b9ec1cb17f17e38aaed035f8ee7d507439e87270d8e3c394356fc9387fd0bda9ec1069b36ea4c378d9375a08f5bc64c063a83427010ddd86d472124fc
languageName: node languageName: node
linkType: hard linkType: hard
@ -1939,7 +1915,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@vue/eslint-config-typescript@npm:^14.6.0": "@vue/eslint-config-typescript@npm:^14.7.0":
version: 14.7.0 version: 14.7.0
resolution: "@vue/eslint-config-typescript@npm:14.7.0" resolution: "@vue/eslint-config-typescript@npm:14.7.0"
dependencies: dependencies:
@ -1958,18 +1934,18 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@vue/language-core@npm:3.2.4": "@vue/language-core@npm:3.2.5":
version: 3.2.4 version: 3.2.5
resolution: "@vue/language-core@npm:3.2.4" resolution: "@vue/language-core@npm:3.2.5"
dependencies: dependencies:
"@volar/language-core": "npm:2.4.27" "@volar/language-core": "npm:2.4.28"
"@vue/compiler-dom": "npm:^3.5.0" "@vue/compiler-dom": "npm:^3.5.0"
"@vue/shared": "npm:^3.5.0" "@vue/shared": "npm:^3.5.0"
alien-signals: "npm:^3.0.0" alien-signals: "npm:^3.0.0"
muggle-string: "npm:^0.4.1" muggle-string: "npm:^0.4.1"
path-browserify: "npm:^1.0.1" path-browserify: "npm:^1.0.1"
picomatch: "npm:^4.0.2" picomatch: "npm:^4.0.2"
checksum: 10c0/a910e4397777a17efe6ddb96e727cde6682e3731c6ca8ed8358d96815299497a875034fe7ca7434ea7625f2ff0a721b2d65fbd12159c0581ae979b2853663a9a checksum: 10c0/aa94d56f1b39aead7b4289de9138d8754dfd1a1b1412b760fcc5dbdbb6c8c7ab6581395ef2bd963a85d5cb6da019f47be2a19510c472011de3de23af6a264cf8
languageName: node languageName: node
linkType: hard linkType: hard
@ -2089,26 +2065,26 @@ __metadata:
"@fortawesome/vue-fontawesome": "npm:^3.1.3" "@fortawesome/vue-fontawesome": "npm:^3.1.3"
"@tsconfig/node24": "npm:^24.0.4" "@tsconfig/node24": "npm:^24.0.4"
"@types/jsdom": "npm:^27.0.0" "@types/jsdom": "npm:^27.0.0"
"@types/luxon": "npm:^3" "@types/luxon": "npm:^3.7.1"
"@types/node": "npm:^25.3.0" "@types/node": "npm:^25.3.0"
"@vitejs/plugin-vue": "npm:^6.0.4" "@vitejs/plugin-vue": "npm:^6.0.4"
"@vitest/eslint-plugin": "npm:^1.6.9" "@vitest/eslint-plugin": "npm:^1.6.9"
"@vue/eslint-config-typescript": "npm:^14.6.0" "@vue/eslint-config-typescript": "npm:^14.7.0"
"@vue/test-utils": "npm:^2.4.6" "@vue/test-utils": "npm:^2.4.6"
"@vue/tsconfig": "npm:^0.8.1" "@vue/tsconfig": "npm:^0.8.1"
animate.css: "npm:^4.1.1" animate.css: "npm:^4.1.1"
axios: "npm:^1.13.5" axios: "npm:^1.13.5"
bulma: "npm:^1.0.4" bulma: "npm:^1.0.4"
bulma-toast: "npm:2.4.3" bulma-toast: "npm:2.4.3"
eslint: "npm:^9.39.2" eslint: "npm:^10.0.1"
eslint-config-prettier: "npm:^10.1.8" eslint-config-prettier: "npm:^10.1.8"
eslint-plugin-oxlint: "npm:~1.46.0" eslint-plugin-oxlint: "npm:~1.49.0"
eslint-plugin-vue: "npm:~10.8.0" eslint-plugin-vue: "npm:~10.8.0"
jiti: "npm:^2.6.1" jiti: "npm:^2.6.1"
jsdom: "npm:^28.1.0" jsdom: "npm:^28.1.0"
luxon: "npm:^3.7.2" luxon: "npm:^3.7.2"
npm-run-all2: "npm:^8.0.4" npm-run-all2: "npm:^8.0.4"
oxlint: "npm:~1.47.0" oxlint: "npm:~1.49.0"
pinia: "npm:^3.0.4" pinia: "npm:^3.0.4"
prettier: "npm:3.8.1" prettier: "npm:3.8.1"
sass-embedded: "npm:^1.97.3" sass-embedded: "npm:^1.97.3"
@ -2120,7 +2096,7 @@ __metadata:
vitest: "npm:^4.0.18" vitest: "npm:^4.0.18"
vue: "npm:^3.5.28" vue: "npm:^3.5.28"
vue-eslint-parser: "npm:^10.4.0" vue-eslint-parser: "npm:^10.4.0"
vue-tsc: "npm:^3.2.4" vue-tsc: "npm:^3.2.5"
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -2171,7 +2147,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0": "ansi-styles@npm:^4.0.0":
version: 4.3.0 version: 4.3.0
resolution: "ansi-styles@npm:4.3.0" resolution: "ansi-styles@npm:4.3.0"
dependencies: dependencies:
@ -2194,13 +2170,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"argparse@npm:^2.0.1":
version: 2.0.1
resolution: "argparse@npm:2.0.1"
checksum: 10c0/c5640c2d89045371c7cedd6a70212a04e360fd34d6edeae32f6952c63949e3525ea77dbec0289d8213a99bbaeab5abfa860b5c12cf88a2e6cf8106e90dd27a7e
languageName: node
linkType: hard
"assertion-error@npm:^2.0.1": "assertion-error@npm:^2.0.1":
version: 2.0.1 version: 2.0.1
resolution: "assertion-error@npm:2.0.1" resolution: "assertion-error@npm:2.0.1"
@ -2293,16 +2262,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"brace-expansion@npm:^1.1.7":
version: 1.1.12
resolution: "brace-expansion@npm:1.1.12"
dependencies:
balanced-match: "npm:^1.0.0"
concat-map: "npm:0.0.1"
checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73
languageName: node
linkType: hard
"brace-expansion@npm:^2.0.1": "brace-expansion@npm:^2.0.1":
version: 2.0.2 version: 2.0.2
resolution: "brace-expansion@npm:2.0.2" resolution: "brace-expansion@npm:2.0.2"
@ -2404,13 +2363,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"callsites@npm:^3.0.0":
version: 3.1.0
resolution: "callsites@npm:3.1.0"
checksum: 10c0/fff92277400eb06c3079f9e74f3af120db9f8ea03bad0e84d9aede54bbe2d44a56cccb5f6cf12211f93f52306df87077ecec5b712794c5a9b5dac6d615a3f301
languageName: node
linkType: hard
"camel-case@npm:^4.1.2": "camel-case@npm:^4.1.2":
version: 4.1.2 version: 4.1.2
resolution: "camel-case@npm:4.1.2" resolution: "camel-case@npm:4.1.2"
@ -2435,16 +2387,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"chalk@npm:^4.0.0":
version: 4.1.2
resolution: "chalk@npm:4.1.2"
dependencies:
ansi-styles: "npm:^4.1.0"
supports-color: "npm:^7.1.0"
checksum: 10c0/4a3fef5cc34975c898ffe77141450f679721df9dde00f6c304353fa9c8b571929123b26a0e4617bde5018977eb655b31970c297b91b63ee83bb82aeb04666880
languageName: node
linkType: hard
"chokidar@npm:^4.0.0": "chokidar@npm:^4.0.0":
version: 4.0.3 version: 4.0.3
resolution: "chokidar@npm:4.0.3" resolution: "chokidar@npm:4.0.3"
@ -2530,13 +2472,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"concat-map@npm:0.0.1":
version: 0.0.1
resolution: "concat-map@npm:0.0.1"
checksum: 10c0/c996b1cfdf95b6c90fee4dae37e332c8b6eb7d106430c17d538034c0ad9a1630cb194d2ab37293b1bdd4d779494beee7786d586a50bd9376fd6f7bcc2bd4c98f
languageName: node
linkType: hard
"config-chain@npm:^1.1.13": "config-chain@npm:^1.1.13":
version: 1.1.13 version: 1.1.13
resolution: "config-chain@npm:1.1.13" resolution: "config-chain@npm:1.1.13"
@ -3053,12 +2988,12 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-plugin-oxlint@npm:~1.46.0": "eslint-plugin-oxlint@npm:~1.49.0":
version: 1.46.0 version: 1.49.0
resolution: "eslint-plugin-oxlint@npm:1.46.0" resolution: "eslint-plugin-oxlint@npm:1.49.0"
dependencies: dependencies:
jsonc-parser: "npm:^3.3.1" jsonc-parser: "npm:^3.3.1"
checksum: 10c0/b95880bec450270dff8530bbef3f39a4de519f9d44d239b1871d259a634bbff4bb44e07480cc225ba83bb973c1bf791b951603fb1de6e71ec8be19d591977d3a checksum: 10c0/a87709293da865e45bfea86eb6a71a5cdd6545afaa28a9363c794e534c09ac9175824f527204df93633db8a546286cd11ca09b03d8b4d5b761b2dd5bb17fc697
languageName: node languageName: node
linkType: hard linkType: hard
@ -3086,7 +3021,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-scope@npm:^8.2.0 || ^9.0.0": "eslint-scope@npm:^8.2.0 || ^9.0.0, eslint-scope@npm:^9.1.1":
version: 9.1.1 version: 9.1.1
resolution: "eslint-scope@npm:9.1.1" resolution: "eslint-scope@npm:9.1.1"
dependencies: dependencies:
@ -3098,16 +3033,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-scope@npm:^8.4.0":
version: 8.4.0
resolution: "eslint-scope@npm:8.4.0"
dependencies:
esrecurse: "npm:^4.3.0"
estraverse: "npm:^5.2.0"
checksum: 10c0/407f6c600204d0f3705bd557f81bd0189e69cd7996f408f8971ab5779c0af733d1af2f1412066b40ee1588b085874fc37a2333986c6521669cdbdd36ca5058e0
languageName: node
linkType: hard
"eslint-visitor-keys@npm:^3.4.3": "eslint-visitor-keys@npm:^3.4.3":
version: 3.4.3 version: 3.4.3
resolution: "eslint-visitor-keys@npm:3.4.3" resolution: "eslint-visitor-keys@npm:3.4.3"
@ -3122,38 +3047,28 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-visitor-keys@npm:^4.2.1": "eslint@npm:^10.0.1":
version: 4.2.1 version: 10.0.1
resolution: "eslint-visitor-keys@npm:4.2.1" resolution: "eslint@npm:10.0.1"
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
languageName: node
linkType: hard
"eslint@npm:^9.39.2":
version: 9.39.3
resolution: "eslint@npm:9.39.3"
dependencies: dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.1" "@eslint-community/regexpp": "npm:^4.12.2"
"@eslint/config-array": "npm:^0.21.1" "@eslint/config-array": "npm:^0.23.2"
"@eslint/config-helpers": "npm:^0.4.2" "@eslint/config-helpers": "npm:^0.5.2"
"@eslint/core": "npm:^0.17.0" "@eslint/core": "npm:^1.1.0"
"@eslint/eslintrc": "npm:^3.3.1" "@eslint/plugin-kit": "npm:^0.6.0"
"@eslint/js": "npm:9.39.3"
"@eslint/plugin-kit": "npm:^0.4.1"
"@humanfs/node": "npm:^0.16.6" "@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.4.2" "@humanwhocodes/retry": "npm:^0.4.2"
"@types/estree": "npm:^1.0.6" "@types/estree": "npm:^1.0.6"
ajv: "npm:^6.12.4" ajv: "npm:^6.12.4"
chalk: "npm:^4.0.0"
cross-spawn: "npm:^7.0.6" cross-spawn: "npm:^7.0.6"
debug: "npm:^4.3.2" debug: "npm:^4.3.2"
escape-string-regexp: "npm:^4.0.0" escape-string-regexp: "npm:^4.0.0"
eslint-scope: "npm:^8.4.0" eslint-scope: "npm:^9.1.1"
eslint-visitor-keys: "npm:^4.2.1" eslint-visitor-keys: "npm:^5.0.1"
espree: "npm:^10.4.0" espree: "npm:^11.1.1"
esquery: "npm:^1.5.0" esquery: "npm:^1.7.0"
esutils: "npm:^2.0.2" esutils: "npm:^2.0.2"
fast-deep-equal: "npm:^3.1.3" fast-deep-equal: "npm:^3.1.3"
file-entry-cache: "npm:^8.0.0" file-entry-cache: "npm:^8.0.0"
@ -3163,8 +3078,7 @@ __metadata:
imurmurhash: "npm:^0.1.4" imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0" is-glob: "npm:^4.0.0"
json-stable-stringify-without-jsonify: "npm:^1.0.1" json-stable-stringify-without-jsonify: "npm:^1.0.1"
lodash.merge: "npm:^4.6.2" minimatch: "npm:^10.2.1"
minimatch: "npm:^3.1.2"
natural-compare: "npm:^1.4.0" natural-compare: "npm:^1.4.0"
optionator: "npm:^0.9.3" optionator: "npm:^0.9.3"
peerDependencies: peerDependencies:
@ -3174,22 +3088,11 @@ __metadata:
optional: true optional: true
bin: bin:
eslint: bin/eslint.js eslint: bin/eslint.js
checksum: 10c0/5e5dbf84d4f604f5d2d7a58c5c3fcdde30a01b8973ff3caeca8b2bacc16066717cedb4385ce52db1a2746d0b621770d4d4227cc7f44982b0b03818be2c31538d checksum: 10c0/760de87b6ed9cd7a9b13eb68872ff057eb6d88e63ec818e297decdb2814ba80879ad0dfabb943dabaf486b5eaf6f15d446bf42116adeb88364337202db11c449
languageName: node languageName: node
linkType: hard linkType: hard
"espree@npm:^10.0.1, espree@npm:^10.4.0": "espree@npm:^10.3.0 || ^11.0.0, espree@npm:^11.1.1":
version: 10.4.0
resolution: "espree@npm:10.4.0"
dependencies:
acorn: "npm:^8.15.0"
acorn-jsx: "npm:^5.3.2"
eslint-visitor-keys: "npm:^4.2.1"
checksum: 10c0/c63fe06131c26c8157b4083313cb02a9a54720a08e21543300e55288c40e06c3fc284bdecf108d3a1372c5934a0a88644c98714f38b6ae8ed272b40d9ea08d6b
languageName: node
linkType: hard
"espree@npm:^10.3.0 || ^11.0.0":
version: 11.1.1 version: 11.1.1
resolution: "espree@npm:11.1.1" resolution: "espree@npm:11.1.1"
dependencies: dependencies:
@ -3200,7 +3103,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"esquery@npm:^1.5.0, esquery@npm:^1.6.0": "esquery@npm:^1.6.0, esquery@npm:^1.7.0":
version: 1.7.0 version: 1.7.0
resolution: "esquery@npm:1.7.0" resolution: "esquery@npm:1.7.0"
dependencies: dependencies:
@ -3540,13 +3443,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"globals@npm:^14.0.0":
version: 14.0.0
resolution: "globals@npm:14.0.0"
checksum: 10c0/b96ff42620c9231ad468d4c58ff42afee7777ee1c963013ff8aabe095a451d0ceeb8dcd8ef4cbd64d2538cef45f787a78ba3a9574f4a634438963e334471302d
languageName: node
linkType: hard
"gopd@npm:^1.2.0": "gopd@npm:^1.2.0":
version: 1.2.0 version: 1.2.0
resolution: "gopd@npm:1.2.0" resolution: "gopd@npm:1.2.0"
@ -3692,16 +3588,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"import-fresh@npm:^3.2.1":
version: 3.3.1
resolution: "import-fresh@npm:3.3.1"
dependencies:
parent-module: "npm:^1.0.0"
resolve-from: "npm:^4.0.0"
checksum: 10c0/bf8cc494872fef783249709385ae883b447e3eb09db0ebd15dcead7d9afe7224dad7bd7591c6b73b0b19b3c0f9640eb8ee884f01cfaf2887ab995b0b36a0cbec
languageName: node
linkType: hard
"imurmurhash@npm:^0.1.4": "imurmurhash@npm:^0.1.4":
version: 0.1.4 version: 0.1.4
resolution: "imurmurhash@npm:0.1.4" resolution: "imurmurhash@npm:0.1.4"
@ -3883,17 +3769,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"js-yaml@npm:^4.1.1":
version: 4.1.1
resolution: "js-yaml@npm:4.1.1"
dependencies:
argparse: "npm:^2.0.1"
bin:
js-yaml: bin/js-yaml.js
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
languageName: node
linkType: hard
"jsdom@npm:^28.1.0": "jsdom@npm:^28.1.0":
version: 28.1.0 version: 28.1.0
resolution: "jsdom@npm:28.1.0" resolution: "jsdom@npm:28.1.0"
@ -4029,13 +3904,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"lodash.merge@npm:^4.6.2":
version: 4.6.2
resolution: "lodash.merge@npm:4.6.2"
checksum: 10c0/402fa16a1edd7538de5b5903a90228aa48eb5533986ba7fa26606a49db2572bf414ff73a2c9f5d5fd36b31c46a5d5c7e1527749c07cbcf965ccff5fbdf32c506
languageName: node
linkType: hard
"lower-case@npm:^2.0.2": "lower-case@npm:^2.0.2":
version: 2.0.2 version: 2.0.2
resolution: "lower-case@npm:2.0.2" resolution: "lower-case@npm:2.0.2"
@ -4166,7 +4034,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"minimatch@npm:^10.2.2": "minimatch@npm:^10.2.1, minimatch@npm:^10.2.2":
version: 10.2.2 version: 10.2.2
resolution: "minimatch@npm:10.2.2" resolution: "minimatch@npm:10.2.2"
dependencies: dependencies:
@ -4175,15 +4043,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
brace-expansion: "npm:^1.1.7"
checksum: 10c0/0262810a8fc2e72cca45d6fd86bd349eee435eb95ac6aa45c9ea2180e7ee875ef44c32b55b5973ceabe95ea12682f6e3725cbb63d7a2d1da3ae1163c8b210311
languageName: node
linkType: hard
"minimatch@npm:^5.0.1": "minimatch@npm:^5.0.1":
version: 5.1.6 version: 5.1.6
resolution: "minimatch@npm:5.1.6" resolution: "minimatch@npm:5.1.6"
@ -4493,31 +4352,31 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"oxlint@npm:~1.47.0": "oxlint@npm:~1.49.0":
version: 1.47.0 version: 1.49.0
resolution: "oxlint@npm:1.47.0" resolution: "oxlint@npm:1.49.0"
dependencies: dependencies:
"@oxlint/binding-android-arm-eabi": "npm:1.47.0" "@oxlint/binding-android-arm-eabi": "npm:1.49.0"
"@oxlint/binding-android-arm64": "npm:1.47.0" "@oxlint/binding-android-arm64": "npm:1.49.0"
"@oxlint/binding-darwin-arm64": "npm:1.47.0" "@oxlint/binding-darwin-arm64": "npm:1.49.0"
"@oxlint/binding-darwin-x64": "npm:1.47.0" "@oxlint/binding-darwin-x64": "npm:1.49.0"
"@oxlint/binding-freebsd-x64": "npm:1.47.0" "@oxlint/binding-freebsd-x64": "npm:1.49.0"
"@oxlint/binding-linux-arm-gnueabihf": "npm:1.47.0" "@oxlint/binding-linux-arm-gnueabihf": "npm:1.49.0"
"@oxlint/binding-linux-arm-musleabihf": "npm:1.47.0" "@oxlint/binding-linux-arm-musleabihf": "npm:1.49.0"
"@oxlint/binding-linux-arm64-gnu": "npm:1.47.0" "@oxlint/binding-linux-arm64-gnu": "npm:1.49.0"
"@oxlint/binding-linux-arm64-musl": "npm:1.47.0" "@oxlint/binding-linux-arm64-musl": "npm:1.49.0"
"@oxlint/binding-linux-ppc64-gnu": "npm:1.47.0" "@oxlint/binding-linux-ppc64-gnu": "npm:1.49.0"
"@oxlint/binding-linux-riscv64-gnu": "npm:1.47.0" "@oxlint/binding-linux-riscv64-gnu": "npm:1.49.0"
"@oxlint/binding-linux-riscv64-musl": "npm:1.47.0" "@oxlint/binding-linux-riscv64-musl": "npm:1.49.0"
"@oxlint/binding-linux-s390x-gnu": "npm:1.47.0" "@oxlint/binding-linux-s390x-gnu": "npm:1.49.0"
"@oxlint/binding-linux-x64-gnu": "npm:1.47.0" "@oxlint/binding-linux-x64-gnu": "npm:1.49.0"
"@oxlint/binding-linux-x64-musl": "npm:1.47.0" "@oxlint/binding-linux-x64-musl": "npm:1.49.0"
"@oxlint/binding-openharmony-arm64": "npm:1.47.0" "@oxlint/binding-openharmony-arm64": "npm:1.49.0"
"@oxlint/binding-win32-arm64-msvc": "npm:1.47.0" "@oxlint/binding-win32-arm64-msvc": "npm:1.49.0"
"@oxlint/binding-win32-ia32-msvc": "npm:1.47.0" "@oxlint/binding-win32-ia32-msvc": "npm:1.49.0"
"@oxlint/binding-win32-x64-msvc": "npm:1.47.0" "@oxlint/binding-win32-x64-msvc": "npm:1.49.0"
peerDependencies: peerDependencies:
oxlint-tsgolint: ">=0.11.2" oxlint-tsgolint: ">=0.14.1"
dependenciesMeta: dependenciesMeta:
"@oxlint/binding-android-arm-eabi": "@oxlint/binding-android-arm-eabi":
optional: true optional: true
@ -4562,7 +4421,7 @@ __metadata:
optional: true optional: true
bin: bin:
oxlint: bin/oxlint oxlint: bin/oxlint
checksum: 10c0/9af083fb9610030e833b2fbc40bdf4be3fd0bb1a4fd7714858e60544d20052c28b28f237ec835a9279f06ab0fcc4e8a8390fa893a6319298d48a0d0de9d58393 checksum: 10c0/86ab075209d21182036383c70aa126618b16d1321019c0cd4a0a22f9285160444dd641589c10e27fc9bd1fb312d05f082a22b3a169cc9846396ec9f42f4c895b
languageName: node languageName: node
linkType: hard linkType: hard
@ -4608,15 +4467,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"parent-module@npm:^1.0.0":
version: 1.0.1
resolution: "parent-module@npm:1.0.1"
dependencies:
callsites: "npm:^3.0.0"
checksum: 10c0/c63d6e80000d4babd11978e0d3fee386ca7752a02b035fd2435960ffaa7219dc42146f07069fb65e6e8bf1caef89daf9af7535a39bddf354d78bf50d8294f556
languageName: node
linkType: hard
"parse5@npm:^7.0.0": "parse5@npm:^7.0.0":
version: 7.3.0 version: 7.3.0
resolution: "parse5@npm:7.3.0" resolution: "parse5@npm:7.3.0"
@ -4872,13 +4722,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"resolve-from@npm:^4.0.0":
version: 4.0.0
resolution: "resolve-from@npm:4.0.0"
checksum: 10c0/8408eec31a3112ef96e3746c37be7d64020cda07c03a920f5024e77290a218ea758b26ca9529fd7b1ad283947f34b2291c1c0f6aa0ed34acfdda9c6014c8d190
languageName: node
linkType: hard
"retry@npm:^0.12.0": "retry@npm:^0.12.0":
version: 0.12.0 version: 0.12.0
resolution: "retry@npm:0.12.0" resolution: "retry@npm:0.12.0"
@ -5438,13 +5281,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"strip-json-comments@npm:^3.1.1":
version: 3.1.1
resolution: "strip-json-comments@npm:3.1.1"
checksum: 10c0/9681a6257b925a7fa0f285851c0e613cc934a50661fa7bb41ca9cbbff89686bb4a0ee366e6ecedc4daafd01e83eee0720111ab294366fe7c185e935475ebcecd
languageName: node
linkType: hard
"superjson@npm:^2.2.2": "superjson@npm:^2.2.2":
version: 2.2.6 version: 2.2.6
resolution: "superjson@npm:2.2.6" resolution: "superjson@npm:2.2.6"
@ -5454,15 +5290,6 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"supports-color@npm:^7.1.0":
version: 7.2.0
resolution: "supports-color@npm:7.2.0"
dependencies:
has-flag: "npm:^4.0.0"
checksum: 10c0/afb4c88521b8b136b5f5f95160c98dee7243dc79d5432db7efc27efb219385bbc7d9427398e43dd6cc730a0f87d5085ce1652af7efbe391327bc0a7d0f7fc124
languageName: node
linkType: hard
"supports-color@npm:^8.1.1": "supports-color@npm:^8.1.1":
version: 8.1.1 version: 8.1.1
resolution: "supports-color@npm:8.1.1" resolution: "supports-color@npm:8.1.1"
@ -6004,17 +5831,17 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"vue-tsc@npm:^3.2.4": "vue-tsc@npm:^3.2.5":
version: 3.2.4 version: 3.2.5
resolution: "vue-tsc@npm:3.2.4" resolution: "vue-tsc@npm:3.2.5"
dependencies: dependencies:
"@volar/typescript": "npm:2.4.27" "@volar/typescript": "npm:2.4.28"
"@vue/language-core": "npm:3.2.4" "@vue/language-core": "npm:3.2.5"
peerDependencies: peerDependencies:
typescript: ">=5.0.0" typescript: ">=5.0.0"
bin: bin:
vue-tsc: bin/vue-tsc.js vue-tsc: bin/vue-tsc.js
checksum: 10c0/88651c16951373a172fe1467a91cdeef5c861f22b17b8f508f4ab0ebfc4fd6c16251451212936c706f857cffc50f3e399925ee796e954454715b94b944354428 checksum: 10c0/8b4937ee1a9c827ee14d2bd6984e128ac721d04751805b17d79636473bdb0078faa0e91c0dd2f04cda7c8cf856d3dd3d46f186272a2640aca77f399140f75305
languageName: node languageName: node
linkType: hard linkType: hard