From 1448ad41db0f02b791d90018b85e152a1a6fb0ed Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Fri, 27 Mar 2026 13:34:05 +0100 Subject: [PATCH 1/5] chore: dependency updates --- common/package.json | 10 +- frontend/package.json | 34 +- monaco-mfe/package.json | 4 +- package.json | 28 +- service/package.json | 36 +- yarn.lock | 2774 ++++++++++++++------------------------- 6 files changed, 1022 insertions(+), 1864 deletions(-) diff --git a/common/package.json b/common/package.json index 2665fa38..a74bc3fe 100644 --- a/common/package.json +++ b/common/package.json @@ -25,14 +25,14 @@ "create-schemas": "node ./dist/bin/create-schemas.js" }, "devDependencies": { - "@types/node": "^25.4.0", + "@types/node": "^25.5.0", "ts-json-schema-generator": "^2.9.0", - "vitest": "^4.0.18" + "vitest": "^4.1.2" }, "dependencies": { - "@furystack/core": "^16.0.0", - "@furystack/entity-sync": "^1.0.7", - "@furystack/rest": "^8.1.1", + "@furystack/core": "^16.0.2", + "@furystack/entity-sync": "^1.0.9", + "@furystack/rest": "^8.1.3", "ollama": "^0.6.3" } } diff --git a/frontend/package.json b/frontend/package.json index b833a865..7ca00654 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,24 +12,24 @@ "license": "ISC", "devDependencies": { "@codecov/vite-plugin": "^1.9.1", - "@furystack/rest": "^8.1.1", - "typescript": "^5.9.3", - "vite": "^7.3.1" + "@furystack/rest": "^8.1.3", + "typescript": "^6.0.2", + "vite": "^8.0.3" }, "dependencies": { - "@furystack/cache": "^6.1.1", - "@furystack/core": "^16.0.0", - "@furystack/entity-sync": "^1.0.7", - "@furystack/entity-sync-client": "^2.0.1", - "@furystack/inject": "^12.0.32", - "@furystack/logging": "^8.1.1", - "@furystack/rest-client-fetch": "^8.1.3", - "@furystack/shades": "^13.1.0", - "@furystack/shades-common-components": "^15.0.0", - "@furystack/shades-lottie": "^9.0.1", - "@furystack/shades-mfe": "^3.0.1", - "@furystack/utils": "^8.2.1", - "@types/node": "^25.4.0", + "@furystack/cache": "^6.1.3", + "@furystack/core": "^16.0.2", + "@furystack/entity-sync": "^1.0.9", + "@furystack/entity-sync-client": "^2.0.3", + "@furystack/inject": "^12.0.34", + "@furystack/logging": "^8.1.3", + "@furystack/rest-client-fetch": "^8.1.5", + "@furystack/shades": "^13.1.2", + "@furystack/shades-common-components": "^15.0.2", + "@furystack/shades-lottie": "^9.0.3", + "@furystack/shades-mfe": "^3.0.3", + "@furystack/utils": "^8.2.3", + "@types/node": "^25.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-search": "^0.16.0", "@xterm/addon-web-links": "^0.12.0", @@ -37,7 +37,7 @@ "common": "workspace:^", "hls.js": "^1.6.15", "ollama": "^0.6.3", - "path-to-regexp": "^8.3.0", + "path-to-regexp": "^8.4.0", "video.js": "8.23.8" } } diff --git a/monaco-mfe/package.json b/monaco-mfe/package.json index c9e65fc1..fcf7f0c5 100644 --- a/monaco-mfe/package.json +++ b/monaco-mfe/package.json @@ -11,7 +11,7 @@ "monaco-editor": "^0.55.1" }, "devDependencies": { - "typescript": "^5.9.3", - "vite": "^7.3.1" + "typescript": "^6.0.2", + "vite": "^8.0.3" } } diff --git a/package.json b/package.json index 6623c36a..0451566f 100644 --- a/package.json +++ b/package.json @@ -18,27 +18,27 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@furystack/eslint-plugin": "^2.1.1", - "@furystack/yarn-plugin-changelog": "^1.0.6", + "@furystack/eslint-plugin": "^2.1.3", + "@furystack/yarn-plugin-changelog": "^1.0.8", "@playwright/test": "^1.58.2", - "@types/jsdom": "^28.0.0", - "@types/node": "^25.4.0", - "@vitest/coverage-v8": "^4.0.18", - "eslint": "^10.0.3", + "@types/jsdom": "^28.0.1", + "@types/node": "^25.5.0", + "@vitest/coverage-v8": "^4.1.2", + "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "2.32.0", - "eslint-plugin-jsdoc": "^62.7.1", - "eslint-plugin-playwright": "^2.9.0", + "eslint-plugin-jsdoc": "^62.8.1", + "eslint-plugin-playwright": "^2.10.1", "eslint-plugin-prettier": "^5.5.5", "husky": "^9.1.7", - "jsdom": "^28.1.0", - "lint-staged": "^16.3.3", + "jsdom": "^29.0.1", + "lint-staged": "^16.4.0", "prettier": "^3.8.1", "rimraf": "^6.1.3", - "typescript": "^5.9.3", - "typescript-eslint": "^8.57.0", - "vite": "^7.3.1", - "vitest": "^4.0.18" + "typescript": "^6.0.2", + "typescript-eslint": "^8.57.2", + "vite": "^8.0.3", + "vitest": "^4.1.2" }, "lint-staged": { "*.{ts,tsx}": [ diff --git a/service/package.json b/service/package.json index ca26f10f..9ff5f3f2 100644 --- a/service/package.json +++ b/service/package.json @@ -14,32 +14,32 @@ "devDependencies": { "@types/ffprobe": "^1.1.8", "@types/formidable": "^3.5.0", - "@types/node": "^25.4.0", + "@types/node": "^25.5.0", "@types/ping": "^0.4.4", - "typescript": "^5.9.3" + "typescript": "^6.0.2" }, "dependencies": { - "@furystack/cache": "^6.1.1", - "@furystack/core": "^16.0.0", - "@furystack/entity-sync": "^1.0.7", - "@furystack/entity-sync-service": "^1.0.8", - "@furystack/inject": "^12.0.32", - "@furystack/logging": "^8.1.1", - "@furystack/repository": "^10.1.7", - "@furystack/rest": "^8.1.1", - "@furystack/rest-service": "^12.3.1", - "@furystack/security": "^7.0.5", - "@furystack/sequelize-store": "^6.0.45", - "@furystack/utils": "^8.2.1", - "@furystack/websocket-api": "^13.2.3", + "@furystack/cache": "^6.1.3", + "@furystack/core": "^16.0.2", + "@furystack/entity-sync": "^1.0.9", + "@furystack/entity-sync-service": "^1.0.10", + "@furystack/inject": "^12.0.34", + "@furystack/logging": "^8.1.3", + "@furystack/repository": "^10.1.9", + "@furystack/rest": "^8.1.3", + "@furystack/rest-service": "^12.3.3", + "@furystack/security": "^7.0.7", + "@furystack/sequelize-store": "^6.0.47", + "@furystack/utils": "^8.2.3", + "@furystack/websocket-api": "^13.2.5", "chokidar": "^5.0.0", "common": "workspace:^", "formidable": "^3.5.4", "mime": "^4.1.0", "ollama": "^0.6.3", "ping": "^1.0.0", - "sequelize": "^6.37.7", - "sqlite3": "^5.1.7", - "vitest": "^4.0.18" + "sequelize": "^6.37.8", + "sqlite3": "^6.0.1", + "vitest": "^4.1.2" } } diff --git a/yarn.lock b/yarn.lock index 55382f04..7d3cc90b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,13 +5,6 @@ __metadata: version: 8 cacheKey: 10c0 -"@acemir/cssom@npm:^0.9.31": - version: 0.9.31 - resolution: "@acemir/cssom@npm:0.9.31" - checksum: 10c0/cbfff98812642104ec3b37de1ad3a53f216ddc437e7b9276a23f46f2453844ea3c3f46c200bc4656a2f747fb26567560b3cc5183d549d119a758926551b5f566 - languageName: node - linkType: hard - "@actions/core@npm:^1.10.1": version: 1.11.1 resolution: "@actions/core@npm:1.11.1" @@ -236,16 +229,16 @@ __metadata: languageName: node linkType: hard -"@asamuzakjp/dom-selector@npm:^6.8.1": - version: 6.8.1 - resolution: "@asamuzakjp/dom-selector@npm:6.8.1" +"@asamuzakjp/dom-selector@npm:^7.0.3": + version: 7.0.4 + resolution: "@asamuzakjp/dom-selector@npm:7.0.4" dependencies: "@asamuzakjp/nwsapi": "npm:^2.3.9" bidi-js: "npm:^1.0.3" - css-tree: "npm:^3.1.0" + css-tree: "npm:^3.2.1" is-potential-custom-element-name: "npm:^1.0.1" - lru-cache: "npm:^11.2.6" - checksum: 10c0/635de2c3b11971c07e2d491fd2833d2499bafbab05b616f5d38041031718879c404456644f60c45e9ba4ca2423e5bb48bf3c46179b0c58a0ea68eaae8c61e85f + lru-cache: "npm:^11.2.7" + checksum: 10c0/6539422595ed445f182eda78554fd339ff06f6d5add0520ee7cc9715baeb361454c11ffe21a6e7461907182153f88852866c4ea12158b9c9202ccc44767bc749 languageName: node linkType: hard @@ -271,20 +264,20 @@ __metadata: linkType: hard "@babel/parser@npm:^7.29.0": - version: 7.29.0 - resolution: "@babel/parser@npm:7.29.0" + version: 7.29.2 + resolution: "@babel/parser@npm:7.29.2" dependencies: "@babel/types": "npm:^7.29.0" bin: parser: ./bin/babel-parser.js - checksum: 10c0/333b2aa761264b91577a74bee86141ef733f9f9f6d4fc52548e4847dc35dfbf821f58c46832c637bfa761a6d9909d6a68f7d1ed59e17e4ffbb958dc510c17b62 + checksum: 10c0/e5a4e69e3ac7acdde995f37cf299a68458cfe7009dff66bd0962fd04920bef287201169006af365af479c08ff216bfefbb595e331f87f6ae7283858aebbc3317 languageName: node linkType: hard "@babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.28.4, @babel/runtime@npm:^7.5.5": - version: 7.28.6 - resolution: "@babel/runtime@npm:7.28.6" - checksum: 10c0/358cf2429992ac1c466df1a21c1601d595c46930a13c1d4662fde908d44ee78ec3c183aaff513ecb01ef8c55c3624afe0309eeeb34715672dbfadb7feedb2c0d + version: 7.29.2 + resolution: "@babel/runtime@npm:7.29.2" + checksum: 10c0/30b80a0140d16467792e1bbeb06f655b0dab70407da38dfac7fedae9c859f9ae9d846ef14ad77bd3814c064295fe9b1bc551f1541ea14646ae9f22b71a8bc17a languageName: node linkType: hard @@ -381,10 +374,15 @@ __metadata: languageName: node linkType: hard -"@csstools/css-syntax-patches-for-csstree@npm:^1.0.28": - version: 1.1.0 - resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.1.0" - checksum: 10c0/ef84e09ead31d204e238eb674016b34a54083344348b4e4fd63cb03486dcaa5b53feeff74a6c246763973cca0eb3213a70f49ca8545ce26a3b3d9c97255f4dd1 +"@csstools/css-syntax-patches-for-csstree@npm:^1.1.1": + version: 1.1.2 + resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.1.2" + peerDependencies: + css-tree: ^3.2.1 + peerDependenciesMeta: + css-tree: + optional: true + checksum: 10c0/1c320718c2ad3002f9f13e8d6f149416168be346bd4910ff8eb5bf1bd57fa1a54e93dd1b00026269533a3117a18e742b9cf6d99e92527145a0d08d6f4075eb34 languageName: node linkType: hard @@ -395,6 +393,34 @@ __metadata: languageName: node linkType: hard +"@emnapi/core@npm:^1.7.1": + version: 1.9.1 + resolution: "@emnapi/core@npm:1.9.1" + dependencies: + "@emnapi/wasi-threads": "npm:1.2.0" + tslib: "npm:^2.4.0" + checksum: 10c0/00e7a99a2bc3ad908ca8272ba861a934da87dffa8797a41316c4a3b571a1e4d2743e2fa14b1a0f131fa4a3c2018ddb601cd2a8cb7f574fa940af696df3c2fe8d + languageName: node + linkType: hard + +"@emnapi/runtime@npm:^1.7.1": + version: 1.9.1 + resolution: "@emnapi/runtime@npm:1.9.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/750edca117e0363ab2de10622f8ee60e57d8690c2f29c49704813da5cd627c641798d7f3cb0d953c62fdc71688e02e333ddbf2c1204f38b47e3e40657332a6f5 + languageName: node + linkType: hard + +"@emnapi/wasi-threads@npm:1.2.0": + version: 1.2.0 + resolution: "@emnapi/wasi-threads@npm:1.2.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/1e3724b5814b06c14782fda87eee9b9aa68af01576c81ffeaefdf621ddb74386e419d5b3b1027b6a8172397729d95a92f814fc4b8d3c224376428faa07a6a01a + languageName: node + linkType: hard + "@es-joy/jsdoccomment@npm:~0.84.0": version: 0.84.0 resolution: "@es-joy/jsdoccomment@npm:0.84.0" @@ -415,188 +441,6 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/aix-ppc64@npm:0.27.3" - conditions: os=aix & cpu=ppc64 - languageName: node - linkType: hard - -"@esbuild/android-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/android-arm64@npm:0.27.3" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/android-arm@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/android-arm@npm:0.27.3" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@esbuild/android-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/android-x64@npm:0.27.3" - conditions: os=android & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/darwin-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/darwin-arm64@npm:0.27.3" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/darwin-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/darwin-x64@npm:0.27.3" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/freebsd-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/freebsd-arm64@npm:0.27.3" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/freebsd-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/freebsd-x64@npm:0.27.3" - conditions: os=freebsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/linux-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-arm64@npm:0.27.3" - conditions: os=linux & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/linux-arm@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-arm@npm:0.27.3" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@esbuild/linux-ia32@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-ia32@npm:0.27.3" - conditions: os=linux & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/linux-loong64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-loong64@npm:0.27.3" - conditions: os=linux & cpu=loong64 - languageName: node - linkType: hard - -"@esbuild/linux-mips64el@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-mips64el@npm:0.27.3" - conditions: os=linux & cpu=mips64el - languageName: node - linkType: hard - -"@esbuild/linux-ppc64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-ppc64@npm:0.27.3" - conditions: os=linux & cpu=ppc64 - languageName: node - linkType: hard - -"@esbuild/linux-riscv64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-riscv64@npm:0.27.3" - conditions: os=linux & cpu=riscv64 - languageName: node - linkType: hard - -"@esbuild/linux-s390x@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-s390x@npm:0.27.3" - conditions: os=linux & cpu=s390x - languageName: node - linkType: hard - -"@esbuild/linux-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/linux-x64@npm:0.27.3" - conditions: os=linux & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/netbsd-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/netbsd-arm64@npm:0.27.3" - conditions: os=netbsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/netbsd-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/netbsd-x64@npm:0.27.3" - conditions: os=netbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/openbsd-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/openbsd-arm64@npm:0.27.3" - conditions: os=openbsd & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/openbsd-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/openbsd-x64@npm:0.27.3" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/openharmony-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/openharmony-arm64@npm:0.27.3" - conditions: os=openharmony & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/sunos-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/sunos-x64@npm:0.27.3" - conditions: os=sunos & cpu=x64 - languageName: node - linkType: hard - -"@esbuild/win32-arm64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/win32-arm64@npm:0.27.3" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@esbuild/win32-ia32@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/win32-ia32@npm:0.27.3" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@esbuild/win32-x64@npm:0.27.3": - version: 0.27.3 - resolution: "@esbuild/win32-x64@npm:0.27.3" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@eslint-community/eslint-utils@npm:^4.8.0, @eslint-community/eslint-utils@npm:^4.9.1": version: 4.9.1 resolution: "@eslint-community/eslint-utils@npm:4.9.1" @@ -626,21 +470,12 @@ __metadata: languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.5.2": - version: 0.5.2 - resolution: "@eslint/config-helpers@npm:0.5.2" - dependencies: - "@eslint/core": "npm:^1.1.0" - checksum: 10c0/0dc65bc5dd80441afbf5007cae702a5d9dd08893e95fed702a463366cf9ce2f4fd90adb09f9012cb4fcc9783d897ccb739067b1b8a5942f4c8288a6efb396d58 - languageName: node - linkType: hard - -"@eslint/core@npm:^1.1.0": - version: 1.1.0 - resolution: "@eslint/core@npm:1.1.0" +"@eslint/config-helpers@npm:^0.5.3": + version: 0.5.3 + resolution: "@eslint/config-helpers@npm:0.5.3" dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/0f875d6f24fbf67cc796e01c2ca82884f755488052ed84183e56377c5b90fe10b491a26e600642db4daea1d5d8ab7906ec12f2bd5cbdb5004b0ef73c802bdb57 + "@eslint/core": "npm:^1.1.1" + checksum: 10c0/c836476e839a79dcdc9f7e0013057cfe0341162180d50e5a08668edb4b4b6c520a3174011469f6ef02efd2affd092263c020e89d0a3452c801427b0ac003549a languageName: node linkType: hard @@ -682,7 +517,7 @@ __metadata: languageName: node linkType: hard -"@exodus/bytes@npm:^1.11.0, @exodus/bytes@npm:^1.6.0": +"@exodus/bytes@npm:^1.11.0, @exodus/bytes@npm:^1.15.0, @exodus/bytes@npm:^1.6.0": version: 1.15.0 resolution: "@exodus/bytes@npm:1.15.0" peerDependencies: @@ -701,251 +536,242 @@ __metadata: languageName: node linkType: hard -"@furystack/cache@npm:^6.1.1": - version: 6.1.1 - resolution: "@furystack/cache@npm:6.1.1" +"@furystack/cache@npm:^6.1.3": + version: 6.1.3 + resolution: "@furystack/cache@npm:6.1.3" dependencies: - "@furystack/inject": "npm:^12.0.32" - "@furystack/utils": "npm:^8.2.1" - checksum: 10c0/59490a11573d6a9d7fa8d37c3e659d2e697aeac6dd32ab1e8a5234febdc8721b203b08f41c6ff7bada01e9a25a2745fd014d1d18872234dc0b6efab8ab2b7696 + "@furystack/inject": "npm:^12.0.34" + "@furystack/utils": "npm:^8.2.3" + checksum: 10c0/3c2d3b7fd5ef4a5c18cb061cb8bac17a6dc6e8d48ccc903ca93ccbfe6107977825b76d043a775464cf0fd9813734ee7986d87c9e2f5c9d587e8fb29cb2fbb18b languageName: node linkType: hard -"@furystack/core@npm:^16.0.0": - version: 16.0.0 - resolution: "@furystack/core@npm:16.0.0" +"@furystack/core@npm:^16.0.2": + version: 16.0.2 + resolution: "@furystack/core@npm:16.0.2" dependencies: - "@furystack/inject": "npm:^12.0.32" - "@furystack/utils": "npm:^8.2.1" - checksum: 10c0/06df2ded5c7a4a240a98b793f3b59b243958aeb8913ce7f73655873b35ee68f5097e673f91af20f36e0447fa02ad896b997848961a3857b3699da0a94ffce695 + "@furystack/inject": "npm:^12.0.34" + "@furystack/utils": "npm:^8.2.3" + checksum: 10c0/259f94f3077489b57680b0310e9e4b421b861cbeef0e89874ef72e1ee6fe64cb4018575fc990d60cb5ad5b75d5ba0e6e6396247190abae0ba35e30cac0b489ea languageName: node linkType: hard -"@furystack/entity-sync-client@npm:^2.0.1": - version: 2.0.1 - resolution: "@furystack/entity-sync-client@npm:2.0.1" +"@furystack/entity-sync-client@npm:^2.0.3": + version: 2.0.3 + resolution: "@furystack/entity-sync-client@npm:2.0.3" dependencies: - "@furystack/entity-sync": "npm:^1.0.7" - "@furystack/inject": "npm:^12.0.32" - "@furystack/utils": "npm:^8.2.1" - checksum: 10c0/a975892347ec85870d7121cbcceea4b6f9193fa5d16f735f84de780e410a78ebe55777903062531009cd5424abebe33aca017f40752603483b3b32e51d9bab2f + "@furystack/entity-sync": "npm:^1.0.9" + "@furystack/inject": "npm:^12.0.34" + "@furystack/utils": "npm:^8.2.3" + checksum: 10c0/326eefce1c24318cf9b443436de230daae8fa6c482cf0eef10308f5fd118fc4aec438e1dabe82ef1765d7b77c7a24ac482b2ae405327a4e4e85609ada751b4a1 languageName: node linkType: hard -"@furystack/entity-sync-service@npm:^1.0.8": - version: 1.0.8 - resolution: "@furystack/entity-sync-service@npm:1.0.8" +"@furystack/entity-sync-service@npm:^1.0.10": + version: 1.0.10 + resolution: "@furystack/entity-sync-service@npm:1.0.10" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/entity-sync": "npm:^1.0.7" - "@furystack/inject": "npm:^12.0.32" - "@furystack/repository": "npm:^10.1.7" - "@furystack/websocket-api": "npm:^13.2.3" - ws: "npm:^8.19.0" - checksum: 10c0/4184d5f58fc5538112a3ec9e26ba73fc23a25e412ce13766469336b67f35bba94366d01a3b22a1bb9a5ce850bc9b9f973d195a5726783e88ed8273ec7446e39c + "@furystack/core": "npm:^16.0.2" + "@furystack/entity-sync": "npm:^1.0.9" + "@furystack/inject": "npm:^12.0.34" + "@furystack/repository": "npm:^10.1.9" + "@furystack/websocket-api": "npm:^13.2.5" + ws: "npm:^8.20.0" + checksum: 10c0/dc6a921b2ce918203ef1a495996ee60e92ed750acd28c187952b7b79ff11a49ee9a42c1837faba53b95e0ee409329521a432de4764e9cf8d7f310b2fe1421c85 languageName: node linkType: hard -"@furystack/entity-sync@npm:^1.0.7": - version: 1.0.7 - resolution: "@furystack/entity-sync@npm:1.0.7" +"@furystack/entity-sync@npm:^1.0.9": + version: 1.0.9 + resolution: "@furystack/entity-sync@npm:1.0.9" dependencies: - "@furystack/core": "npm:^16.0.0" - checksum: 10c0/97fed8b37e24dbcf085412371f57325335b9727f65ce3ba9bee0fe7f0c2c4eb71dfb794b281f2278136b129b29e258d59d0adf2d6094f26c750fc559ac4ced37 + "@furystack/core": "npm:^16.0.2" + checksum: 10c0/a737aa45518801cbc61517e6cc6eee028554c972199cf06b859472762f5fbe6d3b5b3287abb21491fc0b234b6ec4ab14a927ed2f8638100bcafe9b8d38a30102 languageName: node linkType: hard -"@furystack/eslint-plugin@npm:^2.1.1": - version: 2.1.1 - resolution: "@furystack/eslint-plugin@npm:2.1.1" +"@furystack/eslint-plugin@npm:^2.1.3": + version: 2.1.3 + resolution: "@furystack/eslint-plugin@npm:2.1.3" dependencies: - "@typescript-eslint/utils": "npm:^8.56.1" + "@typescript-eslint/utils": "npm:^8.57.2" peerDependencies: eslint: ">=9.0.0" - checksum: 10c0/070c3dbf64c243930a81f7764b2d18a4d413c42fea634e0cd85d7e8a98ae0a2367e1249075afc75c3fc48b02c34b2a3660f988b1da6ef1f2e7482a943198eab0 + checksum: 10c0/8ad22af61d6f7a475491834bbf8f57177e6eee539df7983c354dbe34330ef2486dcfe4899a08357c33539bb90938a64505294bdedc7dbe229a4c44471d38b1e0 languageName: node linkType: hard -"@furystack/inject@npm:^12.0.32": - version: 12.0.32 - resolution: "@furystack/inject@npm:12.0.32" +"@furystack/inject@npm:^12.0.34": + version: 12.0.34 + resolution: "@furystack/inject@npm:12.0.34" dependencies: - "@furystack/utils": "npm:^8.2.1" - checksum: 10c0/fb863d5240bce386e3750cdf5ac968d97bcfeb09845a18f37fc118ef5f998f5ec16398dd5094fdc70ee91262efb8702d0553361a883ff2c46634effe6fcf9ae7 + "@furystack/utils": "npm:^8.2.3" + checksum: 10c0/ffdce396a771dfce9f1bf115557bf014d73164ba2dd354adc787cb711253a84377a614ad39a38ac14e5f1029ed4651538fd48eb5b2f2933de98c7be2cef786b0 languageName: node linkType: hard -"@furystack/logging@npm:^8.1.1": - version: 8.1.1 - resolution: "@furystack/logging@npm:8.1.1" +"@furystack/logging@npm:^8.1.3": + version: 8.1.3 + resolution: "@furystack/logging@npm:8.1.3" dependencies: - "@furystack/inject": "npm:^12.0.32" - checksum: 10c0/f9508731e88404574225bbfb5b3502e88001b0555037ec89e31321e7e7a566f669c9a5d464313fa5b96464b3a7eaa70ee227e223ad15f93cdbb32c720dbd1efc + "@furystack/inject": "npm:^12.0.34" + checksum: 10c0/39b917a365ed3d32a0b1f504df237aa34d93b52943fe0bdba5166f71049566d5909bbf6978061d4fdddd40f8ecd6bf1f30d81b4d385158caa41bb0aea8c5e869 languageName: node linkType: hard -"@furystack/repository@npm:^10.1.7": - version: 10.1.7 - resolution: "@furystack/repository@npm:10.1.7" +"@furystack/repository@npm:^10.1.9": + version: 10.1.9 + resolution: "@furystack/repository@npm:10.1.9" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/utils": "npm:^8.2.1" - checksum: 10c0/89a2fc017d5ee9cfcf41d850a364deab3b34c73ecb0394cb4f8ca656525cdad130f07816978733169e3e5434f7d41c30619d8433f170b852f1c04cf466868bfc + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/utils": "npm:^8.2.3" + checksum: 10c0/df07a8bde7fc2d730072de942ceaa1d913ecff06838a0b3b028721503e6bfcb695cb7c35c465fcdf12e768f61059619b986416bba7472f4f021f6a0e01792499 languageName: node linkType: hard -"@furystack/rest-client-fetch@npm:^8.1.3": - version: 8.1.3 - resolution: "@furystack/rest-client-fetch@npm:8.1.3" +"@furystack/rest-client-fetch@npm:^8.1.5": + version: 8.1.5 + resolution: "@furystack/rest-client-fetch@npm:8.1.5" dependencies: - "@furystack/rest": "npm:^8.1.1" + "@furystack/rest": "npm:^8.1.3" path-to-regexp: "npm:^8.3.0" - checksum: 10c0/79f335940e64ab4d61764bc55a67bbb6a457529bdcbbb03bf76893775938dfe1d519d5d1fa1ab3ed7e2e69a3abcd81c4ccd0e9372f88fa2d95ee39dda2d9d51c + checksum: 10c0/561282d3270f41ade0977f284e8f6bddfeff7d1befa12db6bfca46ddbff3953346051359e1e2c41f93ded543af9488b87714da897a2825d91d75755f56fd465c languageName: node linkType: hard -"@furystack/rest-service@npm:^12.3.1": - version: 12.3.1 - resolution: "@furystack/rest-service@npm:12.3.1" +"@furystack/rest-service@npm:^12.3.3": + version: 12.3.3 + resolution: "@furystack/rest-service@npm:12.3.3" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/repository": "npm:^10.1.7" - "@furystack/rest": "npm:^8.1.1" - "@furystack/security": "npm:^7.0.5" - "@furystack/utils": "npm:^8.2.1" + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/repository": "npm:^10.1.9" + "@furystack/rest": "npm:^8.1.3" + "@furystack/security": "npm:^7.0.7" + "@furystack/utils": "npm:^8.2.3" ajv: "npm:^8.18.0" ajv-formats: "npm:^3.0.1" path-to-regexp: "npm:^8.3.0" - checksum: 10c0/feb4a9abb56d6515213e2250873f6b25124db36597d5dfbd3fc9530b9401e17766f3e2b3733af97bc1cbede0bb4e3adc8ae9a2dcaebcd943c53993996d341d44 + checksum: 10c0/436427e06e27aa482126b034ec336e341c4281398625aa9a3248c15e0c05aed773d0246cc5998bb602da418548d671e9cb7e7caa28ed4659592c6868b263bbf4 languageName: node linkType: hard -"@furystack/rest@npm:^8.1.1": - version: 8.1.1 - resolution: "@furystack/rest@npm:8.1.1" +"@furystack/rest@npm:^8.1.3": + version: 8.1.3 + resolution: "@furystack/rest@npm:8.1.3" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - checksum: 10c0/095135849e1f156f417a7a11daab7457fe5f5e0eff4490723014d880fe2cb4b3290e076f1829965ab4722c5970fae62af50bc6ba0736fc7496f440b3bfd2f937 + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + checksum: 10c0/48de85b61ce452fa7b82b4ec3bf11b06a2a93fc7faaa502b794b00090b93475ff9e53677bdb2cf1728395692a25858b2e7801ab3b54ba53da04e27ec76e4f7fd languageName: node linkType: hard -"@furystack/security@npm:^7.0.5": - version: 7.0.5 - resolution: "@furystack/security@npm:7.0.5" +"@furystack/security@npm:^7.0.7": + version: 7.0.7 + resolution: "@furystack/security@npm:7.0.7" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/repository": "npm:^10.1.7" - checksum: 10c0/a9195a91a2c6746065b2d3f72148a16b966e9d211f136efbeddf5bc39b6fc904bc32d08796fd4e131de3f2d63d7564fea89107c77c82ced014203712b7e8cc47 + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/repository": "npm:^10.1.9" + checksum: 10c0/2f0a043068d1cd93bec6f4771fe1577c90a612e9df96db9437cf53f77b0cf18455e3ecf5671d0dc8dd3c4ff7efd38c2a3a0a4e86bbfed42997076be0b477788e languageName: node linkType: hard -"@furystack/sequelize-store@npm:^6.0.45": - version: 6.0.45 - resolution: "@furystack/sequelize-store@npm:6.0.45" +"@furystack/sequelize-store@npm:^6.0.47": + version: 6.0.47 + resolution: "@furystack/sequelize-store@npm:6.0.47" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/utils": "npm:^8.2.1" - sequelize: "npm:^6.37.7" - checksum: 10c0/199abbd17cb437bcbf374b04a97b87c7c4abd0edfacc8d50c5dc8ea89e1cf72823269b9f8f4ca7c59d67c800fa96b5e7763be5716cf0ddb1f77ff028ccff1144 + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/utils": "npm:^8.2.3" + sequelize: "npm:^6.37.8" + checksum: 10c0/ad05f3ca0b97b2e910189bc00c08a0d53977114e9064b222e480b7920d6d6ceb46f452fa08a88bd3ec47bc16518339692539c3d8e9464c2153ee732afe51459e languageName: node linkType: hard -"@furystack/shades-common-components@npm:^15.0.0": - version: 15.0.0 - resolution: "@furystack/shades-common-components@npm:15.0.0" +"@furystack/shades-common-components@npm:^15.0.2": + version: 15.0.2 + resolution: "@furystack/shades-common-components@npm:15.0.2" dependencies: - "@furystack/cache": "npm:^6.1.1" - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/shades": "npm:^13.1.0" - "@furystack/utils": "npm:^8.2.1" + "@furystack/cache": "npm:^6.1.3" + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/shades": "npm:^13.1.2" + "@furystack/utils": "npm:^8.2.3" path-to-regexp: "npm:^8.3.0" - checksum: 10c0/d616eac6a67dc73321fc8e35e972d886a94d0f36d40aafa1a98fa91996c1ec02dffc1771d08c9353ba70b419195376bd6e3ce28b90cc2f5349459fa2b8d747cd + checksum: 10c0/db3dfbff4e1acb0cf04cff15f547267259ebecc7f443a7765d5b2da010d247592c648d6e2e3ef1aed6429ac80d94706a2cc49e3221a281c47c725225f061f212 languageName: node linkType: hard -"@furystack/shades-lottie@npm:^9.0.1": - version: 9.0.1 - resolution: "@furystack/shades-lottie@npm:9.0.1" +"@furystack/shades-lottie@npm:^9.0.3": + version: 9.0.3 + resolution: "@furystack/shades-lottie@npm:9.0.3" dependencies: - "@furystack/shades": "npm:^13.1.0" + "@furystack/shades": "npm:^13.1.2" "@lottiefiles/lottie-player": "npm:^2.0.12" - checksum: 10c0/e5db2db1c388b567a7198d54fd22f958544eba7cc4914855a9de34bd89b23d80d1fd50f017a14b441b8459d07da306248aee8f0954b461c90bc1614cb1d727c1 + checksum: 10c0/a43bf52ae2e9cf1eb48df0e702ae727ba41af8d67e19f080fccd643b9ccbcbadaccc061c71d50d610f39449e5014aa28e09b911eb3e62110221b26d3817f634b languageName: node linkType: hard -"@furystack/shades-mfe@npm:^3.0.1": - version: 3.0.1 - resolution: "@furystack/shades-mfe@npm:3.0.1" +"@furystack/shades-mfe@npm:^3.0.3": + version: 3.0.3 + resolution: "@furystack/shades-mfe@npm:3.0.3" dependencies: - "@furystack/inject": "npm:^12.0.32" - "@furystack/shades": "npm:^13.1.0" - checksum: 10c0/153de1decf5366c9e01add8ac356ef33cd36133af0c0e8c61c1cc283e969acf0a8281bf090e48d56543ad2c0c9bae8192743dba7da77050b73227fbbff50302f + "@furystack/inject": "npm:^12.0.34" + "@furystack/shades": "npm:^13.1.2" + checksum: 10c0/519ce4b822a5decca0ae0b82756a9c3a2053036679068b08b3607cc1a766a6366cd169633e1652803a5a75d22121c21daf98e6e319ed7878c3eb9e4d233a8f39 languageName: node linkType: hard -"@furystack/shades@npm:^13.1.0": - version: 13.1.0 - resolution: "@furystack/shades@npm:13.1.0" +"@furystack/shades@npm:^13.1.2": + version: 13.1.2 + resolution: "@furystack/shades@npm:13.1.2" dependencies: - "@furystack/inject": "npm:^12.0.32" - "@furystack/rest": "npm:^8.1.1" - "@furystack/utils": "npm:^8.2.1" + "@furystack/inject": "npm:^12.0.34" + "@furystack/rest": "npm:^8.1.3" + "@furystack/utils": "npm:^8.2.3" path-to-regexp: "npm:^8.3.0" - checksum: 10c0/5926611d3377deaf70572f881c25c918e9a2ec8005e963e96ad9970bc1ec3e0a177d2e6665d17961353777a5d4a5011d1e8e2cdf07421d3712fed27d2fb40785 + checksum: 10c0/e59eff8b22371ca397968d82f3b6724cbb7aa94d8a16116aa00e79d7d21c70c8aee22970e08bd26b501a252b15999fb8b264f2751e0d89c74fdf3c45f508c6a6 languageName: node linkType: hard -"@furystack/utils@npm:^8.2.1": - version: 8.2.1 - resolution: "@furystack/utils@npm:8.2.1" - checksum: 10c0/cd9a3186958239779ff2105107b3334dbba9d7455efced57b1697ef3241c13510713c6144ac0f2e061854b07787e717d4da11fad6c22289b5ebca94d2c375580 +"@furystack/utils@npm:^8.2.3": + version: 8.2.3 + resolution: "@furystack/utils@npm:8.2.3" + checksum: 10c0/e7d1a36729763be3913a8d5d4b5b7427ca3142f4be692f2e8d85a64e0d99c9c318ee68fd5b4c7a29e95dc0ca5988afc63c7ee9b53e7a7dcba577fa570325c262 languageName: node linkType: hard -"@furystack/websocket-api@npm:^13.2.3": - version: 13.2.3 - resolution: "@furystack/websocket-api@npm:13.2.3" +"@furystack/websocket-api@npm:^13.2.5": + version: 13.2.5 + resolution: "@furystack/websocket-api@npm:13.2.5" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/inject": "npm:^12.0.32" - "@furystack/rest-service": "npm:^12.3.1" - "@furystack/utils": "npm:^8.2.1" - ws: "npm:^8.19.0" - checksum: 10c0/7b751f08f2ff6441e1057fc943e473f4524af771ee2a9c67384cb0c32170cd40c9f58cc40b747bd3b84297e9d6c736733ef36337c112723fa2db629f317c9073 + "@furystack/core": "npm:^16.0.2" + "@furystack/inject": "npm:^12.0.34" + "@furystack/rest-service": "npm:^12.3.3" + "@furystack/utils": "npm:^8.2.3" + ws: "npm:^8.20.0" + checksum: 10c0/897a19b8571cf659517a891de399ff786b14f08fed8c863143d8fce8c3116b1a74d42e9a474f021bb3cf4466e073372d907d3ce7b916ab6c62ceef1c7bb604bf languageName: node linkType: hard -"@furystack/yarn-plugin-changelog@npm:^1.0.6": - version: 1.0.6 - resolution: "@furystack/yarn-plugin-changelog@npm:1.0.6" +"@furystack/yarn-plugin-changelog@npm:^1.0.8": + version: 1.0.8 + resolution: "@furystack/yarn-plugin-changelog@npm:1.0.8" dependencies: - "@yarnpkg/cli": "npm:^4.12.0" - "@yarnpkg/core": "npm:^4.5.0" - "@yarnpkg/fslib": "npm:^3.1.4" + "@yarnpkg/cli": "npm:^4.13.0" + "@yarnpkg/core": "npm:^4.6.0" + "@yarnpkg/fslib": "npm:^3.1.5" clipanion: "npm:^4.0.0-rc.4" - checksum: 10c0/8c9f867a6b046f876c1f6a910a954d937d1277a1206ce3e099c284612f231dbdef4eeae1fe67fd06706568ccdd4f350fca07b2398c1b3151ea2186e665f18e12 + checksum: 10c0/2aebf35415f2c4ef0479fc4a8207841df184765e443701437177c55875e44095579ab576214b56f6c3ea3ce24eef47b8e1f1cad480b54811dd8163e0a93b60cd languageName: node linkType: hard "@gar/promise-retry@npm:^1.0.0": - version: 1.0.2 - resolution: "@gar/promise-retry@npm:1.0.2" - dependencies: - retry: "npm:^0.13.1" - checksum: 10c0/748a84fb0ab962f7867966f21dc24d1872c53c1656dd3352320fe69ad3b2043f2dfdb3be024c7636ce4904c5ba1da22d0f3558e489c3de578f5bb520f062d0fd - languageName: node - linkType: hard - -"@gar/promisify@npm:^1.0.1": - version: 1.1.3 - resolution: "@gar/promisify@npm:1.1.3" - checksum: 10c0/0b3c9958d3cd17f4add3574975e3115ae05dc7f1298a60810414b16f6f558c137b5fb3cd3905df380bacfd955ec13f67c1e6710cbb5c246a7e8d65a8289b2bff + version: 1.0.3 + resolution: "@gar/promise-retry@npm:1.0.3" + checksum: 10c0/885b02c8b0d75b2d215da25f3b639158c4fbe8fefe0d79163304534b9a6d0710db4b7699f7cd3cc1a730792bff04cbe19f4850a62d3e105a663eaeec88f38332 languageName: node linkType: hard @@ -1056,6 +882,17 @@ __metadata: languageName: node linkType: hard +"@napi-rs/wasm-runtime@npm:^1.1.1": + version: 1.1.1 + resolution: "@napi-rs/wasm-runtime@npm:1.1.1" + dependencies: + "@emnapi/core": "npm:^1.7.1" + "@emnapi/runtime": "npm:^1.7.1" + "@tybys/wasm-util": "npm:^0.10.1" + checksum: 10c0/04d57b67e80736e41fe44674a011878db0a8ad893f4d44abb9d3608debb7c174224cba2796ed5b0c1d367368159f3ca6be45f1c59222f70e32ddc880f803d447 + languageName: node + linkType: hard + "@noble/hashes@npm:^1.1.5": version: 1.8.0 resolution: "@noble/hashes@npm:1.8.0" @@ -1116,16 +953,6 @@ __metadata: languageName: node linkType: hard -"@npmcli/fs@npm:^1.0.0": - version: 1.1.1 - resolution: "@npmcli/fs@npm:1.1.1" - dependencies: - "@gar/promisify": "npm:^1.0.1" - semver: "npm:^7.3.5" - checksum: 10c0/4143c317a7542af9054018b71601e3c3392e6704e884561229695f099a71336cbd580df9a9ffb965d0024bf0ed593189ab58900fd1714baef1c9ee59c738c3e2 - languageName: node - linkType: hard - "@npmcli/fs@npm:^4.0.0": version: 4.0.0 resolution: "@npmcli/fs@npm:4.0.0" @@ -1144,13 +971,10 @@ __metadata: languageName: node linkType: hard -"@npmcli/move-file@npm:^1.0.1": - version: 1.1.2 - resolution: "@npmcli/move-file@npm:1.1.2" - dependencies: - mkdirp: "npm:^1.0.4" - rimraf: "npm:^3.0.2" - checksum: 10c0/02e946f3dafcc6743132fe2e0e2b585a96ca7265653a38df5a3e53fcf26c7c7a57fc0f861d7c689a23fdb6d6836c7eea5050c8086abf3c994feb2208d1514ff0 +"@npmcli/redact@npm:^4.0.0": + version: 4.0.0 + resolution: "@npmcli/redact@npm:4.0.0" + checksum: 10c0/a1e9ba9c70a6b40e175bda2c3dd8cfdaf096e6b7f7a132c855c083c8dfe545c3237cd56702e2e6627a580b1d63373599d49a1192c4078a85bf47bbde824df31c languageName: node linkType: hard @@ -1274,6 +1098,13 @@ __metadata: languageName: node linkType: hard +"@oxc-project/types@npm:=0.122.0": + version: 0.122.0 + resolution: "@oxc-project/types@npm:0.122.0" + checksum: 10c0/2c64dd0db949426fd0c86d4f61eded5902e7b7b166356a825bd3a248aeaa29a495f78918f66ab78e99644b67bd7556096e2a8123cec74ca4141c604f424f4f74 + languageName: node + linkType: hard + "@paralleldrive/cuid2@npm:^2.2.2": version: 2.3.1 resolution: "@paralleldrive/cuid2@npm:2.3.1" @@ -1308,178 +1139,117 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.59.0" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - -"@rollup/rollup-android-arm64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-android-arm64@npm:4.59.0" +"@rolldown/binding-android-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-android-arm64@npm:1.0.0-rc.12" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.59.0" +"@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-rc.12" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.59.0" +"@rolldown/binding-darwin-x64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-rc.12" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.59.0" - conditions: os=freebsd & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-freebsd-x64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-freebsd-x64@npm:4.59.0" +"@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-rc.12" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.59.0" - conditions: os=linux & cpu=arm & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm-musleabihf@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.59.0" - conditions: os=linux & cpu=arm & libc=musl +"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-rc.12" + conditions: os=linux & cpu=arm languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.59.0" +"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.59.0" +"@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-rc.12" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loong64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.59.0" - conditions: os=linux & cpu=loong64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-loong64-musl@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-loong64-musl@npm:4.59.0" - conditions: os=linux & cpu=loong64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-ppc64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.59.0" +"@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-ppc64-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-ppc64-musl@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.59.0" - conditions: os=linux & cpu=ppc64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-riscv64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.59.0" - conditions: os=linux & cpu=riscv64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-riscv64-musl@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.59.0" - conditions: os=linux & cpu=riscv64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-s390x-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.59.0" +"@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-s390x-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.59.0" +"@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-rc.12" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.59.0" +"@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-rc.12" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-openbsd-x64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-openbsd-x64@npm:4.59.0" - conditions: os=openbsd & cpu=x64 - languageName: node - linkType: hard - -"@rollup/rollup-openharmony-arm64@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-openharmony-arm64@npm:4.59.0" +"@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.0-rc.12" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.59.0" - conditions: os=win32 & cpu=arm64 +"@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-rc.12" + dependencies: + "@napi-rs/wasm-runtime": "npm:^1.1.1" + conditions: cpu=wasm32 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.59.0" - conditions: os=win32 & cpu=ia32 +"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-rc.12" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-gnu@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-win32-x64-gnu@npm:4.59.0" +"@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-rc.12" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.59.0": - version: 4.59.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.59.0" - conditions: os=win32 & cpu=x64 +"@rolldown/pluginutils@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "@rolldown/pluginutils@npm:1.0.0-rc.12" + checksum: 10c0/f785d1180ea4876bf6a6a67135822808d1c07f902409524ff1088779f7d5318f6e603d281fb107a5145c1ca54b7cabebd359629ec474ebbc2812f2cf53db4023 languageName: node linkType: hard @@ -1562,7 +1332,7 @@ __metadata: languageName: node linkType: hard -"@standard-schema/spec@npm:^1.0.0": +"@standard-schema/spec@npm:^1.1.0": version: 1.1.0 resolution: "@standard-schema/spec@npm:1.1.0" checksum: 10c0/d90f55acde4b2deb983529c87e8025fa693de1a5e8b49ecc6eb84d1fd96328add0e03d7d551442156c7432fd78165b2c26ff561b970a9a881f046abb78d6a526 @@ -1578,13 +1348,6 @@ __metadata: languageName: node linkType: hard -"@tootallnate/once@npm:1": - version: 1.1.2 - resolution: "@tootallnate/once@npm:1.1.2" - checksum: 10c0/8fe4d006e90422883a4fa9339dd05a83ff626806262e1710cee5758d493e8cbddf2db81c0e4690636dc840b02c9fda62877866ea774ebd07c1777ed5fafbdec6 - languageName: node - linkType: hard - "@tufjs/canonical-json@npm:2.0.0": version: 2.0.0 resolution: "@tufjs/canonical-json@npm:2.0.0" @@ -1602,6 +1365,15 @@ __metadata: languageName: node linkType: hard +"@tybys/wasm-util@npm:^0.10.1": + version: 0.10.1 + resolution: "@tybys/wasm-util@npm:0.10.1" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/b255094f293794c6d2289300c5fbcafbb5532a3aed3a5ffd2f8dc1828e639b88d75f6a376dd8f94347a44813fd7a7149d8463477a9a49525c8b2dcaa38c2d1e8 + languageName: node + linkType: hard + "@types/cacheable-request@npm:^6.0.1": version: 6.0.3 resolution: "@types/cacheable-request@npm:6.0.3" @@ -1625,11 +1397,11 @@ __metadata: linkType: hard "@types/debug@npm:^4.1.8": - version: 4.1.12 - resolution: "@types/debug@npm:4.1.12" + version: 4.1.13 + resolution: "@types/debug@npm:4.1.13" dependencies: "@types/ms": "npm:*" - checksum: 10c0/5dcd465edbb5a7f226e9a5efd1f399c6172407ef5840686b73e3608ce135eeca54ae8037dcd9f16bdb2768ac74925b820a8b9ecc588a58ca09eca6acabe33e2f + checksum: 10c0/e5e124021bbdb23a82727eee0a726ae0fc8a3ae1f57253cbcc47497f259afb357de7f6941375e773e1abbfa1604c1555b901a409d762ec2bb4c1612131d4afb7 languageName: node linkType: hard @@ -1654,7 +1426,7 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:1.0.8, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.6, @types/estree@npm:^1.0.8": +"@types/estree@npm:^1.0.0, @types/estree@npm:^1.0.6, @types/estree@npm:^1.0.8": version: 1.0.8 resolution: "@types/estree@npm:1.0.8" checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5 @@ -1684,15 +1456,15 @@ __metadata: languageName: node linkType: hard -"@types/jsdom@npm:^28.0.0": - version: 28.0.0 - resolution: "@types/jsdom@npm:28.0.0" +"@types/jsdom@npm:^28.0.1": + version: 28.0.1 + resolution: "@types/jsdom@npm:28.0.1" dependencies: "@types/node": "npm:*" "@types/tough-cookie": "npm:*" parse5: "npm:^7.0.0" undici-types: "npm:^7.21.0" - checksum: 10c0/7b4b06dee1c611e37766ae2c5f92b0a881e3a2da8e38cc34999e812ab030b54b7250b0b9cc9af24dbeadc0fc2d341cc4e0adc5e5ca7d624d134ced1414a1ea5e + checksum: 10c0/4d0e412b4de5389279544ff227c6bacf6a8cb3e2fcabf8b543026568444c60e770848ba752cd134ef90f6ce3e7bafd3158b2a3dc1947c2961a5824b12d15bfac languageName: node linkType: hard @@ -1726,12 +1498,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*": - version: 25.3.3 - resolution: "@types/node@npm:25.3.3" +"@types/node@npm:*, @types/node@npm:^25.5.0": + version: 25.5.0 + resolution: "@types/node@npm:25.5.0" dependencies: undici-types: "npm:~7.18.0" - checksum: 10c0/63e1d3816a9f4a706ab5d588d18cb98aa824b97748ff585537d327528e9438f58f69f45c7762e7cd3a1ab32c1619f551aabe8075d13172f9273cf10f6d83ab91 + checksum: 10c0/70c508165b6758c4f88d4f91abca526c3985eee1985503d4c2bd994dbaf588e52ac57e571160f18f117d76e963570ac82bd20e743c18987e82564312b3b62119 languageName: node linkType: hard @@ -1744,15 +1516,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^25.4.0": - version: 25.4.0 - resolution: "@types/node@npm:25.4.0" - dependencies: - undici-types: "npm:~7.18.0" - checksum: 10c0/da81e8b0a3a57964b1b5f85d134bfefc1b923fd67ed41756842348a049d7915b72e8773f5598d6929b9cb8119c2427993c55d364fd93bd572a3450e58b98a60e - languageName: node - linkType: hard - "@types/pako@npm:^1.0.1": version: 1.0.7 resolution: "@types/pako@npm:1.0.7" @@ -1818,151 +1581,105 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.57.0" +"@typescript-eslint/eslint-plugin@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/eslint-plugin@npm:8.57.2" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.57.0" - "@typescript-eslint/type-utils": "npm:8.57.0" - "@typescript-eslint/utils": "npm:8.57.0" - "@typescript-eslint/visitor-keys": "npm:8.57.0" + "@typescript-eslint/scope-manager": "npm:8.57.2" + "@typescript-eslint/type-utils": "npm:8.57.2" + "@typescript-eslint/utils": "npm:8.57.2" + "@typescript-eslint/visitor-keys": "npm:8.57.2" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.4.0" peerDependencies: - "@typescript-eslint/parser": ^8.57.0 + "@typescript-eslint/parser": ^8.57.2 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/600033b98dd96e11bb0e22ff77dcaa0f9e9135b60046267059296ce8c8870dfabcddf40d5c8b62415eb3e2133e77a1fb1ac08dca42b859533dd85fbba1f220f7 + checksum: 10c0/92f3a45f6c2104cef5294bfba972c475b1d3fafb6070efa1178b38cb951e7dfbaf89eae50bfd95f4a476fe51783e218b115bd7cbc09fc9bc7c0ca6c5233861d2 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/parser@npm:8.57.0" +"@typescript-eslint/parser@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/parser@npm:8.57.2" dependencies: - "@typescript-eslint/scope-manager": "npm:8.57.0" - "@typescript-eslint/types": "npm:8.57.0" - "@typescript-eslint/typescript-estree": "npm:8.57.0" - "@typescript-eslint/visitor-keys": "npm:8.57.0" + "@typescript-eslint/scope-manager": "npm:8.57.2" + "@typescript-eslint/types": "npm:8.57.2" + "@typescript-eslint/typescript-estree": "npm:8.57.2" + "@typescript-eslint/visitor-keys": "npm:8.57.2" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/c224e0802cdc42ad7c79553018d6572370eff6539b3cb92220e44da3931dfe7e94a11fcea7d30d9c9366e76d50488c8c9d59002ba52dd6818fdc598280f7990c + checksum: 10c0/afd8a30bd42ac56b212f3182d1b60e4556542eb22147b5b7a9a606d3c79ee35e596baf0bd7672d7e236472d246efc86e06265a46be26150ac12b05e4c45d16a6 languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/project-service@npm:8.56.1" +"@typescript-eslint/project-service@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/project-service@npm:8.57.2" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.56.1" - "@typescript-eslint/types": "npm:^8.56.1" + "@typescript-eslint/tsconfig-utils": "npm:^8.57.2" + "@typescript-eslint/types": "npm:^8.57.2" debug: "npm:^4.4.3" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/ca61cde575233bc79046d73ddd330d183fb3cbb941fddc31919336317cda39885c59296e2e5401b03d9325a64a629e842fd66865705ff0d85d83ee3ee40871e8 - languageName: node - linkType: hard - -"@typescript-eslint/project-service@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/project-service@npm:8.57.0" - dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.57.0" - "@typescript-eslint/types": "npm:^8.57.0" - debug: "npm:^4.4.3" - peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/f97c25ad9c39957fc58fba21dbc8ce928d3889f95b0ecc93b477da3ce9bb6057bf866cac8114c0c93c455f68d0fb5b0042dc4771e436f07cd9c975bc61f3221f - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/scope-manager@npm:8.56.1" - dependencies: - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" - checksum: 10c0/89cc1af2635eee23f2aa2ff87c08f88f3ad972ebf67eaacdc604a4ef4178535682bad73fd086e6f3c542e4e5d874253349af10d58291d079cc29c6c7e9831de4 + checksum: 10c0/f84e3165b0a214318d4bc119018b87c044170d7638945e84bd4cee2d752b62c1797ce722ca1161cd06f48512d0115ef75500e6c8fc01005ad4bb39fb48dd77bf languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/scope-manager@npm:8.57.0" +"@typescript-eslint/scope-manager@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/scope-manager@npm:8.57.2" dependencies: - "@typescript-eslint/types": "npm:8.57.0" - "@typescript-eslint/visitor-keys": "npm:8.57.0" - checksum: 10c0/a3e1243044f4634a36308f0d027db97ef686ed88cb93183feee1ba0a6de4eaa8824bb63b79075241c0a275d989d5f2641a6341cc785a6c688ee6f0d05c07d723 - languageName: node - linkType: hard - -"@typescript-eslint/tsconfig-utils@npm:8.56.1, @typescript-eslint/tsconfig-utils@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.56.1" - peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d03b64d7ff19020beeefa493ae667c2e67a4547d25a3ecb9210a3a52afe980c093d772a91014bae699ee148bfb60cc659479e02bfc2946ea06954a8478ef1fe1 + "@typescript-eslint/types": "npm:8.57.2" + "@typescript-eslint/visitor-keys": "npm:8.57.2" + checksum: 10c0/532b1a97a5c2fce51400fa1a94e09615b4df84ce1f2d107206a3f3935074cada396a3e30f155582a698981832868e1afea1641ff779ad9456fdc94169b7def64 languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.57.0, @typescript-eslint/tsconfig-utils@npm:^8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.57.0" +"@typescript-eslint/tsconfig-utils@npm:8.57.2, @typescript-eslint/tsconfig-utils@npm:^8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.57.2" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d63f4de1a9d39c208b05a93df838318ff48af0a6ae561395d1860a8fd1fc552d47cc08065c445e084fb67bfac1c5a477183213477ed2bca688b9409cbeda3965 + checksum: 10c0/199dad2d96efc88ce94f5f3e12e97205537bf7a7152e56ef1d84dfbe7bd1babebea9b9f396c01b6c447505a4eb02c1cbbd2c28828c587b51b41b15d017a11d2f languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/type-utils@npm:8.57.0" +"@typescript-eslint/type-utils@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/type-utils@npm:8.57.2" dependencies: - "@typescript-eslint/types": "npm:8.57.0" - "@typescript-eslint/typescript-estree": "npm:8.57.0" - "@typescript-eslint/utils": "npm:8.57.0" + "@typescript-eslint/types": "npm:8.57.2" + "@typescript-eslint/typescript-estree": "npm:8.57.2" + "@typescript-eslint/utils": "npm:8.57.2" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.4.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/55fd3b6b71d76602cead51fe3ea246eb908e2614bbe092fae26d9320f73c2f107e82d28e2cf509b61ea5f29d5b1fa32046bef0823cea63105bc35c15319e95ec - languageName: node - linkType: hard - -"@typescript-eslint/types@npm:8.56.1, @typescript-eslint/types@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/types@npm:8.56.1" - checksum: 10c0/e5a0318abddf0c4f98da3039cb10b3c0601c8601f7a9f7043630f0d622dabfe83a4cd833545ad3531fc846e46ca2874377277b392c2490dffec279d9242d827b + checksum: 10c0/9c479cd0e809d26b7da7b31e830520bc016aaf528bc10a8b8279374808cb76a27f1b4adc77c84156417dc70f6a9e8604f47717b555a27293da2b9b5cfda70411 languageName: node linkType: hard -"@typescript-eslint/types@npm:8.57.0, @typescript-eslint/types@npm:^8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/types@npm:8.57.0" - checksum: 10c0/69eb21a9a550f17ce9445b7bfab9099d6a43fa33f79506df966793077d73423dad7612f33a7efb1e09f4403a889ba6b7a44987cf3e6fea0e63a373022226bc68 +"@typescript-eslint/types@npm:8.57.2, @typescript-eslint/types@npm:^8.54.0, @typescript-eslint/types@npm:^8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/types@npm:8.57.2" + checksum: 10c0/3cd87dd77d28b3ac2fed56a17909b0d11633628d4d733aa148dfd7af72e2cc3ec0e6114b72fac0ff538e8a47e907b4b10dab4095170ae1bd73719ef0b8eaf2e7 languageName: node linkType: hard -"@typescript-eslint/types@npm:^8.54.0": - version: 8.54.0 - resolution: "@typescript-eslint/types@npm:8.54.0" - checksum: 10c0/2219594fe5e8931ff91fd1b7a2606d33cd4f093d43f9ca71bcaa37f106ef79ad51f830dea51392f7e3d8bca77f7077ef98733f87bc008fad2f0bbd9ea5fb8a40 - languageName: node - linkType: hard - -"@typescript-eslint/typescript-estree@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.56.1" +"@typescript-eslint/typescript-estree@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/typescript-estree@npm:8.57.2" dependencies: - "@typescript-eslint/project-service": "npm:8.56.1" - "@typescript-eslint/tsconfig-utils": "npm:8.56.1" - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/visitor-keys": "npm:8.56.1" + "@typescript-eslint/project-service": "npm:8.57.2" + "@typescript-eslint/tsconfig-utils": "npm:8.57.2" + "@typescript-eslint/types": "npm:8.57.2" + "@typescript-eslint/visitor-keys": "npm:8.57.2" debug: "npm:^4.4.3" minimatch: "npm:^10.2.2" semver: "npm:^7.7.3" @@ -1970,94 +1687,32 @@ __metadata: ts-api-utils: "npm:^2.4.0" peerDependencies: typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/92f4421dac41be289761200dc2ed85974fa451deacb09490ae1870a25b71b97218e609a90d4addba9ded5b2abdebc265c9db7f6e9ce6d29ed20e89b8487e9618 + checksum: 10c0/2c5d143f0abbafd07a45f0b956aab5d6487b27f74fe93bee93e0a3f8edc8913f1522faf8d7d5215f3809a8d12f5729910ea522156552f2481b66e6d05ab311ae languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.57.0" - dependencies: - "@typescript-eslint/project-service": "npm:8.57.0" - "@typescript-eslint/tsconfig-utils": "npm:8.57.0" - "@typescript-eslint/types": "npm:8.57.0" - "@typescript-eslint/visitor-keys": "npm:8.57.0" - debug: "npm:^4.4.3" - minimatch: "npm:^10.2.2" - semver: "npm:^7.7.3" - tinyglobby: "npm:^0.2.15" - ts-api-utils: "npm:^2.4.0" - peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/2b72ff255b6711d529496bcae38869e3809b15761252809743d80d01e3efa5a62ebaafc24b96b16a245a8d0bd307958a3e9ab31434d03a87acedbdd5e01c18be - languageName: node - linkType: hard - -"@typescript-eslint/utils@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/utils@npm:8.57.0" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.57.0" - "@typescript-eslint/types": "npm:8.57.0" - "@typescript-eslint/typescript-estree": "npm:8.57.0" - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d2c5803a7eaae71ce4cf1435fdc0ab0243e8924647b39bc823e42bc7604f6e01cdcb101eaf9c0eec91fe1bd272e5533041b8a40017679b164be11f32242f292b - languageName: node - linkType: hard - -"@typescript-eslint/utils@npm:^8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/utils@npm:8.56.1" +"@typescript-eslint/utils@npm:8.57.2, @typescript-eslint/utils@npm:^8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/utils@npm:8.57.2" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.56.1" - "@typescript-eslint/types": "npm:8.56.1" - "@typescript-eslint/typescript-estree": "npm:8.56.1" + "@typescript-eslint/scope-manager": "npm:8.57.2" + "@typescript-eslint/types": "npm:8.57.2" + "@typescript-eslint/typescript-estree": "npm:8.57.2" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/d9ffd9b2944a2c425e0532f71dc61e61d0a923d1a17733cf2777c2a4ae638307d12d44f63b33b6b3dc62f02f47db93ec49344ecefe17b76ee3e4fb0833325be3 - languageName: node - linkType: hard - -"@typescript-eslint/visitor-keys@npm:8.56.1": - version: 8.56.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.56.1" - dependencies: - "@typescript-eslint/types": "npm:8.56.1" - eslint-visitor-keys: "npm:^5.0.0" - checksum: 10c0/86d97905dec1af964cc177c185933d040449acf6006096497f2e0093c6a53eb92b3ac1db9eb40a5a2e8d91160f558c9734331a9280797f09f284c38978b22190 + checksum: 10c0/5771f3d4206004cc817a6556a472926b4c1c885dc448049c10ffab1d5aac7bd59450a391fb57ce8ef31a8367e9c8ddb3bc9370c4e83fc8b61f50fd5189390e8f languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.57.0": - version: 8.57.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.57.0" +"@typescript-eslint/visitor-keys@npm:8.57.2": + version: 8.57.2 + resolution: "@typescript-eslint/visitor-keys@npm:8.57.2" dependencies: - "@typescript-eslint/types": "npm:8.57.0" + "@typescript-eslint/types": "npm:8.57.2" eslint-visitor-keys: "npm:^5.0.0" - checksum: 10c0/4e585126b7b10f04c8d52166a473b715038793c87c7b7a1dbd0f577b017896db8545d6ea13bd191c12cf951dfdac23884b3e9bf0bb6f44afea38ae9eae5d7a6a - languageName: node - linkType: hard - -"@videojs/http-streaming@npm:^3.17.2": - version: 3.17.3 - resolution: "@videojs/http-streaming@npm:3.17.3" - dependencies: - "@babel/runtime": "npm:^7.12.5" - "@videojs/vhs-utils": "npm:^4.1.1" - aes-decrypter: "npm:^4.0.2" - global: "npm:^4.4.0" - m3u8-parser: "npm:^7.2.0" - mpd-parser: "npm:^1.3.1" - mux.js: "npm:7.1.0" - video.js: "npm:^7 || ^8" - peerDependencies: - video.js: ^8.19.0 - checksum: 10c0/cfdb0eeb627d879db272471248f162df2513fab8309ac0cbb631e6ac56916fa98468a40937fae8a84df1a23f26edf7235e93425ffa225aea26e24318fa414f9a + checksum: 10c0/8ceb8c228bf97b3e4b343bf6e42a91998d2522f459eb6b53c6bfad4898a9df74295660893dee6b698bdbbda537e968bfc13a3c56fc341089ebfba13db766a574 languageName: node linkType: hard @@ -2100,107 +1755,109 @@ __metadata: languageName: node linkType: hard -"@vitest/coverage-v8@npm:^4.0.18": - version: 4.0.18 - resolution: "@vitest/coverage-v8@npm:4.0.18" +"@vitest/coverage-v8@npm:^4.1.2": + version: 4.1.2 + resolution: "@vitest/coverage-v8@npm:4.1.2" dependencies: "@bcoe/v8-coverage": "npm:^1.0.2" - "@vitest/utils": "npm:4.0.18" - ast-v8-to-istanbul: "npm:^0.3.10" + "@vitest/utils": "npm:4.1.2" + ast-v8-to-istanbul: "npm:^1.0.0" istanbul-lib-coverage: "npm:^3.2.2" istanbul-lib-report: "npm:^3.0.1" istanbul-reports: "npm:^3.2.0" - magicast: "npm:^0.5.1" + magicast: "npm:^0.5.2" obug: "npm:^2.1.1" - std-env: "npm:^3.10.0" - tinyrainbow: "npm:^3.0.3" + std-env: "npm:^4.0.0-rc.1" + tinyrainbow: "npm:^3.1.0" peerDependencies: - "@vitest/browser": 4.0.18 - vitest: 4.0.18 + "@vitest/browser": 4.1.2 + vitest: 4.1.2 peerDependenciesMeta: "@vitest/browser": optional: true - checksum: 10c0/e23e0da86f0b2a020c51562bc40ebdc7fc7553c24f8071dfb39a6df0161badbd5eaf2eebbf8ceaef18933a18c1934ff52d1c0c4bde77bb87e0c1feb0c8cbee4d + checksum: 10c0/2f4488efb34a5d9e3a70631ba263e153eecba8ec0da52cb874cdc674c88369061706572b9fc0c302376fd1de58aedc86a2f9f75e5a521084e31a1446c85f2c40 languageName: node linkType: hard -"@vitest/expect@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/expect@npm:4.0.18" +"@vitest/expect@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/expect@npm:4.1.2" dependencies: - "@standard-schema/spec": "npm:^1.0.0" + "@standard-schema/spec": "npm:^1.1.0" "@types/chai": "npm:^5.2.2" - "@vitest/spy": "npm:4.0.18" - "@vitest/utils": "npm:4.0.18" - chai: "npm:^6.2.1" - tinyrainbow: "npm:^3.0.3" - checksum: 10c0/123b0aa111682e82ec5289186df18037b1a1768700e468ee0f9879709aaa320cf790463c15c0d8ee10df92b402f4394baf5d27797e604d78e674766d87bcaadc + "@vitest/spy": "npm:4.1.2" + "@vitest/utils": "npm:4.1.2" + chai: "npm:^6.2.2" + tinyrainbow: "npm:^3.1.0" + checksum: 10c0/e238c833b5555d31b074545807956d5e874a1ef725525ecc99f1885b71b230b2127d40d8d142a7253666b8565d5806723853e85e0e99265520ec7506fdc5890c languageName: node linkType: hard -"@vitest/mocker@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/mocker@npm:4.0.18" +"@vitest/mocker@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/mocker@npm:4.1.2" dependencies: - "@vitest/spy": "npm:4.0.18" + "@vitest/spy": "npm:4.1.2" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" peerDependencies: msw: ^2.4.9 - vite: ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: msw: optional: true vite: optional: true - checksum: 10c0/fb0a257e7e167759d4ad228d53fa7bad2267586459c4a62188f2043dd7163b4b02e1e496dc3c227837f776e7d73d6c4343613e89e7da379d9d30de8260f1ee4b + checksum: 10c0/f23094f3c7e1e5af42e6a468f0815c1ecdcab85cb3a56ab6f3f214a9808a40271467d4352cae972482b9738cc31c62c7312d8b0da227d6ea03d2b3aacb8d385f languageName: node linkType: hard -"@vitest/pretty-format@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/pretty-format@npm:4.0.18" +"@vitest/pretty-format@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/pretty-format@npm:4.1.2" dependencies: - tinyrainbow: "npm:^3.0.3" - checksum: 10c0/0086b8c88eeca896d8e4b98fcdef452c8041a1b63eb9e85d3e0bcc96c8aa76d8e9e0b6990ebb0bb0a697c4ebab347e7735888b24f507dbff2742ddce7723fd94 + tinyrainbow: "npm:^3.1.0" + checksum: 10c0/6f57519c707e6a3d1ff8630ca87ce78fda9bf7bb33f6e4a0c775a8b510f2a6cee109849e2cdb736b0280681c567bd03e4cff724cbf0962950c9ff81377f0b2bc languageName: node linkType: hard -"@vitest/runner@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/runner@npm:4.0.18" +"@vitest/runner@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/runner@npm:4.1.2" dependencies: - "@vitest/utils": "npm:4.0.18" + "@vitest/utils": "npm:4.1.2" pathe: "npm:^2.0.3" - checksum: 10c0/fdb4afa411475133c05ba266c8092eaf1e56cbd5fb601f92ec6ccb9bab7ca52e06733ee8626599355cba4ee71cb3a8f28c84d3b69dc972e41047edc50229bc01 + checksum: 10c0/35654a87bd27983443adc24d68529d624f7d70e0386176741dc5bcc4188b86a70af2c512405d7e97aa45c16d83e1c8566c1f99c8440430f95557275f18612d21 languageName: node linkType: hard -"@vitest/snapshot@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/snapshot@npm:4.0.18" +"@vitest/snapshot@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/snapshot@npm:4.1.2" dependencies: - "@vitest/pretty-format": "npm:4.0.18" + "@vitest/pretty-format": "npm:4.1.2" + "@vitest/utils": "npm:4.1.2" magic-string: "npm:^0.30.21" pathe: "npm:^2.0.3" - checksum: 10c0/d3bfefa558db9a69a66886ace6575eb96903a5ba59f4d9a5d0fecb4acc2bb8dbb443ef409f5ac1475f2e1add30bd1d71280f98912da35e89c75829df9e84ea43 + checksum: 10c0/6d20e92386937afddbc81344211e554b83a559e20fb10c1deb0b1c3532994dc9fc62d816706ac835bdb737eb1ab02e9c0bc9de80dd8316060e1e0aaa447ba48f languageName: node linkType: hard -"@vitest/spy@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/spy@npm:4.0.18" - checksum: 10c0/6de537890b3994fcadb8e8d8ac05942320ae184f071ec395d978a5fba7fa928cbb0c5de85af86a1c165706c466e840de8779eaff8c93450c511c7abaeb9b8a4e +"@vitest/spy@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/spy@npm:4.1.2" + checksum: 10c0/2b5888d536d3e2083c5f8939763e6d780c2c03cc60e1ab45f9d04eacf14467acb9724cae1c4778e4c06426d49d04517e190122882953054a4b13fda44780bb14 languageName: node linkType: hard -"@vitest/utils@npm:4.0.18": - version: 4.0.18 - resolution: "@vitest/utils@npm:4.0.18" +"@vitest/utils@npm:4.1.2": + version: 4.1.2 + resolution: "@vitest/utils@npm:4.1.2" dependencies: - "@vitest/pretty-format": "npm:4.0.18" - tinyrainbow: "npm:^3.0.3" - checksum: 10c0/4a3c43c1421eb90f38576926496f6c80056167ba111e63f77cf118983902673737a1a38880b890d7c06ec0a12475024587344ee502b3c43093781533022f2aeb + "@vitest/pretty-format": "npm:4.1.2" + convert-source-map: "npm:^2.0.0" + tinyrainbow: "npm:^3.1.0" + checksum: 10c0/d96475e0703b6e5208c6c0f570c1235278cbac3f3913a9aa4203a3e617c9eaca85a184bfd5d13cf366b84754df787ab8bc85242c5e0c63105ee7176c186a2136 languageName: node linkType: hard @@ -2239,31 +1896,31 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/cli@npm:^4.12.0": - version: 4.12.0 - resolution: "@yarnpkg/cli@npm:4.12.0" +"@yarnpkg/cli@npm:^4.13.0": + version: 4.13.0 + resolution: "@yarnpkg/cli@npm:4.13.0" dependencies: - "@yarnpkg/core": "npm:^4.5.0" - "@yarnpkg/fslib": "npm:^3.1.4" + "@yarnpkg/core": "npm:^4.6.0" + "@yarnpkg/fslib": "npm:^3.1.5" "@yarnpkg/libzip": "npm:^3.2.2" "@yarnpkg/parsers": "npm:^3.0.3" "@yarnpkg/plugin-catalog": "npm:^1.0.2" "@yarnpkg/plugin-compat": "npm:^4.0.12" "@yarnpkg/plugin-constraints": "npm:^4.0.5" "@yarnpkg/plugin-dlx": "npm:^4.0.2" - "@yarnpkg/plugin-essentials": "npm:^4.4.4" + "@yarnpkg/plugin-essentials": "npm:^4.4.5" "@yarnpkg/plugin-exec": "npm:^3.0.2" "@yarnpkg/plugin-file": "npm:^3.0.2" "@yarnpkg/plugin-git": "npm:^3.1.4" "@yarnpkg/plugin-github": "npm:^3.0.2" "@yarnpkg/plugin-http": "npm:^3.0.3" "@yarnpkg/plugin-init": "npm:^4.1.2" - "@yarnpkg/plugin-interactive-tools": "npm:^4.0.3" + "@yarnpkg/plugin-interactive-tools": "npm:^4.1.0" "@yarnpkg/plugin-jsr": "npm:^1.1.1" "@yarnpkg/plugin-link": "npm:^3.0.2" "@yarnpkg/plugin-nm": "npm:^4.0.8" - "@yarnpkg/plugin-npm": "npm:^3.4.0" - "@yarnpkg/plugin-npm-cli": "npm:^4.4.0" + "@yarnpkg/plugin-npm": "npm:^3.4.1" + "@yarnpkg/plugin-npm-cli": "npm:^4.4.1" "@yarnpkg/plugin-pack": "npm:^4.0.4" "@yarnpkg/plugin-patch": "npm:^4.0.3" "@yarnpkg/plugin-pnp": "npm:^4.1.3" @@ -2271,7 +1928,7 @@ __metadata: "@yarnpkg/plugin-stage": "npm:^4.0.2" "@yarnpkg/plugin-typescript": "npm:^4.1.3" "@yarnpkg/plugin-version": "npm:^4.2.0" - "@yarnpkg/plugin-workspace-tools": "npm:^4.1.6" + "@yarnpkg/plugin-workspace-tools": "npm:^4.1.7" "@yarnpkg/shell": "npm:^4.1.3" ci-info: "npm:^4.0.0" clipanion: "npm:^4.0.0-rc.2" @@ -2279,19 +1936,19 @@ __metadata: tslib: "npm:^2.4.0" typanion: "npm:^3.14.0" peerDependencies: - "@yarnpkg/core": ^4.5.0 - checksum: 10c0/eaa7b75f072524b9576a4cf82ef65c49b20dac586382bf00503bfa9d512f178391b3b290a5ba5179068af496b405b9bd6967f9f7cfd4c46add94e724b33ef2df + "@yarnpkg/core": ^4.6.0 + checksum: 10c0/b5a1e87008e5b97fc31641c08746086976067bf5260de68b1f9f9e2962b9630b3e563888edb68853f838cd7878fe092766acac86592d3db00a78e7004f8f1151 languageName: node linkType: hard -"@yarnpkg/core@npm:^4.4.2, @yarnpkg/core@npm:^4.5.0": - version: 4.5.0 - resolution: "@yarnpkg/core@npm:4.5.0" +"@yarnpkg/core@npm:^4.4.2, @yarnpkg/core@npm:^4.6.0": + version: 4.6.0 + resolution: "@yarnpkg/core@npm:4.6.0" dependencies: "@arcanis/slice-ansi": "npm:^1.1.1" "@types/semver": "npm:^7.1.0" "@types/treeify": "npm:^1.0.0" - "@yarnpkg/fslib": "npm:^3.1.4" + "@yarnpkg/fslib": "npm:^3.1.5" "@yarnpkg/libzip": "npm:^3.2.2" "@yarnpkg/parsers": "npm:^3.0.3" "@yarnpkg/shell": "npm:^4.1.3" @@ -2310,11 +1967,11 @@ __metadata: p-limit: "npm:^2.2.0" semver: "npm:^7.1.2" strip-ansi: "npm:^6.0.0" - tar: "npm:^6.0.5" + tar: "npm:^7.5.3" tinylogic: "npm:^2.0.0" treeify: "npm:^1.1.0" tslib: "npm:^2.4.0" - checksum: 10c0/3fc4a161d243279c3d554a723dd21192bdaade0c852daffdb991e8411e3874ec1c50547d5bcc1abd14395290b820e3714f4d5a02a7bafcfd65509ad40dbeb2d1 + checksum: 10c0/69c5f388c75f30001fd2c7cb6e4381d8f9f862a8f535a0c44b82f9cef087c7fc2464402af202700da56ca8ca0153a62727e3602dcfa68e5d29cfa60ab1d54d3a languageName: node linkType: hard @@ -2327,24 +1984,24 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/fslib@npm:^3.1.2, @yarnpkg/fslib@npm:^3.1.3, @yarnpkg/fslib@npm:^3.1.4": - version: 3.1.4 - resolution: "@yarnpkg/fslib@npm:3.1.4" +"@yarnpkg/fslib@npm:^3.1.2, @yarnpkg/fslib@npm:^3.1.3, @yarnpkg/fslib@npm:^3.1.4, @yarnpkg/fslib@npm:^3.1.5": + version: 3.1.5 + resolution: "@yarnpkg/fslib@npm:3.1.5" dependencies: tslib: "npm:^2.4.0" - checksum: 10c0/d38e108a6349b34b6bd885ad9fc8dcc3b7d50be5e54246e260cba899a80b5c91c8e9b27ad1e9c59b2d46e02cc07f8b7d839a851e388aa568d6efc85f5d6d10dc + checksum: 10c0/e360209a31d60cc8452417cdd750d9d7c5face37eb3508de2947477509f3a93c6c5d0737bf1a3a270bce5ef16dd4f5a562fb9489c7d9b80aa10cc787c45485d3 languageName: node linkType: hard -"@yarnpkg/libui@npm:^3.0.2": - version: 3.0.2 - resolution: "@yarnpkg/libui@npm:3.0.2" +"@yarnpkg/libui@npm:^3.0.2, @yarnpkg/libui@npm:^3.1.0": + version: 3.1.0 + resolution: "@yarnpkg/libui@npm:3.1.0" dependencies: tslib: "npm:^2.4.0" peerDependencies: ink: ^3.0.8 react: ^17.0.2 - checksum: 10c0/ca9523992c2168864e334da4e83f682c65616e7d25a02fd3e8900b4ee22577e861f7beb62b3ca327c1b0b59b858a47ca70b3e48e92900790e134c1b698efa2df + checksum: 10c0/2466e152027c7d7ba801129c3dd2360169b3d0a79e56cbf5384f2f1e2c615a6e37f170dae0dde9efd0b23871908a0b1cf9175b737d682689a3720d1a304bc661 languageName: node linkType: hard @@ -2437,11 +2094,11 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/plugin-essentials@npm:^4.4.4": - version: 4.4.4 - resolution: "@yarnpkg/plugin-essentials@npm:4.4.4" +"@yarnpkg/plugin-essentials@npm:^4.4.5": + version: 4.4.5 + resolution: "@yarnpkg/plugin-essentials@npm:4.4.5" dependencies: - "@yarnpkg/fslib": "npm:^3.1.3" + "@yarnpkg/fslib": "npm:^3.1.5" "@yarnpkg/parsers": "npm:^3.0.3" ci-info: "npm:^4.0.0" clipanion: "npm:^4.0.0-rc.2" @@ -2450,12 +2107,12 @@ __metadata: micromatch: "npm:^4.0.2" semver: "npm:^7.1.2" tslib: "npm:^2.4.0" - typanion: "npm:^3.14.0" - peerDependencies: - "@yarnpkg/cli": ^4.10.0 - "@yarnpkg/core": ^4.4.4 - "@yarnpkg/plugin-git": ^3.1.3 - checksum: 10c0/ed0545652ab404f028ce9996dc2780d66eb75dd5855b7213392456703ffc0aa33224a1f81df64fca1e17103f44d1644a2d3b0b688525dba96e6069c738e95691 + typanion: "npm:^3.14.0" + peerDependencies: + "@yarnpkg/cli": ^4.13.0 + "@yarnpkg/core": ^4.6.0 + "@yarnpkg/plugin-git": ^3.1.4 + checksum: 10c0/1cd74b5b93a6fe3c4fc0fe840b09c0f1d71d9322bcc71a943354a460bbfe2cb15609c311d304a84f67e379c516e01ee4efcd33682d6726b968d4fc91d425ba5d languageName: node linkType: hard @@ -2539,11 +2196,11 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/plugin-interactive-tools@npm:^4.0.3": - version: 4.0.3 - resolution: "@yarnpkg/plugin-interactive-tools@npm:4.0.3" +"@yarnpkg/plugin-interactive-tools@npm:^4.1.0": + version: 4.1.0 + resolution: "@yarnpkg/plugin-interactive-tools@npm:4.1.0" dependencies: - "@yarnpkg/libui": "npm:^3.0.2" + "@yarnpkg/libui": "npm:^3.1.0" algoliasearch: "npm:^4.2.0" clipanion: "npm:^4.0.0-rc.2" diff: "npm:^5.1.0" @@ -2552,11 +2209,12 @@ __metadata: react: "npm:^17.0.2" semver: "npm:^7.1.2" tslib: "npm:^2.4.0" + typanion: "npm:^3.14.0" peerDependencies: - "@yarnpkg/cli": ^4.9.2 - "@yarnpkg/core": ^4.4.2 - "@yarnpkg/plugin-essentials": ^4.4.1 - checksum: 10c0/efbb765cef645ee54bf45cf4033da2e4c83648c56f4e987045f5be30b844bd6ee39412f522afbf182f3d88e25d76be52af59998ac98c64ad1c06b1f5de6b5278 + "@yarnpkg/cli": ^4.13.0 + "@yarnpkg/core": ^4.6.0 + "@yarnpkg/plugin-essentials": ^4.4.5 + checksum: 10c0/cddb0dcd273a7ca57bbe8d7ec60cbd475d8dcaee0d1976e8d8d9ebf78ec6367bedac8e6f9faa6d025057cd7a152b4782204747619a7e63b57a7565e88abbfc24 languageName: node linkType: hard @@ -2604,11 +2262,11 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/plugin-npm-cli@npm:^4.4.0": - version: 4.4.0 - resolution: "@yarnpkg/plugin-npm-cli@npm:4.4.0" +"@yarnpkg/plugin-npm-cli@npm:^4.4.1": + version: 4.4.1 + resolution: "@yarnpkg/plugin-npm-cli@npm:4.4.1" dependencies: - "@yarnpkg/fslib": "npm:^3.1.4" + "@yarnpkg/fslib": "npm:^3.1.5" clipanion: "npm:^4.0.0-rc.2" enquirer: "npm:^2.3.6" micromatch: "npm:^4.0.2" @@ -2616,19 +2274,19 @@ __metadata: tslib: "npm:^2.4.0" typanion: "npm:^3.14.0" peerDependencies: - "@yarnpkg/cli": ^4.12.0 - "@yarnpkg/core": ^4.5.0 - "@yarnpkg/plugin-npm": ^3.4.0 + "@yarnpkg/cli": ^4.13.0 + "@yarnpkg/core": ^4.6.0 + "@yarnpkg/plugin-npm": ^3.4.1 "@yarnpkg/plugin-pack": ^4.0.4 - checksum: 10c0/3b578ec8ecd6bc55cc1c300ee0662a40854b2a08a5e4f9abcf3839ee1b54f764036b75a2fc0404ea79d8f22db3fad5b129ff7f166ac2cb672416b46ac29f5a9a + checksum: 10c0/2ae78c962eedce25da6eec9d6ad1f3030d85f1c7171a39381edeefe0b6fda05fe7408c4db85ee8a1a25bd1715cbe6c7e9d014288da696fc4bc751e31f95a4265 languageName: node linkType: hard -"@yarnpkg/plugin-npm@npm:^3.4.0": - version: 3.4.0 - resolution: "@yarnpkg/plugin-npm@npm:3.4.0" +"@yarnpkg/plugin-npm@npm:^3.4.1": + version: 3.4.1 + resolution: "@yarnpkg/plugin-npm@npm:3.4.1" dependencies: - "@yarnpkg/fslib": "npm:^3.1.4" + "@yarnpkg/fslib": "npm:^3.1.5" enquirer: "npm:^2.3.6" es-toolkit: "npm:^1.39.7" micromatch: "npm:^4.0.2" @@ -2637,9 +2295,9 @@ __metadata: ssri: "npm:^12.0.0" tslib: "npm:^2.4.0" peerDependencies: - "@yarnpkg/core": ^4.5.0 + "@yarnpkg/core": ^4.6.0 "@yarnpkg/plugin-pack": ^4.0.4 - checksum: 10c0/957dace25b0ee5eaab33af06ce39584e8c83f2b525c09b5f6f1106b2f81e567d130b16f1811f8ed2da39a6962b66e0a91a217e53d014cea905cadd76e5621c28 + checksum: 10c0/1e6e8b840a8c588958315e4c034fa6519859089933fa475db02a265ea2e0cf9a4d8298743bc4b1101f9265a7f509729d4843eac472712df9a8f5e3776fb699b0 languageName: node linkType: hard @@ -2760,11 +2418,11 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/plugin-workspace-tools@npm:^4.1.6": - version: 4.1.6 - resolution: "@yarnpkg/plugin-workspace-tools@npm:4.1.6" +"@yarnpkg/plugin-workspace-tools@npm:^4.1.7": + version: 4.1.7 + resolution: "@yarnpkg/plugin-workspace-tools@npm:4.1.7" dependencies: - "@yarnpkg/fslib": "npm:^3.1.2" + "@yarnpkg/fslib": "npm:^3.1.5" clipanion: "npm:^4.0.0-rc.2" es-toolkit: "npm:^1.39.7" micromatch: "npm:^4.0.2" @@ -2772,10 +2430,10 @@ __metadata: tslib: "npm:^2.4.0" typanion: "npm:^3.14.0" peerDependencies: - "@yarnpkg/cli": ^4.9.3 - "@yarnpkg/core": ^4.4.3 - "@yarnpkg/plugin-git": ^3.1.3 - checksum: 10c0/b9b9f396a7b15a54f6e37f165d7b00ee481ca6ec9eaf4720ac35440f4b1519f0b6c5cc4fae92b905fab9466d375744ef54742e814bd41106fb1cddaee025a12f + "@yarnpkg/cli": ^4.13.0 + "@yarnpkg/core": ^4.6.0 + "@yarnpkg/plugin-git": ^3.1.4 + checksum: 10c0/2f684a644e3e3f6edcad65cb4951f191892bd86be5181bb0a8f2cab176f34164e2608c70d59127ef255e48281d553d5d8532947c045698c6e876d80f99890df0 languageName: node linkType: hard @@ -2818,13 +2476,6 @@ __metadata: languageName: node linkType: hard -"abbrev@npm:1": - version: 1.1.1 - resolution: "abbrev@npm:1.1.1" - checksum: 10c0/3f762677702acb24f65e813070e306c61fafe25d4b2583f9dfc935131f774863f3addd5741572ed576bd69cabe473c5af18e1e108b829cb7b6b4747884f726e6 - languageName: node - linkType: hard - "abbrev@npm:^4.0.0": version: 4.0.0 resolution: "abbrev@npm:4.0.0" @@ -2862,15 +2513,6 @@ __metadata: languageName: node linkType: hard -"agent-base@npm:6, agent-base@npm:^6.0.2": - version: 6.0.2 - resolution: "agent-base@npm:6.0.2" - dependencies: - debug: "npm:4" - checksum: 10c0/dc4f757e40b5f3e3d674bc9beb4f1048f4ee83af189bae39be99f57bf1f48dde166a8b0a5342a84b5944ee8e6ed1e5a9d801858f4ad44764e84957122fe46261 - languageName: node - linkType: hard - "agent-base@npm:^7.1.0, agent-base@npm:^7.1.2": version: 7.1.4 resolution: "agent-base@npm:7.1.4" @@ -2878,25 +2520,6 @@ __metadata: languageName: node linkType: hard -"agentkeepalive@npm:^4.1.3": - version: 4.6.0 - resolution: "agentkeepalive@npm:4.6.0" - dependencies: - humanize-ms: "npm:^1.2.1" - checksum: 10c0/235c182432f75046835b05f239708107138a40103deee23b6a08caee5136873709155753b394ec212e49e60e94a378189562cb01347765515cff61b692c69187 - languageName: node - linkType: hard - -"aggregate-error@npm:^3.0.0": - version: 3.1.0 - resolution: "aggregate-error@npm:3.1.0" - dependencies: - clean-stack: "npm:^2.0.0" - indent-string: "npm:^4.0.0" - checksum: 10c0/a42f67faa79e3e6687a4923050e7c9807db3848a037076f791d10e092677d65c1d2d863b7848560699f40fc0502c19f40963fb1cd1fb3d338a7423df8e45e039 - languageName: node - linkType: hard - "ajv-formats@npm:^3.0.1": version: 3.0.1 resolution: "ajv-formats@npm:3.0.1" @@ -3013,13 +2636,6 @@ __metadata: languageName: node linkType: hard -"aproba@npm:^1.0.3 || ^2.0.0": - version: 2.1.0 - resolution: "aproba@npm:2.1.0" - checksum: 10c0/ec8c1d351bac0717420c737eb062766fb63bde1552900e0f4fdad9eb064c3824fef23d1c416aa5f7a80f21ca682808e902d79b7c9ae756d342b5f1884f36932f - languageName: node - linkType: hard - "are-docs-informative@npm:^0.0.2": version: 0.0.2 resolution: "are-docs-informative@npm:0.0.2" @@ -3027,16 +2643,6 @@ __metadata: languageName: node linkType: hard -"are-we-there-yet@npm:^3.0.0": - version: 3.0.1 - resolution: "are-we-there-yet@npm:3.0.1" - dependencies: - delegates: "npm:^1.0.0" - readable-stream: "npm:^3.6.0" - checksum: 10c0/8373f289ba42e4b5ec713bb585acdac14b5702c75f2a458dc985b9e4fa5762bc5b46b40a21b72418a3ed0cfb5e35bdc317ef1ae132f3035f633d581dd03168c3 - languageName: node - linkType: hard - "argparse@npm:^1.0.7": version: 1.0.10 resolution: "argparse@npm:1.0.10" @@ -3140,14 +2746,14 @@ __metadata: languageName: node linkType: hard -"ast-v8-to-istanbul@npm:^0.3.10": - version: 0.3.12 - resolution: "ast-v8-to-istanbul@npm:0.3.12" +"ast-v8-to-istanbul@npm:^1.0.0": + version: 1.0.0 + resolution: "ast-v8-to-istanbul@npm:1.0.0" dependencies: "@jridgewell/trace-mapping": "npm:^0.3.31" estree-walker: "npm:^3.0.3" js-tokens: "npm:^10.0.0" - checksum: 10c0/bad6ba222b1073c165c8d65dbf366193d4a90536dabe37f93a3df162269b1c9473975756e4c048f708c235efccc26f8e5321c547b7e9563b64b21b2e0f27cbc9 + checksum: 10c0/35e57b754ba63287358094d4f7ae8de2de27286fb4e76a1fbf28b2e67e3b670b59c3f511882473d0fd2cdbaa260062e3cd4f216b724c70032e2b09e5cebbd618 languageName: node linkType: hard @@ -3246,30 +2852,30 @@ __metadata: linkType: hard "brace-expansion@npm:^1.1.7": - version: 1.1.12 - resolution: "brace-expansion@npm:1.1.12" + version: 1.1.13 + resolution: "brace-expansion@npm:1.1.13" dependencies: balanced-match: "npm:^1.0.0" concat-map: "npm:0.0.1" - checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73 + checksum: 10c0/384c61bb329b6adfdcc0cbbdd108dc19fb5f3e84ae15a02a74f94c6c791b5a9b035aae73b2a51929a8a478e2f0f212a771eb6a8b5b514cccfb8d0c9f2ce8cbd8 languageName: node linkType: hard "brace-expansion@npm:^2.0.2": - version: 2.0.2 - resolution: "brace-expansion@npm:2.0.2" + version: 2.0.3 + resolution: "brace-expansion@npm:2.0.3" dependencies: balanced-match: "npm:^1.0.0" - checksum: 10c0/6d117a4c793488af86b83172deb6af143e94c17bc53b0b3cec259733923b4ca84679d506ac261f4ba3c7ed37c46018e2ff442f9ce453af8643ecd64f4a54e6cf + checksum: 10c0/468436c9b2fa6f9e64d0cff8784b21300677571a7196e258593e95e7c3db9973a80fbafdb0f01404d5d298a04dc666eae1fc3c9052e2edbb9f2510541deeddfe languageName: node linkType: hard "brace-expansion@npm:^5.0.2": - version: 5.0.4 - resolution: "brace-expansion@npm:5.0.4" + version: 5.0.5 + resolution: "brace-expansion@npm:5.0.5" dependencies: balanced-match: "npm:^4.0.2" - checksum: 10c0/359cbcfa80b2eb914ca1f3440e92313fbfe7919ee6b274c35db55bec555aded69dac5ee78f102cec90c35f98c20fa43d10936d0cd9978158823c249257e1643a + checksum: 10c0/4d238e14ed4f5cc9c07285550a41cef23121ca08ba99fa9eb5b55b580dcb6bf868b8210aa10526bdc9f8dc97f33ca2a7259039c4cc131a93042beddb424c48e3 languageName: node linkType: hard @@ -3292,32 +2898,6 @@ __metadata: languageName: node linkType: hard -"cacache@npm:^15.2.0": - version: 15.3.0 - resolution: "cacache@npm:15.3.0" - dependencies: - "@npmcli/fs": "npm:^1.0.0" - "@npmcli/move-file": "npm:^1.0.1" - chownr: "npm:^2.0.0" - fs-minipass: "npm:^2.0.0" - glob: "npm:^7.1.4" - infer-owner: "npm:^1.0.4" - lru-cache: "npm:^6.0.0" - minipass: "npm:^3.1.1" - minipass-collect: "npm:^1.0.2" - minipass-flush: "npm:^1.0.5" - minipass-pipeline: "npm:^1.2.2" - mkdirp: "npm:^1.0.3" - p-map: "npm:^4.0.0" - promise-inflight: "npm:^1.0.1" - rimraf: "npm:^3.0.2" - ssri: "npm:^8.0.1" - tar: "npm:^6.0.2" - unique-filename: "npm:^1.1.1" - checksum: 10c0/886fcc0acc4f6fd5cd142d373d8276267bc6d655d7c4ce60726fbbec10854de3395ee19bbf9e7e73308cdca9fdad0ad55060ff3bd16c6d4165c5b8d21515e1d8 - languageName: node - linkType: hard - "cacache@npm:^19.0.1": version: 19.0.1 resolution: "cacache@npm:19.0.1" @@ -3339,8 +2919,8 @@ __metadata: linkType: hard "cacache@npm:^20.0.1": - version: 20.0.3 - resolution: "cacache@npm:20.0.3" + version: 20.0.4 + resolution: "cacache@npm:20.0.4" dependencies: "@npmcli/fs": "npm:^5.0.0" fs-minipass: "npm:^3.0.0" @@ -3352,8 +2932,7 @@ __metadata: minipass-pipeline: "npm:^1.2.4" p-map: "npm:^7.0.2" ssri: "npm:^13.0.0" - unique-filename: "npm:^5.0.0" - checksum: 10c0/c7da1ca694d20e8f8aedabd21dc11518f809a7d2b59aa76a1fc655db5a9e62379e465c157ddd2afe34b19230808882288effa6911b2de26a088a6d5645123462 + checksum: 10c0/539bf4020e44ba9ca5afc2ec435623ed7e0dd80c020097677e6b4a0545df5cc9d20b473212d01209c8b4aea43c0d095af0bb6da97bcb991642ea6fac0d7c462b languageName: node linkType: hard @@ -3418,7 +2997,7 @@ __metadata: languageName: node linkType: hard -"chai@npm:^6.2.1": +"chai@npm:^6.2.2": version: 6.2.2 resolution: "chai@npm:6.2.2" checksum: 10c0/e6c69e5f0c11dffe6ea13d0290936ebb68fcc1ad688b8e952e131df6a6d5797d5e860bc55cef1aca2e950c3e1f96daf79e9d5a70fb7dbaab4e46355e2635ed53 @@ -3451,13 +3030,6 @@ __metadata: languageName: node linkType: hard -"chownr@npm:^2.0.0": - version: 2.0.0 - resolution: "chownr@npm:2.0.0" - checksum: 10c0/594754e1303672171cc04e50f6c398ae16128eb134a88f801bf5354fd96f205320f23536a045d9abd8b51024a149696e51231565891d4efdab8846021ecf88e6 - languageName: node - linkType: hard - "chownr@npm:^3.0.0": version: 3.0.0 resolution: "chownr@npm:3.0.0" @@ -3479,13 +3051,6 @@ __metadata: languageName: node linkType: hard -"clean-stack@npm:^2.0.0": - version: 2.2.0 - resolution: "clean-stack@npm:2.2.0" - checksum: 10c0/1f90262d5f6230a17e27d0c190b09d47ebe7efdd76a03b5a1127863f7b3c9aec4c3e6c8bb3a7bbf81d553d56a1fd35728f5a8ef4c63f867ac8d690109742a8c1 - languageName: node - linkType: hard - "cli-boxes@npm:^2.2.0": version: 2.2.1 resolution: "cli-boxes@npm:2.2.1" @@ -3583,15 +3148,6 @@ __metadata: languageName: node linkType: hard -"color-support@npm:^1.1.3": - version: 1.1.3 - resolution: "color-support@npm:1.1.3" - bin: - color-support: bin.js - checksum: 10c0/8ffeaa270a784dc382f62d9be0a98581db43e11eee301af14734a6d089bd456478b1a8b3e7db7ca7dc5b18a75f828f775c44074020b51c05fc00e6d0992b1cc6 - languageName: node - linkType: hard - "colorette@npm:^2.0.20": version: 2.0.20 resolution: "colorette@npm:2.0.20" @@ -3624,13 +3180,13 @@ __metadata: version: 0.0.0-use.local resolution: "common@workspace:common" dependencies: - "@furystack/core": "npm:^16.0.0" - "@furystack/entity-sync": "npm:^1.0.7" - "@furystack/rest": "npm:^8.1.1" - "@types/node": "npm:^25.4.0" + "@furystack/core": "npm:^16.0.2" + "@furystack/entity-sync": "npm:^1.0.9" + "@furystack/rest": "npm:^8.1.3" + "@types/node": "npm:^25.5.0" ollama: "npm:^0.6.3" ts-json-schema-generator: "npm:^2.9.0" - vitest: "npm:^4.0.18" + vitest: "npm:^4.1.2" languageName: unknown linkType: soft @@ -3641,10 +3197,10 @@ __metadata: languageName: node linkType: hard -"console-control-strings@npm:^1.1.0": - version: 1.1.0 - resolution: "console-control-strings@npm:1.1.0" - checksum: 10c0/7ab51d30b52d461412cd467721bb82afe695da78fff8f29fe6f6b9cbaac9a2328e27a22a966014df9532100f6dd85370460be8130b9c677891ba36d96a343f50 +"convert-source-map@npm:^2.0.0": + version: 2.0.0 + resolution: "convert-source-map@npm:2.0.0" + checksum: 10c0/8f2f7a27a1a011cc6cc88cc4da2d7d0cfa5ee0369508baae3d98c260bb3ac520691464e5bbe4ae7cdf09860c1d69ecc6f70c63c6e7c7f7e3f18ec08484dc7d9b languageName: node linkType: hard @@ -3666,7 +3222,7 @@ __metadata: languageName: node linkType: hard -"css-tree@npm:^3.0.0": +"css-tree@npm:^3.0.0, css-tree@npm:^3.2.1": version: 3.2.1 resolution: "css-tree@npm:3.2.1" dependencies: @@ -3676,28 +3232,6 @@ __metadata: languageName: node linkType: hard -"css-tree@npm:^3.1.0": - version: 3.1.0 - resolution: "css-tree@npm:3.1.0" - dependencies: - mdn-data: "npm:2.12.2" - source-map-js: "npm:^1.0.1" - checksum: 10c0/b5715852c2f397c715ca00d56ec53fc83ea596295ae112eb1ba6a1bda3b31086380e596b1d8c4b980fe6da09e7d0fc99c64d5bb7313030dd0fba9c1415f30979 - languageName: node - linkType: hard - -"cssstyle@npm:^6.0.1": - version: 6.2.0 - resolution: "cssstyle@npm:6.2.0" - dependencies: - "@asamuzakjp/css-color": "npm:^5.0.1" - "@csstools/css-syntax-patches-for-csstree": "npm:^1.0.28" - css-tree: "npm:^3.1.0" - lru-cache: "npm:^11.2.6" - checksum: 10c0/d5e61973a8c1b4fb9727edddfb9f2677c9a91b1db63787fc0c8bed639a227a97fcf930e5aabc3c64c8280d63169c632015a39da4a84083d1731c949437d0a2a2 - languageName: node - linkType: hard - "data-urls@npm:^7.0.0": version: 7.0.0 resolution: "data-urls@npm:7.0.0" @@ -3741,7 +3275,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.4.1, debug@npm:^4.4.3": +"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.1, debug@npm:^4.4.3": version: 4.4.3 resolution: "debug@npm:4.4.3" dependencies: @@ -3821,13 +3355,6 @@ __metadata: languageName: node linkType: hard -"delegates@npm:^1.0.0": - version: 1.0.0 - resolution: "delegates@npm:1.0.0" - checksum: 10c0/ba05874b91148e1db4bf254750c042bf2215febd23a6d3cda2e64896aef79745fbd4b9996488bd3cafb39ce19dbce0fd6e3b6665275638befffe1c9b312b91b5 - languageName: node - linkType: hard - "deprecation@npm:^2.0.0": version: 2.3.1 resolution: "deprecation@npm:2.3.1" @@ -3835,7 +3362,7 @@ __metadata: languageName: node linkType: hard -"detect-libc@npm:^2.0.0": +"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.3": version: 2.1.2 resolution: "detect-libc@npm:2.1.2" checksum: 10c0/acc675c29a5649fa1fb6e255f993b8ee829e510b6b56b0910666949c80c364738833417d0edb5f90e4e46be17228b0f2b66a010513984e18b15deeeac49369c4 @@ -3940,7 +3467,7 @@ __metadata: languageName: node linkType: hard -"encoding@npm:^0.1.12, encoding@npm:^0.1.13": +"encoding@npm:^0.1.13": version: 0.1.13 resolution: "encoding@npm:0.1.13" dependencies: @@ -4072,10 +3599,10 @@ __metadata: languageName: node linkType: hard -"es-module-lexer@npm:^1.7.0": - version: 1.7.0 - resolution: "es-module-lexer@npm:1.7.0" - checksum: 10c0/4c935affcbfeba7fb4533e1da10fa8568043df1e3574b869385980de9e2d475ddc36769891936dbb07036edb3c3786a8b78ccf44964cd130dedc1f2c984b6c7b +"es-module-lexer@npm:^2.0.0": + version: 2.0.0 + resolution: "es-module-lexer@npm:2.0.0" + checksum: 10c0/ae78dbbd43035a4b972c46cfb6877e374ea290adfc62bc2f5a083fea242c0b2baaab25c5886af86be55f092f4a326741cb94334cd3c478c383fdc8a9ec5ff817 languageName: node linkType: hard @@ -4132,95 +3659,6 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.27.0": - version: 0.27.3 - resolution: "esbuild@npm:0.27.3" - dependencies: - "@esbuild/aix-ppc64": "npm:0.27.3" - "@esbuild/android-arm": "npm:0.27.3" - "@esbuild/android-arm64": "npm:0.27.3" - "@esbuild/android-x64": "npm:0.27.3" - "@esbuild/darwin-arm64": "npm:0.27.3" - "@esbuild/darwin-x64": "npm:0.27.3" - "@esbuild/freebsd-arm64": "npm:0.27.3" - "@esbuild/freebsd-x64": "npm:0.27.3" - "@esbuild/linux-arm": "npm:0.27.3" - "@esbuild/linux-arm64": "npm:0.27.3" - "@esbuild/linux-ia32": "npm:0.27.3" - "@esbuild/linux-loong64": "npm:0.27.3" - "@esbuild/linux-mips64el": "npm:0.27.3" - "@esbuild/linux-ppc64": "npm:0.27.3" - "@esbuild/linux-riscv64": "npm:0.27.3" - "@esbuild/linux-s390x": "npm:0.27.3" - "@esbuild/linux-x64": "npm:0.27.3" - "@esbuild/netbsd-arm64": "npm:0.27.3" - "@esbuild/netbsd-x64": "npm:0.27.3" - "@esbuild/openbsd-arm64": "npm:0.27.3" - "@esbuild/openbsd-x64": "npm:0.27.3" - "@esbuild/openharmony-arm64": "npm:0.27.3" - "@esbuild/sunos-x64": "npm:0.27.3" - "@esbuild/win32-arm64": "npm:0.27.3" - "@esbuild/win32-ia32": "npm:0.27.3" - "@esbuild/win32-x64": "npm:0.27.3" - dependenciesMeta: - "@esbuild/aix-ppc64": - optional: true - "@esbuild/android-arm": - optional: true - "@esbuild/android-arm64": - optional: true - "@esbuild/android-x64": - optional: true - "@esbuild/darwin-arm64": - optional: true - "@esbuild/darwin-x64": - optional: true - "@esbuild/freebsd-arm64": - optional: true - "@esbuild/freebsd-x64": - optional: true - "@esbuild/linux-arm": - optional: true - "@esbuild/linux-arm64": - optional: true - "@esbuild/linux-ia32": - optional: true - "@esbuild/linux-loong64": - optional: true - "@esbuild/linux-mips64el": - optional: true - "@esbuild/linux-ppc64": - optional: true - "@esbuild/linux-riscv64": - optional: true - "@esbuild/linux-s390x": - optional: true - "@esbuild/linux-x64": - optional: true - "@esbuild/netbsd-arm64": - optional: true - "@esbuild/netbsd-x64": - optional: true - "@esbuild/openbsd-arm64": - optional: true - "@esbuild/openbsd-x64": - optional: true - "@esbuild/openharmony-arm64": - optional: true - "@esbuild/sunos-x64": - optional: true - "@esbuild/win32-arm64": - optional: true - "@esbuild/win32-ia32": - optional: true - "@esbuild/win32-x64": - optional: true - bin: - esbuild: bin/esbuild - checksum: 10c0/fdc3f87a3f08b3ef98362f37377136c389a0d180fda4b8d073b26ba930cf245521db0a368f119cc7624bc619248fff1439f5811f062d853576f8ffa3df8ee5f1 - languageName: node - linkType: hard - "escape-string-regexp@npm:^2.0.0": version: 2.0.0 resolution: "escape-string-regexp@npm:2.0.0" @@ -4298,9 +3736,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:^62.7.1": - version: 62.7.1 - resolution: "eslint-plugin-jsdoc@npm:62.7.1" +"eslint-plugin-jsdoc@npm:^62.8.1": + version: 62.8.1 + resolution: "eslint-plugin-jsdoc@npm:62.8.1" dependencies: "@es-joy/jsdoccomment": "npm:~0.84.0" "@es-joy/resolve.exports": "npm:1.2.0" @@ -4318,18 +3756,18 @@ __metadata: to-valid-identifier: "npm:^1.0.0" peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 - checksum: 10c0/949c1f11ed86ddac0903ffe65e5e30d36766badea2e42ceeaf85168ec6f540f94a9974896600410ce1fcbbf34809b39236cc9614411c15d05b93be166c21ec3c + checksum: 10c0/e59d79eb1f0fe51518d6317ae3ccc35c70acb258d0aca868186f0816294a6c502e921c2cafd75ee17b058295beba5fa6b6774a4085a9aaa63a01b7e4c449cfed languageName: node linkType: hard -"eslint-plugin-playwright@npm:^2.9.0": - version: 2.9.0 - resolution: "eslint-plugin-playwright@npm:2.9.0" +"eslint-plugin-playwright@npm:^2.10.1": + version: 2.10.1 + resolution: "eslint-plugin-playwright@npm:2.10.1" dependencies: globals: "npm:^17.3.0" peerDependencies: eslint: ">=8.40.0" - checksum: 10c0/8f5528547c7d731b9ff4afad7a8b98ede86d93342842be9f06a5428358180c17f7b7624e4dcaae331f211345bcecf9f3cc48f8a995549f30dfd633b8300e5a08 + checksum: 10c0/a38c6663444b8d52fd83c8f1e99219698775c399e23855c0563bd9a21ce2b422ea2a969ca03e8679ee22901e01c5bfb81b76c171e69810d01bc619264f06c3c4 languageName: node linkType: hard @@ -4379,14 +3817,14 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^10.0.3": - version: 10.0.3 - resolution: "eslint@npm:10.0.3" +"eslint@npm:^10.1.0": + version: 10.1.0 + resolution: "eslint@npm:10.1.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/regexpp": "npm:^4.12.2" "@eslint/config-array": "npm:^0.23.3" - "@eslint/config-helpers": "npm:^0.5.2" + "@eslint/config-helpers": "npm:^0.5.3" "@eslint/core": "npm:^1.1.1" "@eslint/plugin-kit": "npm:^0.6.1" "@humanfs/node": "npm:^0.16.6" @@ -4399,7 +3837,7 @@ __metadata: escape-string-regexp: "npm:^4.0.0" eslint-scope: "npm:^9.1.2" eslint-visitor-keys: "npm:^5.0.1" - espree: "npm:^11.1.1" + espree: "npm:^11.2.0" esquery: "npm:^1.7.0" esutils: "npm:^2.0.2" fast-deep-equal: "npm:^3.1.3" @@ -4420,18 +3858,18 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/fbbb4d99cb6af5c30b163b7898241dbac1cd1cee0e6746d5732a95e3b1e68b5bea0bc27cb78e8440a39cf4cc98c7f52cf5ed8d7c2bbdf2232662476d113c41fc + checksum: 10c0/b784ac18905b663fa4a801b0baa7bfa636c2d7ac08dad60690b15338c9b2126c5fa9fd4f9269b4f584cb0b426e428c1e353e23ff5ab6d8f8c610a0bb365831d6 languageName: node linkType: hard -"espree@npm:^11.1.0, espree@npm:^11.1.1": - version: 11.1.1 - resolution: "espree@npm:11.1.1" +"espree@npm:^11.1.0, espree@npm:^11.2.0": + version: 11.2.0 + resolution: "espree@npm:11.2.0" dependencies: acorn: "npm:^8.16.0" acorn-jsx: "npm:^5.3.2" eslint-visitor-keys: "npm:^5.0.1" - checksum: 10c0/2feae74efdfb037b9e9fcb30506799845cf20900de5e441ed03e5c51aaa249f85ea5818ff177682acc0c9bfb4ac97e1965c238ee44ac7c305aab8747177bab69 + checksum: 10c0/cf87e18ffd9dc113eb8d16588e7757701bc10c9934a71cce8b89c2611d51672681a918307bd6b19ac3ccd0e7ba1cbccc2f815b36b52fa7e73097b251014c3d81 languageName: node linkType: hard @@ -4500,7 +3938,7 @@ __metadata: languageName: node linkType: hard -"expect-type@npm:^1.2.2": +"expect-type@npm:^1.3.0": version: 1.3.0 resolution: "expect-type@npm:1.3.0" checksum: 10c0/8412b3fe4f392c420ab41dae220b09700e4e47c639a29ba7ba2e83cc6cffd2b4926f7ac9e47d7e277e8f4f02acda76fd6931cb81fd2b382fa9477ef9ada953fd @@ -4629,9 +4067,9 @@ __metadata: linkType: hard "flatted@npm:^3.2.9": - version: 3.3.4 - resolution: "flatted@npm:3.3.4" - checksum: 10c0/d1f33426e9714063a65a90940acdb2897eceb810230a58e496d90334dcecfa81a90135bbc660df6827939865d57cb4a2afab14dcd3d505e16a8484fd73bf9642 + version: 3.4.2 + resolution: "flatted@npm:3.4.2" + checksum: 10c0/a65b67aae7172d6cdf63691be7de6c5cd5adbdfdfe2e9da1a09b617c9512ed794037741ee53d93114276bff3f93cd3b0d97d54f9b316e1e4885dde6e9ffdf7ed languageName: node linkType: hard @@ -4670,20 +4108,20 @@ __metadata: resolution: "frontend@workspace:frontend" dependencies: "@codecov/vite-plugin": "npm:^1.9.1" - "@furystack/cache": "npm:^6.1.1" - "@furystack/core": "npm:^16.0.0" - "@furystack/entity-sync": "npm:^1.0.7" - "@furystack/entity-sync-client": "npm:^2.0.1" - "@furystack/inject": "npm:^12.0.32" - "@furystack/logging": "npm:^8.1.1" - "@furystack/rest": "npm:^8.1.1" - "@furystack/rest-client-fetch": "npm:^8.1.3" - "@furystack/shades": "npm:^13.1.0" - "@furystack/shades-common-components": "npm:^15.0.0" - "@furystack/shades-lottie": "npm:^9.0.1" - "@furystack/shades-mfe": "npm:^3.0.1" - "@furystack/utils": "npm:^8.2.1" - "@types/node": "npm:^25.4.0" + "@furystack/cache": "npm:^6.1.3" + "@furystack/core": "npm:^16.0.2" + "@furystack/entity-sync": "npm:^1.0.9" + "@furystack/entity-sync-client": "npm:^2.0.3" + "@furystack/inject": "npm:^12.0.34" + "@furystack/logging": "npm:^8.1.3" + "@furystack/rest": "npm:^8.1.3" + "@furystack/rest-client-fetch": "npm:^8.1.5" + "@furystack/shades": "npm:^13.1.2" + "@furystack/shades-common-components": "npm:^15.0.2" + "@furystack/shades-lottie": "npm:^9.0.3" + "@furystack/shades-mfe": "npm:^3.0.3" + "@furystack/utils": "npm:^8.2.3" + "@types/node": "npm:^25.5.0" "@xterm/addon-fit": "npm:^0.11.0" "@xterm/addon-search": "npm:^0.16.0" "@xterm/addon-web-links": "npm:^0.12.0" @@ -4691,10 +4129,10 @@ __metadata: common: "workspace:^" hls.js: "npm:^1.6.15" ollama: "npm:^0.6.3" - path-to-regexp: "npm:^8.3.0" - typescript: "npm:^5.9.3" + path-to-regexp: "npm:^8.4.0" + typescript: "npm:^6.0.2" video.js: "npm:8.23.8" - vite: "npm:^7.3.1" + vite: "npm:^8.0.3" languageName: unknown linkType: soft @@ -4705,15 +4143,6 @@ __metadata: languageName: node linkType: hard -"fs-minipass@npm:^2.0.0": - version: 2.1.0 - resolution: "fs-minipass@npm:2.1.0" - dependencies: - minipass: "npm:^3.0.0" - checksum: 10c0/703d16522b8282d7299337539c3ed6edddd1afe82435e4f5b76e34a79cd74e488a8a0e26a636afc2440e1a23b03878e2122e3a2cfe375a5cf63c37d92b86a004 - languageName: node - linkType: hard - "fs-minipass@npm:^3.0.0": version: 3.0.3 resolution: "fs-minipass@npm:3.0.3" @@ -4723,13 +4152,6 @@ __metadata: languageName: node linkType: hard -"fs.realpath@npm:^1.0.0": - version: 1.0.0 - resolution: "fs.realpath@npm:1.0.0" - checksum: 10c0/444cf1291d997165dfd4c0d58b69f0e4782bfd9149fd72faa4fe299e68e0e93d6db941660b37dd29153bf7186672ececa3b50b7e7249477b03fdf850f287c948 - languageName: node - linkType: hard - "fsevents@npm:2.3.2": version: 2.3.2 resolution: "fsevents@npm:2.3.2" @@ -4740,7 +4162,7 @@ __metadata: languageName: node linkType: hard -"fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": +"fsevents@npm:~2.3.3": version: 2.3.3 resolution: "fsevents@npm:2.3.3" dependencies: @@ -4759,7 +4181,7 @@ __metadata: languageName: node linkType: hard -"fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": +"fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": version: 2.3.3 resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1" dependencies: @@ -4796,22 +4218,6 @@ __metadata: languageName: node linkType: hard -"gauge@npm:^4.0.3": - version: 4.0.4 - resolution: "gauge@npm:4.0.4" - dependencies: - aproba: "npm:^1.0.3 || ^2.0.0" - color-support: "npm:^1.1.3" - console-control-strings: "npm:^1.1.0" - has-unicode: "npm:^2.0.1" - signal-exit: "npm:^3.0.7" - string-width: "npm:^4.2.3" - strip-ansi: "npm:^6.0.1" - wide-align: "npm:^1.1.5" - checksum: 10c0/ef10d7981113d69225135f994c9f8c4369d945e64a8fc721d655a3a38421b738c9fe899951721d1b47b73c41fdb5404ac87cc8903b2ecbed95d2800363e7e58c - languageName: node - linkType: hard - "generator-function@npm:^2.0.0": version: 2.0.1 resolution: "generator-function@npm:2.0.1" @@ -4948,20 +4354,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.3, glob@npm:^7.1.4": - version: 7.2.3 - resolution: "glob@npm:7.2.3" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^3.1.1" - once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: 10c0/65676153e2b0c9095100fe7f25a778bf45608eeb32c6048cf307f579649bcc30353277b3b898a3792602c65764e5baa4f643714dfbdfd64ea271d210c7a425fe - languageName: node - linkType: hard - "global@npm:4.4.0, global@npm:^4.3.1, global@npm:^4.4.0, global@npm:~4.4.0": version: 4.4.0 resolution: "global@npm:4.4.0" @@ -5091,13 +4483,6 @@ __metadata: languageName: node linkType: hard -"has-unicode@npm:^2.0.1": - version: 2.0.1 - resolution: "has-unicode@npm:2.0.1" - checksum: 10c0/ebdb2f4895c26bb08a8a100b62d362e49b2190bcfd84b76bc4be1a3bd4d254ec52d0dd9f2fbcc093fc5eb878b20c52146f9dfd33e2686ed28982187be593b47c - languageName: node - linkType: hard - "hasown@npm:^2.0.2": version: 2.0.2 resolution: "hasown@npm:2.0.2" @@ -5144,25 +4529,14 @@ __metadata: languageName: node linkType: hard -"http-cache-semantics@npm:^4.0.0, http-cache-semantics@npm:^4.1.0, http-cache-semantics@npm:^4.1.1": +"http-cache-semantics@npm:^4.0.0, http-cache-semantics@npm:^4.1.1": version: 4.2.0 resolution: "http-cache-semantics@npm:4.2.0" checksum: 10c0/45b66a945cf13ec2d1f29432277201313babf4a01d9e52f44b31ca923434083afeca03f18417f599c9ab3d0e7b618ceb21257542338b57c54b710463b4a53e37 languageName: node linkType: hard -"http-proxy-agent@npm:^4.0.1": - version: 4.0.1 - resolution: "http-proxy-agent@npm:4.0.1" - dependencies: - "@tootallnate/once": "npm:1" - agent-base: "npm:6" - debug: "npm:4" - checksum: 10c0/4fa4774d65b5331814b74ac05cefea56854fc0d5989c80b13432c1b0d42a14c9f4342ca3ad9f0359a52e78da12b1744c9f8a28e50042136ea9171675d972a5fd - languageName: node - linkType: hard - -"http-proxy-agent@npm:^7.0.0, http-proxy-agent@npm:^7.0.2": +"http-proxy-agent@npm:^7.0.0": version: 7.0.2 resolution: "http-proxy-agent@npm:7.0.2" dependencies: @@ -5182,17 +4556,7 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^5.0.0": - version: 5.0.1 - resolution: "https-proxy-agent@npm:5.0.1" - dependencies: - agent-base: "npm:6" - debug: "npm:4" - checksum: 10c0/6dd639f03434003577c62b27cafdb864784ef19b2de430d8ae2a1d45e31c4fd60719e5637b44db1a88a046934307da7089e03d6089ec3ddacc1189d8de8897d1 - languageName: node - linkType: hard - -"https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.6": +"https-proxy-agent@npm:^7.0.1": version: 7.0.6 resolution: "https-proxy-agent@npm:7.0.6" dependencies: @@ -5202,15 +4566,6 @@ __metadata: languageName: node linkType: hard -"humanize-ms@npm:^1.2.1": - version: 1.2.1 - resolution: "humanize-ms@npm:1.2.1" - dependencies: - ms: "npm:^2.0.0" - checksum: 10c0/f34a2c20161d02303c2807badec2f3b49cbfbbb409abd4f95a07377ae01cfe6b59e3d15ac609cffcd8f2521f0eb37b7e1091acf65da99aa2a4f1ad63c21e7e7a - languageName: node - linkType: hard - "husky@npm:^9.1.7": version: 9.1.7 resolution: "husky@npm:9.1.7" @@ -5273,13 +4628,6 @@ __metadata: languageName: node linkType: hard -"infer-owner@npm:^1.0.4": - version: 1.0.4 - resolution: "infer-owner@npm:1.0.4" - checksum: 10c0/a7b241e3149c26e37474e3435779487f42f36883711f198c45794703c7556bc38af224088bd4d1a221a45b8208ae2c2bcf86200383621434d0c099304481c5b9 - languageName: node - linkType: hard - "inflection@npm:^1.13.4": version: 1.13.4 resolution: "inflection@npm:1.13.4" @@ -5287,17 +4635,7 @@ __metadata: languageName: node linkType: hard -"inflight@npm:^1.0.4": - version: 1.0.6 - resolution: "inflight@npm:1.0.6" - dependencies: - once: "npm:^1.3.0" - wrappy: "npm:1" - checksum: 10c0/7faca22584600a9dc5b9fca2cd5feb7135ac8c935449837b315676b4c90aa4f391ec4f42240178244b5a34e8bede1948627fda392ca3191522fc46b34e985ab2 - languageName: node - linkType: hard - -"inherits@npm:2, inherits@npm:^2.0.3, inherits@npm:^2.0.4": +"inherits@npm:^2.0.3, inherits@npm:^2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 @@ -5531,13 +4869,6 @@ __metadata: languageName: node linkType: hard -"is-lambda@npm:^1.0.1": - version: 1.0.1 - resolution: "is-lambda@npm:1.0.1" - checksum: 10c0/85fee098ae62ba6f1e24cf22678805473c7afd0fb3978a3aa260e354cb7bcb3a5806cf0a98403188465efedec41ab4348e8e4e79305d409601323855b3839d4d - languageName: node - linkType: hard - "is-map@npm:^2.0.3": version: 2.0.3 resolution: "is-map@npm:2.0.3" @@ -5771,37 +5102,37 @@ __metadata: languageName: node linkType: hard -"jsdom@npm:^28.1.0": - version: 28.1.0 - resolution: "jsdom@npm:28.1.0" +"jsdom@npm:^29.0.1": + version: 29.0.1 + resolution: "jsdom@npm:29.0.1" dependencies: - "@acemir/cssom": "npm:^0.9.31" - "@asamuzakjp/dom-selector": "npm:^6.8.1" + "@asamuzakjp/css-color": "npm:^5.0.1" + "@asamuzakjp/dom-selector": "npm:^7.0.3" "@bramus/specificity": "npm:^2.4.2" - "@exodus/bytes": "npm:^1.11.0" - cssstyle: "npm:^6.0.1" + "@csstools/css-syntax-patches-for-csstree": "npm:^1.1.1" + "@exodus/bytes": "npm:^1.15.0" + css-tree: "npm:^3.2.1" data-urls: "npm:^7.0.0" decimal.js: "npm:^10.6.0" html-encoding-sniffer: "npm:^6.0.0" - http-proxy-agent: "npm:^7.0.2" - https-proxy-agent: "npm:^7.0.6" is-potential-custom-element-name: "npm:^1.0.1" + lru-cache: "npm:^11.2.7" parse5: "npm:^8.0.0" saxes: "npm:^6.0.0" symbol-tree: "npm:^3.2.4" - tough-cookie: "npm:^6.0.0" - undici: "npm:^7.21.0" + tough-cookie: "npm:^6.0.1" + undici: "npm:^7.24.5" w3c-xmlserializer: "npm:^5.0.0" webidl-conversions: "npm:^8.0.1" whatwg-mimetype: "npm:^5.0.0" - whatwg-url: "npm:^16.0.0" + whatwg-url: "npm:^16.0.1" xml-name-validator: "npm:^5.0.0" peerDependencies: canvas: ^3.0.0 peerDependenciesMeta: canvas: optional: true - checksum: 10c0/341ecb4005be2dab3247dacc349a20285d7991b5cee3382301fcd69a4294b705b4147e7d9ae1ddfab466ba4b3aace97ded4f7b070de285262221cb2782965b25 + checksum: 10c0/f8eeadc9bb45fb5736501f855b5f8247c9eadcd7f52ef2e11677c3a2197284051b4623004889543eb9613ecdfb47ddb5405b822d9623b0524edd901288cc361d languageName: node linkType: hard @@ -5826,65 +5157,185 @@ __metadata: languageName: node linkType: hard -"json-stable-stringify-without-jsonify@npm:^1.0.1": - version: 1.0.1 - resolution: "json-stable-stringify-without-jsonify@npm:1.0.1" - checksum: 10c0/cb168b61fd4de83e58d09aaa6425ef71001bae30d260e2c57e7d09a5fd82223e2f22a042dedaab8db23b7d9ae46854b08bb1f91675a8be11c5cffebef5fb66a5 +"json-stable-stringify-without-jsonify@npm:^1.0.1": + version: 1.0.1 + resolution: "json-stable-stringify-without-jsonify@npm:1.0.1" + checksum: 10c0/cb168b61fd4de83e58d09aaa6425ef71001bae30d260e2c57e7d09a5fd82223e2f22a042dedaab8db23b7d9ae46854b08bb1f91675a8be11c5cffebef5fb66a5 + languageName: node + linkType: hard + +"json5@npm:^1.0.2": + version: 1.0.2 + resolution: "json5@npm:1.0.2" + dependencies: + minimist: "npm:^1.2.0" + bin: + json5: lib/cli.js + checksum: 10c0/9ee316bf21f000b00752e6c2a3b79ecf5324515a5c60ee88983a1910a45426b643a4f3461657586e8aeca87aaf96f0a519b0516d2ae527a6c3e7eed80f68717f + languageName: node + linkType: hard + +"json5@npm:^2.2.3": + version: 2.2.3 + resolution: "json5@npm:2.2.3" + bin: + json5: lib/cli.js + checksum: 10c0/5a04eed94810fa55c5ea138b2f7a5c12b97c3750bc63d11e511dcecbfef758003861522a070c2272764ee0f4e3e323862f386945aeb5b85b87ee43f084ba586c + languageName: node + linkType: hard + +"keyv@npm:^4.0.0, keyv@npm:^4.5.4": + version: 4.5.4 + resolution: "keyv@npm:4.5.4" + dependencies: + json-buffer: "npm:3.0.1" + checksum: 10c0/aa52f3c5e18e16bb6324876bb8b59dd02acf782a4b789c7b2ae21107fab95fab3890ed448d4f8dba80ce05391eeac4bfabb4f02a20221342982f806fa2cf271e + languageName: node + linkType: hard + +"levn@npm:^0.4.1": + version: 0.4.1 + resolution: "levn@npm:0.4.1" + dependencies: + prelude-ls: "npm:^1.2.1" + type-check: "npm:~0.4.0" + checksum: 10c0/effb03cad7c89dfa5bd4f6989364bfc79994c2042ec5966cb9b95990e2edee5cd8969ddf42616a0373ac49fac1403437deaf6e9050fbbaa3546093a59b9ac94e + languageName: node + linkType: hard + +"lightningcss-android-arm64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-android-arm64@npm:1.32.0" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"lightningcss-darwin-arm64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-darwin-arm64@npm:1.32.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"lightningcss-darwin-x64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-darwin-x64@npm:1.32.0" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"lightningcss-freebsd-x64@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-freebsd-x64@npm:1.32.0" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + +"lightningcss-linux-arm-gnueabihf@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm-gnueabihf@npm:1.32.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"lightningcss-linux-arm64-gnu@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm64-gnu@npm:1.32.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"lightningcss-linux-arm64-musl@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-arm64-musl@npm:1.32.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"lightningcss-linux-x64-gnu@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-x64-gnu@npm:1.32.0" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"json5@npm:^1.0.2": - version: 1.0.2 - resolution: "json5@npm:1.0.2" - dependencies: - minimist: "npm:^1.2.0" - bin: - json5: lib/cli.js - checksum: 10c0/9ee316bf21f000b00752e6c2a3b79ecf5324515a5c60ee88983a1910a45426b643a4f3461657586e8aeca87aaf96f0a519b0516d2ae527a6c3e7eed80f68717f +"lightningcss-linux-x64-musl@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-linux-x64-musl@npm:1.32.0" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"json5@npm:^2.2.3": - version: 2.2.3 - resolution: "json5@npm:2.2.3" - bin: - json5: lib/cli.js - checksum: 10c0/5a04eed94810fa55c5ea138b2f7a5c12b97c3750bc63d11e511dcecbfef758003861522a070c2272764ee0f4e3e323862f386945aeb5b85b87ee43f084ba586c +"lightningcss-win32-arm64-msvc@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-win32-arm64-msvc@npm:1.32.0" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"keyv@npm:^4.0.0, keyv@npm:^4.5.4": - version: 4.5.4 - resolution: "keyv@npm:4.5.4" - dependencies: - json-buffer: "npm:3.0.1" - checksum: 10c0/aa52f3c5e18e16bb6324876bb8b59dd02acf782a4b789c7b2ae21107fab95fab3890ed448d4f8dba80ce05391eeac4bfabb4f02a20221342982f806fa2cf271e +"lightningcss-win32-x64-msvc@npm:1.32.0": + version: 1.32.0 + resolution: "lightningcss-win32-x64-msvc@npm:1.32.0" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"levn@npm:^0.4.1": - version: 0.4.1 - resolution: "levn@npm:0.4.1" +"lightningcss@npm:^1.32.0": + version: 1.32.0 + resolution: "lightningcss@npm:1.32.0" dependencies: - prelude-ls: "npm:^1.2.1" - type-check: "npm:~0.4.0" - checksum: 10c0/effb03cad7c89dfa5bd4f6989364bfc79994c2042ec5966cb9b95990e2edee5cd8969ddf42616a0373ac49fac1403437deaf6e9050fbbaa3546093a59b9ac94e + detect-libc: "npm:^2.0.3" + lightningcss-android-arm64: "npm:1.32.0" + lightningcss-darwin-arm64: "npm:1.32.0" + lightningcss-darwin-x64: "npm:1.32.0" + lightningcss-freebsd-x64: "npm:1.32.0" + lightningcss-linux-arm-gnueabihf: "npm:1.32.0" + lightningcss-linux-arm64-gnu: "npm:1.32.0" + lightningcss-linux-arm64-musl: "npm:1.32.0" + lightningcss-linux-x64-gnu: "npm:1.32.0" + lightningcss-linux-x64-musl: "npm:1.32.0" + lightningcss-win32-arm64-msvc: "npm:1.32.0" + lightningcss-win32-x64-msvc: "npm:1.32.0" + dependenciesMeta: + lightningcss-android-arm64: + optional: true + lightningcss-darwin-arm64: + optional: true + lightningcss-darwin-x64: + optional: true + lightningcss-freebsd-x64: + optional: true + lightningcss-linux-arm-gnueabihf: + optional: true + lightningcss-linux-arm64-gnu: + optional: true + lightningcss-linux-arm64-musl: + optional: true + lightningcss-linux-x64-gnu: + optional: true + lightningcss-linux-x64-musl: + optional: true + lightningcss-win32-arm64-msvc: + optional: true + lightningcss-win32-x64-msvc: + optional: true + checksum: 10c0/70945bd55097af46fc9fab7f5ed09cd5869d85940a2acab7ee06d0117004a1d68155708a2d462531cea2fc3c67aefc9333a7068c80b0b78dd404c16838809e03 languageName: node linkType: hard -"lint-staged@npm:^16.3.3": - version: 16.3.3 - resolution: "lint-staged@npm:16.3.3" +"lint-staged@npm:^16.4.0": + version: 16.4.0 + resolution: "lint-staged@npm:16.4.0" dependencies: commander: "npm:^14.0.3" listr2: "npm:^9.0.5" - micromatch: "npm:^4.0.8" + picomatch: "npm:^4.0.3" string-argv: "npm:^0.3.2" - tinyexec: "npm:^1.0.2" + tinyexec: "npm:^1.0.4" yaml: "npm:^2.8.2" bin: lint-staged: bin/lint-staged.js - checksum: 10c0/e404007ca608f2adc8acb1f358a55bc2e613dce7c71dea5ee7a4d1c2da2eaa145f6cffb05eca0db2769586e7cddd58b22ec44934cc62147772d74154aa66f5bd + checksum: 10c0/67625a49a2a01368c7df2da7e553567a79c4b261d9faf3436e00fc3a2f9c4bbe7295909012c47b3d9029e269fd7d7469901a5120573527a032f15797aa497c26 languageName: node linkType: hard @@ -5994,19 +5445,10 @@ __metadata: languageName: node linkType: hard -"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.2.6": - version: 11.2.6 - resolution: "lru-cache@npm:11.2.6" - checksum: 10c0/73bbffb298760e71b2bfe8ebc16a311c6a60ceddbba919cfedfd8635c2d125fbfb5a39b71818200e67973b11f8d59c5a9e31d6f90722e340e90393663a66e5cd - languageName: node - linkType: hard - -"lru-cache@npm:^6.0.0": - version: 6.0.0 - resolution: "lru-cache@npm:6.0.0" - dependencies: - yallist: "npm:^4.0.0" - checksum: 10c0/cb53e582785c48187d7a188d3379c181b5ca2a9c78d2bce3e7dee36f32761d1c42983da3fe12b55cb74e1779fa94cdc2e5367c028a9b35317184ede0c07a30a9 +"lru-cache@npm:^11.0.0, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.2.6, lru-cache@npm:^11.2.7": + version: 11.2.7 + resolution: "lru-cache@npm:11.2.7" + checksum: 10c0/549cdb59488baa617135fc12159cafb1a97f91079f35093bb3bcad72e849fc64ace636d244212c181dfdf1a99bbfa90757ff303f98561958ee4d0f885d9bd5f7 languageName: node linkType: hard @@ -6030,7 +5472,7 @@ __metadata: languageName: node linkType: hard -"magicast@npm:^0.5.1": +"magicast@npm:^0.5.2": version: 0.5.2 resolution: "magicast@npm:0.5.2" dependencies: @@ -6070,11 +5512,12 @@ __metadata: linkType: hard "make-fetch-happen@npm:^15.0.0": - version: 15.0.4 - resolution: "make-fetch-happen@npm:15.0.4" + version: 15.0.5 + resolution: "make-fetch-happen@npm:15.0.5" dependencies: "@gar/promise-retry": "npm:^1.0.0" "@npmcli/agent": "npm:^4.0.0" + "@npmcli/redact": "npm:^4.0.0" cacache: "npm:^20.0.1" http-cache-semantics: "npm:^4.1.1" minipass: "npm:^7.0.2" @@ -6084,31 +5527,7 @@ __metadata: negotiator: "npm:^1.0.0" proc-log: "npm:^6.0.0" ssri: "npm:^13.0.0" - checksum: 10c0/b874bf6879fc0b8ef3a3cafdddadea4d956acf94790f8dede1a9d3c74c7886b6cd3eb992616b8e5935e6fd550016a465f10ba51bf6723a0c6f4d98883ae2926b - languageName: node - linkType: hard - -"make-fetch-happen@npm:^9.1.0": - version: 9.1.0 - resolution: "make-fetch-happen@npm:9.1.0" - dependencies: - agentkeepalive: "npm:^4.1.3" - cacache: "npm:^15.2.0" - http-cache-semantics: "npm:^4.1.0" - http-proxy-agent: "npm:^4.0.1" - https-proxy-agent: "npm:^5.0.0" - is-lambda: "npm:^1.0.1" - lru-cache: "npm:^6.0.0" - minipass: "npm:^3.1.3" - minipass-collect: "npm:^1.0.2" - minipass-fetch: "npm:^1.3.2" - minipass-flush: "npm:^1.0.5" - minipass-pipeline: "npm:^1.2.4" - negotiator: "npm:^0.6.2" - promise-retry: "npm:^2.0.1" - socks-proxy-agent: "npm:^6.0.0" - ssri: "npm:^8.0.0" - checksum: 10c0/2c737faf6a7f67077679da548b5bfeeef890595bf8c4323a1f76eae355d27ebb33dcf9cf1a673f944cf2f2a7cbf4e2b09f0a0a62931737728f210d902c6be966 + checksum: 10c0/527580eb5e5476e6ad07a4e3bd017d13e935f4be815674b442081ae5a721c13d3af5715006619e6be79a85723067e047f83a0c9e699f41d8cec43609a8de4f7b languageName: node linkType: hard @@ -6128,13 +5547,6 @@ __metadata: languageName: node linkType: hard -"mdn-data@npm:2.12.2": - version: 2.12.2 - resolution: "mdn-data@npm:2.12.2" - checksum: 10c0/b22443b71d70f72ccc3c6ba1608035431a8fc18c3c8fc53523f06d20e05c2ac10f9b53092759a2ca85cf02f0d37036f310b581ce03e7b99ac74d388ef8152ade - languageName: node - linkType: hard - "mdn-data@npm:2.27.1": version: 2.27.1 resolution: "mdn-data@npm:2.27.1" @@ -6214,7 +5626,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": +"minimatch@npm:^3.1.2": version: 3.1.5 resolution: "minimatch@npm:3.1.5" dependencies: @@ -6239,15 +5651,6 @@ __metadata: languageName: node linkType: hard -"minipass-collect@npm:^1.0.2": - version: 1.0.2 - resolution: "minipass-collect@npm:1.0.2" - dependencies: - minipass: "npm:^3.0.0" - checksum: 10c0/8f82bd1f3095b24f53a991b04b67f4c710c894e518b813f0864a31de5570441a509be1ca17e0bb92b047591a8fdbeb886f502764fefb00d2f144f4011791e898 - languageName: node - linkType: hard - "minipass-collect@npm:^2.0.1": version: 2.0.1 resolution: "minipass-collect@npm:2.0.1" @@ -6257,21 +5660,6 @@ __metadata: languageName: node linkType: hard -"minipass-fetch@npm:^1.3.2": - version: 1.4.1 - resolution: "minipass-fetch@npm:1.4.1" - dependencies: - encoding: "npm:^0.1.12" - minipass: "npm:^3.1.0" - minipass-sized: "npm:^1.0.3" - minizlib: "npm:^2.0.0" - dependenciesMeta: - encoding: - optional: true - checksum: 10c0/a43da7401cd7c4f24b993887d41bd37d097356083b0bb836fd655916467463a1e6e9e553b2da4fcbe8745bf23d40c8b884eab20745562199663b3e9060cd8e7a - languageName: node - linkType: hard - "minipass-fetch@npm:^4.0.0": version: 4.0.1 resolution: "minipass-fetch@npm:4.0.1" @@ -6303,15 +5691,15 @@ __metadata: linkType: hard "minipass-flush@npm:^1.0.5": - version: 1.0.5 - resolution: "minipass-flush@npm:1.0.5" + version: 1.0.7 + resolution: "minipass-flush@npm:1.0.7" dependencies: minipass: "npm:^3.0.0" - checksum: 10c0/2a51b63feb799d2bb34669205eee7c0eaf9dce01883261a5b77410c9408aa447e478efd191b4de6fc1101e796ff5892f8443ef20d9544385819093dbb32d36bd + checksum: 10c0/960915c02aa0991662c37c404517dd93708d17f96533b2ca8c1e776d158715d8107c5ced425ffc61674c167d93607f07f48a83c139ce1057f8781e5dfb4b90c2 languageName: node linkType: hard -"minipass-pipeline@npm:^1.2.2, minipass-pipeline@npm:^1.2.4": +"minipass-pipeline@npm:^1.2.4": version: 1.2.4 resolution: "minipass-pipeline@npm:1.2.4" dependencies: @@ -6338,7 +5726,7 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^3.0.0, minipass@npm:^3.1.0, minipass@npm:^3.1.1, minipass@npm:^3.1.3": +"minipass@npm:^3.0.0": version: 3.3.6 resolution: "minipass@npm:3.3.6" dependencies: @@ -6347,13 +5735,6 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0": - version: 5.0.0 - resolution: "minipass@npm:5.0.0" - checksum: 10c0/a91d8043f691796a8ac88df039da19933ef0f633e3d7f0d35dcd5373af49131cf2399bfc355f41515dc495e3990369c3858cd319e5c2722b4753c90bf3152462 - languageName: node - linkType: hard - "minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4, minipass@npm:^7.1.2, minipass@npm:^7.1.3": version: 7.1.3 resolution: "minipass@npm:7.1.3" @@ -6361,16 +5742,6 @@ __metadata: languageName: node linkType: hard -"minizlib@npm:^2.0.0, minizlib@npm:^2.1.1": - version: 2.1.2 - resolution: "minizlib@npm:2.1.2" - dependencies: - minipass: "npm:^3.0.0" - yallist: "npm:^4.0.0" - checksum: 10c0/64fae024e1a7d0346a1102bb670085b17b7f95bf6cfdf5b128772ec8faf9ea211464ea4add406a3a6384a7d87a0cd1a96263692134323477b4fb43659a6cab78 - languageName: node - linkType: hard - "minizlib@npm:^3.0.1, minizlib@npm:^3.1.0": version: 3.1.0 resolution: "minizlib@npm:3.1.0" @@ -6387,15 +5758,6 @@ __metadata: languageName: node linkType: hard -"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4": - version: 1.0.4 - resolution: "mkdirp@npm:1.0.4" - bin: - mkdirp: bin/cmd.js - checksum: 10c0/46ea0f3ffa8bc6a5bc0c7081ffc3907777f0ed6516888d40a518c5111f8366d97d2678911ad1a6882bf592fa9de6c784fea32e1687bb94e1f4944170af48a5cf - languageName: node - linkType: hard - "moment-timezone@npm:^0.5.43": version: 0.5.48 resolution: "moment-timezone@npm:0.5.48" @@ -6427,8 +5789,8 @@ __metadata: resolution: "monaco-mfe@workspace:monaco-mfe" dependencies: monaco-editor: "npm:^0.55.1" - typescript: "npm:^5.9.3" - vite: "npm:^7.3.1" + typescript: "npm:^6.0.2" + vite: "npm:^8.0.3" languageName: unknown linkType: soft @@ -6446,7 +5808,7 @@ __metadata: languageName: node linkType: hard -"ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3": +"ms@npm:^2.1.1, ms@npm:^2.1.3": version: 2.1.3 resolution: "ms@npm:2.1.3" checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48 @@ -6488,13 +5850,6 @@ __metadata: languageName: node linkType: hard -"negotiator@npm:^0.6.2": - version: 0.6.4 - resolution: "negotiator@npm:0.6.4" - checksum: 10c0/3e677139c7fb7628a6f36335bf11a885a62c21d5390204590a1a214a5631fcbe5ea74ef6a610b60afe84b4d975cbe0566a23f20ee17c77c73e74b80032108dea - languageName: node - linkType: hard - "negotiator@npm:^1.0.0": version: 1.0.0 resolution: "negotiator@npm:1.0.0" @@ -6503,44 +5858,24 @@ __metadata: linkType: hard "node-abi@npm:^3.3.0": - version: 3.87.0 - resolution: "node-abi@npm:3.87.0" + version: 3.89.0 + resolution: "node-abi@npm:3.89.0" dependencies: semver: "npm:^7.3.5" - checksum: 10c0/41cfc361edd1b0711d412ca9e1a475180c5b897868bd5583df7ff73e30e6044cc7de307df36c2257203320f17fadf7e82dfdf5a9f6fd510a8578e3fe3ed67ebb + checksum: 10c0/73abbee70833fbf91c7a0bb52bef9f1ccde190b1597f0bf8f15226b3aef8a4ade78605488fbd0aa47ec4fefe20e748672ba045c9075c58a56416bde8d9097586 languageName: node linkType: hard -"node-addon-api@npm:^7.0.0": - version: 7.1.1 - resolution: "node-addon-api@npm:7.1.1" +"node-addon-api@npm:^8.0.0": + version: 8.7.0 + resolution: "node-addon-api@npm:8.7.0" dependencies: node-gyp: "npm:latest" - checksum: 10c0/fb32a206276d608037fa1bcd7e9921e177fe992fc610d098aa3128baca3c0050fc1e014fa007e9b3874cf865ddb4f5bd9f43ccb7cbbbe4efaff6a83e920b17e9 - languageName: node - linkType: hard - -"node-gyp@npm:8.x": - version: 8.4.1 - resolution: "node-gyp@npm:8.4.1" - dependencies: - env-paths: "npm:^2.2.0" - glob: "npm:^7.1.4" - graceful-fs: "npm:^4.2.6" - make-fetch-happen: "npm:^9.1.0" - nopt: "npm:^5.0.0" - npmlog: "npm:^6.0.0" - rimraf: "npm:^3.0.2" - semver: "npm:^7.3.5" - tar: "npm:^6.1.2" - which: "npm:^2.0.2" - bin: - node-gyp: bin/node-gyp.js - checksum: 10c0/80ef333b3a882eb6a2695a8e08f31d618f4533eff192864e4a3a16b67ff0abc9d8c1d5fac0395550ec699326b9248c5e2b3be178492f7f4d1ccf97d2cf948021 + checksum: 10c0/31a03b00f6b0753ab08360952fdf80a1abb619dcf8125fa1ab07e3a414da050963440c3a86c77a0334c0be7a71acb5e242dc468b79201ee6151c7b943afe946d languageName: node linkType: hard -"node-gyp@npm:latest": +"node-gyp@npm:12.x, node-gyp@npm:latest": version: 12.2.0 resolution: "node-gyp@npm:12.2.0" dependencies: @@ -6567,17 +5902,6 @@ __metadata: languageName: node linkType: hard -"nopt@npm:^5.0.0": - version: 5.0.0 - resolution: "nopt@npm:5.0.0" - dependencies: - abbrev: "npm:1" - bin: - nopt: bin/nopt.js - checksum: 10c0/fc5c4f07155cb455bf5fc3dd149fac421c1a40fd83c6bfe83aa82b52f02c17c5e88301321318adaa27611c8a6811423d51d29deaceab5fa158b585a61a551061 - languageName: node - linkType: hard - "nopt@npm:^9.0.0": version: 9.0.0 resolution: "nopt@npm:9.0.0" @@ -6603,18 +5927,6 @@ __metadata: languageName: node linkType: hard -"npmlog@npm:^6.0.0": - version: 6.0.2 - resolution: "npmlog@npm:6.0.2" - dependencies: - are-we-there-yet: "npm:^3.0.0" - console-control-strings: "npm:^1.1.0" - gauge: "npm:^4.0.3" - set-blocking: "npm:^2.0.0" - checksum: 10c0/0cacedfbc2f6139c746d9cd4a85f62718435ad0ca4a2d6459cd331dd33ae58206e91a0742c1558634efcde3f33f8e8e7fd3adf1bfe7978310cf00bd55cccf890 - languageName: node - linkType: hard - "object-assign@npm:^4.1.1": version: 4.1.1 resolution: "object-assign@npm:4.1.1" @@ -6708,7 +6020,7 @@ __metadata: languageName: node linkType: hard -"once@npm:^1.3.0, once@npm:^1.3.1, once@npm:^1.4.0": +"once@npm:^1.3.1, once@npm:^1.4.0": version: 1.4.0 resolution: "once@npm:1.4.0" dependencies: @@ -6794,15 +6106,6 @@ __metadata: languageName: node linkType: hard -"p-map@npm:^4.0.0": - version: 4.0.0 - resolution: "p-map@npm:4.0.0" - dependencies: - aggregate-error: "npm:^3.0.0" - checksum: 10c0/592c05bd6262c466ce269ff172bb8de7c6975afca9b50c975135b974e9bdaafbfe80e61aaaf5be6d1200ba08b30ead04b88cfa7e25ff1e3b93ab28c9f62a2c75 - languageName: node - linkType: hard - "p-map@npm:^7.0.2": version: 7.0.4 resolution: "p-map@npm:7.0.4" @@ -6897,13 +6200,6 @@ __metadata: languageName: node linkType: hard -"path-is-absolute@npm:^1.0.0": - version: 1.0.1 - resolution: "path-is-absolute@npm:1.0.1" - checksum: 10c0/127da03c82172a2a50099cddbf02510c1791fc2cc5f7713ddb613a56838db1e8168b121a920079d052e0936c23005562059756d653b7c544c53185efe53be078 - languageName: node - linkType: hard - "path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" @@ -6938,10 +6234,10 @@ __metadata: languageName: node linkType: hard -"path-to-regexp@npm:^8.3.0": - version: 8.3.0 - resolution: "path-to-regexp@npm:8.3.0" - checksum: 10c0/ee1544a73a3f294a97a4c663b0ce71bbf1621d732d80c9c9ed201b3e911a86cb628ebad691b9d40f40a3742fe22011e5a059d8eed2cf63ec2cb94f6fb4efe67c +"path-to-regexp@npm:^8.3.0, path-to-regexp@npm:^8.4.0": + version: 8.4.0 + resolution: "path-to-regexp@npm:8.4.0" + checksum: 10c0/171a540aed2a5dff3da6e7584f263ae65d868daea382ea3bd1ddeb828912661133d5a94fce83bd3125f0799df8dfd4924b270e2987a31930901cfd94ae164b45 languageName: node linkType: hard @@ -6964,27 +6260,27 @@ __metadata: resolution: "pi-rat@workspace:." dependencies: "@eslint/js": "npm:^10.0.1" - "@furystack/eslint-plugin": "npm:^2.1.1" - "@furystack/yarn-plugin-changelog": "npm:^1.0.6" + "@furystack/eslint-plugin": "npm:^2.1.3" + "@furystack/yarn-plugin-changelog": "npm:^1.0.8" "@playwright/test": "npm:^1.58.2" - "@types/jsdom": "npm:^28.0.0" - "@types/node": "npm:^25.4.0" - "@vitest/coverage-v8": "npm:^4.0.18" - eslint: "npm:^10.0.3" + "@types/jsdom": "npm:^28.0.1" + "@types/node": "npm:^25.5.0" + "@vitest/coverage-v8": "npm:^4.1.2" + eslint: "npm:^10.1.0" eslint-config-prettier: "npm:^10.1.8" eslint-plugin-import: "npm:2.32.0" - eslint-plugin-jsdoc: "npm:^62.7.1" - eslint-plugin-playwright: "npm:^2.9.0" + eslint-plugin-jsdoc: "npm:^62.8.1" + eslint-plugin-playwright: "npm:^2.10.1" eslint-plugin-prettier: "npm:^5.5.5" husky: "npm:^9.1.7" - jsdom: "npm:^28.1.0" - lint-staged: "npm:^16.3.3" + jsdom: "npm:^29.0.1" + lint-staged: "npm:^16.4.0" prettier: "npm:^3.8.1" rimraf: "npm:^6.1.3" - typescript: "npm:^5.9.3" - typescript-eslint: "npm:^8.57.0" - vite: "npm:^7.3.1" - vitest: "npm:^4.0.18" + typescript: "npm:^6.0.2" + typescript-eslint: "npm:^8.57.2" + vite: "npm:^8.0.3" + vitest: "npm:^4.1.2" languageName: unknown linkType: soft @@ -6996,16 +6292,16 @@ __metadata: linkType: hard "picomatch@npm:^2.3.1": - version: 2.3.1 - resolution: "picomatch@npm:2.3.1" - checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be + version: 2.3.2 + resolution: "picomatch@npm:2.3.2" + checksum: 10c0/a554d1709e59be97d1acb9eaedbbc700a5c03dbd4579807baed95100b00420bc729335440ef15004ae2378984e2487a7c1cebd743cfdb72b6fa9ab69223c0d61 languageName: node linkType: hard -"picomatch@npm:^4.0.3": - version: 4.0.3 - resolution: "picomatch@npm:4.0.3" - checksum: 10c0/9582c951e95eebee5434f59e426cddd228a7b97a0161a375aed4be244bd3fe8e3a31b846808ea14ef2c8a2527a6eeab7b3946a67d5979e81694654f939473ae2 +"picomatch@npm:^4.0.3, picomatch@npm:^4.0.4": + version: 4.0.4 + resolution: "picomatch@npm:4.0.4" + checksum: 10c0/e2c6023372cc7b5764719a5ffb9da0f8e781212fa7ca4bd0562db929df8e117460f00dff3cb7509dacfc06b86de924b247f504d0ce1806a37fac4633081466b0 languageName: node linkType: hard @@ -7058,7 +6354,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.5.6": +"postcss@npm:^8.5.8": version: 8.5.8 resolution: "postcss@npm:8.5.8" dependencies: @@ -7069,7 +6365,7 @@ __metadata: languageName: node linkType: hard -"prebuild-install@npm:^7.1.1": +"prebuild-install@npm:^7.1.3": version: 7.1.3 resolution: "prebuild-install@npm:7.1.3" dependencies: @@ -7137,13 +6433,6 @@ __metadata: languageName: node linkType: hard -"promise-inflight@npm:^1.0.1": - version: 1.0.1 - resolution: "promise-inflight@npm:1.0.1" - checksum: 10c0/d179d148d98fbff3d815752fa9a08a87d3190551d1420f17c4467f628214db12235ae068d98cd001f024453676d8985af8f28f002345646c4ece4600a79620bc - languageName: node - linkType: hard - "promise-retry@npm:^2.0.1": version: 2.0.1 resolution: "promise-retry@npm:2.0.1" @@ -7252,7 +6541,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": +"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -7404,13 +6693,6 @@ __metadata: languageName: node linkType: hard -"retry@npm:^0.13.1": - version: 0.13.1 - resolution: "retry@npm:0.13.1" - checksum: 10c0/9ae822ee19db2163497e074ea919780b1efa00431d197c7afdb950e42bf109196774b92a49fc9821f0b8b328a98eea6017410bfc5e8a0fc19c85c6d11adb3772 - languageName: node - linkType: hard - "reusify@npm:^1.0.4": version: 1.1.0 resolution: "reusify@npm:1.1.0" @@ -7425,17 +6707,6 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^3.0.2": - version: 3.0.2 - resolution: "rimraf@npm:3.0.2" - dependencies: - glob: "npm:^7.1.3" - bin: - rimraf: bin.js - checksum: 10c0/9cb7757acb489bd83757ba1a274ab545eafd75598a9d817e0c3f8b164238dd90eba50d6b848bd4dcc5f3040912e882dc7ba71653e35af660d77b25c381d402e8 - languageName: node - linkType: hard - "rimraf@npm:^6.1.3": version: 6.1.3 resolution: "rimraf@npm:6.1.3" @@ -7448,93 +6719,61 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.43.0": - version: 4.59.0 - resolution: "rollup@npm:4.59.0" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.59.0" - "@rollup/rollup-android-arm64": "npm:4.59.0" - "@rollup/rollup-darwin-arm64": "npm:4.59.0" - "@rollup/rollup-darwin-x64": "npm:4.59.0" - "@rollup/rollup-freebsd-arm64": "npm:4.59.0" - "@rollup/rollup-freebsd-x64": "npm:4.59.0" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.59.0" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.59.0" - "@rollup/rollup-linux-arm64-gnu": "npm:4.59.0" - "@rollup/rollup-linux-arm64-musl": "npm:4.59.0" - "@rollup/rollup-linux-loong64-gnu": "npm:4.59.0" - "@rollup/rollup-linux-loong64-musl": "npm:4.59.0" - "@rollup/rollup-linux-ppc64-gnu": "npm:4.59.0" - "@rollup/rollup-linux-ppc64-musl": "npm:4.59.0" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.59.0" - "@rollup/rollup-linux-riscv64-musl": "npm:4.59.0" - "@rollup/rollup-linux-s390x-gnu": "npm:4.59.0" - "@rollup/rollup-linux-x64-gnu": "npm:4.59.0" - "@rollup/rollup-linux-x64-musl": "npm:4.59.0" - "@rollup/rollup-openbsd-x64": "npm:4.59.0" - "@rollup/rollup-openharmony-arm64": "npm:4.59.0" - "@rollup/rollup-win32-arm64-msvc": "npm:4.59.0" - "@rollup/rollup-win32-ia32-msvc": "npm:4.59.0" - "@rollup/rollup-win32-x64-gnu": "npm:4.59.0" - "@rollup/rollup-win32-x64-msvc": "npm:4.59.0" - "@types/estree": "npm:1.0.8" - fsevents: "npm:~2.3.2" +"rolldown@npm:1.0.0-rc.12": + version: 1.0.0-rc.12 + resolution: "rolldown@npm:1.0.0-rc.12" + dependencies: + "@oxc-project/types": "npm:=0.122.0" + "@rolldown/binding-android-arm64": "npm:1.0.0-rc.12" + "@rolldown/binding-darwin-arm64": "npm:1.0.0-rc.12" + "@rolldown/binding-darwin-x64": "npm:1.0.0-rc.12" + "@rolldown/binding-freebsd-x64": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-ppc64-gnu": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-s390x-gnu": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-rc.12" + "@rolldown/binding-linux-x64-musl": "npm:1.0.0-rc.12" + "@rolldown/binding-openharmony-arm64": "npm:1.0.0-rc.12" + "@rolldown/binding-wasm32-wasi": "npm:1.0.0-rc.12" + "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-rc.12" + "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-rc.12" + "@rolldown/pluginutils": "npm:1.0.0-rc.12" dependenciesMeta: - "@rollup/rollup-android-arm-eabi": - optional: true - "@rollup/rollup-android-arm64": - optional: true - "@rollup/rollup-darwin-arm64": - optional: true - "@rollup/rollup-darwin-x64": - optional: true - "@rollup/rollup-freebsd-arm64": - optional: true - "@rollup/rollup-freebsd-x64": - optional: true - "@rollup/rollup-linux-arm-gnueabihf": - optional: true - "@rollup/rollup-linux-arm-musleabihf": - optional: true - "@rollup/rollup-linux-arm64-gnu": + "@rolldown/binding-android-arm64": optional: true - "@rollup/rollup-linux-arm64-musl": + "@rolldown/binding-darwin-arm64": optional: true - "@rollup/rollup-linux-loong64-gnu": + "@rolldown/binding-darwin-x64": optional: true - "@rollup/rollup-linux-loong64-musl": + "@rolldown/binding-freebsd-x64": optional: true - "@rollup/rollup-linux-ppc64-gnu": + "@rolldown/binding-linux-arm-gnueabihf": optional: true - "@rollup/rollup-linux-ppc64-musl": + "@rolldown/binding-linux-arm64-gnu": optional: true - "@rollup/rollup-linux-riscv64-gnu": + "@rolldown/binding-linux-arm64-musl": optional: true - "@rollup/rollup-linux-riscv64-musl": + "@rolldown/binding-linux-ppc64-gnu": optional: true - "@rollup/rollup-linux-s390x-gnu": + "@rolldown/binding-linux-s390x-gnu": optional: true - "@rollup/rollup-linux-x64-gnu": + "@rolldown/binding-linux-x64-gnu": optional: true - "@rollup/rollup-linux-x64-musl": + "@rolldown/binding-linux-x64-musl": optional: true - "@rollup/rollup-openbsd-x64": + "@rolldown/binding-openharmony-arm64": optional: true - "@rollup/rollup-openharmony-arm64": + "@rolldown/binding-wasm32-wasi": optional: true - "@rollup/rollup-win32-arm64-msvc": + "@rolldown/binding-win32-arm64-msvc": optional: true - "@rollup/rollup-win32-ia32-msvc": - optional: true - "@rollup/rollup-win32-x64-gnu": - optional: true - "@rollup/rollup-win32-x64-msvc": - optional: true - fsevents: + "@rolldown/binding-win32-x64-msvc": optional: true bin: - rollup: dist/bin/rollup - checksum: 10c0/f38742da34cfee5e899302615fa157aa77cb6a2a1495e5e3ce4cc9c540d3262e235bbe60caa31562bbfe492b01fdb3e7a8c43c39d842d3293bcf843123b766fc + rolldown: bin/cli.mjs + checksum: 10c0/0c4e5e3cdcdddce282cb2d84e1c98d6ad8d4e452d5c1402e498b35ec1060026e552dd783efc9f4ba876d7c0863b5973edc79b6a546f565e9832dc1077ec18c2c languageName: node linkType: hard @@ -7646,7 +6885,7 @@ __metadata: languageName: node linkType: hard -"sequelize@npm:^6.37.7": +"sequelize@npm:^6.37.8": version: 6.37.8 resolution: "sequelize@npm:6.37.8" dependencies: @@ -7693,22 +6932,22 @@ __metadata: version: 0.0.0-use.local resolution: "service@workspace:service" dependencies: - "@furystack/cache": "npm:^6.1.1" - "@furystack/core": "npm:^16.0.0" - "@furystack/entity-sync": "npm:^1.0.7" - "@furystack/entity-sync-service": "npm:^1.0.8" - "@furystack/inject": "npm:^12.0.32" - "@furystack/logging": "npm:^8.1.1" - "@furystack/repository": "npm:^10.1.7" - "@furystack/rest": "npm:^8.1.1" - "@furystack/rest-service": "npm:^12.3.1" - "@furystack/security": "npm:^7.0.5" - "@furystack/sequelize-store": "npm:^6.0.45" - "@furystack/utils": "npm:^8.2.1" - "@furystack/websocket-api": "npm:^13.2.3" + "@furystack/cache": "npm:^6.1.3" + "@furystack/core": "npm:^16.0.2" + "@furystack/entity-sync": "npm:^1.0.9" + "@furystack/entity-sync-service": "npm:^1.0.10" + "@furystack/inject": "npm:^12.0.34" + "@furystack/logging": "npm:^8.1.3" + "@furystack/repository": "npm:^10.1.9" + "@furystack/rest": "npm:^8.1.3" + "@furystack/rest-service": "npm:^12.3.3" + "@furystack/security": "npm:^7.0.7" + "@furystack/sequelize-store": "npm:^6.0.47" + "@furystack/utils": "npm:^8.2.3" + "@furystack/websocket-api": "npm:^13.2.5" "@types/ffprobe": "npm:^1.1.8" "@types/formidable": "npm:^3.5.0" - "@types/node": "npm:^25.4.0" + "@types/node": "npm:^25.5.0" "@types/ping": "npm:^0.4.4" chokidar: "npm:^5.0.0" common: "workspace:^" @@ -7716,20 +6955,13 @@ __metadata: mime: "npm:^4.1.0" ollama: "npm:^0.6.3" ping: "npm:^1.0.0" - sequelize: "npm:^6.37.7" - sqlite3: "npm:^5.1.7" - typescript: "npm:^5.9.3" - vitest: "npm:^4.0.18" + sequelize: "npm:^6.37.8" + sqlite3: "npm:^6.0.1" + typescript: "npm:^6.0.2" + vitest: "npm:^4.1.2" languageName: unknown linkType: soft -"set-blocking@npm:^2.0.0": - version: 2.0.0 - resolution: "set-blocking@npm:2.0.0" - checksum: 10c0/9f8c1b2d800800d0b589de1477c753492de5c1548d4ade52f57f1d1f5e04af5481554d75ce5e5c43d4004b80a3eb714398d6907027dc0534177b7539119f4454 - languageName: node - linkType: hard - "set-function-length@npm:^1.2.2": version: 1.2.2 resolution: "set-function-length@npm:1.2.2" @@ -7845,7 +7077,7 @@ __metadata: languageName: node linkType: hard -"signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.7": +"signal-exit@npm:^3.0.2": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" checksum: 10c0/25d272fa73e146048565e08f3309d5b942c1979a6f4a58a8c59d5fa299728e9c2fcd1a759ec870863b1fd38653670240cd420dad2ad9330c71f36608a6a1c912 @@ -7929,17 +7161,6 @@ __metadata: languageName: node linkType: hard -"socks-proxy-agent@npm:^6.0.0": - version: 6.2.1 - resolution: "socks-proxy-agent@npm:6.2.1" - dependencies: - agent-base: "npm:^6.0.2" - debug: "npm:^4.3.3" - socks: "npm:^2.6.2" - checksum: 10c0/d75c1cf1fdd7f8309a43a77f84409b793fc0f540742ef915154e70ac09a08b0490576fe85d4f8d68bbf80e604a62957a17ab5ef50d312fe1442b0ab6f8f6e6f6 - languageName: node - linkType: hard - "socks-proxy-agent@npm:^8.0.3": version: 8.0.5 resolution: "socks-proxy-agent@npm:8.0.5" @@ -7951,7 +7172,7 @@ __metadata: languageName: node linkType: hard -"socks@npm:^2.6.2, socks@npm:^2.8.3": +"socks@npm:^2.8.3": version: 2.8.7 resolution: "socks@npm:2.8.7" dependencies: @@ -7961,7 +7182,7 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1": +"source-map-js@npm:^1.2.1": version: 1.2.1 resolution: "source-map-js@npm:1.2.1" checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf @@ -7999,24 +7220,24 @@ __metadata: languageName: node linkType: hard -"sqlite3@npm:^5.1.7": - version: 5.1.7 - resolution: "sqlite3@npm:5.1.7" +"sqlite3@npm:^6.0.1": + version: 6.0.1 + resolution: "sqlite3@npm:6.0.1" dependencies: bindings: "npm:^1.5.0" - node-addon-api: "npm:^7.0.0" - node-gyp: "npm:8.x" - prebuild-install: "npm:^7.1.1" - tar: "npm:^6.1.11" + node-addon-api: "npm:^8.0.0" + node-gyp: "npm:12.x" + prebuild-install: "npm:^7.1.3" + tar: "npm:^7.5.10" peerDependencies: - node-gyp: 8.x + node-gyp: 12.x dependenciesMeta: node-gyp: optional: true peerDependenciesMeta: node-gyp: optional: true - checksum: 10c0/10daab5d7854bd0ec3c7690c00359cd3444eabc869b68c68dcb61374a8fa5e2f4be06cf0aba78f7a16336d49e83e4631e8af98f8bd33c772fe8d60b45fa60bc1 + checksum: 10c0/519e1b84168e4404872d68b5261d73326dd6551bbf2a6b9d6318f3193efe5392ee2c1061a10e18f3d7dcbe6dc4c753513e3f83986d3bca703f363545eba2fb8e languageName: node linkType: hard @@ -8038,15 +7259,6 @@ __metadata: languageName: node linkType: hard -"ssri@npm:^8.0.0, ssri@npm:^8.0.1": - version: 8.0.1 - resolution: "ssri@npm:8.0.1" - dependencies: - minipass: "npm:^3.1.1" - checksum: 10c0/5cfae216ae02dcd154d1bbed2d0a60038a4b3a2fcaac3c7e47401ff4e058e551ee74cfdba618871bf168cd583db7b8324f94af6747d4303b73cd4c3f6dc5c9c2 - languageName: node - linkType: hard - "stack-utils@npm:^2.0.2": version: 2.0.6 resolution: "stack-utils@npm:2.0.6" @@ -8063,10 +7275,10 @@ __metadata: languageName: node linkType: hard -"std-env@npm:^3.10.0": - version: 3.10.0 - resolution: "std-env@npm:3.10.0" - checksum: 10c0/1814927a45004d36dde6707eaf17552a546769bc79a6421be2c16ce77d238158dfe5de30910b78ec30d95135cc1c59ea73ee22d2ca170f8b9753f84da34c427f +"std-env@npm:^4.0.0-rc.1": + version: 4.0.0 + resolution: "std-env@npm:4.0.0" + checksum: 10c0/63b1716eae27947adde49e21b7225a0f75fb2c3d410273ae9de8333c07c7d5fc7a0628ae4c8af6b4b49b4274ed46c2bf118ed69b64f1261c9d8213d76ed1c16c languageName: node linkType: hard @@ -8087,7 +7299,7 @@ __metadata: languageName: node linkType: hard -"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.0.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.2, string-width@npm:^4.2.3": +"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.0.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.2": version: 4.2.3 resolution: "string-width@npm:4.2.3" dependencies: @@ -8266,30 +7478,16 @@ __metadata: languageName: node linkType: hard -"tar@npm:^6.0.2, tar@npm:^6.0.5, tar@npm:^6.1.11, tar@npm:^6.1.2": - version: 6.2.1 - resolution: "tar@npm:6.2.1" - dependencies: - chownr: "npm:^2.0.0" - fs-minipass: "npm:^2.0.0" - minipass: "npm:^5.0.0" - minizlib: "npm:^2.1.1" - mkdirp: "npm:^1.0.3" - yallist: "npm:^4.0.0" - checksum: 10c0/a5eca3eb50bc11552d453488344e6507156b9193efd7635e98e867fab275d527af53d8866e2370cd09dfe74378a18111622ace35af6a608e5223a7d27fe99537 - languageName: node - linkType: hard - -"tar@npm:^7.4.3, tar@npm:^7.5.4": - version: 7.5.10 - resolution: "tar@npm:7.5.10" +"tar@npm:^7.4.3, tar@npm:^7.5.10, tar@npm:^7.5.3, tar@npm:^7.5.4": + version: 7.5.13 + resolution: "tar@npm:7.5.13" dependencies: "@isaacs/fs-minipass": "npm:^4.0.0" chownr: "npm:^3.0.0" minipass: "npm:^7.1.2" minizlib: "npm:^3.1.0" yallist: "npm:^5.0.0" - checksum: 10c0/ed905e4b33886377df6e9206e5d1bd34458c21666e27943f946799416f86348c938590d573d6a69312cb29c583b122647a64ec92782f2b7e24e68d985dd72531 + checksum: 10c0/5c65b8084799bde7a791593a1c1a45d3d6ee98182e3700b24c247b7b8f8654df4191642abbdb07ff25043d45dcff35620827c3997b88ae6c12040f64bed5076b languageName: node linkType: hard @@ -8320,10 +7518,10 @@ __metadata: languageName: node linkType: hard -"tinyexec@npm:^1.0.2": - version: 1.0.2 - resolution: "tinyexec@npm:1.0.2" - checksum: 10c0/1261a8e34c9b539a9aae3b7f0bb5372045ff28ee1eba035a2a059e532198fe1a182ec61ac60fa0b4a4129f0c4c4b1d2d57355b5cb9aa2d17ac9454ecace502ee +"tinyexec@npm:^1.0.2, tinyexec@npm:^1.0.4": + version: 1.0.4 + resolution: "tinyexec@npm:1.0.4" + checksum: 10c0/d4a5bbcf6bdb23527a4b74c4aa566f41432167112fe76f420ec7e3a90a3ecfd3a7d944383e2719fc3987b69400f7b928daf08700d145fb527c2e80ec01e198bd languageName: node linkType: hard @@ -8344,28 +7542,28 @@ __metadata: languageName: node linkType: hard -"tinyrainbow@npm:^3.0.3": - version: 3.0.3 - resolution: "tinyrainbow@npm:3.0.3" - checksum: 10c0/1e799d35cd23cabe02e22550985a3051dc88814a979be02dc632a159c393a998628eacfc558e4c746b3006606d54b00bcdea0c39301133956d10a27aa27e988c +"tinyrainbow@npm:^3.1.0": + version: 3.1.0 + resolution: "tinyrainbow@npm:3.1.0" + checksum: 10c0/f11cf387a26c5c9255bec141a90ac511b26172981b10c3e50053bc6700ea7d2336edcc4a3a21dbb8412fe7c013477d2ba4d7e4877800f3f8107be5105aad6511 languageName: node linkType: hard -"tldts-core@npm:^7.0.24": - version: 7.0.24 - resolution: "tldts-core@npm:7.0.24" - checksum: 10c0/9b123c137a47cafdba710b17542ea3682b1e354623b8bf26cf2e2f47b103dab73f91d162a27cc036d8fe9a3a91a4b5b420b609e8c019a9e9ebb4fad4da528fd6 +"tldts-core@npm:^7.0.27": + version: 7.0.27 + resolution: "tldts-core@npm:7.0.27" + checksum: 10c0/5f148db83b9e5d51a510bd512dd16e158e70eda41bd8a8b39dadc9bd2d969e5342862eee2231d21ed80a1e1c4af6572aea56fba3e38c184f94708942d5141987 languageName: node linkType: hard "tldts@npm:^7.0.5": - version: 7.0.24 - resolution: "tldts@npm:7.0.24" + version: 7.0.27 + resolution: "tldts@npm:7.0.27" dependencies: - tldts-core: "npm:^7.0.24" + tldts-core: "npm:^7.0.27" bin: tldts: bin/cli.js - checksum: 10c0/320e871695d82969024d108ee1254495e7f15c4398d0a6eede10899c581e5189f0590195bdaadbdb131af86c2a7630f664fdc3e381e671ba6acaf77a04d86dfe + checksum: 10c0/8bd6d2ef27e27560ffca1784067f6ee45ce2eebb0c094126681ed8d42c728904418855dd165c8272039af46a9a8e832990e564c17f5dbff041c5306d50d4cf40 languageName: node linkType: hard @@ -8395,12 +7593,12 @@ __metadata: languageName: node linkType: hard -"tough-cookie@npm:^6.0.0": - version: 6.0.0 - resolution: "tough-cookie@npm:6.0.0" +"tough-cookie@npm:^6.0.1": + version: 6.0.1 + resolution: "tough-cookie@npm:6.0.1" dependencies: tldts: "npm:^7.0.5" - checksum: 10c0/7b17a461e9c2ac0d0bea13ab57b93b4346d0b8c00db174c963af1e46e4ea8d04148d2a55f2358fc857db0c0c65208a98e319d0c60693e32e0c559a9d9cf20cb5 + checksum: 10c0/ec70bd6b1215efe4ed31a158f0be3e4c9088fcbd8620edc23a5860d4f3d85c757b77e274baaa700f7b25e409f4181552ed189603c2b2e1a9f88104da3a61a37d languageName: node linkType: hard @@ -8421,11 +7619,11 @@ __metadata: linkType: hard "ts-api-utils@npm:^2.4.0": - version: 2.4.0 - resolution: "ts-api-utils@npm:2.4.0" + version: 2.5.0 + resolution: "ts-api-utils@npm:2.5.0" peerDependencies: typescript: ">=4.8.4" - checksum: 10c0/ed185861aef4e7124366a3f6561113557a57504267d4d452a51e0ba516a9b6e713b56b4aeaab9fa13de9db9ab755c65c8c13a777dba9133c214632cb7b65c083 + checksum: 10c0/767849383c114e7f1971fa976b20e73ac28fd0c70d8d65c0004790bf4d8f89888c7e4cf6d5949f9c1beae9bc3c64835bef77bbe27fddf45a3c7b60cebcf85c8c languageName: node linkType: hard @@ -8583,18 +7781,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.57.0": - version: 8.57.0 - resolution: "typescript-eslint@npm:8.57.0" +"typescript-eslint@npm:^8.57.2": + version: 8.57.2 + resolution: "typescript-eslint@npm:8.57.2" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.57.0" - "@typescript-eslint/parser": "npm:8.57.0" - "@typescript-eslint/typescript-estree": "npm:8.57.0" - "@typescript-eslint/utils": "npm:8.57.0" + "@typescript-eslint/eslint-plugin": "npm:8.57.2" + "@typescript-eslint/parser": "npm:8.57.2" + "@typescript-eslint/typescript-estree": "npm:8.57.2" + "@typescript-eslint/utils": "npm:8.57.2" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/5491c6dff2bc3f2914d60326490316b3f92e022756017da8b36cbb9d4d94fc781b642a3a033ca3add2ff26ee7a95798baedc5f55598cd21ce706bae5b7731632 + checksum: 10c0/b657195d7f080eae54527354f847af0300f7f3d7126515c692b92f5d4a880bc40b11a350ea98e1decf62846cce085c072005eb867019b3b7e8a76b4f0ec18713 languageName: node linkType: hard @@ -8608,6 +7806,16 @@ __metadata: languageName: node linkType: hard +"typescript@npm:^6.0.2": + version: 6.0.2 + resolution: "typescript@npm:6.0.2" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f + languageName: node + linkType: hard + "typescript@patch:typescript@npm%3A^5.9.3#optional!builtin": version: 5.9.3 resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin::version=5.9.3&hash=5786d5" @@ -8618,6 +7826,16 @@ __metadata: languageName: node linkType: hard +"typescript@patch:typescript@npm%3A^6.0.2#optional!builtin": + version: 6.0.2 + resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin::version=6.0.2&hash=5786d5" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02 + languageName: node + linkType: hard + "unbox-primitive@npm:^1.1.0": version: 1.1.0 resolution: "unbox-primitive@npm:1.1.0" @@ -8631,9 +7849,9 @@ __metadata: linkType: hard "undici-types@npm:^7.21.0": - version: 7.22.0 - resolution: "undici-types@npm:7.22.0" - checksum: 10c0/5e6f2513c41d07404c719eb7c1c499b8d4cde042f1269b3bc2be335f059e6ef53eb04f316696c728d5e8064c4d522b98f63d7ae8938adf6317351e07ae9c943e + version: 7.24.6 + resolution: "undici-types@npm:7.24.6" + checksum: 10c0/d9cd8befb643ac904615c280a095ba4240531f6bb4a5e75a22a7483630ca8d3f1016d2ab6ace6ceda1f63b3a2db2fe037fafe121d6917a0187573aa548ff78ca languageName: node linkType: hard @@ -8660,19 +7878,10 @@ __metadata: languageName: node linkType: hard -"undici@npm:^7.21.0": - version: 7.22.0 - resolution: "undici@npm:7.22.0" - checksum: 10c0/09777c06f3f18f761f03e3a4c9c04fd9fcca8ad02ccea43602ee4adf73fcba082806f1afb637f6ea714ef6279c5323c25b16d435814c63db720f63bfc20d316b - languageName: node - linkType: hard - -"unique-filename@npm:^1.1.1": - version: 1.1.1 - resolution: "unique-filename@npm:1.1.1" - dependencies: - unique-slug: "npm:^2.0.0" - checksum: 10c0/d005bdfaae6894da8407c4de2b52f38b3c58ec86e79fc2ee19939da3085374413b073478ec54e721dc8e32b102cf9e50d0481b8331abdc62202e774b789ea874 +"undici@npm:^7.24.5": + version: 7.24.6 + resolution: "undici@npm:7.24.6" + checksum: 10c0/0f5413ccb20bafe27637a3a02cada731c53ee75f1df79029099db3af1eaaed410488489d9f430c09bd30bf0b925cb75fc30c39dff0689f656fd6fb7d75ded95f languageName: node linkType: hard @@ -8685,24 +7894,6 @@ __metadata: languageName: node linkType: hard -"unique-filename@npm:^5.0.0": - version: 5.0.0 - resolution: "unique-filename@npm:5.0.0" - dependencies: - unique-slug: "npm:^6.0.0" - checksum: 10c0/afb897e9cf4c2fb622ea716f7c2bb462001928fc5f437972213afdf1cc32101a230c0f1e9d96fc91ee5185eca0f2feb34127145874975f347be52eb91d6ccc2c - languageName: node - linkType: hard - -"unique-slug@npm:^2.0.0": - version: 2.0.2 - resolution: "unique-slug@npm:2.0.2" - dependencies: - imurmurhash: "npm:^0.1.4" - checksum: 10c0/9eabc51680cf0b8b197811a48857e41f1364b25362300c1ff636c0eca5ec543a92a38786f59cf0697e62c6f814b11ecbe64e8093db71246468a1f03b80c83970 - languageName: node - linkType: hard - "unique-slug@npm:^5.0.0": version: 5.0.0 resolution: "unique-slug@npm:5.0.0" @@ -8712,15 +7903,6 @@ __metadata: languageName: node linkType: hard -"unique-slug@npm:^6.0.0": - version: 6.0.0 - resolution: "unique-slug@npm:6.0.0" - dependencies: - imurmurhash: "npm:^0.1.4" - checksum: 10c0/da7ade4cb04eb33ad0499861f82fe95ce9c7c878b7139dc54d140ecfb6a6541c18a5c8dac16188b8b379fe62c0c1f1b710814baac910cde5f4fec06212126c6a - languageName: node - linkType: hard - "universal-user-agent@npm:^6.0.0": version: 6.0.1 resolution: "universal-user-agent@npm:6.0.1" @@ -8770,7 +7952,7 @@ __metadata: languageName: node linkType: hard -"video.js@npm:8.23.8": +"video.js@npm:8.23.8, video.js@npm:^7 || ^8": version: 8.23.8 resolution: "video.js@npm:8.23.8" dependencies: @@ -8790,26 +7972,6 @@ __metadata: languageName: node linkType: hard -"video.js@npm:^7 || ^8": - version: 8.23.6 - resolution: "video.js@npm:8.23.6" - dependencies: - "@babel/runtime": "npm:^7.12.5" - "@videojs/http-streaming": "npm:^3.17.2" - "@videojs/vhs-utils": "npm:^4.1.1" - "@videojs/xhr": "npm:2.7.0" - aes-decrypter: "npm:^4.0.2" - global: "npm:4.4.0" - m3u8-parser: "npm:^7.2.0" - mpd-parser: "npm:^1.3.1" - mux.js: "npm:^7.0.1" - videojs-contrib-quality-levels: "npm:4.1.0" - videojs-font: "npm:4.2.0" - videojs-vtt.js: "npm:0.15.5" - checksum: 10c0/cb80716154a4e34288671448960feae06d3751f300dbd8b7e74faf54a218bf94b3f3ff856b97a6a43bf10b3ed215fd4e5ba1d0e2971b1bb2859730573847a7c2 - languageName: node - linkType: hard - "videojs-contrib-quality-levels@npm:4.1.0": version: 4.1.0 resolution: "videojs-contrib-quality-levels@npm:4.1.0" @@ -8837,22 +7999,22 @@ __metadata: languageName: node linkType: hard -"vite@npm:^6.0.0 || ^7.0.0, vite@npm:^7.3.1": - version: 7.3.1 - resolution: "vite@npm:7.3.1" +"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0, vite@npm:^8.0.3": + version: 8.0.3 + resolution: "vite@npm:8.0.3" dependencies: - esbuild: "npm:^0.27.0" - fdir: "npm:^6.5.0" fsevents: "npm:~2.3.3" - picomatch: "npm:^4.0.3" - postcss: "npm:^8.5.6" - rollup: "npm:^4.43.0" + lightningcss: "npm:^1.32.0" + picomatch: "npm:^4.0.4" + postcss: "npm:^8.5.8" + rolldown: "npm:1.0.0-rc.12" tinyglobby: "npm:^0.2.15" peerDependencies: "@types/node": ^20.19.0 || >=22.12.0 + "@vitejs/devtools": ^0.1.0 + esbuild: ^0.27.0 jiti: ">=1.21.0" less: ^4.0.0 - lightningcss: ^1.21.0 sass: ^1.70.0 sass-embedded: ^1.70.0 stylus: ">=0.54.8" @@ -8866,12 +8028,14 @@ __metadata: peerDependenciesMeta: "@types/node": optional: true + "@vitejs/devtools": + optional: true + esbuild: + optional: true jiti: optional: true less: optional: true - lightningcss: - optional: true sass: optional: true sass-embedded: @@ -8888,44 +8052,45 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10c0/5c7548f5f43a23533e53324304db4ad85f1896b1bfd3ee32ae9b866bac2933782c77b350eb2b52a02c625c8ad1ddd4c000df077419410650c982cd97fde8d014 + checksum: 10c0/bed9520358080393a02fe22565b3309b4b3b8f916afe4c97577528f3efb05c1bf4b29f7b552179bc5b3938629e50fbd316231727457411dbc96648fa5c9d14bf languageName: node linkType: hard -"vitest@npm:^4.0.18": - version: 4.0.18 - resolution: "vitest@npm:4.0.18" - dependencies: - "@vitest/expect": "npm:4.0.18" - "@vitest/mocker": "npm:4.0.18" - "@vitest/pretty-format": "npm:4.0.18" - "@vitest/runner": "npm:4.0.18" - "@vitest/snapshot": "npm:4.0.18" - "@vitest/spy": "npm:4.0.18" - "@vitest/utils": "npm:4.0.18" - es-module-lexer: "npm:^1.7.0" - expect-type: "npm:^1.2.2" +"vitest@npm:^4.1.2": + version: 4.1.2 + resolution: "vitest@npm:4.1.2" + dependencies: + "@vitest/expect": "npm:4.1.2" + "@vitest/mocker": "npm:4.1.2" + "@vitest/pretty-format": "npm:4.1.2" + "@vitest/runner": "npm:4.1.2" + "@vitest/snapshot": "npm:4.1.2" + "@vitest/spy": "npm:4.1.2" + "@vitest/utils": "npm:4.1.2" + es-module-lexer: "npm:^2.0.0" + expect-type: "npm:^1.3.0" magic-string: "npm:^0.30.21" obug: "npm:^2.1.1" pathe: "npm:^2.0.3" picomatch: "npm:^4.0.3" - std-env: "npm:^3.10.0" + std-env: "npm:^4.0.0-rc.1" tinybench: "npm:^2.9.0" tinyexec: "npm:^1.0.2" tinyglobby: "npm:^0.2.15" - tinyrainbow: "npm:^3.0.3" - vite: "npm:^6.0.0 || ^7.0.0" + tinyrainbow: "npm:^3.1.0" + vite: "npm:^6.0.0 || ^7.0.0 || ^8.0.0" why-is-node-running: "npm:^2.3.0" peerDependencies: "@edge-runtime/vm": "*" "@opentelemetry/api": ^1.9.0 "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 - "@vitest/browser-playwright": 4.0.18 - "@vitest/browser-preview": 4.0.18 - "@vitest/browser-webdriverio": 4.0.18 - "@vitest/ui": 4.0.18 + "@vitest/browser-playwright": 4.1.2 + "@vitest/browser-preview": 4.1.2 + "@vitest/browser-webdriverio": 4.1.2 + "@vitest/ui": 4.1.2 happy-dom: "*" jsdom: "*" + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: "@edge-runtime/vm": optional: true @@ -8945,9 +8110,11 @@ __metadata: optional: true jsdom: optional: true + vite: + optional: false bin: vitest: vitest.mjs - checksum: 10c0/b913cd32032c95f29ff08c931f4b4c6fd6d2da498908d6770952c561a1b8d75c62499a1f04cadf82fb89cc0f9a33f29fb5dfdb899f6dbb27686a9d91571be5fa + checksum: 10c0/061fdd0319ba533c926b139b9377a7dbf91e63d815d86fe318a207bd19842b74ca6f6402ea61b26ed9d2924306bdb4d0b13f69c29e2a2a89b3b67602bcccb54c languageName: node linkType: hard @@ -8988,7 +8155,7 @@ __metadata: languageName: node linkType: hard -"whatwg-url@npm:^16.0.0": +"whatwg-url@npm:^16.0.0, whatwg-url@npm:^16.0.1": version: 16.0.1 resolution: "whatwg-url@npm:16.0.1" dependencies: @@ -9060,7 +8227,7 @@ __metadata: languageName: node linkType: hard -"which@npm:^2.0.1, which@npm:^2.0.2": +"which@npm:^2.0.1": version: 2.0.2 resolution: "which@npm:2.0.2" dependencies: @@ -9094,15 +8261,6 @@ __metadata: languageName: node linkType: hard -"wide-align@npm:^1.1.5": - version: 1.1.5 - resolution: "wide-align@npm:1.1.5" - dependencies: - string-width: "npm:^1.0.2 || 2 || 3 || 4" - checksum: 10c0/1d9c2a3e36dfb09832f38e2e699c367ef190f96b82c71f809bc0822c306f5379df87bab47bed27ea99106d86447e50eb972d3c516c2f95782807a9d082fbea95 - languageName: node - linkType: hard - "widest-line@npm:^3.1.0": version: 3.1.0 resolution: "widest-line@npm:3.1.0" @@ -9194,9 +8352,9 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.19.0": - version: 8.19.0 - resolution: "ws@npm:8.19.0" +"ws@npm:^8.20.0": + version: 8.20.0 + resolution: "ws@npm:8.20.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -9205,7 +8363,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 10c0/4741d9b9bc3f9c791880882414f96e36b8b254e34d4b503279d6400d9a4b87a033834856dbdd94ee4b637944df17ea8afc4bce0ff4a1560d2166be8855da5b04 + checksum: 10c0/956ac5f11738c914089b65878b9223692ace77337ba55379ae68e1ecbeae9b47a0c6eb9403688f609999a58c80d83d99865fe0029b229d308b08c1ef93d4ea14 languageName: node linkType: hard @@ -9238,11 +8396,11 @@ __metadata: linkType: hard "yaml@npm:^2.8.2": - version: 2.8.2 - resolution: "yaml@npm:2.8.2" + version: 2.8.3 + resolution: "yaml@npm:2.8.3" bin: yaml: bin.mjs - checksum: 10c0/703e4dc1e34b324aa66876d63618dcacb9ed49f7e7fe9b70f1e703645be8d640f68ab84f12b86df8ac960bac37acf5513e115de7c970940617ce0343c8c9cd96 + checksum: 10c0/ddff0e11c1b467728d7eb4633db61c5f5de3d8e9373cf84d08fb0cdee03e1f58f02b9f1c51a4a8a865751695addbd465a77f73f1079be91fe5493b29c305fd77 languageName: node linkType: hard From 405f69bce9865ed210fe8b4fd52ec39648f9a57c Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Fri, 27 Mar 2026 13:36:00 +0100 Subject: [PATCH 2/5] versioning, changelogs --- .yarn/changelogs/common.dcfa5d09.md | 63 ++++++++++++++++++++ .yarn/changelogs/frontend.dcfa5d09.md | 75 ++++++++++++++++++++++++ .yarn/changelogs/monaco-mfe.dcfa5d09.md | 60 +++++++++++++++++++ .yarn/changelogs/pi-rat.dcfa5d09.md | 72 +++++++++++++++++++++++ .yarn/changelogs/service.dcfa5d09.md | 76 +++++++++++++++++++++++++ .yarn/versions/dcfa5d09.yml | 6 ++ 6 files changed, 352 insertions(+) create mode 100644 .yarn/changelogs/common.dcfa5d09.md create mode 100644 .yarn/changelogs/frontend.dcfa5d09.md create mode 100644 .yarn/changelogs/monaco-mfe.dcfa5d09.md create mode 100644 .yarn/changelogs/pi-rat.dcfa5d09.md create mode 100644 .yarn/changelogs/service.dcfa5d09.md create mode 100644 .yarn/versions/dcfa5d09.yml diff --git a/.yarn/changelogs/common.dcfa5d09.md b/.yarn/changelogs/common.dcfa5d09.md new file mode 100644 index 00000000..3cc2eb7e --- /dev/null +++ b/.yarn/changelogs/common.dcfa5d09.md @@ -0,0 +1,63 @@ + + +# common + + + +## โœจ Features + + + +## ๐Ÿ› Bug Fixes + + + +## ๐Ÿ“š Documentation + + + +## โšก Performance + + + +## โ™ป๏ธ Refactoring + + + +## ๐Ÿงช Tests + + + +## ๐Ÿ“ฆ Build + + + +## ๐Ÿ‘ท CI + + + +## โฌ†๏ธ Dependencies + +- Bumped `@furystack/core` from ^16.0.0 to ^16.0.2 +- Bumped `@furystack/entity-sync` from ^1.0.7 to ^1.0.9 +- Bumped `@furystack/rest` from ^8.1.1 to ^8.1.3 +- Bumped `@types/node` from ^25.4.0 to ^25.5.0 +- Bumped `vitest` from ^4.0.18 to ^4.1.2 + +## ๐Ÿ”ง Chores + + diff --git a/.yarn/changelogs/frontend.dcfa5d09.md b/.yarn/changelogs/frontend.dcfa5d09.md new file mode 100644 index 00000000..605ec04a --- /dev/null +++ b/.yarn/changelogs/frontend.dcfa5d09.md @@ -0,0 +1,75 @@ + + +# frontend + + + +## โœจ Features + + + +## ๐Ÿ› Bug Fixes + + + +## ๐Ÿ“š Documentation + + + +## โšก Performance + + + +## โ™ป๏ธ Refactoring + + + +## ๐Ÿงช Tests + + + +## ๐Ÿ“ฆ Build + + + +## ๐Ÿ‘ท CI + + + +## โฌ†๏ธ Dependencies + +- Bumped `typescript` from ^5.9.3 to ^6.0.2 +- Bumped `vite` from ^7.3.1 to ^8.0.3 +- Bumped `@furystack/cache` from ^6.1.1 to ^6.1.3 +- Bumped `@furystack/core` from ^16.0.0 to ^16.0.2 +- Bumped `@furystack/entity-sync` from ^1.0.7 to ^1.0.9 +- Bumped `@furystack/entity-sync-client` from ^2.0.1 to ^2.0.3 +- Bumped `@furystack/inject` from ^12.0.32 to ^12.0.34 +- Bumped `@furystack/logging` from ^8.1.1 to ^8.1.3 +- Bumped `@furystack/rest` from ^8.1.1 to ^8.1.3 +- Bumped `@furystack/rest-client-fetch` from ^8.1.3 to ^8.1.5 +- Bumped `@furystack/shades` from ^13.1.0 to ^13.1.2 +- Bumped `@furystack/shades-common-components` from ^15.0.0 to ^15.0.2 +- Bumped `@furystack/shades-lottie` from ^9.0.1 to ^9.0.3 +- Bumped `@furystack/shades-mfe` from ^3.0.1 to ^3.0.3 +- Bumped `@furystack/utils` from ^8.2.1 to ^8.2.3 +- Bumped `@types/node` from ^25.4.0 to ^25.5.0 +- Bumped `path-to-regexp` from ^8.3.0 to ^8.4.0 + +## ๐Ÿ”ง Chores + + diff --git a/.yarn/changelogs/monaco-mfe.dcfa5d09.md b/.yarn/changelogs/monaco-mfe.dcfa5d09.md new file mode 100644 index 00000000..58dc49c8 --- /dev/null +++ b/.yarn/changelogs/monaco-mfe.dcfa5d09.md @@ -0,0 +1,60 @@ + + +# monaco-mfe + + + +## โœจ Features + + + +## ๐Ÿ› Bug Fixes + + + +## ๐Ÿ“š Documentation + + + +## โšก Performance + + + +## โ™ป๏ธ Refactoring + + + +## ๐Ÿงช Tests + + + +## ๐Ÿ“ฆ Build + + + +## ๐Ÿ‘ท CI + + + +## โฌ†๏ธ Dependencies + +- Bumped `typescript` from ^5.9.3 to ^6.0.2 +- Bumped `vite` from ^7.3.1 to ^8.0.3 + +## ๐Ÿ”ง Chores + + diff --git a/.yarn/changelogs/pi-rat.dcfa5d09.md b/.yarn/changelogs/pi-rat.dcfa5d09.md new file mode 100644 index 00000000..0f5a62b9 --- /dev/null +++ b/.yarn/changelogs/pi-rat.dcfa5d09.md @@ -0,0 +1,72 @@ + + +# pi-rat + + + +## โœจ Features + + + +## ๐Ÿ› Bug Fixes + + + +## ๐Ÿ“š Documentation + + + +## โšก Performance + + + +## โ™ป๏ธ Refactoring + + + +## ๐Ÿงช Tests + + + +## ๐Ÿ“ฆ Build + + + +## ๐Ÿ‘ท CI + + + +## โฌ†๏ธ Dependencies + +- Bumped `typescript` from ^5.9.3 to ^6.0.2 +- Bumped `vite` from ^7.3.1 to ^8.0.3 +- Bumped `vitest` from ^4.0.18 to ^4.1.2 +- Bumped `@vitest/coverage-v8` from ^4.0.18 to ^4.1.2 +- Bumped `eslint` from ^10.0.3 to ^10.1.0 +- Bumped `eslint-plugin-jsdoc` from ^62.7.1 to ^62.8.1 +- Bumped `eslint-plugin-playwright` from ^2.9.0 to ^2.10.1 +- Bumped `jsdom` from ^28.1.0 to ^29.0.1 +- Bumped `lint-staged` from ^16.3.3 to ^16.4.0 +- Bumped `typescript-eslint` from ^8.57.0 to ^8.57.2 +- Bumped `@furystack/eslint-plugin` from ^2.1.1 to ^2.1.3 +- Bumped `@furystack/yarn-plugin-changelog` from ^1.0.6 to ^1.0.8 +- Bumped `@types/jsdom` from ^28.0.0 to ^28.0.1 +- Bumped `@types/node` from ^25.4.0 to ^25.5.0 + +## ๐Ÿ”ง Chores + + diff --git a/.yarn/changelogs/service.dcfa5d09.md b/.yarn/changelogs/service.dcfa5d09.md new file mode 100644 index 00000000..52f78187 --- /dev/null +++ b/.yarn/changelogs/service.dcfa5d09.md @@ -0,0 +1,76 @@ + + +# service + + + +## โœจ Features + + + +## ๐Ÿ› Bug Fixes + + + +## ๐Ÿ“š Documentation + + + +## โšก Performance + + + +## โ™ป๏ธ Refactoring + + + +## ๐Ÿงช Tests + + + +## ๐Ÿ“ฆ Build + + + +## ๐Ÿ‘ท CI + + + +## โฌ†๏ธ Dependencies + +- Bumped `typescript` from ^5.9.3 to ^6.0.2 +- Bumped `sqlite3` from ^5.1.7 to ^6.0.1 +- Bumped `@furystack/cache` from ^6.1.1 to ^6.1.3 +- Bumped `@furystack/core` from ^16.0.0 to ^16.0.2 +- Bumped `@furystack/entity-sync` from ^1.0.7 to ^1.0.9 +- Bumped `@furystack/entity-sync-service` from ^1.0.8 to ^1.0.10 +- Bumped `@furystack/inject` from ^12.0.32 to ^12.0.34 +- Bumped `@furystack/logging` from ^8.1.1 to ^8.1.3 +- Bumped `@furystack/repository` from ^10.1.7 to ^10.1.9 +- Bumped `@furystack/rest` from ^8.1.1 to ^8.1.3 +- Bumped `@furystack/rest-service` from ^12.3.1 to ^12.3.3 +- Bumped `@furystack/security` from ^7.0.5 to ^7.0.7 +- Bumped `@furystack/sequelize-store` from ^6.0.45 to ^6.0.47 +- Bumped `@furystack/utils` from ^8.2.1 to ^8.2.3 +- Bumped `@furystack/websocket-api` from ^13.2.3 to ^13.2.5 +- Bumped `@types/node` from ^25.4.0 to ^25.5.0 +- Bumped `sequelize` from ^6.37.7 to ^6.37.8 +- Bumped `vitest` from ^4.0.18 to ^4.1.2 + +## ๐Ÿ”ง Chores + + diff --git a/.yarn/versions/dcfa5d09.yml b/.yarn/versions/dcfa5d09.yml new file mode 100644 index 00000000..f1acbf15 --- /dev/null +++ b/.yarn/versions/dcfa5d09.yml @@ -0,0 +1,6 @@ +releases: + common: patch + frontend: patch + monaco-mfe: patch + pi-rat: patch + service: patch From 361c6bd152570f5e975172144e70ec9ea25515d1 Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Fri, 27 Mar 2026 13:45:23 +0100 Subject: [PATCH 3/5] ts and vite migration --- frontend/tsconfig.json | 2 +- frontend/vite.config.ts | 2 +- monaco-mfe/tsconfig.json | 2 +- tsconfig.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 99f8611a..058eb45a 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -8,7 +8,7 @@ "jsxFactory": "createComponent", "jsxFragmentFactory": "createComponent", "resolveJsonModule": true, - "lib": ["WebWorker", "DOM", "ES2021", "DOM.Iterable"] + "lib": ["WebWorker", "DOM", "ES2021"] }, "include": ["src", "src/**/*.json", "src/*.json"], "references": [{ "path": "../common" }] diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0c24e9a6..c19b9dc0 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -63,7 +63,7 @@ export default defineConfig(async () => { host: true, }, build: { - rollupOptions: { + rolldownOptions: { external: ['vitest', '/monaco-mfe/index.js'], }, }, diff --git a/monaco-mfe/tsconfig.json b/monaco-mfe/tsconfig.json index d0300f7a..708636a7 100644 --- a/monaco-mfe/tsconfig.json +++ b/monaco-mfe/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "outDir": "./dist", "rootDir": "./src", - "lib": ["WebWorker", "DOM", "ES2021", "DOM.Iterable"], + "lib": ["WebWorker", "DOM", "ES2021"], "noEmit": true }, "include": ["src"] diff --git a/tsconfig.json b/tsconfig.json index 513fcb08..18f05e91 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -60,6 +60,7 @@ "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */, "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */, "skipLibCheck": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "types": ["node"] } } From 7babf26d8683256127c332a0f884b7673dd7cf4b Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Fri, 27 Mar 2026 13:56:37 +0100 Subject: [PATCH 4/5] try fix e2e tests --- e2e/dashboard.spec.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/e2e/dashboard.spec.ts b/e2e/dashboard.spec.ts index 76a1b939..02c3399c 100644 --- a/e2e/dashboard.spec.ts +++ b/e2e/dashboard.spec.ts @@ -8,16 +8,14 @@ const navigateToDashboardList = async (page: Page) => { await page.locator('shade-app-body').getByRole('link', { name: '๐Ÿ“” Dashboards' }).click() } -const setMonacoValue = async (page: Page, value: any) => { +const setMonacoValue = async (page: Page, value: unknown) => { + await page.locator('.monaco-editor').waitFor({ state: 'visible' }) await page.locator('.monaco-editor').click() const monaco = page.getByRole('textbox', { name: 'Editor content' }) await monaco.press('ControlOrMeta+a') - - await monaco.type(JSON.stringify(value, null, 2)) - await monaco.press('ControlOrMeta+End', { delay: 10 }) - await monaco.press('Backspace', { delay: 10 }) + await page.keyboard.insertText(JSON.stringify(value, null, 2)) } const trySaveDashboard = async (page: Page) => { From b4bbc45af4aec9a204b64fb2b7ec6af706fbea6a Mon Sep 17 00:00:00 2001 From: Gallay Lajos Date: Fri, 27 Mar 2026 14:07:31 +0100 Subject: [PATCH 5/5] e2e fix --- e2e/dashboard.spec.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/e2e/dashboard.spec.ts b/e2e/dashboard.spec.ts index 02c3399c..a5c5dbf8 100644 --- a/e2e/dashboard.spec.ts +++ b/e2e/dashboard.spec.ts @@ -12,10 +12,16 @@ const setMonacoValue = async (page: Page, value: unknown) => { await page.locator('.monaco-editor').waitFor({ state: 'visible' }) await page.locator('.monaco-editor').click() - const monaco = page.getByRole('textbox', { name: 'Editor content' }) + const textbox = page.getByRole('textbox', { name: 'Editor content' }) - await monaco.press('ControlOrMeta+a') - await page.keyboard.insertText(JSON.stringify(value, null, 2)) + await textbox.press('ControlOrMeta+a') + + const jsonStr = JSON.stringify(value, null, 2) + await textbox.evaluate((el, text) => { + const dt = new DataTransfer() + dt.setData('text/plain', text) + el.dispatchEvent(new ClipboardEvent('paste', { clipboardData: dt, bubbles: true, cancelable: true })) + }, jsonStr) } const trySaveDashboard = async (page: Page) => {