diff --git a/.github/workflows/deploy-showcase.yml b/.github/workflows/deploy-showcase.yml index e9be2fdc0f..0c07489528 100644 --- a/.github/workflows/deploy-showcase.yml +++ b/.github/workflows/deploy-showcase.yml @@ -36,7 +36,7 @@ jobs: - name: build run: yarn nx build showcase - name: Setup Pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 - name: Upload artifact uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 with: diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 2fcb6d6fee..f24322db08 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false @@ -58,7 +58,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: SARIF file path: results.sarif @@ -66,6 +66,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10 + uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 with: sarif_file: results.sarif diff --git a/apps/chrome-devtools/package.json b/apps/chrome-devtools/package.json index 0fa0e1113d..b2a9c5261b 100644 --- a/apps/chrome-devtools/package.json +++ b/apps/chrome-devtools/package.json @@ -44,24 +44,24 @@ "@o3r/localization": "workspace:^", "@o3r/logger": "workspace:^", "@o3r/rules-engine": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/chrome": "^0.0.268", "@types/jest": "~29.5.2", "@types/tinycolor2": "^1.4.6", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/types": "^7.2.0", - "archiver": "^6.0.1", + "archiver": "^7.0.0", "chokidar": "^3.5.2", "chrome-webstore-upload": "^3.0.0", "concurrently": "^8.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/apps/github-cascading-app/package.json b/apps/github-cascading-app/package.json index 087e5a456f..fef3107834 100644 --- a/apps/github-cascading-app/package.json +++ b/apps/github-cascading-app/package.json @@ -41,7 +41,7 @@ "@nx/js": "~19.3.0", "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/ejs": "^3.1.2", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -53,10 +53,10 @@ "ejs": "^3.1.9", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/apps/intellij-extension/build.gradle.kts b/apps/intellij-extension/build.gradle.kts index 59461fd11a..519b61e0ba 100644 --- a/apps/intellij-extension/build.gradle.kts +++ b/apps/intellij-extension/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java") - id("org.jetbrains.kotlin.jvm") version "1.9.24" + id("org.jetbrains.kotlin.jvm") version "2.0.0" id("org.jetbrains.intellij") version "1.17.3" } diff --git a/apps/showcase/package.json b/apps/showcase/package.json index 3ed337e43b..809e9fbd1b 100644 --- a/apps/showcase/package.json +++ b/apps/showcase/package.json @@ -66,7 +66,7 @@ "bootstrap": "5.3.3", "highlight.js": "^11.8.0", "intl-messageformat": "~10.5.1", - "ngx-highlightjs": "^10.0.0", + "ngx-highlightjs": "^12.0.0", "pixelmatch": "^5.2.1", "pngjs": "^7.0.0", "rxjs": "^7.8.1", @@ -93,7 +93,7 @@ "@o3r/testing": "workspace:^", "@playwright/test": "~1.44.0", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/bootstrap": "^5.2.10", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -104,10 +104,10 @@ "concurrently": "^8.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/apps/showcase/src/components/utilities/copy-text/copy-text-pres.template.html b/apps/showcase/src/components/utilities/copy-text/copy-text-pres.template.html index cc1b5adb6d..cd1020f635 100644 --- a/apps/showcase/src/components/utilities/copy-text/copy-text-pres.template.html +++ b/apps/showcase/src/components/utilities/copy-text/copy-text-pres.template.html @@ -1,4 +1,4 @@
-
+
diff --git a/apps/vscode-extension/package.json b/apps/vscode-extension/package.json index 8101950f9b..d74cf6aaf2 100644 --- a/apps/vscode-extension/package.json +++ b/apps/vscode-extension/package.json @@ -365,7 +365,7 @@ "@o3r/core": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/eslint": "^8.42.0", "@types/glob": "^8.0.0", "@types/jest": "~29.5.2", @@ -378,10 +378,10 @@ "cpy-cli": "^5.0.0", "esbuild": "~0.21.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/package.json b/package.json index 7652c79dc2..e54dacb984 100644 --- a/package.json +++ b/package.json @@ -167,8 +167,8 @@ "@angular/router": "~18.0.0", "@babel/core": "~7.24.0", "@babel/preset-typescript": "~7.24.0", - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^19.0.0", + "@commitlint/config-conventional": "^19.0.0", "@compodoc/compodoc": "^1.1.19", "@design-factory/design-factory": "~17.1.0", "@ng-bootstrap/ng-bootstrap": "^17.0.0", @@ -192,7 +192,7 @@ "@playwright/test": "~1.44.0", "@popperjs/core": "^2.11.5", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@swc-node/register": "^1.9.2", "@swc/core": "~1.6.0", "@types/estree": "^1.0.5", @@ -210,16 +210,16 @@ "bootstrap": "5.3.3", "bootstrap-icons": "^1.11.3", "browserslist": "^4.21.4", - "commit-and-tag-version": "^9.5.0", + "commit-and-tag-version": "^12.0.0", "concurrently": "^8.0.0", "cpy-cli": "^5.0.0", "editorconfig-checker": "^5.0.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "highlight.js": "^11.8.0", "husky": "~9.0.11", @@ -229,12 +229,12 @@ "jest-preset-angular": "~14.1.0", "js-yaml": "^4.1.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "^8.0.0", + "jsonpath-plus": "^9.0.0", "lighthouse": "9.6.8", "lint-staged": "^15.0.0", "minimist": "^1.2.6", "ng-packagr": "~18.0.0", - "ngx-highlightjs": "^10.0.0", + "ngx-highlightjs": "^12.0.0", "npm-run-all2": "^6.0.0", "nx": "~19.3.0", "playwright-lighthouse": "2.2.2", @@ -253,7 +253,7 @@ "ts-node": "~10.9.2", "tsc-watch": "^6.0.4", "typescript": "~5.4.2", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "webpack": "~5.92.0", "winston": "^3.8.2", "yaml-eslint-parser": "^1.2.2" diff --git a/packages/@ama-sdk/core/package.json b/packages/@ama-sdk/core/package.json index 239d8f15e2..38c27977ee 100644 --- a/packages/@ama-sdk/core/package.json +++ b/packages/@ama-sdk/core/package.json @@ -73,7 +73,7 @@ "dependencies": { "@swc/helpers": "~0.5.0", "tslib": "^2.6.2", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "peerDependencies": { "@angular-devkit/schematics": "~18.0.0", @@ -123,7 +123,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@swc/cli": "~0.3.0", "@swc/core": "~1.6.0", "@types/jest": "~29.5.2", @@ -136,10 +136,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@ama-sdk/create/package.json b/packages/@ama-sdk/create/package.json index 177206b638..d8932f3f29 100644 --- a/packages/@ama-sdk/create/package.json +++ b/packages/@ama-sdk/create/package.json @@ -41,7 +41,7 @@ "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -53,10 +53,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-sdk/schematics/package.json b/packages/@ama-sdk/schematics/package.json index a2911ba513..cb74381c0b 100644 --- a/packages/@ama-sdk/schematics/package.json +++ b/packages/@ama-sdk/schematics/package.json @@ -91,7 +91,7 @@ "@o3r/test-helpers": "workspace:^", "@openapitools/openapi-generator-cli": "~2.13.0", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/minimatch": "^5.1.2", @@ -102,15 +102,15 @@ "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/utils": "~7.13.1", - "commit-and-tag-version": "^9.5.0", + "commit-and-tag-version": "^12.0.0", "copyfiles": "^2.4.1", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", @@ -130,8 +130,8 @@ "@swc/cli": "~0.3.0", "@swc/core": "~1.6.0", "@swc/helpers": "~0.5.0", - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^19.0.0", + "@commitlint/config-conventional": "^19.0.0", "jest-junit": "~16.0.0", "lint-staged": "^15.0.0", "minimist": "^1.2.6", diff --git a/packages/@ama-sdk/showcase-sdk/package.json b/packages/@ama-sdk/showcase-sdk/package.json index 606831f7a3..3fc9bc45a8 100644 --- a/packages/@ama-sdk/showcase-sdk/package.json +++ b/packages/@ama-sdk/showcase-sdk/package.json @@ -73,15 +73,15 @@ "@angular-eslint/eslint-plugin-template": "~18.0.0", "@angular-eslint/utils": "~18.0.0", "@angular/compiler": "~18.0.0", - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^19.0.0", + "@commitlint/config-conventional": "^19.0.0", "@nx/eslint-plugin": "~19.3.0", "@nx/jest": "~19.3.0", "@o3r/eslint-config-otter": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@openapitools/openapi-generator-cli": "~2.13.0", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@swc/cli": "~0.3.0", "@swc/core": "~1.6.0", "@types/jest": "~29.5.2", @@ -90,13 +90,13 @@ "@typescript-eslint/parser": "^7.2.0", "@typescript-eslint/utils": "~7.13.1", "chokidar": "^3.5.2", - "commit-and-tag-version": "^9.5.0", + "commit-and-tag-version": "^12.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", diff --git a/packages/@ama-sdk/swagger-builder/package.json b/packages/@ama-sdk/swagger-builder/package.json index 94749dfb73..6313150ba4 100644 --- a/packages/@ama-sdk/swagger-builder/package.json +++ b/packages/@ama-sdk/swagger-builder/package.json @@ -37,7 +37,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/glob": "^8.0.0", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", @@ -51,10 +51,10 @@ "copyfiles": "^2.4.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/cli/package.json b/packages/@ama-terasu/cli/package.json index 62b2ba59ed..f4460597c5 100644 --- a/packages/@ama-terasu/cli/package.json +++ b/packages/@ama-terasu/cli/package.json @@ -34,7 +34,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -46,10 +46,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/core/package.json b/packages/@ama-terasu/core/package.json index e8eee63ce8..28a044c964 100644 --- a/packages/@ama-terasu/core/package.json +++ b/packages/@ama-terasu/core/package.json @@ -20,7 +20,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -30,10 +30,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@ama-terasu/schematics/package.json b/packages/@ama-terasu/schematics/package.json index ed61e847c6..e94579f7d8 100644 --- a/packages/@ama-terasu/schematics/package.json +++ b/packages/@ama-terasu/schematics/package.json @@ -34,7 +34,7 @@ "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -42,10 +42,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-api-spec/package.json b/packages/@o3r/amaterasu/amaterasu-api-spec/package.json index 336044e367..22b791d57f 100644 --- a/packages/@o3r/amaterasu/amaterasu-api-spec/package.json +++ b/packages/@o3r/amaterasu/amaterasu-api-spec/package.json @@ -26,7 +26,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/node": "^20.0.0", @@ -35,10 +35,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-dodo/package.json b/packages/@o3r/amaterasu/amaterasu-dodo/package.json index edb4cef801..55008c1a17 100644 --- a/packages/@o3r/amaterasu/amaterasu-dodo/package.json +++ b/packages/@o3r/amaterasu/amaterasu-dodo/package.json @@ -22,7 +22,7 @@ "preferUnplugged": true, "dependencies": { "loglevel": "^1.8.0", - "tar": "^6.1.12", + "tar": "^7.0.0", "tslib": "^2.6.2", "yargs": "^17.6.2" }, @@ -38,7 +38,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@types/tar": "~6.1.1", @@ -47,10 +47,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-otter/package.json b/packages/@o3r/amaterasu/amaterasu-otter/package.json index da035cd035..259e20c18d 100644 --- a/packages/@o3r/amaterasu/amaterasu-otter/package.json +++ b/packages/@o3r/amaterasu/amaterasu-otter/package.json @@ -37,7 +37,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/node": "^20.0.0", @@ -46,10 +46,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/amaterasu/amaterasu-sdk/package.json b/packages/@o3r/amaterasu/amaterasu-sdk/package.json index 6ee5ec6916..f32fe60ac2 100644 --- a/packages/@o3r/amaterasu/amaterasu-sdk/package.json +++ b/packages/@o3r/amaterasu/amaterasu-sdk/package.json @@ -26,7 +26,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/js-yaml": "^4.0.5", "@types/node": "^20.0.0", @@ -35,10 +35,10 @@ "@typescript-eslint/utils": "~7.13.1", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/analytics/package.json b/packages/@o3r/analytics/package.json index 944366b1a4..2e7a2149a7 100644 --- a/packages/@o3r/analytics/package.json +++ b/packages/@o3r/analytics/package.json @@ -82,7 +82,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -92,10 +92,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/apis-manager/package.json b/packages/@o3r/apis-manager/package.json index 671c9c3975..c127a9f4f3 100644 --- a/packages/@o3r/apis-manager/package.json +++ b/packages/@o3r/apis-manager/package.json @@ -67,7 +67,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -76,10 +76,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/application/package.json b/packages/@o3r/application/package.json index a1e9d5626e..6117e92c57 100644 --- a/packages/@o3r/application/package.json +++ b/packages/@o3r/application/package.json @@ -78,7 +78,7 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -87,10 +87,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/artifactory-tools/package.json b/packages/@o3r/artifactory-tools/package.json index 486adbfe64..764d69f3e0 100644 --- a/packages/@o3r/artifactory-tools/package.json +++ b/packages/@o3r/artifactory-tools/package.json @@ -40,7 +40,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/fs-extra": "^11.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -52,10 +52,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "nx": "~19.3.0", diff --git a/packages/@o3r/azure-tools/package.json b/packages/@o3r/azure-tools/package.json index 7f17005f13..114c8d46c2 100644 --- a/packages/@o3r/azure-tools/package.json +++ b/packages/@o3r/azure-tools/package.json @@ -22,7 +22,7 @@ "o3r-comment-pr": "./dist/src/cli/comment-pr.js" }, "dependencies": { - "azure-devops-node-api": "^12.0.0", + "azure-devops-node-api": "^13.0.0", "commander": "^12.0.0", "tslib": "^2.6.2", "winston": "^3.8.2" @@ -38,7 +38,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -47,10 +47,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "nx": "~19.3.0", diff --git a/packages/@o3r/components/package.json b/packages/@o3r/components/package.json index 8898428ec6..038ccb88bc 100644 --- a/packages/@o3r/components/package.json +++ b/packages/@o3r/components/package.json @@ -55,7 +55,7 @@ "@schematics/angular": "~18.0.0", "chokidar": "^3.5.2", "globby": "^11.1.0", - "jsonpath-plus": "^8.0.0", + "jsonpath-plus": "^9.0.0", "rxjs": "^7.8.1", "typescript": "~5.4.2" }, @@ -142,7 +142,7 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -152,17 +152,17 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", "jest-preset-angular": "~14.1.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "^8.0.0", + "jsonpath-plus": "^9.0.0", "memfs": "~4.9.0", "nx": "~19.3.0", "pid-from-port": "^1.1.3", diff --git a/packages/@o3r/configuration/package.json b/packages/@o3r/configuration/package.json index 935590bb69..e8b455329a 100644 --- a/packages/@o3r/configuration/package.json +++ b/packages/@o3r/configuration/package.json @@ -99,7 +99,7 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -110,10 +110,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/core/package.json b/packages/@o3r/core/package.json index 82df845733..8e6ad87afc 100644 --- a/packages/@o3r/core/package.json +++ b/packages/@o3r/core/package.json @@ -34,7 +34,6 @@ "@angular/router": "~18.0.0", "@ngrx/entity": "~18.0.0", "@ngrx/store": "~18.0.0", - "@nrwl/devkit": "~18.3.0", "@nx/angular": "~19.3.0", "@o3r/telemetry": "workspace:^", "@schematics/angular": "~18.0.0", @@ -53,9 +52,6 @@ "@ngrx/store": { "optional": true }, - "@nrwl/devkit": { - "optional": true - }, "@nx/angular": { "optional": true }, @@ -75,7 +71,7 @@ "dependencies": { "@o3r/schematics": "workspace:^", "tslib": "^2.6.2", - "uuid": "^9.0.0" + "uuid": "^10.0.0" }, "devDependencies": { "@angular-devkit/architect": "~0.1800.0", @@ -107,7 +103,7 @@ "@o3r/telemetry": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -120,10 +116,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", @@ -152,16 +148,16 @@ "@types/jest": "~29.5.2", "nx": "~19.3.0", "@typescript-eslint/parser": "^7.2.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "@nx/eslint-plugin": "~19.3.0", "jsonc-eslint-parser": "~2.4.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jest-preset-angular": "~14.1.0", diff --git a/packages/@o3r/create/package.json b/packages/@o3r/create/package.json index 6dae106643..56c6ffe0f8 100644 --- a/packages/@o3r/create/package.json +++ b/packages/@o3r/create/package.json @@ -40,7 +40,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -51,10 +51,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/design/package.json b/packages/@o3r/design/package.json index b55ff3b226..2028d1fa37 100644 --- a/packages/@o3r/design/package.json +++ b/packages/@o3r/design/package.json @@ -107,7 +107,7 @@ "@o3r/styling": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/minimist": "^1.2.2", "@types/node": "^20.0.0", @@ -119,10 +119,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/dev-tools/package.json b/packages/@o3r/dev-tools/package.json index 07c203b392..094a0855ab 100644 --- a/packages/@o3r/dev-tools/package.json +++ b/packages/@o3r/dev-tools/package.json @@ -39,7 +39,7 @@ "@o3r/azure-tools": "workspace:^", "@o3r/workspace": "workspace:^", "@types/request-promise-native": "^1.0.18", - "azure-devops-node-api": "^12.0.0", + "azure-devops-node-api": "^13.0.0", "chalk": "^4.1.2", "commander": "^12.0.0", "form-data": "^4.0.0", @@ -67,7 +67,7 @@ "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/eslint-plugin": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/fs-extra": "^11.0.0", "@types/glob": "^8.0.0", "@types/jest": "~29.5.2", @@ -80,10 +80,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/dynamic-content/package.json b/packages/@o3r/dynamic-content/package.json index 0ffea119e0..8b3089c514 100644 --- a/packages/@o3r/dynamic-content/package.json +++ b/packages/@o3r/dynamic-content/package.json @@ -89,7 +89,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -100,10 +100,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/eslint-config-otter/package.json b/packages/@o3r/eslint-config-otter/package.json index 4c20b184ae..e08339e405 100644 --- a/packages/@o3r/eslint-config-otter/package.json +++ b/packages/@o3r/eslint-config-otter/package.json @@ -59,17 +59,17 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@typescript-eslint/utils": "~7.13.1", - "eslint": "^8.22.0", + "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-jasmine": "^4.1.3", - "eslint-plugin-jest": "^27.2.1", + "eslint-plugin-jest": "^28.0.0", "eslint-plugin-jsdoc": "~48.2.0", "eslint-plugin-prefer-arrow": "^1.2.2", - "eslint-plugin-unicorn": "^51.0.0", + "eslint-plugin-unicorn": "^54.0.0", "typescript": "~5.4.2" }, "devDependencies": { @@ -85,7 +85,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -95,10 +95,10 @@ "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", "eslint-plugin-jasmine": "^4.1.3", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/eslint-plugin/package.json b/packages/@o3r/eslint-plugin/package.json index 619ba39529..61613ecaa9 100644 --- a/packages/@o3r/eslint-plugin/package.json +++ b/packages/@o3r/eslint-plugin/package.json @@ -45,11 +45,11 @@ "@angular-eslint/template-parser": "~18.0.0", "@angular-eslint/test-utils": "~18.0.0", "@angular/compiler": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@typescript-eslint/rule-tester": "^7.11.0", - "eslint": "^8.22.0", + "eslint": "^8.57.0", "jsonc-eslint-parser": "~2.4.0", "yaml-eslint-parser": "^1.2.2" }, @@ -63,12 +63,12 @@ "@babel/core": "~7.24.0", "@babel/preset-typescript": "~7.24.0", "@compodoc/compodoc": "^1.1.19", - "@eslint/eslintrc": "^2.1.4", + "@eslint/eslintrc": "^3.0.0", "@nx/eslint-plugin": "~19.3.0", "@nx/jest": "~19.3.0", "@o3r/build-helpers": "workspace:^", "@o3r/test-helpers": "workspace:^", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@types/semver": "^7.3.13", @@ -77,10 +77,10 @@ "@typescript-eslint/rule-tester": "~7.13.1", "cpy-cli": "^5.0.0", "eslint": "^8.57.0", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/extractors/package.json b/packages/@o3r/extractors/package.json index 8c8d4267e9..c7e61769d4 100644 --- a/packages/@o3r/extractors/package.json +++ b/packages/@o3r/extractors/package.json @@ -71,7 +71,7 @@ "@o3r/telemetry": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/inquirer": "~8.2.10", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -81,10 +81,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "intl-messageformat": "~10.5.1", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/forms/package.json b/packages/@o3r/forms/package.json index eb20b6f77d..4e11dd4cb8 100644 --- a/packages/@o3r/forms/package.json +++ b/packages/@o3r/forms/package.json @@ -70,7 +70,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -79,10 +79,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/localization/package.json b/packages/@o3r/localization/package.json index 09a39e1db1..fc1385fb4e 100644 --- a/packages/@o3r/localization/package.json +++ b/packages/@o3r/localization/package.json @@ -120,7 +120,7 @@ "@o3r/schematics": "workspace:^", "@o3r/test-helpers": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -130,10 +130,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "intl-messageformat": "~10.5.1", "isomorphic-fetch": "~3.0.0", diff --git a/packages/@o3r/logger/package.json b/packages/@o3r/logger/package.json index 60eb0db4db..941b370c56 100644 --- a/packages/@o3r/logger/package.json +++ b/packages/@o3r/logger/package.json @@ -30,7 +30,7 @@ "logrocket": "~8.1.0", "logrocket-ngrx": "~0.2.1", "rxjs": "^7.8.1", - "smartlook-client": "^8.0.0" + "smartlook-client": "^9.0.0" }, "peerDependenciesMeta": { "@fullstory/browser": { @@ -83,7 +83,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -92,10 +92,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", @@ -106,7 +106,7 @@ "ng-packagr": "~18.0.0", "nx": "~19.3.0", "rxjs": "^7.8.1", - "smartlook-client": "^8.0.0", + "smartlook-client": "^9.0.0", "ts-jest": "~29.1.2", "ts-node": "~10.9.2", "typescript": "~5.4.2", diff --git a/packages/@o3r/mobile/package.json b/packages/@o3r/mobile/package.json index 81e562e9a7..cac25a8ca2 100644 --- a/packages/@o3r/mobile/package.json +++ b/packages/@o3r/mobile/package.json @@ -37,10 +37,10 @@ "@angular-devkit/schematics": "~18.0.0", "@angular/common": "~18.0.0", "@angular/core": "~18.0.0", - "@capacitor/browser": "^5.0.0", - "@capacitor/core": "^5.0.0", - "@capacitor/device": "^5.0.0", - "@capacitor/preferences": "^5.0.0", + "@capacitor/browser": "^6.0.0", + "@capacitor/core": "^6.0.0", + "@capacitor/device": "^6.0.0", + "@capacitor/preferences": "^6.0.0", "@ngrx/store": "~18.0.0", "@o3r/core": "workspace:^", "@o3r/logger": "workspace:^", @@ -77,10 +77,10 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@babel/core": "~7.24.0", "@babel/preset-typescript": "~7.24.0", - "@capacitor/browser": "^5.0.0", - "@capacitor/core": "^5.0.0", - "@capacitor/device": "^5.0.0", - "@capacitor/preferences": "^5.0.0", + "@capacitor/browser": "^6.0.0", + "@capacitor/core": "^6.0.0", + "@capacitor/device": "^6.0.0", + "@capacitor/preferences": "^6.0.0", "@compodoc/compodoc": "^1.1.19", "@ngrx/store": "~18.0.0", "@nx/eslint": "~19.3.0", @@ -94,7 +94,7 @@ "@o3r/schematics": "workspace:^", "@o3r/store-sync": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@types/node-fetch": "^2.6.2", @@ -104,10 +104,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "fast-deep-equal": "^3.1.3", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/routing/package.json b/packages/@o3r/routing/package.json index 63b3f4f19d..351129dd78 100644 --- a/packages/@o3r/routing/package.json +++ b/packages/@o3r/routing/package.json @@ -84,7 +84,7 @@ "@o3r/routing": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -94,10 +94,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/@o3r/rules-engine/package.json b/packages/@o3r/rules-engine/package.json index 7de82c07eb..3c1df5e7e5 100644 --- a/packages/@o3r/rules-engine/package.json +++ b/packages/@o3r/rules-engine/package.json @@ -49,7 +49,7 @@ "@schematics/angular": "~18.0.0", "globby": "^11.1.0", "jasmine": "^5.0.0", - "jsonpath-plus": "^8.0.0", + "jsonpath-plus": "^9.0.0", "rxjs": "^7.8.1", "typescript": "~5.4.2", "typescript-json-schema": "~0.64.0" @@ -120,7 +120,7 @@ "@o3r/test-helpers": "workspace:^", "@o3r/testing": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jasmine": "~5.1.0", "@types/jest": "~29.5.2", "@types/json-schema": "^7.0.9", @@ -132,10 +132,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "globby": "^11.1.0", "isomorphic-fetch": "~3.0.0", "jest": "~29.7.0", @@ -143,7 +143,7 @@ "jest-junit": "~16.0.0", "jest-preset-angular": "~14.1.0", "jsonc-eslint-parser": "~2.4.0", - "jsonpath-plus": "^8.0.0", + "jsonpath-plus": "^9.0.0", "memfs": "~4.9.0", "nx": "~19.3.0", "pid-from-port": "^1.1.3", diff --git a/packages/@o3r/schematics/package.json b/packages/@o3r/schematics/package.json index 1c4d3d4554..fc31aa9aad 100644 --- a/packages/@o3r/schematics/package.json +++ b/packages/@o3r/schematics/package.json @@ -32,7 +32,7 @@ "@angular/cli": "~18.0.0", "@o3r/telemetry": "workspace:^", "@schematics/angular": "~18.0.0", - "eslint": "^8.42.0", + "eslint": "^8.57.0", "rxjs": "^7.8.1", "type-fest": "^4.10.2", "typescript": "~5.4.2" @@ -89,7 +89,7 @@ "@o3r/eslint-plugin": "workspace:^", "@o3r/telemetry": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/inquirer": "~8.2.10", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", @@ -100,10 +100,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "jest": "~29.7.0", "jest-junit": "~16.0.0", "jsonc-eslint-parser": "~2.4.0", diff --git a/packages/@o3r/store-sync/package.json b/packages/@o3r/store-sync/package.json index 0d61cbf91d..2b6b27f1d5 100644 --- a/packages/@o3r/store-sync/package.json +++ b/packages/@o3r/store-sync/package.json @@ -72,7 +72,7 @@ "@o3r/logger": "workspace:^", "@o3r/schematics": "workspace:^", "@schematics/angular": "~18.0.0", - "@stylistic/eslint-plugin-ts": "^1.5.4", + "@stylistic/eslint-plugin-ts": "^2.0.0", "@types/jest": "~29.5.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -81,10 +81,10 @@ "cpy-cli": "^5.0.0", "eslint": "^8.57.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-plugin-jest": "~27.9.0", + "eslint-plugin-jest": "~28.6.0", "eslint-plugin-jsdoc": "~48.2.1", "eslint-plugin-prefer-arrow": "~1.2.3", - "eslint-plugin-unicorn": "^51.0.1", + "eslint-plugin-unicorn": "^54.0.0", "fast-deep-equal": "^3.1.3", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", diff --git a/packages/@o3r/storybook/addon/exporter.tsx b/packages/@o3r/storybook/addon/exporter.tsx index c5435c2f00..fb2953e246 100644 --- a/packages/@o3r/storybook/addon/exporter.tsx +++ b/packages/@o3r/storybook/addon/exporter.tsx @@ -20,7 +20,7 @@ export default class ExporterToolbar extends React.Component { return ( - + diff --git a/packages/@o3r/storybook/addon/theme.tsx b/packages/@o3r/storybook/addon/theme.tsx index d2d0a0125a..0c444cca9a 100644 --- a/packages/@o3r/storybook/addon/theme.tsx +++ b/packages/@o3r/storybook/addon/theme.tsx @@ -151,8 +151,7 @@ export default class ThemePanel extends React.Component {
{ {name} =16.8.0" - react-dom: ">=16.8.0" - checksum: 10/15be0714379c271ff01347e7c9bcdba96d6b39f3960697380e23de9b9d59fb91ba07bc75b8bdb12d72da7a9272191a9ce73f843a0d5f89939caa9f3137acd8ec - languageName: node - linkType: hard - -"@floating-ui/utils@npm:^0.2.0": - version: 0.2.2 - resolution: "@floating-ui/utils@npm:0.2.2" - checksum: 10/28d900d2f0876b40c7090f55724700eeac608862e59110b7b14731223218cf7ce125b2091f34103edf4b0f779166151bbca21256b856236235a2be996548ed38 - languageName: node - linkType: hard - "@foliojs-fork/fontkit@npm:^1.9.1": version: 1.9.2 resolution: "@foliojs-fork/fontkit@npm:1.9.2" @@ -4534,6 +4317,15 @@ __metadata: languageName: node linkType: hard +"@isaacs/fs-minipass@npm:^4.0.0": + version: 4.0.1 + resolution: "@isaacs/fs-minipass@npm:4.0.1" + dependencies: + minipass: "npm:^7.0.4" + checksum: 10/4412e9e6713c89c1e66d80bb0bb5a2a93192f10477623a27d08f228ba0316bb880affabc5bfe7f838f58a34d26c2c190da726e576cdfc18c49a72e89adabdcf5 + languageName: node + linkType: hard + "@istanbuljs/load-nyc-config@npm:^1.0.0": version: 1.1.0 resolution: "@istanbuljs/load-nyc-config@npm:1.1.0" @@ -4853,6 +4645,24 @@ __metadata: languageName: node linkType: hard +"@jsep-plugin/assignment@npm:^1.2.1": + version: 1.2.1 + resolution: "@jsep-plugin/assignment@npm:1.2.1" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: 10/d8db45f052fd95b33207ded7f49af9ae48ff5ce10cb898e28a6fca722863f4a3330892c3a2c355a1a8c94fd230eef3db9be0c45324cb526e5edff7085c1f7a37 + languageName: node + linkType: hard + +"@jsep-plugin/regex@npm:^1.0.3": + version: 1.0.3 + resolution: "@jsep-plugin/regex@npm:1.0.3" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: 10/c08c7bd79a164995923ea799949b9f6b18dcf2bd314522ed0dcfc669fd249a06fea200606086c7d54b12d39ce3cfa61d910229e5184c667ead135f6da6997532 + languageName: node + linkType: hard + "@jsonjoy.com/base64@npm:^1.1.1": version: 1.1.2 resolution: "@jsonjoy.com/base64@npm:1.1.2" @@ -4885,13 +4695,6 @@ __metadata: languageName: node linkType: hard -"@juggle/resize-observer@npm:^3.3.1": - version: 3.4.0 - resolution: "@juggle/resize-observer@npm:3.4.0" - checksum: 10/73d1d00ee9132fb6f0aea0531940a6b93603e935590bd450fc6285a328d906102eeeb95dea77b2edac0e779031a9708aa8c82502bd298ee4dd26e7dff48f397a - languageName: node - linkType: hard - "@leichtgewicht/ip-codec@npm:^2.0.1": version: 2.0.5 resolution: "@leichtgewicht/ip-codec@npm:2.0.5" @@ -5824,17 +5627,6 @@ __metadata: languageName: node linkType: hard -"@ndelangen/get-tarball@npm:^3.0.7": - version: 3.0.9 - resolution: "@ndelangen/get-tarball@npm:3.0.9" - dependencies: - gunzip-maybe: "npm:^1.4.2" - pump: "npm:^3.0.0" - tar-fs: "npm:^2.1.1" - checksum: 10/39697cef2b92f6e08e3590467cc6da88cd6757b2a27cb9208879c2316ed71d6be4608892ee0a86eb0343140da1a5df498f93a32c2aaf8f1fbd90f883f08b5f63 - languageName: node - linkType: hard - "@nestjs/axios@npm:3.0.2": version: 3.0.2 resolution: "@nestjs/axios@npm:3.0.2" @@ -6579,7 +6371,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" "@types/node": "npm:^20.0.0" @@ -6588,10 +6380,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6617,7 +6409,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/tar": "npm:~6.1.1" @@ -6626,16 +6418,16 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" loglevel: "npm:^1.8.0" nx: "npm:~19.3.0" - tar: "npm:^6.1.12" + tar: "npm:^7.0.0" ts-jest: "npm:~29.1.2" tslib: "npm:^2.6.2" typescript: "npm:~5.4.2" @@ -6658,7 +6450,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" "@types/node": "npm:^20.0.0" @@ -6667,10 +6459,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6700,7 +6492,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/js-yaml": "npm:^4.0.5" "@types/node": "npm:^20.0.0" @@ -6709,10 +6501,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" js-yaml: "npm:^4.1.0" @@ -6758,7 +6550,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -6768,10 +6560,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6842,7 +6634,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -6851,10 +6643,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6919,7 +6711,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -6928,10 +6720,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -6982,7 +6774,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/fs-extra": "npm:^11.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -6995,10 +6787,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" fs-extra: "npm:^11.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7029,21 +6821,21 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" "@typescript-eslint/parser": "npm:^7.2.0" "@typescript-eslint/utils": "npm:~7.13.1" - azure-devops-node-api: "npm:^12.0.0" + azure-devops-node-api: "npm:^13.0.0" commander: "npm:^12.0.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" nx: "npm:~19.3.0" @@ -7064,17 +6856,17 @@ __metadata: "@angular-eslint/eslint-plugin": "npm:~18.0.0" "@nx/eslint-plugin": "npm:~19.3.0" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" "@typescript-eslint/parser": "npm:^7.2.0" "@typescript-eslint/utils": "npm:~7.13.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^14.0.0" minimist: "npm:^1.2.6" nx: "npm:~19.3.0" @@ -7138,7 +6930,7 @@ __metadata: "@o3r/rules-engine": "workspace:^" "@o3r/styling": "workspace:^" "@popperjs/core": "npm:^2.11.5" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/chrome": "npm:^0.0.268" "@types/color": "npm:^3.0.6" "@types/jest": "npm:~29.5.2" @@ -7148,7 +6940,7 @@ __metadata: "@typescript-eslint/types": "npm:^7.2.0" ag-grid-angular: "npm:~31.1.1" ag-grid-community: "npm:~31.1.1" - archiver: "npm:^6.0.1" + archiver: "npm:^7.0.0" bootstrap: "npm:5.3.3" chokidar: "npm:^3.5.2" chrome-webstore-upload: "npm:^3.0.0" @@ -7156,10 +6948,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -7217,7 +7009,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -7227,17 +7019,17 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~14.1.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:^8.0.0" + jsonpath-plus: "npm:^9.0.0" memfs: "npm:~4.9.0" nx: "npm:~19.3.0" pid-from-port: "npm:^1.1.3" @@ -7274,7 +7066,7 @@ __metadata: "@schematics/angular": ~18.0.0 chokidar: ^3.5.2 globby: ^11.1.0 - jsonpath-plus: ^8.0.0 + jsonpath-plus: ^9.0.0 rxjs: ^7.8.1 typescript: ~5.4.2 peerDependenciesMeta: @@ -7341,7 +7133,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -7352,10 +7144,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7435,7 +7227,7 @@ __metadata: "@o3r/telemetry": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" "@types/node": "npm:^20.0.0" @@ -7448,10 +7240,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -7469,7 +7261,7 @@ __metadata: type-fest: "npm:^4.10.2" typescript: "npm:~5.4.2" unionfs: "npm:~4.5.1" - uuid: "npm:^9.0.0" + uuid: "npm:^10.0.0" zone.js: "npm:~0.14.2" peerDependencies: "@angular-devkit/architect": ~0.1800.0 @@ -7484,7 +7276,6 @@ __metadata: "@angular/router": ~18.0.0 "@ngrx/entity": ~18.0.0 "@ngrx/store": ~18.0.0 - "@nrwl/devkit": ~18.3.0 "@nx/angular": ~19.3.0 "@o3r/telemetry": "workspace:^" "@schematics/angular": ~18.0.0 @@ -7499,8 +7290,6 @@ __metadata: optional: true "@ngrx/store": optional: true - "@nrwl/devkit": - optional: true "@nx/angular": optional: true "@o3r/telemetry": @@ -7534,7 +7323,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" "@types/node": "npm:^20.0.0" @@ -7545,10 +7334,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -7599,7 +7388,7 @@ __metadata: "@o3r/styling": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" "@types/node": "npm:^20.0.0" @@ -7611,10 +7400,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7675,7 +7464,7 @@ __metadata: "@o3r/build-helpers": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/workspace": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/fs-extra": "npm:^11.0.0" "@types/glob": "npm:^8.0.0" "@types/jest": "npm:~29.5.2" @@ -7686,16 +7475,16 @@ __metadata: "@typescript-eslint/eslint-plugin": "npm:^7.2.0" "@typescript-eslint/parser": "npm:^7.2.0" "@typescript-eslint/utils": "npm:~7.13.1" - azure-devops-node-api: "npm:^12.0.0" + azure-devops-node-api: "npm:^13.0.0" chalk: "npm:^4.1.2" commander: "npm:^12.0.0" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" form-data: "npm:^4.0.0" fs-extra: "npm:^11.0.0" globby: "npm:^11.1.0" @@ -7762,7 +7551,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -7773,10 +7562,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7832,7 +7621,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -7842,10 +7631,10 @@ __metadata: eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" eslint-plugin-jasmine: "npm:^4.1.3" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -7867,17 +7656,17 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": ~18.0.0 - "@stylistic/eslint-plugin-ts": ^1.5.4 + "@stylistic/eslint-plugin-ts": ^2.0.0 "@typescript-eslint/eslint-plugin": ^7.0.1 "@typescript-eslint/parser": ^7.0.1 "@typescript-eslint/utils": ~7.13.1 - eslint: ^8.22.0 + eslint: ^8.57.0 eslint-import-resolver-node: ^0.3.4 eslint-plugin-jasmine: ^4.1.3 - eslint-plugin-jest: ^27.2.1 + eslint-plugin-jest: ^28.0.0 eslint-plugin-jsdoc: ~48.2.0 eslint-plugin-prefer-arrow: ^1.2.2 - eslint-plugin-unicorn: ^51.0.0 + eslint-plugin-unicorn: ^54.0.0 typescript: ~5.4.2 peerDependenciesMeta: "@angular-devkit/schematics": @@ -7916,12 +7705,12 @@ __metadata: "@babel/core": "npm:~7.24.0" "@babel/preset-typescript": "npm:~7.24.0" "@compodoc/compodoc": "npm:^1.1.19" - "@eslint/eslintrc": "npm:^2.1.4" + "@eslint/eslintrc": "npm:^3.0.0" "@nx/eslint-plugin": "npm:~19.3.0" "@nx/jest": "npm:~19.3.0" "@o3r/build-helpers": "workspace:^" "@o3r/test-helpers": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" @@ -7931,10 +7720,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -7952,11 +7741,11 @@ __metadata: "@angular-eslint/template-parser": ~18.0.0 "@angular-eslint/test-utils": ~18.0.0 "@angular/compiler": ~18.0.0 - "@stylistic/eslint-plugin-ts": ^1.5.4 + "@stylistic/eslint-plugin-ts": ^2.0.0 "@typescript-eslint/eslint-plugin": ^7.0.1 "@typescript-eslint/parser": ^7.0.1 "@typescript-eslint/rule-tester": ^7.11.0 - eslint: ^8.22.0 + eslint: ^8.57.0 jsonc-eslint-parser: ~2.4.0 yaml-eslint-parser: ^1.2.2 peerDependenciesMeta: @@ -8001,7 +7790,7 @@ __metadata: "@o3r/telemetry": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/inquirer": "npm:~8.2.10" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8011,10 +7800,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" inquirer: "npm:~8.2.6" intl-messageformat: "npm:~10.5.1" jest: "npm:~29.7.0" @@ -8083,7 +7872,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -8092,10 +7881,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8158,8 +7947,8 @@ __metadata: "@angular/router": "npm:~18.0.0" "@babel/core": "npm:~7.24.0" "@babel/preset-typescript": "npm:~7.24.0" - "@commitlint/cli": "npm:^18.0.0" - "@commitlint/config-conventional": "npm:^18.0.0" + "@commitlint/cli": "npm:^19.0.0" + "@commitlint/config-conventional": "npm:^19.0.0" "@compodoc/compodoc": "npm:^1.1.19" "@design-factory/design-factory": "npm:~17.1.0" "@ng-bootstrap/ng-bootstrap": "npm:^17.0.0" @@ -8183,7 +7972,7 @@ __metadata: "@playwright/test": "npm:~1.44.0" "@popperjs/core": "npm:^2.11.5" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@swc-node/register": "npm:^1.9.2" "@swc/core": "npm:~1.6.0" "@types/estree": "npm:^1.0.5" @@ -8201,16 +7990,16 @@ __metadata: bootstrap: "npm:5.3.3" bootstrap-icons: "npm:^1.11.3" browserslist: "npm:^4.21.4" - commit-and-tag-version: "npm:^9.5.0" + commit-and-tag-version: "npm:^12.0.0" concurrently: "npm:^8.0.0" cpy-cli: "npm:^5.0.0" editorconfig-checker: "npm:^5.0.1" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" highlight.js: "npm:^11.8.0" husky: "npm:~9.0.11" @@ -8220,12 +8009,12 @@ __metadata: jest-preset-angular: "npm:~14.1.0" js-yaml: "npm:^4.1.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:^8.0.0" + jsonpath-plus: "npm:^9.0.0" lighthouse: "npm:9.6.8" lint-staged: "npm:^15.0.0" minimist: "npm:^1.2.6" ng-packagr: "npm:~18.0.0" - ngx-highlightjs: "npm:^10.0.0" + ngx-highlightjs: "npm:^12.0.0" npm-run-all2: "npm:^6.0.0" nx: "npm:~19.3.0" pixelmatch: "npm:^5.2.1" @@ -8248,7 +8037,7 @@ __metadata: tsc-watch: "npm:^6.0.4" tslib: "npm:^2.6.2" typescript: "npm:~5.4.2" - uuid: "npm:^9.0.0" + uuid: "npm:^10.0.0" webpack: "npm:~5.92.0" winston: "npm:^3.8.2" yaml-eslint-parser: "npm:^1.2.2" @@ -8285,7 +8074,7 @@ __metadata: "@nx/js": "npm:~19.3.0" "@o3r/eslint-config-otter": "workspace:^" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/ejs": "npm:^3.1.2" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8297,10 +8086,10 @@ __metadata: ejs: "npm:^3.1.9" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8356,7 +8145,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -8366,10 +8155,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" intl-messageformat: "npm:~10.5.1" isomorphic-fetch: "npm:~3.0.0" @@ -8466,7 +8255,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -8475,10 +8264,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8489,7 +8278,7 @@ __metadata: ng-packagr: "npm:~18.0.0" nx: "npm:~19.3.0" rxjs: "npm:^7.8.1" - smartlook-client: "npm:^8.0.0" + smartlook-client: "npm:^9.0.0" ts-jest: "npm:~29.1.2" ts-node: "npm:~10.9.2" tslib: "npm:^2.6.2" @@ -8506,7 +8295,7 @@ __metadata: logrocket: ~8.1.0 logrocket-ngrx: ~0.2.1 rxjs: ^7.8.1 - smartlook-client: ^8.0.0 + smartlook-client: ^9.0.0 peerDependenciesMeta: "@fullstory/browser": optional: true @@ -8542,10 +8331,10 @@ __metadata: "@angular/platform-browser-dynamic": "npm:~18.0.0" "@babel/core": "npm:~7.24.0" "@babel/preset-typescript": "npm:~7.24.0" - "@capacitor/browser": "npm:^5.0.0" - "@capacitor/core": "npm:^5.0.0" - "@capacitor/device": "npm:^5.0.0" - "@capacitor/preferences": "npm:^5.0.0" + "@capacitor/browser": "npm:^6.0.0" + "@capacitor/core": "npm:^6.0.0" + "@capacitor/device": "npm:^6.0.0" + "@capacitor/preferences": "npm:^6.0.0" "@compodoc/compodoc": "npm:^1.1.19" "@ngrx/store": "npm:~18.0.0" "@nx/eslint": "npm:~19.3.0" @@ -8559,7 +8348,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/store-sync": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/node-fetch": "npm:^2.6.2" @@ -8570,10 +8359,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" fast-deep-equal: "npm:^3.1.3" form-data: "npm:^4.0.0" jest: "npm:~29.7.0" @@ -8594,10 +8383,10 @@ __metadata: "@angular-devkit/schematics": ~18.0.0 "@angular/common": ~18.0.0 "@angular/core": ~18.0.0 - "@capacitor/browser": ^5.0.0 - "@capacitor/core": ^5.0.0 - "@capacitor/device": ^5.0.0 - "@capacitor/preferences": ^5.0.0 + "@capacitor/browser": ^6.0.0 + "@capacitor/core": ^6.0.0 + "@capacitor/device": ^6.0.0 + "@capacitor/preferences": ^6.0.0 "@ngrx/store": ~18.0.0 "@o3r/core": "workspace:^" "@o3r/logger": "workspace:^" @@ -8653,7 +8442,7 @@ __metadata: "@o3r/routing": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8663,10 +8452,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -8741,7 +8530,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@o3r/testing": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jasmine": "npm:~5.1.0" "@types/jest": "npm:~29.5.2" "@types/json-schema": "npm:^7.0.9" @@ -8753,10 +8542,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" @@ -8764,7 +8553,7 @@ __metadata: jest-junit: "npm:~16.0.0" jest-preset-angular: "npm:~14.1.0" jsonc-eslint-parser: "npm:~2.4.0" - jsonpath-plus: "npm:^8.0.0" + jsonpath-plus: "npm:^9.0.0" memfs: "npm:~4.9.0" nx: "npm:~19.3.0" pid-from-port: "npm:^1.1.3" @@ -8797,7 +8586,7 @@ __metadata: "@schematics/angular": ~18.0.0 globby: ^11.1.0 jasmine: ^5.0.0 - jsonpath-plus: ^8.0.0 + jsonpath-plus: ^9.0.0 rxjs: ^7.8.1 typescript: ~5.4.2 typescript-json-schema: ~0.64.0 @@ -8850,7 +8639,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/telemetry": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/inquirer": "npm:~8.2.10" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8862,10 +8651,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" inquirer: "npm:~8.2.6" jest: "npm:~29.7.0" @@ -8889,7 +8678,7 @@ __metadata: "@angular/cli": ~18.0.0 "@o3r/telemetry": "workspace:^" "@schematics/angular": ~18.0.0 - eslint: ^8.42.0 + eslint: ^8.57.0 rxjs: ^7.8.1 type-fest: ^4.10.2 typescript: ~5.4.2 @@ -8968,7 +8757,7 @@ __metadata: "@playwright/test": "npm:~1.44.0" "@popperjs/core": "npm:^2.11.5" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/bootstrap": "npm:^5.2.10" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -8982,10 +8771,10 @@ __metadata: concurrently: "npm:^8.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" highlight.js: "npm:^11.8.0" intl-messageformat: "npm:~10.5.1" @@ -8995,7 +8784,7 @@ __metadata: jest-preset-angular: "npm:~14.1.0" jsonc-eslint-parser: "npm:~2.4.0" lighthouse: "npm:9.6.8" - ngx-highlightjs: "npm:^10.0.0" + ngx-highlightjs: "npm:^12.0.0" pixelmatch: "npm:^5.2.1" playwright-lighthouse: "npm:2.2.2" pngjs: "npm:^7.0.0" @@ -9038,7 +8827,7 @@ __metadata: "@o3r/logger": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -9047,10 +8836,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" fast-deep-equal: "npm:^3.1.3" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -9121,10 +8910,10 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" "@storybook/addons": "npm:^7.6.16" - "@storybook/angular": "npm:^7.6.16" + "@storybook/angular": "npm:^8.0.0" "@storybook/api": "npm:^7.6.16" - "@storybook/components": "npm:^7.6.16" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@storybook/components": "npm:^8.0.0" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/color": "npm:^3.0.6" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" @@ -9137,10 +8926,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -9170,9 +8959,9 @@ __metadata: "@o3r/styling": "workspace:^" "@schematics/angular": ~18.0.0 "@storybook/addons": ^7.5.3 - "@storybook/angular": ^7.5.3 + "@storybook/angular": ^8.0.0 "@storybook/api": ^7.5.3 - "@storybook/components": ^7.5.3 + "@storybook/components": ^8.0.0 rxjs: ^7.8.1 typescript: ~5.4.2 peerDependenciesMeta: @@ -9201,7 +8990,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -9210,10 +8999,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -9274,7 +9063,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -9284,10 +9073,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -9364,7 +9153,7 @@ __metadata: "@nx/jest": "npm:~19.3.0" "@nx/js": "npm:~19.3.0" "@o3r/eslint-plugin": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -9373,10 +9162,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -9409,7 +9198,7 @@ __metadata: "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/pid-from-port": "npm:^1.1.0" @@ -9420,10 +9209,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-node: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -9494,7 +9283,7 @@ __metadata: "@o3r/test-helpers": "workspace:^" "@playwright/test": "npm:~1.44.0" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/pixelmatch": "npm:^5.2.3" @@ -9507,10 +9296,10 @@ __metadata: esbuild: "npm:~0.21.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" isomorphic-fetch: "npm:~3.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -9612,7 +9401,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/uuid": "npm:^9.0.0" @@ -9622,10 +9411,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -9640,7 +9429,7 @@ __metadata: ts-node: "npm:~10.9.2" tslib: "npm:^2.6.2" typescript: "npm:~5.4.2" - uuid: "npm:^9.0.0" + uuid: "npm:^10.0.0" zone.js: "npm:~0.14.2" peerDependencies: "@angular-devkit/schematics": ~18.0.0 @@ -9692,7 +9481,7 @@ __metadata: "@o3r/schematics": "workspace:^" "@o3r/test-helpers": "workspace:^" "@schematics/angular": "npm:~18.0.0" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/minimist": "npm:^1.2.2" "@types/node": "npm:^20.0.0" @@ -9706,10 +9495,10 @@ __metadata: cpy-cli: "npm:^5.0.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" globby: "npm:^11.1.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" @@ -9725,7 +9514,7 @@ __metadata: tslib: "npm:^2.6.2" type-fest: "npm:^4.10.2" typescript: "npm:~5.4.2" - uuid: "npm:^9.0.0" + uuid: "npm:^10.0.0" winston: "npm:^3.8.2" zone.js: "npm:~0.14.2" peerDependencies: @@ -10112,24 +9901,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/number@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/number@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - checksum: 10/621ea8b7d4195d1a65a9c0aee918e8335e7f198088eec91577512c89c2ba3a3bab4a767cfb872a2b9c3092a78ff41cad9a924845a939f6bb87fe9356241ea0ea - languageName: node - linkType: hard - -"@radix-ui/primitive@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/primitive@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - checksum: 10/2b93e161d3fdabe9a64919def7fa3ceaecf2848341e9211520c401181c9eaebb8451c630b066fad2256e5c639c95edc41de0ba59c40eff37e799918d019822d1 - languageName: node - linkType: hard - "@radix-ui/primitive@npm:1.1.0": version: 1.1.0 resolution: "@radix-ui/primitive@npm:1.1.0" @@ -10137,57 +9908,50 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-arrow@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-arrow@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-primitive": "npm:1.0.3" +"@radix-ui/react-compose-refs@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-compose-refs@npm:1.1.0" peerDependencies: "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - "@types/react-dom": - optional: true - checksum: 10/8cca086f0dbb33360e3c0142adf72f99fc96352d7086d6c2356dbb2ea5944cfb720a87d526fc48087741c602cd8162ca02b0af5e6fdf5f56d20fddb44db8b4c3 + checksum: 10/047a4ed5f87cb848be475507cd62836cf5af5761484681f521ea543ea7c9d59d61d42806d6208863d5e2380bf38cdf4cff73c2bbe5f52dbbe50fb04e1a13ac72 languageName: node linkType: hard -"@radix-ui/react-collection@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-collection@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-compose-refs": "npm:1.0.1" - "@radix-ui/react-context": "npm:1.0.1" - "@radix-ui/react-primitive": "npm:1.0.3" - "@radix-ui/react-slot": "npm:1.0.2" +"@radix-ui/react-context@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-context@npm:1.1.0" peerDependencies: "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - "@types/react-dom": - optional: true - checksum: 10/2ac740ab746f411942dc95100f1eb60b9a3670960a805e266533fa1bc7dec31a6dabddd746ab788ebd5a9c22b468e38922f39d30447925515f8e44f0a3b2e56c + checksum: 10/755aea1966dc9b778890e6d330482e9285e9cd9417425da364706cf1d43a041f0b5b2412e6dfebb81e35f68ce47304dd52bcda01f223685c287ac654e6142d7e languageName: node linkType: hard -"@radix-ui/react-collection@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-collection@npm:1.1.0" +"@radix-ui/react-dialog@npm:^1.0.5": + version: 1.1.1 + resolution: "@radix-ui/react-dialog@npm:1.1.1" dependencies: + "@radix-ui/primitive": "npm:1.1.0" "@radix-ui/react-compose-refs": "npm:1.1.0" "@radix-ui/react-context": "npm:1.1.0" + "@radix-ui/react-dismissable-layer": "npm:1.1.0" + "@radix-ui/react-focus-guards": "npm:1.1.0" + "@radix-ui/react-focus-scope": "npm:1.1.0" + "@radix-ui/react-id": "npm:1.1.0" + "@radix-ui/react-portal": "npm:1.1.1" + "@radix-ui/react-presence": "npm:1.1.0" "@radix-ui/react-primitive": "npm:2.0.0" "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-use-controllable-state": "npm:1.1.0" + aria-hidden: "npm:^1.1.1" + react-remove-scroll: "npm:2.5.7" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -10198,168 +9962,64 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10/d3e656761773602f3a6be0fb568c328125d07ed202527f5fe839d1cdcc38a05d32f0568d2430199534206b86fad2dbe96725691300810033e65ec1e2e5181ccb + checksum: 10/8c4b4af680e306db4fe113e9e19eb173f633b40b267030906167f6f62adfaa02aa2cb8ee97775ad0c701242a5ef6d0ce3528e1b13e640cbc6ea356eb27836189 languageName: node linkType: hard -"@radix-ui/react-compose-refs@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-compose-refs@npm:1.0.1" +"@radix-ui/react-dismissable-layer@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-dismissable-layer@npm:1.1.0" dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/2b9a613b6db5bff8865588b6bf4065f73021b3d16c0a90b2d4c23deceeb63612f1f15de188227ebdc5f88222cab031be617a9dd025874c0487b303be3e5cc2a8 - languageName: node - linkType: hard - -"@radix-ui/react-compose-refs@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-compose-refs@npm:1.1.0" + "@radix-ui/primitive": "npm:1.1.0" + "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-use-callback-ref": "npm:1.1.0" + "@radix-ui/react-use-escape-keydown": "npm:1.1.0" peerDependencies: "@types/react": "*" + "@types/react-dom": "*" react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - checksum: 10/047a4ed5f87cb848be475507cd62836cf5af5761484681f521ea543ea7c9d59d61d42806d6208863d5e2380bf38cdf4cff73c2bbe5f52dbbe50fb04e1a13ac72 - languageName: node - linkType: hard - -"@radix-ui/react-context@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-context@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": + "@types/react-dom": optional: true - checksum: 10/a02187a3bae3a0f1be5fab5ad19c1ef06ceff1028d957e4d9994f0186f594a9c3d93ee34bacb86d1fa8eb274493362944398e1c17054d12cb3b75384f9ae564b + checksum: 10/08baf3441f811ce88649fa90cf8031f496f81a404cda75fa2a7b42020e3368f8f2a96911a4a1f7065cfa3fb2c091156c009d9255f81feeaf2f7ffadcfd12caf1 languageName: node linkType: hard -"@radix-ui/react-context@npm:1.1.0": +"@radix-ui/react-focus-guards@npm:1.1.0": version: 1.1.0 - resolution: "@radix-ui/react-context@npm:1.1.0" + resolution: "@radix-ui/react-focus-guards@npm:1.1.0" peerDependencies: "@types/react": "*" react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - checksum: 10/755aea1966dc9b778890e6d330482e9285e9cd9417425da364706cf1d43a041f0b5b2412e6dfebb81e35f68ce47304dd52bcda01f223685c287ac654e6142d7e - languageName: node - linkType: hard - -"@radix-ui/react-direction@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-direction@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/5336a8b0d4f1cde585d5c2b4448af7b3d948bb63a1aadb37c77771b0e5902dc6266e409cf35fd0edaca7f33e26424be19e64fb8f9d7f7be2d6f1714ea2764210 + checksum: 10/199717e7da1ba9b3fa74b04f6a245aaebf6bdb8ae7d6f4b5f21f95f4086414a3587beebc77399a99be7d3a4b2499eaa52bf72bef660f8e69856b0fd0593b074f languageName: node linkType: hard -"@radix-ui/react-direction@npm:1.1.0": +"@radix-ui/react-focus-scope@npm:1.1.0": version: 1.1.0 - resolution: "@radix-ui/react-direction@npm:1.1.0" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/25ad0d1d65ad08c93cebfbefdff9ef2602e53f4573a66b37d2c366ede9485e75ec6fc8e7dd7d2939b34ea5504ca0fe6ac4a3acc2f6ee9b62d131d65486eafd49 - languageName: node - linkType: hard - -"@radix-ui/react-dismissable-layer@npm:1.0.4": - version: 1.0.4 - resolution: "@radix-ui/react-dismissable-layer@npm:1.0.4" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/primitive": "npm:1.0.1" - "@radix-ui/react-compose-refs": "npm:1.0.1" - "@radix-ui/react-primitive": "npm:1.0.3" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" - "@radix-ui/react-use-escape-keydown": "npm:1.0.3" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/bcc14f0704fdc19430a2b922106a278e64401decffd6e47f427aa5de2d63367ba3e848b012c464a6b39a6e057060e41ad16964385941735a329e319cea46711a - languageName: node - linkType: hard - -"@radix-ui/react-focus-guards@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-focus-guards@npm:1.0.1" + resolution: "@radix-ui/react-focus-scope@npm:1.1.0" dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/1f8ca8f83b884b3612788d0742f3f054e327856d90a39841a47897dbed95e114ee512362ae314177de226d05310047cabbf66b686ae86ad1b65b6b295be24ef7 - languageName: node - linkType: hard - -"@radix-ui/react-focus-scope@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-focus-scope@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-compose-refs": "npm:1.0.1" - "@radix-ui/react-primitive": "npm:1.0.3" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" + "@radix-ui/react-compose-refs": "npm:1.1.0" + "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-use-callback-ref": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true "@types/react-dom": optional: true - checksum: 10/d62631cc06a2f37d483d106f3732ffc00831498fc2306df51c675d7cdb9727169512a1ca43ce06d1bfd578e8d8d67a80858c7531579bacaf6079d3aaf0ca8663 - languageName: node - linkType: hard - -"@radix-ui/react-id@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-id@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-use-layout-effect": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/446a453d799cc790dd2a1583ff8328da88271bff64530b5a17c102fa7fb35eece3cf8985359d416f65e330cd81aa7b8fe984ea125fc4f4eaf4b3801d698e49fe + checksum: 10/a34dc5caecc56483e293de770fde3addcebd975b94625cb7057bee3f0837d82bba9a672bef7c7902d28d68d31ab9b3847c88285664b5b747ac9141dabf11df3c languageName: node linkType: hard @@ -10378,80 +10038,12 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-popper@npm:1.1.2": - version: 1.1.2 - resolution: "@radix-ui/react-popper@npm:1.1.2" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@floating-ui/react-dom": "npm:^2.0.0" - "@radix-ui/react-arrow": "npm:1.0.3" - "@radix-ui/react-compose-refs": "npm:1.0.1" - "@radix-ui/react-context": "npm:1.0.1" - "@radix-ui/react-primitive": "npm:1.0.3" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" - "@radix-ui/react-use-layout-effect": "npm:1.0.1" - "@radix-ui/react-use-rect": "npm:1.0.1" - "@radix-ui/react-use-size": "npm:1.0.1" - "@radix-ui/rect": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/be32677e846ef93e8cbf219550e55b99583cb927b572a9ee466b0c242156d42ddc70f43135e22acffe48bba4cd3fe28888cc3f929947e078d8732bee958df4c4 - languageName: node - linkType: hard - -"@radix-ui/react-portal@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-portal@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-primitive": "npm:1.0.3" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/d352bcd6ad65eb43c9e0d72d0755c2aae85e03fb287770866262be3a2d5302b2885aee3cd99f2bbf62ecd14fcb1460703f1dcdc40351f77ad887b931c6f0012a - languageName: node - linkType: hard - -"@radix-ui/react-primitive@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-primitive@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-slot": "npm:1.0.2" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/bedb934ac07c710dc5550a7bfc7065d47e099d958cde1d37e4b1947ae5451f1b7e6f8ff5965e242578bf2c619065e6038c3a3aa779e5eafa7da3e3dbc685799f - languageName: node - linkType: hard - -"@radix-ui/react-primitive@npm:2.0.0": - version: 2.0.0 - resolution: "@radix-ui/react-primitive@npm:2.0.0" +"@radix-ui/react-portal@npm:1.1.1": + version: 1.1.1 + resolution: "@radix-ui/react-portal@npm:1.1.1" dependencies: - "@radix-ui/react-slot": "npm:1.1.0" + "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -10462,23 +10054,16 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10/f3dc683f5ba6534739356ac78ba5008d237b2f0e97eb3d578fcb01ecdb869a0729c24adc6dec238bfb1074763629935724381451313c109ca1be2a60fe4c16e3 + checksum: 10/84dab64ce9c9f4ed7d75df6d1d82877dc7976a98cc192287d39ba2ea512415ed7bf34caf02d579a18fe21766403fa9ae41d2482a14dee5514179ee1b09cc333c languageName: node linkType: hard -"@radix-ui/react-roving-focus@npm:1.1.0": +"@radix-ui/react-presence@npm:1.1.0": version: 1.1.0 - resolution: "@radix-ui/react-roving-focus@npm:1.1.0" + resolution: "@radix-ui/react-presence@npm:1.1.0" dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-collection": "npm:1.1.0" "@radix-ui/react-compose-refs": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-id": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-use-callback-ref": "npm:1.1.0" - "@radix-ui/react-use-controllable-state": "npm:1.1.0" + "@radix-ui/react-use-layout-effect": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -10489,55 +10074,15 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10/f7c3d9b6d9dc1036d56b6005c58a948ee20f07ba21a00063dc1c1a790918feae13f16f9383dea3a1ccc3698ac552b8382c6885844580f0eeb11108a6d4824ea7 - languageName: node - linkType: hard - -"@radix-ui/react-select@npm:^1.2.2": - version: 1.2.2 - resolution: "@radix-ui/react-select@npm:1.2.2" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/number": "npm:1.0.1" - "@radix-ui/primitive": "npm:1.0.1" - "@radix-ui/react-collection": "npm:1.0.3" - "@radix-ui/react-compose-refs": "npm:1.0.1" - "@radix-ui/react-context": "npm:1.0.1" - "@radix-ui/react-direction": "npm:1.0.1" - "@radix-ui/react-dismissable-layer": "npm:1.0.4" - "@radix-ui/react-focus-guards": "npm:1.0.1" - "@radix-ui/react-focus-scope": "npm:1.0.3" - "@radix-ui/react-id": "npm:1.0.1" - "@radix-ui/react-popper": "npm:1.1.2" - "@radix-ui/react-portal": "npm:1.0.3" - "@radix-ui/react-primitive": "npm:1.0.3" - "@radix-ui/react-slot": "npm:1.0.2" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" - "@radix-ui/react-use-controllable-state": "npm:1.0.1" - "@radix-ui/react-use-layout-effect": "npm:1.0.1" - "@radix-ui/react-use-previous": "npm:1.0.1" - "@radix-ui/react-visually-hidden": "npm:1.0.3" - aria-hidden: "npm:^1.1.1" - react-remove-scroll: "npm:2.5.5" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/4d7b6d9d988f78764783a4b2fd6523457ff735436829e122dae824bdea4f2835ad0150dfc060517d6c29d953ef61ee12d7ce10cf160593e56967e528bf6f8ee5 + checksum: 10/e3ce746560e1551c9c480f0ef1f085763faf7094ac9600ca15d8bacb1bf5c70e59effe889bd2116b56c798f69f8d2bfa32d14defd30b9381fb2dcc555367f11c languageName: node linkType: hard -"@radix-ui/react-separator@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-separator@npm:1.1.0" +"@radix-ui/react-primitive@npm:2.0.0": + version: 2.0.0 + resolution: "@radix-ui/react-primitive@npm:2.0.0" dependencies: - "@radix-ui/react-primitive": "npm:2.0.0" + "@radix-ui/react-slot": "npm:1.1.0" peerDependencies: "@types/react": "*" "@types/react-dom": "*" @@ -10548,27 +10093,11 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10/a7c3445603a45075dcf3559eb8f2f2e8545afeae253e67d0bde736c66b293c601974a1d6f9d7be1802d83869933dc120a7389ab98189ceb9a24659737dde0162 - languageName: node - linkType: hard - -"@radix-ui/react-slot@npm:1.0.2": - version: 1.0.2 - resolution: "@radix-ui/react-slot@npm:1.0.2" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-compose-refs": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/734866561e991438fbcf22af06e56b272ed6ee8f7b536489ee3bf2f736f8b53bf6bc14ebde94834aa0aceda854d018a0ce20bb171defffbaed1f566006cbb887 + checksum: 10/f3dc683f5ba6534739356ac78ba5008d237b2f0e97eb3d578fcb01ecdb869a0729c24adc6dec238bfb1074763629935724381451313c109ca1be2a60fe4c16e3 languageName: node linkType: hard -"@radix-ui/react-slot@npm:1.1.0": +"@radix-ui/react-slot@npm:1.1.0, @radix-ui/react-slot@npm:^1.0.2": version: 1.1.0 resolution: "@radix-ui/react-slot@npm:1.1.0" dependencies: @@ -10583,92 +10112,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-toggle-group@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-toggle-group@npm:1.1.0" - dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-roving-focus": "npm:1.1.0" - "@radix-ui/react-toggle": "npm:1.1.0" - "@radix-ui/react-use-controllable-state": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/0d9102e2e30f097b6d07e47280b5368d9502521f8aa43de9091abedafd828e1f8845f94c15c1c4eecbe9862e3d91bae58b7a1c3924f1abd5e98b623e2b46dc8d - languageName: node - linkType: hard - -"@radix-ui/react-toggle@npm:1.1.0": - version: 1.1.0 - resolution: "@radix-ui/react-toggle@npm:1.1.0" - dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-use-controllable-state": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/556818c9d57c024cca0533c859464ee101b69c527d2f2791fa97175fdabea4320eb0078e84bb73f2c5d5794a8a0069666bbdcfe07067fe02ebe4950917ca8e3a - languageName: node - linkType: hard - -"@radix-ui/react-toolbar@npm:^1.0.4": - version: 1.1.0 - resolution: "@radix-ui/react-toolbar@npm:1.1.0" - dependencies: - "@radix-ui/primitive": "npm:1.1.0" - "@radix-ui/react-context": "npm:1.1.0" - "@radix-ui/react-direction": "npm:1.1.0" - "@radix-ui/react-primitive": "npm:2.0.0" - "@radix-ui/react-roving-focus": "npm:1.1.0" - "@radix-ui/react-separator": "npm:1.1.0" - "@radix-ui/react-toggle-group": "npm:1.1.0" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/dd5a727de160e31e825f36dcabb62575a1c5568ec0a16e5f07ed5d56d6122bd4d1379a3c9cea656238382b46ac9fa1bca59905af991dbac4621f9b2c7edea16b - languageName: node - linkType: hard - -"@radix-ui/react-use-callback-ref@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-callback-ref@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/b9fd39911c3644bbda14a84e4fca080682bef84212b8d8931fcaa2d2814465de242c4cfd8d7afb3020646bead9c5e539d478cea0a7031bee8a8a3bb164f3bc4c - languageName: node - linkType: hard - "@radix-ui/react-use-callback-ref@npm:1.1.0": version: 1.1.0 resolution: "@radix-ui/react-use-callback-ref@npm:1.1.0" @@ -10682,22 +10125,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-use-controllable-state@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-controllable-state@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/dee2be1937d293c3a492cb6d279fc11495a8f19dc595cdbfe24b434e917302f9ac91db24e8cc5af9a065f3f209c3423115b5442e65a5be9fd1e9091338972be9 - languageName: node - linkType: hard - "@radix-ui/react-use-controllable-state@npm:1.1.0": version: 1.1.0 resolution: "@radix-ui/react-use-controllable-state@npm:1.1.0" @@ -10713,34 +10140,18 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-use-escape-keydown@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-use-escape-keydown@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-use-callback-ref": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/c6ed0d9ce780f67f924980eb305af1f6cce2a8acbaf043a58abe0aa3cc551d9aa76ccee14531df89bbee302ead7ecc7fce330886f82d4672c5eda52f357ef9b8 - languageName: node - linkType: hard - -"@radix-ui/react-use-layout-effect@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-layout-effect@npm:1.0.1" +"@radix-ui/react-use-escape-keydown@npm:1.1.0": + version: 1.1.0 + resolution: "@radix-ui/react-use-escape-keydown@npm:1.1.0" dependencies: - "@babel/runtime": "npm:^7.13.10" + "@radix-ui/react-use-callback-ref": "npm:1.1.0" peerDependencies: "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: "@types/react": optional: true - checksum: 10/bed9c7e8de243a5ec3b93bb6a5860950b0dba359b6680c84d57c7a655e123dec9b5891c5dfe81ab970652e7779fe2ad102a23177c7896dde95f7340817d47ae5 + checksum: 10/9bf88ea272b32ea0f292afd336780a59c5646f795036b7e6105df2d224d73c54399ee5265f61d571eb545d28382491a8b02dc436e3088de8dae415d58b959b71 languageName: node linkType: hard @@ -10757,82 +10168,6 @@ __metadata: languageName: node linkType: hard -"@radix-ui/react-use-previous@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-previous@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/66b4312e857c58b75f3bf62a2048ef090b79a159e9da06c19a468c93e62336969c33dbef60ff16969f00b20386cc25d138f6a353f1658b35baac0a6eff4761b9 - languageName: node - linkType: hard - -"@radix-ui/react-use-rect@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-rect@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/rect": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/433f07e61e04eb222349825bb05f3591fca131313a1d03709565d6226d8660bd1d0423635553f95ee4fcc25c8f2050972d848808d753c388e2a9ae191ebf17f3 - languageName: node - linkType: hard - -"@radix-ui/react-use-size@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/react-use-size@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-use-layout-effect": "npm:1.0.1" - peerDependencies: - "@types/react": "*" - react: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - checksum: 10/6cc150ad1e9fa85019c225c5a5d50a0af6cdc4653dad0c21b4b40cd2121f36ee076db326c43e6bc91a69766ccff5a84e917d27970176b592577deea3c85a3e26 - languageName: node - linkType: hard - -"@radix-ui/react-visually-hidden@npm:1.0.3": - version: 1.0.3 - resolution: "@radix-ui/react-visually-hidden@npm:1.0.3" - dependencies: - "@babel/runtime": "npm:^7.13.10" - "@radix-ui/react-primitive": "npm:1.0.3" - peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - peerDependenciesMeta: - "@types/react": - optional: true - "@types/react-dom": - optional: true - checksum: 10/2e9d0c8253f97e7d6ffb2e52a5cfd40ba719f813b39c3e2e42c496d54408abd09ef66b5aec4af9b8ab0553215e32452a5d0934597a49c51dd90dc39181ed0d57 - languageName: node - linkType: hard - -"@radix-ui/rect@npm:1.0.1": - version: 1.0.1 - resolution: "@radix-ui/rect@npm:1.0.1" - dependencies: - "@babel/runtime": "npm:^7.13.10" - checksum: 10/e25492cb8a683246161d781f0f3205f79507280a60f50eb763f06e8b6fa211b940b784aa581131ed76695bd5df5d1033a6246b43a6996cf8959a326fe4d3eb00 - languageName: node - linkType: hard - "@rollup/plugin-json@npm:^6.1.0": version: 6.1.0 resolution: "@rollup/plugin-json@npm:6.1.0" @@ -11186,36 +10521,35 @@ __metadata: linkType: hard "@storybook/addons@npm:^7.6.16": - version: 7.6.19 - resolution: "@storybook/addons@npm:7.6.19" + version: 7.6.20 + resolution: "@storybook/addons@npm:7.6.20" dependencies: - "@storybook/manager-api": "npm:7.6.19" - "@storybook/preview-api": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" - checksum: 10/e0bd716798a4906f9c421544734d6542a8473138240ea370718a09546c721beb78a6236120027efdf38c308fc26444867d9902ec75e2ab6398592daa207233f7 + "@storybook/manager-api": "npm:7.6.20" + "@storybook/preview-api": "npm:7.6.20" + "@storybook/types": "npm:7.6.20" + checksum: 10/801b8281b6e7b6f96808c83c8f862da86d9bb3f5e1abf57a0f51ba4b46b1530613b869a9660147115ebc7787e0bf01eb10b92516c608da0cd6e83e6bf74a2e9c languageName: node linkType: hard -"@storybook/angular@npm:^7.6.16": - version: 7.6.19 - resolution: "@storybook/angular@npm:7.6.19" +"@storybook/angular@npm:^8.0.0": + version: 8.1.10 + resolution: "@storybook/angular@npm:8.1.10" dependencies: - "@storybook/builder-webpack5": "npm:7.6.19" - "@storybook/cli": "npm:7.6.19" - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-common": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" - "@storybook/core-server": "npm:7.6.19" - "@storybook/core-webpack": "npm:7.6.19" - "@storybook/docs-tools": "npm:7.6.19" + "@storybook/builder-webpack5": "npm:8.1.10" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-common": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/core-server": "npm:8.1.10" + "@storybook/core-webpack": "npm:8.1.10" + "@storybook/docs-tools": "npm:8.1.10" "@storybook/global": "npm:^5.0.0" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/preview-api": "npm:7.6.19" - "@storybook/telemetry": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/node-logger": "npm:8.1.10" + "@storybook/preview-api": "npm:8.1.10" + "@storybook/telemetry": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" "@types/node": "npm:^18.0.0" - "@types/react": "npm:^16.14.34" - "@types/react-dom": "npm:^16.9.14" + "@types/react": "npm:^18.0.37" + "@types/react-dom": "npm:^18.0.11" "@types/semver": "npm:^7.3.4" "@types/webpack-env": "npm:^1.18.0" find-up: "npm:^5.0.0" @@ -11227,85 +10561,79 @@ __metadata: util-deprecate: "npm:^1.0.2" webpack: "npm:5" peerDependencies: - "@angular-devkit/architect": ">=0.1400.0 < 0.1800.0" - "@angular-devkit/build-angular": ">=14.1.0 < 18.0.0" - "@angular-devkit/core": ">=14.1.0 < 18.0.0" - "@angular/cli": ">=14.1.0 < 18.0.0" - "@angular/common": ">=14.1.0 < 18.0.0" - "@angular/compiler": ">=14.1.0 < 18.0.0" - "@angular/compiler-cli": ">=14.1.0 < 18.0.0" - "@angular/core": ">=14.1.0 < 18.0.0" - "@angular/forms": ">=14.1.0 < 18.0.0" - "@angular/platform-browser": ">=14.1.0 < 18.0.0" - "@angular/platform-browser-dynamic": ">=14.1.0 < 18.0.0" - "@babel/core": "*" + "@angular-devkit/architect": ">=0.1500.0 < 0.1900.0" + "@angular-devkit/build-angular": ">=15.0.0 < 19.0.0" + "@angular-devkit/core": ">=15.0.0 < 19.0.0" + "@angular/cli": ">=15.0.0 < 19.0.0" + "@angular/common": ">=15.0.0 < 19.0.0" + "@angular/compiler": ">=15.0.0 < 19.0.0" + "@angular/compiler-cli": ">=15.0.0 < 19.0.0" + "@angular/core": ">=15.0.0 < 19.0.0" + "@angular/forms": ">=15.0.0 < 19.0.0" + "@angular/platform-browser": ">=15.0.0 < 19.0.0" + "@angular/platform-browser-dynamic": ">=15.0.0 < 19.0.0" rxjs: ^6.0.0 || ^7.4.0 typescript: ^4.0.0 || ^5.0.0 zone.js: ">= 0.11.1 < 1.0.0" peerDependenciesMeta: "@angular/cli": optional: true - checksum: 10/3184ba97ad59620e171333b11db0a135a639060b13d10d973c5ebddbf952fa1fe8710bcd9ce8ecbf6d2e6948f2aabaa592d3d5d97d387899041714a577fc8309 + checksum: 10/03c4ada2a0d34abe9d31c4c82bedc47ff30675c79b9d01ade79fb4d49c8a4c9ba438fb5c8ee1f103af89a4b1cd3dd739184d37338db3769c670e2998af181d46 languageName: node linkType: hard "@storybook/api@npm:^7.6.16": - version: 7.6.19 - resolution: "@storybook/api@npm:7.6.19" + version: 7.6.20 + resolution: "@storybook/api@npm:7.6.20" dependencies: - "@storybook/client-logger": "npm:7.6.19" - "@storybook/manager-api": "npm:7.6.19" - checksum: 10/9cb203d7af879bf6fec782ba7d8c432f6bba6259bd1d48a343844b31a476ecaaa06b8d8edf068b44b0a83d48e6ae399902e9c3729b22f8dd9ec5c92fce0e84cd + "@storybook/client-logger": "npm:7.6.20" + "@storybook/manager-api": "npm:7.6.20" + checksum: 10/2aeabb07d1d245c4a3500dec8dd2472e0f0e6f81c06d1bdcc81f79e9a416c3ddb91b98a72449d8857a26177532bfc93f8094918ef047284c971075062d713630 languageName: node linkType: hard -"@storybook/builder-manager@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/builder-manager@npm:7.6.19" +"@storybook/builder-manager@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/builder-manager@npm:8.1.10" dependencies: "@fal-works/esbuild-plugin-global-externals": "npm:^2.1.2" - "@storybook/core-common": "npm:7.6.19" - "@storybook/manager": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" + "@storybook/core-common": "npm:8.1.10" + "@storybook/manager": "npm:8.1.10" + "@storybook/node-logger": "npm:8.1.10" "@types/ejs": "npm:^3.1.1" - "@types/find-cache-dir": "npm:^3.2.1" "@yarnpkg/esbuild-plugin-pnp": "npm:^3.0.0-rc.10" browser-assert: "npm:^1.2.1" - ejs: "npm:^3.1.8" - esbuild: "npm:^0.18.0" + ejs: "npm:^3.1.10" + esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0" esbuild-plugin-alias: "npm:^0.2.1" express: "npm:^4.17.3" - find-cache-dir: "npm:^3.0.0" fs-extra: "npm:^11.1.0" process: "npm:^0.11.10" util: "npm:^0.12.4" - checksum: 10/aef5af6b7808e40ebd442e276328b4ed64f7f718d94fae9d23b309d126ee44c7ec79ac4df06a8377ad6fc477af80235d61269effbb70dbd365542789f045589b + checksum: 10/c1a9a2d9878f601c6b77fb55891df12626a3dc51f11a99f576f3a749dd2c5b53804b7f079aa1d387994fcdfb681a9b50f37ce8c4657858dc49217bb2352e8880 languageName: node linkType: hard -"@storybook/builder-webpack5@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/builder-webpack5@npm:7.6.19" +"@storybook/builder-webpack5@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/builder-webpack5@npm:8.1.10" dependencies: - "@babel/core": "npm:^7.23.2" - "@storybook/channels": "npm:7.6.19" - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-common": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" - "@storybook/core-webpack": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/preview": "npm:7.6.19" - "@storybook/preview-api": "npm:7.6.19" - "@swc/core": "npm:^1.3.82" + "@storybook/channels": "npm:8.1.10" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-common": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/core-webpack": "npm:8.1.10" + "@storybook/node-logger": "npm:8.1.10" + "@storybook/preview": "npm:8.1.10" + "@storybook/preview-api": "npm:8.1.10" "@types/node": "npm:^18.0.0" "@types/semver": "npm:^7.3.4" - babel-loader: "npm:^9.0.0" browser-assert: "npm:^1.2.1" case-sensitive-paths-webpack-plugin: "npm:^2.4.0" cjs-module-lexer: "npm:^1.2.3" constants-browserify: "npm:^1.0.0" css-loader: "npm:^6.7.1" - es-module-lexer: "npm:^1.4.1" + es-module-lexer: "npm:^1.5.0" express: "npm:^4.17.3" fork-ts-checker-webpack-plugin: "npm:^8.0.0" fs-extra: "npm:^11.1.0" @@ -11315,154 +10643,103 @@ __metadata: process: "npm:^0.11.10" semver: "npm:^7.3.7" style-loader: "npm:^3.3.1" - swc-loader: "npm:^0.2.3" terser-webpack-plugin: "npm:^5.3.1" ts-dedent: "npm:^2.0.0" url: "npm:^0.11.0" util: "npm:^0.12.4" util-deprecate: "npm:^1.0.2" webpack: "npm:5" - webpack-dev-middleware: "npm:^6.1.1" + webpack-dev-middleware: "npm:^6.1.2" webpack-hot-middleware: "npm:^2.25.1" webpack-virtual-modules: "npm:^0.5.0" peerDependenciesMeta: typescript: optional: true - checksum: 10/3cc3536902c82357fa2ca03610d0e6dce73782cd562a2add60cf083530a099bf5b63bbe9ec2c3ac73a44ea943ce7d9b4e90140d26096a05ad0d65ea3ba608e1e + checksum: 10/58bd2c9c4fde0b4fd3a832fe97043d915535d5f2d1f32f0c6b9cff14cba5859e78dae19adf66101450ea2f78964938d6a969491c17e1ec9b9a5eb28d12c04601 languageName: node linkType: hard -"@storybook/channels@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/channels@npm:7.6.19" +"@storybook/channels@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/channels@npm:7.6.20" dependencies: - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" + "@storybook/client-logger": "npm:7.6.20" + "@storybook/core-events": "npm:7.6.20" "@storybook/global": "npm:^5.0.0" qs: "npm:^6.10.0" telejson: "npm:^7.2.0" tiny-invariant: "npm:^1.3.1" - checksum: 10/ee4f3d85aeeecc9885e9807951c3302edfa42cc25a309940901e12fdd81c8c028815f935bef593dc712c051317434a1f65646a57103655ebe6667935de72a832 + checksum: 10/3dc827df9d0d0c0c68f10edbf5169e42c2cdb43832cb14ce3ac8149f295219f8bae6ed27300fd50e6a78080914cf142d1810fdbcf687dd313a7bfac41386cd95 languageName: node linkType: hard -"@storybook/cli@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/cli@npm:7.6.19" +"@storybook/channels@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/channels@npm:8.1.10" dependencies: - "@babel/core": "npm:^7.23.2" - "@babel/preset-env": "npm:^7.23.2" - "@babel/types": "npm:^7.23.0" - "@ndelangen/get-tarball": "npm:^3.0.7" - "@storybook/codemod": "npm:7.6.19" - "@storybook/core-common": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" - "@storybook/core-server": "npm:7.6.19" - "@storybook/csf-tools": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/telemetry": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" - "@types/semver": "npm:^7.3.4" - "@yarnpkg/fslib": "npm:2.10.3" - "@yarnpkg/libzip": "npm:2.3.0" - chalk: "npm:^4.1.0" - commander: "npm:^6.2.1" - cross-spawn: "npm:^7.0.3" - detect-indent: "npm:^6.1.0" - envinfo: "npm:^7.7.3" - execa: "npm:^5.0.0" - express: "npm:^4.17.3" - find-up: "npm:^5.0.0" - fs-extra: "npm:^11.1.0" - get-npm-tarball-url: "npm:^2.0.3" - get-port: "npm:^5.1.1" - giget: "npm:^1.0.0" - globby: "npm:^11.0.2" - jscodeshift: "npm:^0.15.1" - leven: "npm:^3.1.0" - ora: "npm:^5.4.1" - prettier: "npm:^2.8.0" - prompts: "npm:^2.4.0" - puppeteer-core: "npm:^2.1.1" - read-pkg-up: "npm:^7.0.1" - semver: "npm:^7.3.7" - strip-json-comments: "npm:^3.0.1" - tempy: "npm:^1.0.1" - ts-dedent: "npm:^2.0.0" - util-deprecate: "npm:^1.0.2" - bin: - getstorybook: ./bin/index.js - sb: ./bin/index.js - checksum: 10/7a835ddff46cf604b8465ef3bd03cc5a5a101cd6dfef6bd37876a4702f0f79d32e1a57fee33e073ed00327e1146b51615c2b0f84135eacb6fab92be4eee6c412 + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/global": "npm:^5.0.0" + telejson: "npm:^7.2.0" + tiny-invariant: "npm:^1.3.1" + checksum: 10/7b75ed2cd2185d3207a775e3a4beac1e546b021cce8c23751f783adb22696523c65abc09a37ba76f6f06bedee8a89464bfe6419dddb0b652aa00847bf4237e95 languageName: node linkType: hard -"@storybook/client-logger@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/client-logger@npm:7.6.19" +"@storybook/client-logger@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/client-logger@npm:7.6.20" dependencies: "@storybook/global": "npm:^5.0.0" - checksum: 10/140ea57ea53c4a78652e323b3dab8131cfe1d744a760393c8a798a1c964d0e2c927b7ef9a0326e8c4ee90b820003b5653db3c2ab5c16887e5df2cd114b8efb32 + checksum: 10/0062c440c825ab460667d799b00d3ff87dcf4dabce05733c11ffbb1ea70e0a2e77fdc313ce9bdeccc4ac816101abe17572b96cc20c975874812f875828653704 languageName: node linkType: hard -"@storybook/codemod@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/codemod@npm:7.6.19" +"@storybook/client-logger@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/client-logger@npm:8.1.10" dependencies: - "@babel/core": "npm:^7.23.2" - "@babel/preset-env": "npm:^7.23.2" - "@babel/types": "npm:^7.23.0" - "@storybook/csf": "npm:^0.1.2" - "@storybook/csf-tools": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" - "@types/cross-spawn": "npm:^6.0.2" - cross-spawn: "npm:^7.0.3" - globby: "npm:^11.0.2" - jscodeshift: "npm:^0.15.1" - lodash: "npm:^4.17.21" - prettier: "npm:^2.8.0" - recast: "npm:^0.23.1" - checksum: 10/a5601cc6bab253c7337ca7356d41ef89d4d430d1a4405f5bad1cae1470387a6c8cfa04f8974cf70c75149cc01731f970daef3fff82093f3c0eeb4ff2569e7749 + "@storybook/global": "npm:^5.0.0" + checksum: 10/42de7b0a74846376d9183b1e266efce8cf0237532905a0c7c0591c2ed5ab9f357f35e3997cc84ef15d5bd0224ba1c79642b8a5205edeb22c6907a3b427aca52d languageName: node linkType: hard -"@storybook/components@npm:^7.6.16": - version: 7.6.19 - resolution: "@storybook/components@npm:7.6.19" +"@storybook/components@npm:^8.0.0": + version: 8.1.10 + resolution: "@storybook/components@npm:8.1.10" dependencies: - "@radix-ui/react-select": "npm:^1.2.2" - "@radix-ui/react-toolbar": "npm:^1.0.4" - "@storybook/client-logger": "npm:7.6.19" - "@storybook/csf": "npm:^0.1.2" + "@radix-ui/react-dialog": "npm:^1.0.5" + "@radix-ui/react-slot": "npm:^1.0.2" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/csf": "npm:^0.1.7" "@storybook/global": "npm:^5.0.0" - "@storybook/theming": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/icons": "npm:^1.2.5" + "@storybook/theming": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" memoizerific: "npm:^1.11.3" - use-resize-observer: "npm:^9.1.0" util-deprecate: "npm:^1.0.2" peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10/8e2d7bc4c6c341dba8edd6443597531a0e4888ad32c7de5d08c361687b9f0d505c94b84bf70756514a3beddd2702eb8aa361c040547a0094902406c23772517b + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + checksum: 10/dc4990e52322b7b7892213299d1313c7703d21ea23c36d7b57b89a5fc058615aace27f99e37a0310e53fca6813aee5485bd637502d63d03c866a14e411d498f9 languageName: node linkType: hard -"@storybook/core-common@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/core-common@npm:7.6.19" +"@storybook/core-common@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/core-common@npm:8.1.10" dependencies: - "@storybook/core-events": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" - "@types/find-cache-dir": "npm:^3.2.1" - "@types/node": "npm:^18.0.0" - "@types/node-fetch": "npm:^2.6.4" - "@types/pretty-hrtime": "npm:^1.0.0" + "@storybook/core-events": "npm:8.1.10" + "@storybook/csf-tools": "npm:8.1.10" + "@storybook/node-logger": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" + "@yarnpkg/fslib": "npm:2.10.3" + "@yarnpkg/libzip": "npm:2.3.0" chalk: "npm:^4.1.0" - esbuild: "npm:^0.18.0" + cross-spawn: "npm:^7.0.3" + esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0" esbuild-register: "npm:^3.5.0" + execa: "npm:^5.0.0" file-system-cache: "npm:2.3.0" find-cache-dir: "npm:^3.0.0" find-up: "npm:^5.0.0" @@ -11473,42 +10750,66 @@ __metadata: node-fetch: "npm:^2.0.0" picomatch: "npm:^2.3.0" pkg-dir: "npm:^5.0.0" + prettier-fallback: "npm:prettier@^3" pretty-hrtime: "npm:^1.0.3" resolve-from: "npm:^5.0.0" + semver: "npm:^7.3.7" + tempy: "npm:^3.1.0" + tiny-invariant: "npm:^1.3.1" + ts-dedent: "npm:^2.0.0" + util: "npm:^0.12.4" + peerDependencies: + prettier: ^2 || ^3 + peerDependenciesMeta: + prettier: + optional: true + checksum: 10/fa739c9495b92581c18becbaf64dc02ea32f3e51dd82f4dfc9ba22f2fde63fb3e7564ea1d0c9217dc0c1d168d9cbf8e2e8b7bc0207e3cc8d961149013e383a4b + languageName: node + linkType: hard + +"@storybook/core-events@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/core-events@npm:7.6.20" + dependencies: ts-dedent: "npm:^2.0.0" - checksum: 10/344e2d7be2d96aa1eeb91b53fd192f3c8c83a43266bc7342691b30435eab67ca7187ef70699919dc2412c09d6423c2948d9a5f15114dcc9d4fca57d928eac75e + checksum: 10/bd72649a262017f244aa6311352c1b38f2b38478c19b9aee4851bfdff5b2b11565dd768fe144f1304f9f130b533ffa4ab3fd2eea1361d202a76ff920cc377601 languageName: node linkType: hard -"@storybook/core-events@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/core-events@npm:7.6.19" +"@storybook/core-events@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/core-events@npm:8.1.10" dependencies: + "@storybook/csf": "npm:^0.1.7" ts-dedent: "npm:^2.0.0" - checksum: 10/bbf856ee350d914bb77fb35b85057c304516bcbdbe783338407d42af7a3e4c32270da70741a61b5d7fd271a97a28c49a107bc0ffc9bc403e21d6ad72b7224706 + checksum: 10/2f8b27f1dc14ba33ee80e629b230ba094537b383c49999ec07cf2e21d524e0a522a59978ce559f7e78c03c41112b90408c17e1e7655c031adcb4e36a4ee550d4 languageName: node linkType: hard -"@storybook/core-server@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/core-server@npm:7.6.19" +"@storybook/core-server@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/core-server@npm:8.1.10" dependencies: "@aw-web-design/x-default-browser": "npm:1.4.126" + "@babel/core": "npm:^7.24.4" + "@babel/parser": "npm:^7.24.4" "@discoveryjs/json-ext": "npm:^0.5.3" - "@storybook/builder-manager": "npm:7.6.19" - "@storybook/channels": "npm:7.6.19" - "@storybook/core-common": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" - "@storybook/csf": "npm:^0.1.2" - "@storybook/csf-tools": "npm:7.6.19" - "@storybook/docs-mdx": "npm:^0.1.0" + "@storybook/builder-manager": "npm:8.1.10" + "@storybook/channels": "npm:8.1.10" + "@storybook/core-common": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/csf": "npm:^0.1.7" + "@storybook/csf-tools": "npm:8.1.10" + "@storybook/docs-mdx": "npm:3.1.0-next.0" "@storybook/global": "npm:^5.0.0" - "@storybook/manager": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/preview-api": "npm:7.6.19" - "@storybook/telemetry": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/manager": "npm:8.1.10" + "@storybook/manager-api": "npm:8.1.10" + "@storybook/node-logger": "npm:8.1.10" + "@storybook/preview-api": "npm:8.1.10" + "@storybook/telemetry": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" "@types/detect-port": "npm:^1.3.0" + "@types/diff": "npm:^5.0.9" "@types/node": "npm:^18.0.0" "@types/pretty-hrtime": "npm:^1.0.0" "@types/semver": "npm:^7.3.4" @@ -11517,10 +10818,10 @@ __metadata: cli-table3: "npm:^0.6.1" compression: "npm:^1.7.4" detect-port: "npm:^1.3.0" + diff: "npm:^5.2.0" express: "npm:^4.17.3" fs-extra: "npm:^11.1.0" - globby: "npm:^11.0.2" - ip: "npm:^2.0.1" + globby: "npm:^14.0.1" lodash: "npm:^4.17.21" open: "npm:^8.4.0" pretty-hrtime: "npm:^1.0.3" @@ -11534,68 +10835,69 @@ __metadata: util-deprecate: "npm:^1.0.2" watchpack: "npm:^2.2.0" ws: "npm:^8.2.3" - checksum: 10/4baea0772977f717cc21404bd12fcc90558e743ab84963407494e8ab1c4466173f797a1f65b3235519cf54542f1d4c784c770d8e465633c98e3c21a5216ac578 + checksum: 10/59713dbc5039747856d123507a1aa0c75d2aca581ce2d63faa5ade3b31be3375c96e86e21e559798b92f4514c163c31da11c23fc7ed91844a99f5ad6c02d45c1 languageName: node linkType: hard -"@storybook/core-webpack@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/core-webpack@npm:7.6.19" +"@storybook/core-webpack@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/core-webpack@npm:8.1.10" dependencies: - "@storybook/core-common": "npm:7.6.19" - "@storybook/node-logger": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/core-common": "npm:8.1.10" + "@storybook/node-logger": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" "@types/node": "npm:^18.0.0" ts-dedent: "npm:^2.0.0" - checksum: 10/28684d5e74bc4001fa8a084f3423f2b23dd73a1a197ccdc9899a67505b406074b1bdecb74b9411cbbd687394337cfe92f9aa111f1a59c54f80b2876e3f3e2fa0 + checksum: 10/fecc6e08357021f5d1ccfd734aa52fcf3c0592179b4618c5ec8220b37144f9f574839989e82c1fa78790888913ec4d161fca7a3c1f9ee5bf4eee402bf56a56df languageName: node linkType: hard -"@storybook/csf-tools@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/csf-tools@npm:7.6.19" +"@storybook/csf-tools@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/csf-tools@npm:8.1.10" dependencies: - "@babel/generator": "npm:^7.23.0" - "@babel/parser": "npm:^7.23.0" - "@babel/traverse": "npm:^7.23.2" - "@babel/types": "npm:^7.23.0" - "@storybook/csf": "npm:^0.1.2" - "@storybook/types": "npm:7.6.19" + "@babel/generator": "npm:^7.24.4" + "@babel/parser": "npm:^7.24.4" + "@babel/traverse": "npm:^7.24.1" + "@babel/types": "npm:^7.24.0" + "@storybook/csf": "npm:^0.1.7" + "@storybook/types": "npm:8.1.10" fs-extra: "npm:^11.1.0" - recast: "npm:^0.23.1" + recast: "npm:^0.23.5" ts-dedent: "npm:^2.0.0" - checksum: 10/ef616c8df2da2d28b9fcb938495ab9cd277843926deb9b542694f8046111c23997a99181b70b45cdb637235a9679376eeb7c2f6ba1c04c56ad4c4695e666b931 + checksum: 10/26a8d82b251d6305a1c88d736674386bdc4ed2ffdd2dd8a73ddcd75677dce1e79c9042c7c12b55335744a2453d4e73cd368e503593d763094519ecef8418f596 languageName: node linkType: hard -"@storybook/csf@npm:^0.1.2": - version: 0.1.8 - resolution: "@storybook/csf@npm:0.1.8" +"@storybook/csf@npm:^0.1.2, @storybook/csf@npm:^0.1.7": + version: 0.1.9 + resolution: "@storybook/csf@npm:0.1.9" dependencies: type-fest: "npm:^2.19.0" - checksum: 10/0cc01216a8888012bd1b33743cfeab83f16d028ba40ff02d39215a827e899451a39aef6b3a30342cdc4f87567d45f93074cfe05bdb8a34561c636ac7d8a13cfd + checksum: 10/9a5119361a1156d30482988abe95098b8e6ef3de34bd7ed514a4a6738f77edde6eec66c3c04568a9bf9473aac549120a1dba064aeb44cb0cb9fed1ba63cc9038 languageName: node linkType: hard -"@storybook/docs-mdx@npm:^0.1.0": - version: 0.1.0 - resolution: "@storybook/docs-mdx@npm:0.1.0" - checksum: 10/f830eda81606a8af86d2bbf9ed6e36c70d9e88442990684139629742f2cc5d7ddddba91338fe2fc5e9b98e74af1940a9899fde471a8bfbfec744deaa990592e7 +"@storybook/docs-mdx@npm:3.1.0-next.0": + version: 3.1.0-next.0 + resolution: "@storybook/docs-mdx@npm:3.1.0-next.0" + checksum: 10/ba02a76ebfc23c0ffb5b6ced32ed35d68a0a8438cf467f4d4ac23f66385a3cb4fba3a89ec00cb414e2aae8256ebb1f598ee6fc3920633e30dd18bcf0c0322561 languageName: node linkType: hard -"@storybook/docs-tools@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/docs-tools@npm:7.6.19" +"@storybook/docs-tools@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/docs-tools@npm:8.1.10" dependencies: - "@storybook/core-common": "npm:7.6.19" - "@storybook/preview-api": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/core-common": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/preview-api": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" "@types/doctrine": "npm:^0.0.3" assert: "npm:^2.1.0" doctrine: "npm:^3.0.0" lodash: "npm:^4.17.21" - checksum: 10/2f5324e4be4d481cb116895d3c45b6f40ff0bcf5364b2987c619849ef46b5a0e87a7b24266be1e94bb48539cb49c130931d0a9d31f54496883ea542a3a5ffc7c + checksum: 10/3fa9c0650e3b470409ccbe7e3f79bf4ab109728af398526fbabbb68252ea019493ffd0a72fbf9ee8af19bd276496018b0586234c605f0748e1b230a01c28f60a languageName: node linkType: hard @@ -11606,52 +10908,85 @@ __metadata: languageName: node linkType: hard -"@storybook/manager-api@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/manager-api@npm:7.6.19" +"@storybook/icons@npm:^1.2.5": + version: 1.2.9 + resolution: "@storybook/icons@npm:1.2.9" + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + checksum: 10/e57959b8b542aa3b8e9a6e980cf5280733c04ee6af3121bfc9c0273d005a20557f4e4e2c036dbd6b16f08728a0bcdc16c7685d2dcfe97ec181cc1b409c72414e + languageName: node + linkType: hard + +"@storybook/manager-api@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/manager-api@npm:7.6.20" + dependencies: + "@storybook/channels": "npm:7.6.20" + "@storybook/client-logger": "npm:7.6.20" + "@storybook/core-events": "npm:7.6.20" + "@storybook/csf": "npm:^0.1.2" + "@storybook/global": "npm:^5.0.0" + "@storybook/router": "npm:7.6.20" + "@storybook/theming": "npm:7.6.20" + "@storybook/types": "npm:7.6.20" + dequal: "npm:^2.0.2" + lodash: "npm:^4.17.21" + memoizerific: "npm:^1.11.3" + store2: "npm:^2.14.2" + telejson: "npm:^7.2.0" + ts-dedent: "npm:^2.0.0" + checksum: 10/ad66099e1bdcab11ac6542c65849b7dcf905207b2e6cc2bff8684450ce2b9838e1e913160803e4cd0d59c708400a25f0225d1b083853e737516e99eab6636315 + languageName: node + linkType: hard + +"@storybook/manager-api@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/manager-api@npm:8.1.10" dependencies: - "@storybook/channels": "npm:7.6.19" - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" - "@storybook/csf": "npm:^0.1.2" + "@storybook/channels": "npm:8.1.10" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/csf": "npm:^0.1.7" "@storybook/global": "npm:^5.0.0" - "@storybook/router": "npm:7.6.19" - "@storybook/theming": "npm:7.6.19" - "@storybook/types": "npm:7.6.19" + "@storybook/icons": "npm:^1.2.5" + "@storybook/router": "npm:8.1.10" + "@storybook/theming": "npm:8.1.10" + "@storybook/types": "npm:8.1.10" dequal: "npm:^2.0.2" lodash: "npm:^4.17.21" memoizerific: "npm:^1.11.3" store2: "npm:^2.14.2" telejson: "npm:^7.2.0" ts-dedent: "npm:^2.0.0" - checksum: 10/0dfd7d3c038b2c458553b5f9524f26adf920b162f793a69603be14fac44a1a38149df940accc14755c5c29587985eae4e7f7b5cf934453e147706bca0113d26b + checksum: 10/60ecc60e2796f3e6d529b7b3ff178b8fc3bedb10582ba20924c4613eccf185d95f3a6f1f58773faa52ca0ad4efc6ea4cf31c1a3f8026b529a57bf1eea4d4288a languageName: node linkType: hard -"@storybook/manager@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/manager@npm:7.6.19" - checksum: 10/cb2c55f7d25ed7620c06335dd326db93550c028b4827a65f25603e5a539522ee785495d31704aa89325f663fa37948040aa06f00b77b0b98db79b99ba7d14953 +"@storybook/manager@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/manager@npm:8.1.10" + checksum: 10/e8b08c41a3191c6964e45fbc46bf96db1af1d5e46ad3e77e17024c447ff321fbff317416a3d3c14f2871e2b466f1555d0060314c54b803a1ded511f1734e6b79 languageName: node linkType: hard -"@storybook/node-logger@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/node-logger@npm:7.6.19" - checksum: 10/44ecb90b28b71b8b9e1a5efe392096e11f4eb25aef94d4c8725434693966712e07f49b9742e14be355c8eda560ff4db6a9dbd02f5c16fa75c4d3d863f479c419 +"@storybook/node-logger@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/node-logger@npm:8.1.10" + checksum: 10/47321d0c24420c5f3e6938d7a8d69a9080ba0960bd9deb163d088aac81a308abf15dd9ee1ff0c70f5a8a5b304acf417f46bbc18c86c172ab4983eb1404b47ae0 languageName: node linkType: hard -"@storybook/preview-api@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/preview-api@npm:7.6.19" +"@storybook/preview-api@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/preview-api@npm:7.6.20" dependencies: - "@storybook/channels": "npm:7.6.19" - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-events": "npm:7.6.19" + "@storybook/channels": "npm:7.6.20" + "@storybook/client-logger": "npm:7.6.20" + "@storybook/core-events": "npm:7.6.20" "@storybook/csf": "npm:^0.1.2" "@storybook/global": "npm:^5.0.0" - "@storybook/types": "npm:7.6.19" + "@storybook/types": "npm:7.6.20" "@types/qs": "npm:^6.9.5" dequal: "npm:^2.0.2" lodash: "npm:^4.17.21" @@ -11660,96 +10995,159 @@ __metadata: synchronous-promise: "npm:^2.0.15" ts-dedent: "npm:^2.0.0" util-deprecate: "npm:^1.0.2" - checksum: 10/54543d845dd7f5652e25059af4a9b1337716dbadd300530ec5bf04f31fd84df542c0d59d09f46246a2f2b2780c1ad787b357d0e5f38e14fe598521a14ee95310 + checksum: 10/1facc19c6f3723d509114e3023dca1d19fd28f199673c81b77a2f31dea6d13c31455ce3b0eb57841e77b438479df9a6b73f2d5d0d4636bb123a3637c81910b49 + languageName: node + linkType: hard + +"@storybook/preview-api@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/preview-api@npm:8.1.10" + dependencies: + "@storybook/channels": "npm:8.1.10" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-events": "npm:8.1.10" + "@storybook/csf": "npm:^0.1.7" + "@storybook/global": "npm:^5.0.0" + "@storybook/types": "npm:8.1.10" + "@types/qs": "npm:^6.9.5" + dequal: "npm:^2.0.2" + lodash: "npm:^4.17.21" + memoizerific: "npm:^1.11.3" + qs: "npm:^6.10.0" + tiny-invariant: "npm:^1.3.1" + ts-dedent: "npm:^2.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10/37f8512fa208181cac4b9a59475ec5687b61b5ce78053c62bfba42074ff2b3fc75b15e81a56d5b0f15b85229baec0c8c699926ce4c27c629a436d66f5cb8fd0f languageName: node linkType: hard -"@storybook/preview@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/preview@npm:7.6.19" - checksum: 10/4f90675422a9e224478eeff2646fa7625d9afe4d44c7ad50dbf5f7e63688f3458fe513b1f282808311718d9889f463e9e2113cf7496c2d4b678017711c784272 +"@storybook/preview@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/preview@npm:8.1.10" + checksum: 10/2491b17c55a7db88bf2ffbb52c8336920032d1f1855873b0342a4dbcecd51f8b7af66d80d6dac8a56424cc142dd68746a2d273b8e0353ca61b79520ce07751c7 + languageName: node + linkType: hard + +"@storybook/router@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/router@npm:7.6.20" + dependencies: + "@storybook/client-logger": "npm:7.6.20" + memoizerific: "npm:^1.11.3" + qs: "npm:^6.10.0" + checksum: 10/dd7a7ef64efc4d7d133be1f17667b2d8d8a0b6ee8738ce971d783fb4b0c9213d52cacc08513287e36683b3ea93f94e91b5211a458dad466006213cb1bfa12f4a languageName: node linkType: hard -"@storybook/router@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/router@npm:7.6.19" +"@storybook/router@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/router@npm:8.1.10" dependencies: - "@storybook/client-logger": "npm:7.6.19" + "@storybook/client-logger": "npm:8.1.10" memoizerific: "npm:^1.11.3" qs: "npm:^6.10.0" - checksum: 10/e213e8b3c5f477b3e4e146cbc903968c544e93dce9b3086c64c9ac72d3c0ef1c089815500e9e017453d08ea3ca316c3ea225a28da58aa85b4116a9c8b46c4259 + checksum: 10/c7f28daccf077b9692a34b15e91837e30face2ddbf7c2255da26fc0ef2f40ff9c63a2b6b81eebe50616a222967502e00dcea0689970fb9b1b266e02ba8311ba7 languageName: node linkType: hard -"@storybook/telemetry@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/telemetry@npm:7.6.19" +"@storybook/telemetry@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/telemetry@npm:8.1.10" dependencies: - "@storybook/client-logger": "npm:7.6.19" - "@storybook/core-common": "npm:7.6.19" - "@storybook/csf-tools": "npm:7.6.19" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/core-common": "npm:8.1.10" + "@storybook/csf-tools": "npm:8.1.10" chalk: "npm:^4.1.0" detect-package-manager: "npm:^2.0.1" fetch-retry: "npm:^5.0.2" fs-extra: "npm:^11.1.0" read-pkg-up: "npm:^7.0.1" - checksum: 10/e3d127e6b020b09462f8349289345ba72703a3c738d2df042786b080225d26f3c9fddb02669c7efb70992a9e6cc2b2e26c3d0f393a0dff645cabee7e0539efc7 + checksum: 10/ab9aa3c4a992236781b2c18f2df37ec60441132a9800c98a2e0139231c19c4672be8d21ce2e07de00eb4360d119fdc45c6c7e416f08e6d79b4bf22d21edfefb3 languageName: node linkType: hard -"@storybook/theming@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/theming@npm:7.6.19" +"@storybook/theming@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/theming@npm:7.6.20" dependencies: "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.0" - "@storybook/client-logger": "npm:7.6.19" + "@storybook/client-logger": "npm:7.6.20" "@storybook/global": "npm:^5.0.0" memoizerific: "npm:^1.11.3" peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: 10/edeedf52b7aa799d0eb3775c0c01c48ae3aa442d75803b792b2286957eda70a0b2e4f83a7eb448f71d7c68a7c7a16824833fed9053ecb14660d57fa30e123327 + checksum: 10/c26ba05d8fa1ba6c9d62b1d690dc55ba56874c493a7dfef5e85df89fc1da2ce8be09d7426071e43dbb3bf16ca4bc579a94f8f1a1ab14cfd29465a6a6eca5b158 + languageName: node + linkType: hard + +"@storybook/theming@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/theming@npm:8.1.10" + dependencies: + "@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1" + "@storybook/client-logger": "npm:8.1.10" + "@storybook/global": "npm:^5.0.0" + memoizerific: "npm:^1.11.3" + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + checksum: 10/009267495e497ee082c30aad85650a7735f6dcc6631e9d305c32c25251204ec3786251f665d034ff745c7add9bb341e79118df7c8cbac33dbd2f4d1ed8f5ee7f languageName: node linkType: hard -"@storybook/types@npm:7.6.19": - version: 7.6.19 - resolution: "@storybook/types@npm:7.6.19" +"@storybook/types@npm:7.6.20": + version: 7.6.20 + resolution: "@storybook/types@npm:7.6.20" dependencies: - "@storybook/channels": "npm:7.6.19" + "@storybook/channels": "npm:7.6.20" "@types/babel__core": "npm:^7.0.0" "@types/express": "npm:^4.7.0" file-system-cache: "npm:2.3.0" - checksum: 10/8930afad00d36531c2194d761efa2e3a66a1efd755f32b12136ba51b798f1489e27408e6a296809ba01a543dcf76342007de45e637201b5c12df6fcac8207a5a + checksum: 10/8da9513f1f34f606b114026af5fad5a7658ce5e2fa7af3363d9f3d481e5e22ed9ae6343f28aa9d14208bff07f489cb7f5ae3adcad5a603f8181e952b2ee29f3f languageName: node linkType: hard -"@stylistic/eslint-plugin-js@npm:1.8.1": - version: 1.8.1 - resolution: "@stylistic/eslint-plugin-js@npm:1.8.1" +"@storybook/types@npm:8.1.10": + version: 8.1.10 + resolution: "@storybook/types@npm:8.1.10" + dependencies: + "@storybook/channels": "npm:8.1.10" + "@types/express": "npm:^4.7.0" + file-system-cache: "npm:2.3.0" + checksum: 10/98de62ae9759b4a5b47fd64217fba4335d5e9586c362b530c6fa31328b114ea4664d4632d22d57b99410708ecfc72344ffb67e11f2c3e28d6a4edd4cc97a57d0 + languageName: node + linkType: hard + +"@stylistic/eslint-plugin-js@npm:2.2.2": + version: 2.2.2 + resolution: "@stylistic/eslint-plugin-js@npm:2.2.2" dependencies: "@types/eslint": "npm:^8.56.10" acorn: "npm:^8.11.3" - escape-string-regexp: "npm:^4.0.0" - eslint-visitor-keys: "npm:^3.4.3" - espree: "npm:^9.6.1" + eslint-visitor-keys: "npm:^4.0.0" + espree: "npm:^10.0.1" peerDependencies: eslint: ">=8.40.0" - checksum: 10/9f22be186a8653794d8607a3111a3822f00d63a2b84eec66611254c3a8d897181d122e2608b9ddddac050b832eb6b18483b05b40eb951c71646c638b78ddac50 + checksum: 10/9d07d22c48a9f2b0e3e8b12704a1542801a4bed0fb4e4d91a7db4126924d145297ed4054d82d95116556154e377fac5016d2e4d4096d1d7bafccd1ee2d920f16 languageName: node linkType: hard -"@stylistic/eslint-plugin-ts@npm:^1.5.4": - version: 1.8.1 - resolution: "@stylistic/eslint-plugin-ts@npm:1.8.1" +"@stylistic/eslint-plugin-ts@npm:^2.0.0": + version: 2.2.2 + resolution: "@stylistic/eslint-plugin-ts@npm:2.2.2" dependencies: - "@stylistic/eslint-plugin-js": "npm:1.8.1" + "@stylistic/eslint-plugin-js": "npm:2.2.2" "@types/eslint": "npm:^8.56.10" - "@typescript-eslint/utils": "npm:^6.21.0" + "@typescript-eslint/utils": "npm:^7.12.0" peerDependencies: eslint: ">=8.40.0" - checksum: 10/6a1718c59e1f7dd9e0897c3c0c74f40729038c988e6812e730a793bb0ef8b49208e792d23af723e1ee6aa373a0002c0ec1429f5ec19ca6b8df45a3c0c4aaaba6 + checksum: 10/57b27420e4311c0942dc840bbd2ef63e93e22cad63952cc3ceaf48f4698f30a3c41c2553e5f407d7be27eadf7c2193c64310f8c1afe27c5f266bdc7bad13cff9 languageName: node linkType: hard @@ -11887,7 +11285,7 @@ __metadata: languageName: node linkType: hard -"@swc/core@npm:^1.3.82, @swc/core@npm:~1.6.0": +"@swc/core@npm:~1.6.0": version: 1.6.5 resolution: "@swc/core@npm:1.6.5" dependencies: @@ -12208,12 +11606,12 @@ __metadata: languageName: node linkType: hard -"@types/cross-spawn@npm:^6.0.2": - version: 6.0.6 - resolution: "@types/cross-spawn@npm:6.0.6" +"@types/conventional-commits-parser@npm:^5.0.0": + version: 5.0.0 + resolution: "@types/conventional-commits-parser@npm:5.0.0" dependencies: "@types/node": "npm:*" - checksum: 10/b4172927cd1387cf037c3ade785ef46c87537b7bc2803d7f6663b4904d0c5d6f726415d1adb2fee4fecb21746738f11336076449265d46be4ce110cc3a8c8436 + checksum: 10/0992617c7274e9ddcbdb30cc5b735fa067343c40e16f539615b3ad9213cacbe9a32483bc8e0302d297c6de9cc7fd3794549635761a66bd9dc220d609822d86e7 languageName: node linkType: hard @@ -12224,6 +11622,13 @@ __metadata: languageName: node linkType: hard +"@types/diff@npm:^5.0.9": + version: 5.2.1 + resolution: "@types/diff@npm:5.2.1" + checksum: 10/dcfb214aa99b252237f195d3c9f241329c8092b2961ab98261d75a97a85f2a48dd758a4f65c0bd38027a1b7b0963c45e7e8668005f48c96de78f164bf9a2ce30 + languageName: node + linkType: hard + "@types/doctrine@npm:^0.0.3": version: 0.0.3 resolution: "@types/doctrine@npm:0.0.3" @@ -12319,13 +11724,6 @@ __metadata: languageName: node linkType: hard -"@types/find-cache-dir@npm:^3.2.1": - version: 3.2.1 - resolution: "@types/find-cache-dir@npm:3.2.1" - checksum: 10/bf5c4e96da40247cd9e6327f54dfccda961a0fb2d70e3c71bd05def94de4c2e6fb310fe8ecb0f04ecf5dbc52214e184b55a2337b0f87250d4ae1e2e7d58321e4 - languageName: node - linkType: hard - "@types/fs-extra@npm:^11.0.0": version: 11.0.4 resolution: "@types/fs-extra@npm:11.0.4" @@ -12462,7 +11860,7 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7 @@ -12496,13 +11894,6 @@ __metadata: languageName: node linkType: hard -"@types/mime-types@npm:^2.1.0": - version: 2.1.4 - resolution: "@types/mime-types@npm:2.1.4" - checksum: 10/f8c521c54ee0c0b9f90a65356a80b1413ed27ccdc94f5c7ebb3de5d63cedb559cd2610ea55b4100805c7349606a920d96e54f2d16b2f0afa6b7cd5253967ccc9 - languageName: node - linkType: hard - "@types/mime@npm:^1": version: 1.3.5 resolution: "@types/mime@npm:1.3.5" @@ -12524,7 +11915,7 @@ __metadata: languageName: node linkType: hard -"@types/node-fetch@npm:^2.6.2, @types/node-fetch@npm:^2.6.4": +"@types/node-fetch@npm:^2.6.2": version: 2.6.11 resolution: "@types/node-fetch@npm:2.6.11" dependencies: @@ -12645,27 +12036,16 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^16.9.14": - version: 16.9.24 - resolution: "@types/react-dom@npm:16.9.24" - dependencies: - "@types/react": "npm:^16" - checksum: 10/ce86cc45c2fc7eb6b131fddbdc0995840201df42bbfd091bba72c4ee7d489e870cefb627fbd212ff2cd0edbbf35bc98d3214e796026df25e99ec2709a47185f1 - languageName: node - linkType: hard - -"@types/react@npm:^16, @types/react@npm:^16.14.34": - version: 16.14.60 - resolution: "@types/react@npm:16.14.60" +"@types/react-dom@npm:^18.0.11": + version: 18.3.0 + resolution: "@types/react-dom@npm:18.3.0" dependencies: - "@types/prop-types": "npm:*" - "@types/scheduler": "npm:^0.16" - csstype: "npm:^3.0.2" - checksum: 10/ddb352d64ca8811464aeb531ed37bd80225140fb3ec307e20d6d3374fc69c477d1ba2c193efb0fac8d9c92e68f07595723e16a2283f2c2c3749c64c8c1cfa217 + "@types/react": "npm:*" + checksum: 10/6ff53f5a7b7fba952a68e114d3b542ebdc1e87a794234785ebab0bcd9bde7fb4885f21ebaf93d26dc0a1b5b93287f42cad68b78ae04dddf6b20da7aceff0beaf languageName: node linkType: hard -"@types/react@npm:^18.0.0": +"@types/react@npm:*, @types/react@npm:^18.0.0, @types/react@npm:^18.0.37": version: 18.3.3 resolution: "@types/react@npm:18.3.3" dependencies: @@ -12726,13 +12106,6 @@ __metadata: languageName: node linkType: hard -"@types/scheduler@npm:^0.16": - version: 0.16.8 - resolution: "@types/scheduler@npm:0.16.8" - checksum: 10/6c091b096daa490093bf30dd7947cd28e5b2cd612ec93448432b33f724b162587fed9309a0acc104d97b69b1d49a0f3fc755a62282054d62975d53d7fd13472d - languageName: node - linkType: hard - "@types/selenium-webdriver@npm:^3.0.0": version: 3.0.26 resolution: "@types/selenium-webdriver@npm:3.0.26" @@ -12740,7 +12113,7 @@ __metadata: languageName: node linkType: hard -"@types/semver@npm:^7.1.0, @types/semver@npm:^7.3.12, @types/semver@npm:^7.3.13, @types/semver@npm:^7.3.4, @types/semver@npm:^7.5.0": +"@types/semver@npm:^7.1.0, @types/semver@npm:^7.3.13, @types/semver@npm:^7.3.4": version: 7.5.8 resolution: "@types/semver@npm:7.5.8" checksum: 10/3496808818ddb36deabfe4974fd343a78101fa242c4690044ccdc3b95dcf8785b494f5d628f2f47f38a702f8db9c53c67f47d7818f2be1b79f2efb09692e1178 @@ -12977,26 +12350,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.62.0": - version: 5.62.0 - resolution: "@typescript-eslint/scope-manager@npm:5.62.0" - dependencies: - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/visitor-keys": "npm:5.62.0" - checksum: 10/e827770baa202223bc0387e2fd24f630690809e460435b7dc9af336c77322290a770d62bd5284260fa881c86074d6a9fd6c97b07382520b115f6786b8ed499da - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/scope-manager@npm:6.21.0" - dependencies: - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" - checksum: 10/fe91ac52ca8e09356a71dc1a2f2c326480f3cccfec6b2b6d9154c1a90651ab8ea270b07c67df5678956c3bbf0bbe7113ab68f68f21b20912ea528b1214197395 - languageName: node - linkType: hard - "@typescript-eslint/scope-manager@npm:7.13.1": version: 7.13.1 resolution: "@typescript-eslint/scope-manager@npm:7.13.1" @@ -13024,20 +12377,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:5.62.0": - version: 5.62.0 - resolution: "@typescript-eslint/types@npm:5.62.0" - checksum: 10/24e8443177be84823242d6729d56af2c4b47bfc664dd411a1d730506abf2150d6c31bdefbbc6d97c8f91043e3a50e0c698239dcb145b79bb6b0c34469aaf6c45 - languageName: node - linkType: hard - -"@typescript-eslint/types@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/types@npm:6.21.0" - checksum: 10/e26da86d6f36ca5b6ef6322619f8ec55aabcd7d43c840c977ae13ae2c964c3091fc92eb33730d8be08927c9de38466c5323e78bfb270a9ff1d3611fe821046c5 - languageName: node - linkType: hard - "@typescript-eslint/types@npm:7.13.1, @typescript-eslint/types@npm:^7.2.0": version: 7.13.1 resolution: "@typescript-eslint/types@npm:7.13.1" @@ -13045,43 +12384,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.62.0": - version: 5.62.0 - resolution: "@typescript-eslint/typescript-estree@npm:5.62.0" - dependencies: - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/visitor-keys": "npm:5.62.0" - debug: "npm:^4.3.4" - globby: "npm:^11.1.0" - is-glob: "npm:^4.0.3" - semver: "npm:^7.3.7" - tsutils: "npm:^3.21.0" - peerDependenciesMeta: - typescript: - optional: true - checksum: 10/06c975eb5f44b43bd19fadc2e1023c50cf87038fe4c0dd989d4331c67b3ff509b17fa60a3251896668ab4d7322bdc56162a9926971218d2e1a1874d2bef9a52e - languageName: node - linkType: hard - -"@typescript-eslint/typescript-estree@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/typescript-estree@npm:6.21.0" - dependencies: - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/visitor-keys": "npm:6.21.0" - debug: "npm:^4.3.4" - globby: "npm:^11.1.0" - is-glob: "npm:^4.0.3" - minimatch: "npm:9.0.3" - semver: "npm:^7.5.4" - ts-api-utils: "npm:^1.0.1" - peerDependenciesMeta: - typescript: - optional: true - checksum: 10/b32fa35fca2a229e0f5f06793e5359ff9269f63e9705e858df95d55ca2cd7fdb5b3e75b284095a992c48c5fc46a1431a1a4b6747ede2dd08929dc1cbacc589b8 - languageName: node - linkType: hard - "@typescript-eslint/typescript-estree@npm:7.13.1": version: 7.13.1 resolution: "@typescript-eslint/typescript-estree@npm:7.13.1" @@ -13101,7 +12403,7 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:7.13.1, @typescript-eslint/utils@npm:^7.3.0, @typescript-eslint/utils@npm:~7.13.1": +"@typescript-eslint/utils@npm:7.13.1, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0, @typescript-eslint/utils@npm:^7.12.0, @typescript-eslint/utils@npm:^7.3.0, @typescript-eslint/utils@npm:~7.13.1": version: 7.13.1 resolution: "@typescript-eslint/utils@npm:7.13.1" dependencies: @@ -13115,61 +12417,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:^5.10.0": - version: 5.62.0 - resolution: "@typescript-eslint/utils@npm:5.62.0" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.2.0" - "@types/json-schema": "npm:^7.0.9" - "@types/semver": "npm:^7.3.12" - "@typescript-eslint/scope-manager": "npm:5.62.0" - "@typescript-eslint/types": "npm:5.62.0" - "@typescript-eslint/typescript-estree": "npm:5.62.0" - eslint-scope: "npm:^5.1.1" - semver: "npm:^7.3.7" - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 10/15ef13e43998a082b15f85db979f8d3ceb1f9ce4467b8016c267b1738d5e7cdb12aa90faf4b4e6dd6486c236cf9d33c463200465cf25ff997dbc0f12358550a1 - languageName: node - linkType: hard - -"@typescript-eslint/utils@npm:^6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/utils@npm:6.21.0" - dependencies: - "@eslint-community/eslint-utils": "npm:^4.4.0" - "@types/json-schema": "npm:^7.0.12" - "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.21.0" - "@typescript-eslint/types": "npm:6.21.0" - "@typescript-eslint/typescript-estree": "npm:6.21.0" - semver: "npm:^7.5.4" - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: 10/b404a2c55a425a79d054346ae123087d30c7ecf7ed7abcf680c47bf70c1de4fabadc63434f3f460b2fa63df76bc9e4a0b9fa2383bb8a9fcd62733fb5c4e4f3e3 - languageName: node - linkType: hard - -"@typescript-eslint/visitor-keys@npm:5.62.0": - version: 5.62.0 - resolution: "@typescript-eslint/visitor-keys@npm:5.62.0" - dependencies: - "@typescript-eslint/types": "npm:5.62.0" - eslint-visitor-keys: "npm:^3.3.0" - checksum: 10/dc613ab7569df9bbe0b2ca677635eb91839dfb2ca2c6fa47870a5da4f160db0b436f7ec0764362e756d4164e9445d49d5eb1ff0b87f4c058946ae9d8c92eb388 - languageName: node - linkType: hard - -"@typescript-eslint/visitor-keys@npm:6.21.0": - version: 6.21.0 - resolution: "@typescript-eslint/visitor-keys@npm:6.21.0" - dependencies: - "@typescript-eslint/types": "npm:6.21.0" - eslint-visitor-keys: "npm:^3.4.1" - checksum: 10/30422cdc1e2ffad203df40351a031254b272f9c6f2b7e02e9bfa39e3fc2c7b1c6130333b0057412968deda17a3a68a578a78929a8139c6acef44d9d841dc72e1 - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:7.13.1": version: 7.13.1 resolution: "@typescript-eslint/visitor-keys@npm:7.13.1" @@ -13794,7 +13041,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.11.3, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0": +"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.11.3, acorn@npm:^8.12.0, acorn@npm:^8.4.1, acorn@npm:^8.5.0, acorn@npm:^8.7.1, acorn@npm:^8.8.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0": version: 8.12.0 resolution: "acorn@npm:8.12.0" bin: @@ -13854,13 +13101,6 @@ __metadata: languageName: node linkType: hard -"agent-base@npm:5": - version: 5.1.1 - resolution: "agent-base@npm:5.1.1" - checksum: 10/82954db5dccdccccf52c4b7f548394a696accd259d564bfb325fb02586aaaa9df96f5d50bb19134923fe5ff9c21195e7a88871bf4e086cca9014a549a0ba2a5f - languageName: node - linkType: hard - "agent-base@npm:6": version: 6.0.2 resolution: "agent-base@npm:6.0.2" @@ -14143,32 +13383,33 @@ __metadata: languageName: node linkType: hard -"archiver-utils@npm:^4.0.1": - version: 4.0.1 - resolution: "archiver-utils@npm:4.0.1" +"archiver-utils@npm:^5.0.0, archiver-utils@npm:^5.0.2": + version: 5.0.2 + resolution: "archiver-utils@npm:5.0.2" dependencies: - glob: "npm:^8.0.0" + glob: "npm:^10.0.0" graceful-fs: "npm:^4.2.0" + is-stream: "npm:^2.0.1" lazystream: "npm:^1.0.0" lodash: "npm:^4.17.15" normalize-path: "npm:^3.0.0" - readable-stream: "npm:^3.6.0" - checksum: 10/f007c8da5d1bd07403d6c5fa8043597c8a9abf3b5a39639a12fce0e3d80d8a02aebfad06014dada19db930f64656e5d7a71da871665cbb026674a3ff2305cbcf + readable-stream: "npm:^4.0.0" + checksum: 10/9dde4aa3f0cb1bdfe0b3d4c969f82e6cca9ae76338b7fee6f0071a14a2a38c0cdd1c41ecd3e362466585aa6cc5d07e9e435abea8c94fd9c7ace35f184abef9e4 languageName: node linkType: hard -"archiver@npm:^6.0.1": - version: 6.0.2 - resolution: "archiver@npm:6.0.2" +"archiver@npm:^7.0.0": + version: 7.0.1 + resolution: "archiver@npm:7.0.1" dependencies: - archiver-utils: "npm:^4.0.1" + archiver-utils: "npm:^5.0.2" async: "npm:^3.2.4" - buffer-crc32: "npm:^0.2.1" - readable-stream: "npm:^3.6.0" + buffer-crc32: "npm:^1.0.0" + readable-stream: "npm:^4.0.0" readdir-glob: "npm:^1.1.2" tar-stream: "npm:^3.0.0" - zip-stream: "npm:^5.0.1" - checksum: 10/daeeea82bcbfa349df0fa3dcb29722b46fc01223774e76f28298277546b78722264354edb23c86eb359e8929bc101cd1f43818071591130dfc64f6e686d3bf84 + zip-stream: "npm:^6.0.1" + checksum: 10/81c6102db99d7ffd5cb2aed02a678f551c6603991a059ca66ef59249942b835a651a3d3b5240af4f8bec4e61e13790357c9d1ad4a99982bd2cc4149575c31d67 languageName: node linkType: hard @@ -14361,13 +13602,6 @@ __metadata: languageName: node linkType: hard -"async-limiter@npm:~1.0.0": - version: 1.0.1 - resolution: "async-limiter@npm:1.0.1" - checksum: 10/2b849695b465d93ad44c116220dee29a5aeb63adac16c1088983c339b0de57d76e82533e8e364a93a9f997f28bbfc6a92948cefc120652bd07f3b59f8d75cf2b - languageName: node - linkType: hard - "async@npm:^2.6.4": version: 2.6.4 resolution: "async@npm:2.6.4" @@ -14408,7 +13642,7 @@ __metadata: "@nx/eslint-plugin": "npm:~19.3.0" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" "@typescript-eslint/parser": "npm:^7.2.0" @@ -14416,10 +13650,10 @@ __metadata: "@vercel/ncc": "npm:~0.38.0" audit-types: "npm:~0.6.0" eslint: "npm:^8.57.0" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jsonc-eslint-parser: "npm:~2.4.0" typescript: "npm:~5.4.2" languageName: unknown @@ -14511,7 +13745,7 @@ __metadata: languageName: node linkType: hard -"azure-devops-node-api@npm:^12.0.0, azure-devops-node-api@npm:^12.5.0": +"azure-devops-node-api@npm:^12.5.0": version: 12.5.0 resolution: "azure-devops-node-api@npm:12.5.0" dependencies: @@ -14521,6 +13755,16 @@ __metadata: languageName: node linkType: hard +"azure-devops-node-api@npm:^13.0.0": + version: 13.0.0 + resolution: "azure-devops-node-api@npm:13.0.0" + dependencies: + tunnel: "npm:0.0.6" + typed-rest-client: "npm:^1.8.4" + checksum: 10/f365e0a8438a39737611af6d56982de0682395ea4bf831698105414aba9a519cc70d6b374c0423a502c7f7d4938662a7e2f88c134c23cd51e4ba6b769f732183 + languageName: node + linkType: hard + "b4a@npm:^1.6.4": version: 1.6.6 resolution: "b4a@npm:1.6.6" @@ -14528,15 +13772,6 @@ __metadata: languageName: node linkType: hard -"babel-core@npm:^7.0.0-bridge.0": - version: 7.0.0-bridge.0 - resolution: "babel-core@npm:7.0.0-bridge.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/2a1cb879019dffb08d17bec36e13c3a6d74c94773f41c1fd8b14de13f149cc34b705b0a1e07b42fcf35917b49d78db6ff0c5c3b00b202a5235013d517b5c6bbb - languageName: node - linkType: hard - "babel-jest@npm:^29.7.0": version: 29.7.0 resolution: "babel-jest@npm:29.7.0" @@ -14778,6 +14013,15 @@ __metadata: languageName: node linkType: hard +"bidi-js@npm:^1.0.3": + version: 1.0.3 + resolution: "bidi-js@npm:1.0.3" + dependencies: + require-from-string: "npm:^2.0.2" + checksum: 10/c4341c7a98797efe3d186cd99d6f97e9030a4f959794ca200ef2ec0a678483a916335bba6c2c0608a21d04a221288a31c9fd0faa0cd9b3903b93594b42466a6a + languageName: node + linkType: hard + "big-integer@npm:^1.6.44": version: 1.6.52 resolution: "big-integer@npm:1.6.52" @@ -14982,15 +14226,6 @@ __metadata: languageName: node linkType: hard -"browserify-zlib@npm:^0.1.4": - version: 0.1.4 - resolution: "browserify-zlib@npm:0.1.4" - dependencies: - pako: "npm:~0.2.0" - checksum: 10/cd506a1ef9c3280f6537a17ed1352ef7738b66fef0a15a655dc3a43edc34be6ee78c5838427146ae1fcd4801fc06d2ab203614d0f8c4df8b5a091cf0134b9a80 - languageName: node - linkType: hard - "browserslist@npm:^4.0.0, browserslist@npm:^4.21.10, browserslist@npm:^4.21.4, browserslist@npm:^4.21.5, browserslist@npm:^4.22.1, browserslist@npm:^4.22.2, browserslist@npm:^4.23.0": version: 4.23.1 resolution: "browserslist@npm:4.23.1" @@ -15039,7 +14274,14 @@ __metadata: languageName: node linkType: hard -"buffer-crc32@npm:^0.2.1, buffer-crc32@npm:~0.2.3": +"buffer-crc32@npm:^1.0.0": + version: 1.0.0 + resolution: "buffer-crc32@npm:1.0.0" + checksum: 10/ef3b7c07622435085c04300c9a51e850ec34a27b2445f758eef69b859c7827848c2282f3840ca6c1eef3829145a1580ce540cab03ccf4433827a2b95d3b09ca7 + languageName: node + linkType: hard + +"buffer-crc32@npm:~0.2.3": version: 0.2.13 resolution: "buffer-crc32@npm:0.2.13" checksum: 10/06252347ae6daca3453b94e4b2f1d3754a3b146a111d81c68924c22d91889a40623264e95e67955b1cb4a68cbedf317abeabb5140a9766ed248973096db5ce1c @@ -15270,7 +14512,7 @@ __metadata: "@nx/eslint-plugin": "npm:~19.3.0" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -15278,10 +14520,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" "@vercel/ncc": "npm:~0.38.0" eslint: "npm:^8.57.0" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -15432,6 +14674,13 @@ __metadata: languageName: node linkType: hard +"chownr@npm:^3.0.0": + version: 3.0.0 + resolution: "chownr@npm:3.0.0" + checksum: 10/b63cb1f73d171d140a2ed8154ee6566c8ab775d3196b0e03a2a94b5f6a0ce7777ee5685ca56849403c8d17bd457a6540672f9a60696a6137c7a409097495b82c + languageName: node + linkType: hard + "chrome-launcher@npm:^0.15.0": version: 0.15.2 resolution: "chrome-launcher@npm:0.15.2" @@ -15474,15 +14723,6 @@ __metadata: languageName: node linkType: hard -"citty@npm:^0.1.6": - version: 0.1.6 - resolution: "citty@npm:0.1.6" - dependencies: - consola: "npm:^3.2.3" - checksum: 10/3208947e73abb699a12578ee2bfee254bf8dd1ce0d5698e8a298411cabf16bd3620d63433aef5bd88cdb2b9da71aef18adefa3b4ffd18273bb62dd1d28c344f5 - languageName: node - linkType: hard - "cjs-module-lexer@npm:^1.0.0, cjs-module-lexer@npm:^1.2.3": version: 1.3.1 resolution: "cjs-module-lexer@npm:1.3.1" @@ -15902,27 +15142,29 @@ __metadata: languageName: node linkType: hard -"commit-and-tag-version@npm:^9.5.0": - version: 9.6.0 - resolution: "commit-and-tag-version@npm:9.6.0" +"commit-and-tag-version@npm:^12.0.0": + version: 12.4.1 + resolution: "commit-and-tag-version@npm:12.4.1" dependencies: chalk: "npm:^2.4.2" conventional-changelog: "npm:3.1.25" conventional-changelog-config-spec: "npm:2.1.0" - conventional-changelog-conventionalcommits: "npm:4.6.3" - conventional-recommended-bump: "npm:6.1.0" + conventional-changelog-conventionalcommits: "npm:6.1.0" + conventional-recommended-bump: "npm:7.0.1" detect-indent: "npm:^6.0.0" detect-newline: "npm:^3.1.0" dotgitignore: "npm:^2.1.0" figures: "npm:^3.1.0" find-up: "npm:^5.0.0" - git-semver-tags: "npm:^4.0.0" - semver: "npm:^7.1.1" - stringify-package: "npm:^1.0.1" - yargs: "npm:^16.0.0" + git-semver-tags: "npm:^5.0.0" + jsdom: "npm:^23.2.0" + semver: "npm:^7.5.4" + w3c-xmlserializer: "npm:^5.0.0" + yaml: "npm:^2.4.1" + yargs: "npm:^17.7.2" bin: commit-and-tag-version: bin/cli.js - checksum: 10/11e508f9b94bade103648c1895f697b5056200b0d59c494b66fc97bfd444f1bbb1a8ea6c4eb42e80983d36c5371e6029b2860334beaab292a242283d89d5eaec + checksum: 10/55aef44a62c05ec6f1e7c7c76db6ed72844f389c3c9a545eaaa7479af1f2ca654fd6c117d0016095bf9e007a78b8bbb6db81698cee96e85dfa23453f7060c202 languageName: node linkType: hard @@ -15957,15 +15199,16 @@ __metadata: languageName: node linkType: hard -"compress-commons@npm:^5.0.1": - version: 5.0.3 - resolution: "compress-commons@npm:5.0.3" +"compress-commons@npm:^6.0.2": + version: 6.0.2 + resolution: "compress-commons@npm:6.0.2" dependencies: crc-32: "npm:^1.2.0" - crc32-stream: "npm:^5.0.0" + crc32-stream: "npm:^6.0.0" + is-stream: "npm:^2.0.1" normalize-path: "npm:^3.0.0" - readable-stream: "npm:^3.6.0" - checksum: 10/b9dca50ff8c181d2fd6ed9c04bae04e988ebc94a2bcfd81b78a0d7ca876a3bc4aa3ee4074a7f43f0c7eac3f5d7685979ab053d76c82967f362914128d8ea0bf3 + readable-stream: "npm:^4.0.0" + checksum: 10/78e3ba10aeef919a1c5bbac21e120f3e1558a31b2defebbfa1635274fc7f7e8a3a0ee748a06249589acd0b33a0d58144b8238ff77afc3220f8d403a96fcc13aa languageName: node linkType: hard @@ -16000,18 +15243,6 @@ __metadata: languageName: node linkType: hard -"concat-stream@npm:^1.6.2": - version: 1.6.2 - resolution: "concat-stream@npm:1.6.2" - dependencies: - buffer-from: "npm:^1.0.0" - inherits: "npm:^2.0.3" - readable-stream: "npm:^2.2.2" - typedarray: "npm:^0.0.6" - checksum: 10/71db903c84fc073ca35a274074e8d26c4330713d299f8623e993c448c1f6bf8b967806dd1d1a7b0f8add6f15ab1af7435df21fe79b4fe7efd78420c89e054e28 - languageName: node - linkType: hard - "concat-stream@npm:^2.0.0": version: 2.0.0 resolution: "concat-stream@npm:2.0.0" @@ -16109,13 +15340,6 @@ __metadata: languageName: node linkType: hard -"consola@npm:^3.2.3": - version: 3.2.3 - resolution: "consola@npm:3.2.3" - checksum: 10/02972dcb048c337357a3628438e5976b8e45bcec22fdcfbe9cd17622992953c4d695d5152f141464a02deac769b1d23028e8ac87f56483838df7a6bbf8e0f5a2 - languageName: node - linkType: hard - "console.table@npm:0.10.0": version: 0.10.0 resolution: "console.table@npm:0.10.0" @@ -16192,7 +15416,16 @@ __metadata: languageName: node linkType: hard -"conventional-changelog-conventionalcommits@npm:4.6.3, conventional-changelog-conventionalcommits@npm:^4.5.0": +"conventional-changelog-conventionalcommits@npm:6.1.0": + version: 6.1.0 + resolution: "conventional-changelog-conventionalcommits@npm:6.1.0" + dependencies: + compare-func: "npm:^2.0.0" + checksum: 10/7e5caef7d65b381a0b302534058acff83adc7a907094c85379ef138c35f2aa043cf8e7a3bef30f42078dcc4bff0e8bc763b179c007dd732d92856fae0607a4bc + languageName: node + linkType: hard + +"conventional-changelog-conventionalcommits@npm:^4.5.0": version: 4.6.3 resolution: "conventional-changelog-conventionalcommits@npm:4.6.3" dependencies: @@ -16287,6 +15520,13 @@ __metadata: languageName: node linkType: hard +"conventional-changelog-preset-loader@npm:^3.0.0": + version: 3.0.0 + resolution: "conventional-changelog-preset-loader@npm:3.0.0" + checksum: 10/199c4730c5151f243d35c24585114900c2a7091eab5832cfeb49067a18a2b77d5c9a86b779e6e18b49278a1ff83c011c1d9bb6da95bd1f78d9e36d4d379216d5 + languageName: node + linkType: hard + "conventional-changelog-writer@npm:^5.0.0": version: 5.0.1 resolution: "conventional-changelog-writer@npm:5.0.1" @@ -16335,6 +15575,16 @@ __metadata: languageName: node linkType: hard +"conventional-commits-filter@npm:^3.0.0": + version: 3.0.0 + resolution: "conventional-commits-filter@npm:3.0.0" + dependencies: + lodash.ismatch: "npm:^4.4.0" + modify-values: "npm:^1.0.1" + checksum: 10/73337f42acff7189e1dfca8d13c9448ce085ac1c09976cb33617cc909949621befb1640b1c6c30a1be4953a1be0deea9e93fa0dc86725b8be8e249a64fbb4632 + languageName: node + linkType: hard + "conventional-commits-parser@npm:^3.2.0": version: 3.2.4 resolution: "conventional-commits-parser@npm:3.2.4" @@ -16351,6 +15601,20 @@ __metadata: languageName: node linkType: hard +"conventional-commits-parser@npm:^4.0.0": + version: 4.0.0 + resolution: "conventional-commits-parser@npm:4.0.0" + dependencies: + JSONStream: "npm:^1.3.5" + is-text-path: "npm:^1.0.1" + meow: "npm:^8.1.2" + split2: "npm:^3.2.2" + bin: + conventional-commits-parser: cli.js + checksum: 10/d3b7d947b486d3bb40f961808947ee46487429e050be840030211a80aa2eec170e427207c830f2720d8ab898649a652bbbe1825993b8bf0596517e3603f5a1bd + languageName: node + linkType: hard + "conventional-commits-parser@npm:^5.0.0": version: 5.0.0 resolution: "conventional-commits-parser@npm:5.0.0" @@ -16365,21 +15629,20 @@ __metadata: languageName: node linkType: hard -"conventional-recommended-bump@npm:6.1.0": - version: 6.1.0 - resolution: "conventional-recommended-bump@npm:6.1.0" +"conventional-recommended-bump@npm:7.0.1": + version: 7.0.1 + resolution: "conventional-recommended-bump@npm:7.0.1" dependencies: concat-stream: "npm:^2.0.0" - conventional-changelog-preset-loader: "npm:^2.3.4" - conventional-commits-filter: "npm:^2.0.7" - conventional-commits-parser: "npm:^3.2.0" - git-raw-commits: "npm:^2.0.8" - git-semver-tags: "npm:^4.1.1" - meow: "npm:^8.0.0" - q: "npm:^1.5.1" + conventional-changelog-preset-loader: "npm:^3.0.0" + conventional-commits-filter: "npm:^3.0.0" + conventional-commits-parser: "npm:^4.0.0" + git-raw-commits: "npm:^3.0.0" + git-semver-tags: "npm:^5.0.0" + meow: "npm:^8.1.2" bin: conventional-recommended-bump: cli.js - checksum: 10/5561a4163e097b502e5372420ae9eee240a2b0e00e8cca3f5d8a7110c35021a5fe61a18d457961ace815d58beecc0192ebd26da40c6affcfc038be2d3a5f77c4 + checksum: 10/8d815e7c6f8083085ce4c784b27b0799de628ad2671d99e23c4b08885fb04c5b2adcb6053898eb1f183ee26489273edcbb110c7cd9f80cb06153be53fef2b174 languageName: node linkType: hard @@ -16477,7 +15740,7 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.34.0, core-js-compat@npm:^3.36.1": +"core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.36.1, core-js-compat@npm:^3.37.0": version: 3.37.1 resolution: "core-js-compat@npm:3.37.1" dependencies: @@ -16547,29 +15810,12 @@ __metadata: version: 7.1.0 resolution: "cosmiconfig@npm:7.1.0" dependencies: - "@types/parse-json": "npm:^4.0.0" - import-fresh: "npm:^3.2.1" - parse-json: "npm:^5.0.0" - path-type: "npm:^4.0.0" - yaml: "npm:^1.10.0" - checksum: 10/03600bb3870c80ed151b7b706b99a1f6d78df8f4bdad9c95485072ea13358ef294b13dd99f9e7bf4cc0b43bcd3599d40df7e648750d21c2f6817ca2cd687e071 - languageName: node - linkType: hard - -"cosmiconfig@npm:^8.3.6": - version: 8.3.6 - resolution: "cosmiconfig@npm:8.3.6" - dependencies: - import-fresh: "npm:^3.3.0" - js-yaml: "npm:^4.1.0" - parse-json: "npm:^5.2.0" - path-type: "npm:^4.0.0" - peerDependencies: - typescript: ">=4.9.5" - peerDependenciesMeta: - typescript: - optional: true - checksum: 10/91d082baca0f33b1c085bf010f9ded4af43cbedacba8821da0fb5667184d0a848addc52c31fadd080007f904a555319c238cf5f4c03e6d58ece2e4876b2e73d6 + "@types/parse-json": "npm:^4.0.0" + import-fresh: "npm:^3.2.1" + parse-json: "npm:^5.0.0" + path-type: "npm:^4.0.0" + yaml: "npm:^1.10.0" + checksum: 10/03600bb3870c80ed151b7b706b99a1f6d78df8f4bdad9c95485072ea13358ef294b13dd99f9e7bf4cc0b43bcd3599d40df7e648750d21c2f6817ca2cd687e071 languageName: node linkType: hard @@ -16638,13 +15884,13 @@ __metadata: languageName: node linkType: hard -"crc32-stream@npm:^5.0.0": - version: 5.0.1 - resolution: "crc32-stream@npm:5.0.1" +"crc32-stream@npm:^6.0.0": + version: 6.0.0 + resolution: "crc32-stream@npm:6.0.0" dependencies: crc-32: "npm:^1.2.0" - readable-stream: "npm:^3.4.0" - checksum: 10/5bd40b58488d9a4387ad799fb04d0896e7e2ca63afeedd56df9a115af3437cf83976ae07fd2402692f88efcbd2f738134a1f25366ca47e217601b6baa5388f89 + readable-stream: "npm:^4.0.0" + checksum: 10/e6edc2f81bc387daef6d18b2ac18c2ffcb01b554d3b5c7d8d29b177505aafffba574658fdd23922767e8dab1183d1962026c98c17e17fb272794c33293ef607c languageName: node linkType: hard @@ -16732,6 +15978,15 @@ __metadata: languageName: node linkType: hard +"crypto-random-string@npm:^4.0.0": + version: 4.0.0 + resolution: "crypto-random-string@npm:4.0.0" + dependencies: + type-fest: "npm:^1.0.1" + checksum: 10/cd5d7ae13803de53680aaed4c732f67209af5988cbeec5f6b29082020347c2d8849ca921b2008be7d6bd1d9d198c3c3697e7441d6d0d3da1bf51e9e4d2032149 + languageName: node + linkType: hard + "csp_evaluator@npm:1.1.1": version: 1.1.1 resolution: "csp_evaluator@npm:1.1.1" @@ -16996,6 +16251,15 @@ __metadata: languageName: node linkType: hard +"cssstyle@npm:^4.0.1": + version: 4.0.1 + resolution: "cssstyle@npm:4.0.1" + dependencies: + rrweb-cssom: "npm:^0.6.0" + checksum: 10/180d4e6b406c30811e55a64add32a2111c9c5da4ed2dc67638ddb55c29b877ec1ed71e2e70a34f59c3523dbee35b0d35aa13b963db1ca8cb929d69c7ce81e3b0 + languageName: node + linkType: hard + "csstype@npm:^3.0.2": version: 3.1.3 resolution: "csstype@npm:3.1.3" @@ -17010,6 +16274,13 @@ __metadata: languageName: node linkType: hard +"dargs@npm:^8.0.0": + version: 8.1.0 + resolution: "dargs@npm:8.1.0" + checksum: 10/33f1b8f5f08e72c8a28355a87c0e1a9b6a0fec99252ecd9cf4735e65dd5f2e19747c860251ed5747b38e7204c7915fd7a7146aee5aaef5882c69169aae8b1d09 + languageName: node + linkType: hard + "dashdash@npm:^1.12.0": version: 1.14.1 resolution: "dashdash@npm:1.14.1" @@ -17037,6 +16308,16 @@ __metadata: languageName: node linkType: hard +"data-urls@npm:^5.0.0": + version: 5.0.0 + resolution: "data-urls@npm:5.0.0" + dependencies: + whatwg-mimetype: "npm:^4.0.0" + whatwg-url: "npm:^14.0.0" + checksum: 10/5c40568c31b02641a70204ff233bc4e42d33717485d074244a98661e5f2a1e80e38fe05a5755dfaf2ee549f2ab509d6a3af2a85f4b2ad2c984e5d176695eaf46 + languageName: node + linkType: hard + "data-view-buffer@npm:^1.0.1": version: 1.0.1 resolution: "data-view-buffer@npm:1.0.1" @@ -17168,7 +16449,7 @@ __metadata: languageName: node linkType: hard -"decimal.js@npm:^10.4.2": +"decimal.js@npm:^10.4.2, decimal.js@npm:^10.4.3": version: 10.4.3 resolution: "decimal.js@npm:10.4.3" checksum: 10/de663a7bc4d368e3877db95fcd5c87b965569b58d16cdc4258c063d231ca7118748738df17cd638f7e9dd0be8e34cec08d7234b20f1f2a756a52fc5a38b188d0 @@ -17319,13 +16600,6 @@ __metadata: languageName: node linkType: hard -"defu@npm:^6.1.4": - version: 6.1.4 - resolution: "defu@npm:6.1.4" - checksum: 10/aeffdb47300f45b4fdef1c5bd3880ac18ea7a1fd5b8a8faf8df29350ff03bf16dd34f9800205cab513d476e4c0a3783aa0cff0a433aff0ac84a67ddc4c8a2d64 - languageName: node - linkType: hard - "del@npm:^2.2.0": version: 2.2.2 resolution: "del@npm:2.2.2" @@ -17341,22 +16615,6 @@ __metadata: languageName: node linkType: hard -"del@npm:^6.0.0": - version: 6.1.1 - resolution: "del@npm:6.1.1" - dependencies: - globby: "npm:^11.0.1" - graceful-fs: "npm:^4.2.4" - is-glob: "npm:^4.0.1" - is-path-cwd: "npm:^2.2.0" - is-path-inside: "npm:^3.0.2" - p-map: "npm:^4.0.0" - rimraf: "npm:^3.0.2" - slash: "npm:^3.0.0" - checksum: 10/563288b73b8b19a7261c47fd21a330eeab6e2acd7c6208c49790dfd369127120dd7836cdf0c1eca216b77c94782a81507eac6b4734252d3bef2795cb366996b6 - languageName: node - linkType: hard - "delayed-stream@npm:~1.0.0": version: 1.0.0 resolution: "delayed-stream@npm:1.0.0" @@ -17413,7 +16671,7 @@ __metadata: languageName: node linkType: hard -"detect-indent@npm:^6.0.0, detect-indent@npm:^6.1.0": +"detect-indent@npm:^6.0.0": version: 6.1.0 resolution: "detect-indent@npm:6.1.0" checksum: 10/ab953a73c72dbd4e8fc68e4ed4bfd92c97eb6c43734af3900add963fd3a9316f3bc0578b018b24198d4c31a358571eff5f0656e81a1f3b9ad5c547d58b2d093d @@ -17498,7 +16756,7 @@ __metadata: languageName: node linkType: hard -"diff@npm:^5.1.0": +"diff@npm:^5.1.0, diff@npm:^5.2.0": version: 5.2.0 resolution: "diff@npm:5.2.0" checksum: 10/01b7b440f83a997350a988e9d2f558366c0f90f15be19f4aa7f1bb3109a4e153dfc3b9fbf78e14ea725717017407eeaa2271e3896374a0181e8f52445740846d @@ -17683,18 +16941,6 @@ __metadata: languageName: node linkType: hard -"duplexify@npm:^3.5.0, duplexify@npm:^3.6.0": - version: 3.7.1 - resolution: "duplexify@npm:3.7.1" - dependencies: - end-of-stream: "npm:^1.0.0" - inherits: "npm:^2.0.1" - readable-stream: "npm:^2.0.0" - stream-shift: "npm:^1.0.0" - checksum: 10/7799984d178fb57e11c43f5f172a10f795322ec85ff664c2a98d2c2de6deeb9d7a30b810f83923dcd7ebe0f1786724b8aee2b62ca4577522141f93d6d48fb31c - languageName: node - linkType: hard - "eastasianwidth@npm:^0.2.0": version: 0.2.0 resolution: "eastasianwidth@npm:0.2.0" @@ -17750,7 +16996,7 @@ __metadata: languageName: node linkType: hard -"ejs@npm:^3.1.7, ejs@npm:^3.1.8, ejs@npm:^3.1.9": +"ejs@npm:^3.1.10, ejs@npm:^3.1.7, ejs@npm:^3.1.9": version: 3.1.10 resolution: "ejs@npm:3.1.10" dependencies: @@ -17833,7 +17079,7 @@ __metadata: languageName: node linkType: hard -"end-of-stream@npm:^1.0.0, end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": +"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": version: 1.4.4 resolution: "end-of-stream@npm:1.4.4" dependencies: @@ -18005,10 +17251,10 @@ __metadata: languageName: node linkType: hard -"es-module-lexer@npm:^1.2.1, es-module-lexer@npm:^1.4.1": - version: 1.5.3 - resolution: "es-module-lexer@npm:1.5.3" - checksum: 10/2d80297e955f52ec6a4c7c7683ec2ee80b33c61b46af4f6ed3ef8feab16ba10fd4798141132b3fd0f5e2edb36abd4ad50c63cf3e26da2cca1c56debc68816c44 +"es-module-lexer@npm:^1.2.1, es-module-lexer@npm:^1.5.0": + version: 1.5.4 + resolution: "es-module-lexer@npm:1.5.4" + checksum: 10/f29c7c97a58eb17640dcbd71bd6ef754ad4f58f95c3073894573d29dae2cad43ecd2060d97ed5b866dfb7804d5590fb7de1d2c5339a5fceae8bd60b580387fc5 languageName: node linkType: hard @@ -18479,84 +17725,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.18.0": - version: 0.18.20 - resolution: "esbuild@npm:0.18.20" - dependencies: - "@esbuild/android-arm": "npm:0.18.20" - "@esbuild/android-arm64": "npm:0.18.20" - "@esbuild/android-x64": "npm:0.18.20" - "@esbuild/darwin-arm64": "npm:0.18.20" - "@esbuild/darwin-x64": "npm:0.18.20" - "@esbuild/freebsd-arm64": "npm:0.18.20" - "@esbuild/freebsd-x64": "npm:0.18.20" - "@esbuild/linux-arm": "npm:0.18.20" - "@esbuild/linux-arm64": "npm:0.18.20" - "@esbuild/linux-ia32": "npm:0.18.20" - "@esbuild/linux-loong64": "npm:0.18.20" - "@esbuild/linux-mips64el": "npm:0.18.20" - "@esbuild/linux-ppc64": "npm:0.18.20" - "@esbuild/linux-riscv64": "npm:0.18.20" - "@esbuild/linux-s390x": "npm:0.18.20" - "@esbuild/linux-x64": "npm:0.18.20" - "@esbuild/netbsd-x64": "npm:0.18.20" - "@esbuild/openbsd-x64": "npm:0.18.20" - "@esbuild/sunos-x64": "npm:0.18.20" - "@esbuild/win32-arm64": "npm:0.18.20" - "@esbuild/win32-ia32": "npm:0.18.20" - "@esbuild/win32-x64": "npm:0.18.20" - dependenciesMeta: - "@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-x64": - optional: true - "@esbuild/openbsd-x64": - 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: 10/1f723ec71c3aa196473bf3298316eedc3f62d523924652dfeb60701b609792f918fc60db84b420d1d8ba9bfa7d69de2fc1d3157ba47c028bdae5d507a26a3c64 - languageName: node - linkType: hard - -"esbuild@npm:^0.20.1": +"esbuild@npm:^0.18.0 || ^0.19.0 || ^0.20.0, esbuild@npm:^0.20.1": version: 0.20.2 resolution: "esbuild@npm:0.20.2" dependencies: @@ -18714,21 +17883,21 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-jest@npm:~27.9.0": - version: 27.9.0 - resolution: "eslint-plugin-jest@npm:27.9.0" +"eslint-plugin-jest@npm:~28.6.0": + version: 28.6.0 + resolution: "eslint-plugin-jest@npm:28.6.0" dependencies: - "@typescript-eslint/utils": "npm:^5.10.0" + "@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0" peerDependencies: - "@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0 || ^7.0.0 - eslint: ^7.0.0 || ^8.0.0 + "@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 jest: "*" peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true jest: optional: true - checksum: 10/bca54347280c06c56516faea76042134dd74355c2de6c23361ba0e8736ecc01c62b144eea7eda7570ea4f4ee511c583bb8dab00d7153a1bd1740eb77b0038fd4 + checksum: 10/32232dbf54d3be0853a6f702504a9af82e9fd503ce5644c97e1cec0f17f3262d56e418dc41763ba6ed079aec401c4ce066c6c32e618403b7b5235c3e0952bdb0 languageName: node linkType: hard @@ -18759,16 +17928,16 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-unicorn@npm:^51.0.1": - version: 51.0.1 - resolution: "eslint-plugin-unicorn@npm:51.0.1" +"eslint-plugin-unicorn@npm:^54.0.0": + version: 54.0.0 + resolution: "eslint-plugin-unicorn@npm:54.0.0" dependencies: - "@babel/helper-validator-identifier": "npm:^7.22.20" + "@babel/helper-validator-identifier": "npm:^7.24.5" "@eslint-community/eslint-utils": "npm:^4.4.0" - "@eslint/eslintrc": "npm:^2.1.4" + "@eslint/eslintrc": "npm:^3.0.2" ci-info: "npm:^4.0.0" clean-regexp: "npm:^1.0.0" - core-js-compat: "npm:^3.34.0" + core-js-compat: "npm:^3.37.0" esquery: "npm:^1.5.0" indent-string: "npm:^4.0.0" is-builtin-module: "npm:^3.2.1" @@ -18777,15 +17946,15 @@ __metadata: read-pkg-up: "npm:^7.0.1" regexp-tree: "npm:^0.1.27" regjsparser: "npm:^0.10.0" - semver: "npm:^7.5.4" + semver: "npm:^7.6.1" strip-indent: "npm:^3.0.0" peerDependencies: eslint: ">=8.56.0" - checksum: 10/cea770332423d49d0cd86ca96055be7f14895e1d0a9fb24c8ed4f18a6e1eeff362d4881c46e85d85c37938bb85a6eeae7e347bcf7a3bb7307a8dd309651e0adf + checksum: 10/9150970d264a03e8cc09509296dbb9aefe8d1cd3c2ee5e69e43d6a0c0401e5e5648eae3f4930ba07833a0f06bd0713b12241337c4303dba862b205e41d64b410 languageName: node linkType: hard -"eslint-scope@npm:5.1.1, eslint-scope@npm:^5.1.1": +"eslint-scope@npm:5.1.1": version: 5.1.1 resolution: "eslint-scope@npm:5.1.1" dependencies: @@ -18822,6 +17991,13 @@ __metadata: languageName: node linkType: hard +"eslint-visitor-keys@npm:^4.0.0": + version: 4.0.0 + resolution: "eslint-visitor-keys@npm:4.0.0" + checksum: 10/c7617166e6291a15ce2982b5c4b9cdfb6409f5c14562712d12e2584480cdf18609694b21d7dad35b02df0fa2cd037505048ded54d2f405c64f600949564eb334 + languageName: node + linkType: hard + "eslint@npm:^8.57.0": version: 8.57.0 resolution: "eslint@npm:8.57.0" @@ -18870,6 +18046,17 @@ __metadata: languageName: node linkType: hard +"espree@npm:^10.0.1": + version: 10.1.0 + resolution: "espree@npm:10.1.0" + dependencies: + acorn: "npm:^8.12.0" + acorn-jsx: "npm:^5.3.2" + eslint-visitor-keys: "npm:^4.0.0" + checksum: 10/a673aa39a19a51763d92272f8f3772ae3d4b10624740bb72d5f273b631b43f1a5a32b385c1da6ae6bc10be05a5913bc4679ebd22a09c7b336a745204834806ea + languageName: node + linkType: hard + "espree@npm:^9.0.0, espree@npm:^9.6.0, espree@npm:^9.6.1": version: 9.6.1 resolution: "espree@npm:9.6.1" @@ -19226,20 +18413,6 @@ __metadata: languageName: node linkType: hard -"extract-zip@npm:^1.6.6": - version: 1.7.0 - resolution: "extract-zip@npm:1.7.0" - dependencies: - concat-stream: "npm:^1.6.2" - debug: "npm:^2.6.9" - mkdirp: "npm:^0.5.4" - yauzl: "npm:^2.10.0" - bin: - extract-zip: cli.js - checksum: 10/a9a5e2b118cc1d3b780d296f056308a8fda580bb18a26e12d6137321e5d3ef1d09355195ff187e9c7039aab42a253ac1e3996c66d031c44abca5abde6fd51393 - languageName: node - linkType: hard - "extsprintf@npm:1.3.0": version: 1.3.0 resolution: "extsprintf@npm:1.3.0" @@ -19512,17 +18685,6 @@ __metadata: languageName: node linkType: hard -"find-cache-dir@npm:^2.0.0": - version: 2.1.0 - resolution: "find-cache-dir@npm:2.1.0" - dependencies: - commondir: "npm:^1.0.1" - make-dir: "npm:^2.0.0" - pkg-dir: "npm:^3.0.0" - checksum: 10/60ad475a6da9f257df4e81900f78986ab367d4f65d33cf802c5b91e969c28a8762f098693d7a571b6e4dd4c15166c2da32ae2d18b6766a18e2071079448fdce4 - languageName: node - linkType: hard - "find-cache-dir@npm:^3.0.0, find-cache-dir@npm:^3.3.2": version: 3.3.2 resolution: "find-cache-dir@npm:3.3.2" @@ -19592,6 +18754,17 @@ __metadata: languageName: node linkType: hard +"find-up@npm:^7.0.0": + version: 7.0.0 + resolution: "find-up@npm:7.0.0" + dependencies: + locate-path: "npm:^7.2.0" + path-exists: "npm:^5.0.0" + unicorn-magic: "npm:^0.1.0" + checksum: 10/7e6b08fbc05a10677e25e74bb0a020054a86b31d1806c5e6a9e32e75472bbf177210bc16e5f97453be8bda7ae2e3d97669dbb2901f8c30b39ce53929cbea6746 + languageName: node + linkType: hard + "find-versions@npm:^5.0.0": version: 5.1.0 resolution: "find-versions@npm:5.1.0" @@ -19645,13 +18818,6 @@ __metadata: languageName: node linkType: hard -"flow-parser@npm:0.*": - version: 0.238.1 - resolution: "flow-parser@npm:0.238.1" - checksum: 10/7fa5e65b82204c41d46c715570a4e3681cf3085be981d48f250d7a20065ded5a01cf5806526466766a231bd592f21c60e7cd6cfc1bd9696c52ec029e50e7f9ed - languageName: node - linkType: hard - "fn.name@npm:1.x.x": version: 1.1.0 resolution: "fn.name@npm:1.1.0" @@ -20012,7 +19178,7 @@ __metadata: "@nx/eslint-plugin": "npm:~19.3.0" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" "@typescript-eslint/eslint-plugin": "npm:^7.2.0" @@ -20020,23 +19186,16 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" "@vercel/ncc": "npm:~0.38.0" eslint: "npm:^8.57.0" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jsonc-eslint-parser: "npm:~2.4.0" semver: "npm:^7.5.2" typescript: "npm:~5.4.2" languageName: unknown linkType: soft -"get-npm-tarball-url@npm:^2.0.3": - version: 2.1.0 - resolution: "get-npm-tarball-url@npm:2.1.0" - checksum: 10/02b96993ad5a04cbd0ef0577ac3cc9e2e78a7c60db6bb5e6c8fe78950fc1fc3d093314987629a2fda3083228d91a93670bde321767ca2cf89ce7f463c9e44071 - languageName: node - linkType: hard - "get-package-type@npm:^0.1.0": version: 0.1.0 resolution: "get-package-type@npm:0.1.0" @@ -20058,13 +19217,6 @@ __metadata: languageName: node linkType: hard -"get-port@npm:^5.1.1": - version: 5.1.1 - resolution: "get-port@npm:5.1.1" - checksum: 10/0162663ffe5c09e748cd79d97b74cd70e5a5c84b760a475ce5767b357fb2a57cb821cee412d646aa8a156ed39b78aab88974eddaa9e5ee926173c036c0713787 - languageName: node - linkType: hard - "get-stream@npm:^3.0.0": version: 3.0.0 resolution: "get-stream@npm:3.0.0" @@ -20115,25 +19267,7 @@ __metadata: languageName: node linkType: hard -"giget@npm:^1.0.0": - version: 1.2.3 - resolution: "giget@npm:1.2.3" - dependencies: - citty: "npm:^0.1.6" - consola: "npm:^3.2.3" - defu: "npm:^6.1.4" - node-fetch-native: "npm:^1.6.3" - nypm: "npm:^0.3.8" - ohash: "npm:^1.1.3" - pathe: "npm:^1.1.2" - tar: "npm:^6.2.0" - bin: - giget: dist/cli.mjs - checksum: 10/85bdcf380566fc9c4299f029acbe78a706f1825912c6cea39b675d08064399988f5de30d17238246f725183ac7504e7b9d3000c417f1df7ebb52ab26c7d3ab8c - languageName: node - linkType: hard - -"git-raw-commits@npm:^2.0.11, git-raw-commits@npm:^2.0.8": +"git-raw-commits@npm:^2.0.8": version: 2.0.11 resolution: "git-raw-commits@npm:2.0.11" dependencies: @@ -20148,6 +19282,32 @@ __metadata: languageName: node linkType: hard +"git-raw-commits@npm:^3.0.0": + version: 3.0.0 + resolution: "git-raw-commits@npm:3.0.0" + dependencies: + dargs: "npm:^7.0.0" + meow: "npm:^8.1.2" + split2: "npm:^3.2.2" + bin: + git-raw-commits: cli.js + checksum: 10/198892f307829d22fc8ec1c9b4a63876a1fde847763857bb74bd1b04c6f6bc0d7464340c25d0f34fd0fb395759363aa1f8ce324357027320d80523bf234676ab + languageName: node + linkType: hard + +"git-raw-commits@npm:^4.0.0": + version: 4.0.0 + resolution: "git-raw-commits@npm:4.0.0" + dependencies: + dargs: "npm:^8.0.0" + meow: "npm:^12.0.1" + split2: "npm:^4.0.0" + bin: + git-raw-commits: cli.mjs + checksum: 10/95546f4afcb33cf00ff638f7fec55ad61d4d927447737900e1f6fcbbdbb341b3f150908424cc62acb6d9faaea6f1e8f55d0697b899f0589af9d2733afb20abfb + languageName: node + linkType: hard + "git-remote-origin-url@npm:^2.0.0": version: 2.0.0 resolution: "git-remote-origin-url@npm:2.0.0" @@ -20158,7 +19318,7 @@ __metadata: languageName: node linkType: hard -"git-semver-tags@npm:^4.0.0, git-semver-tags@npm:^4.1.1": +"git-semver-tags@npm:^4.1.1": version: 4.1.1 resolution: "git-semver-tags@npm:4.1.1" dependencies: @@ -20170,6 +19330,18 @@ __metadata: languageName: node linkType: hard +"git-semver-tags@npm:^5.0.0": + version: 5.0.1 + resolution: "git-semver-tags@npm:5.0.1" + dependencies: + meow: "npm:^8.1.2" + semver: "npm:^7.0.0" + bin: + git-semver-tags: cli.js + checksum: 10/056e34a3dd0d91ca737225d360e46a0330c92f1508c38ad93965c3a204e5c7bfe7746f1f7e7d6b456bd61245c770fd0755148823bf852eed71099d094bee6cc2 + languageName: node + linkType: hard + "gitconfiglocal@npm:^1.0.0": version: 1.0.0 resolution: "gitconfiglocal@npm:1.0.0" @@ -20241,25 +19413,12 @@ __metadata: languageName: node linkType: hard -"glob@npm:^8.0.0": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^5.0.1" - once: "npm:^1.3.0" - checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e - languageName: node - linkType: hard - -"global-dirs@npm:^0.1.1": - version: 0.1.1 - resolution: "global-dirs@npm:0.1.1" +"global-directory@npm:^4.0.1": + version: 4.0.1 + resolution: "global-directory@npm:4.0.1" dependencies: - ini: "npm:^1.3.4" - checksum: 10/10624f5a8ddb8634c22804c6b24f93fb591c3639a6bc78e3584e01a238fc6f7b7965824184e57d63f6df36980b6c191484ad7bc6c35a1599b8f1d64be64c2a4a + ini: "npm:4.1.1" + checksum: 10/5b4df24438a4e5f21e43fbdd9e54f5e12bb48dce01a0a83b415d8052ce91be2d3a97e0c8f98a535e69649b2190036155e9f0f7d3c62f9318f31bdc3fd4f235f5 languageName: node linkType: hard @@ -20299,6 +19458,13 @@ __metadata: languageName: node linkType: hard +"globals@npm:^14.0.0": + version: 14.0.0 + resolution: "globals@npm:14.0.0" + checksum: 10/03939c8af95c6df5014b137cac83aa909090c3a3985caef06ee9a5a669790877af8698ab38007e4c0186873adc14c0b13764acc754b16a754c216cc56aa5f021 + languageName: node + linkType: hard + "globalthis@npm:^1.0.3": version: 1.0.4 resolution: "globalthis@npm:1.0.4" @@ -20309,7 +19475,7 @@ __metadata: languageName: node linkType: hard -"globby@npm:^11.0.1, globby@npm:^11.0.2, globby@npm:^11.1.0": +"globby@npm:^11.1.0": version: 11.1.0 resolution: "globby@npm:11.1.0" dependencies: @@ -20350,7 +19516,7 @@ __metadata: languageName: node linkType: hard -"globby@npm:^14.0.0": +"globby@npm:^14.0.0, globby@npm:^14.0.1": version: 14.0.1 resolution: "globby@npm:14.0.1" dependencies: @@ -20413,7 +19579,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.10, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10/bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 @@ -20434,22 +19600,6 @@ __metadata: languageName: node linkType: hard -"gunzip-maybe@npm:^1.4.2": - version: 1.4.2 - resolution: "gunzip-maybe@npm:1.4.2" - dependencies: - browserify-zlib: "npm:^0.1.4" - is-deflate: "npm:^1.0.0" - is-gzip: "npm:^1.0.0" - peek-stream: "npm:^1.1.0" - pumpify: "npm:^1.3.3" - through2: "npm:^2.0.3" - bin: - gunzip-maybe: bin.js - checksum: 10/82a4eadb617e50ac63cb88b3c1ebef0f85de702c0c2031c5d9c0575837e1eef7c94fa4ad69ca4aec2dc3d939c89054ec07c91c233648433058efa7d44354d456 - languageName: node - linkType: hard - "hammerjs@npm:^2.0.8": version: 2.0.8 resolution: "hammerjs@npm:2.0.8" @@ -20600,7 +19750,7 @@ __metadata: languageName: node linkType: hard -"highlight.js@npm:^11.8.0": +"highlight.js@npm:^11.8.0, highlight.js@npm:^11.9.0": version: 11.9.0 resolution: "highlight.js@npm:11.9.0" checksum: 10/44b3e42bc096a2e5207e514826a10ff7671de315a7216ebaeba76593d4f16dfe3f7078390cb5c2b08eae657694fef4fb65d775376db48480c829c83fbc4f157a @@ -20653,6 +19803,15 @@ __metadata: languageName: node linkType: hard +"html-encoding-sniffer@npm:^4.0.0": + version: 4.0.0 + resolution: "html-encoding-sniffer@npm:4.0.0" + dependencies: + whatwg-encoding: "npm:^3.1.1" + checksum: 10/e86efd493293a5671b8239bd099d42128433bb3c7b0fdc7819282ef8e118a21f5dead0ad6f358e024a4e5c84f17ebb7a9b36075220fac0a6222b207248bede6f + languageName: node + linkType: hard + "html-entities@npm:^2.1.0, html-entities@npm:^2.3.2, html-entities@npm:^2.4.0, html-entities@npm:^2.5.2": version: 2.5.2 resolution: "html-entities@npm:2.5.2" @@ -20936,7 +20095,7 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:7.0.4, https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1": +"https-proxy-agent@npm:7.0.4, https-proxy-agent@npm:^7.0.0, https-proxy-agent@npm:^7.0.1, https-proxy-agent@npm:^7.0.2": version: 7.0.4 resolution: "https-proxy-agent@npm:7.0.4" dependencies: @@ -20956,16 +20115,6 @@ __metadata: languageName: node linkType: hard -"https-proxy-agent@npm:^4.0.0": - version: 4.0.0 - resolution: "https-proxy-agent@npm:4.0.0" - dependencies: - agent-base: "npm:5" - debug: "npm:4" - checksum: 10/e90ca77ec10ef9987ad464853dfee744fb13fb02ad72f31c770ba09fb55675206a1de3c8b7e74d809fc00ed3baa7e01a48c569a419a675bfa3ef1ee975822b70 - languageName: node - linkType: hard - "human-signals@npm:^1.1.1": version: 1.1.1 resolution: "human-signals@npm:1.1.1" @@ -21101,7 +20250,7 @@ __metadata: languageName: node linkType: hard -"import-fresh@npm:^3.0.0, import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0": +"import-fresh@npm:^3.1.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0": version: 3.3.0 resolution: "import-fresh@npm:3.3.0" dependencies: @@ -21123,6 +20272,13 @@ __metadata: languageName: node linkType: hard +"import-meta-resolve@npm:^4.0.0": + version: 4.1.0 + resolution: "import-meta-resolve@npm:4.1.0" + checksum: 10/40162f67eb406c8d5d49266206ef12ff07b54f5fad8cfd806db9efe3a055958e9969be51d6efaf82e34b8bea6758113dcc17bb79ff148292a4badcabc3472f22 + languageName: node + linkType: hard + "imurmurhash@npm:^0.1.4": version: 0.1.4 resolution: "imurmurhash@npm:0.1.4" @@ -21168,6 +20324,13 @@ __metadata: languageName: node linkType: hard +"ini@npm:4.1.1": + version: 4.1.1 + resolution: "ini@npm:4.1.1" + checksum: 10/64c7102301742a7527bb17257d18451410eacf63b4b5648a20e108816c355c21c4e8a1761bbcbf3fe8c4ded3297f1b832b885d5e3e485d781e293ebfaf56fea6 + languageName: node + linkType: hard + "ini@npm:4.1.2": version: 4.1.2 resolution: "ini@npm:4.1.2" @@ -21319,13 +20482,6 @@ __metadata: languageName: node linkType: hard -"ip@npm:^2.0.1": - version: 2.0.1 - resolution: "ip@npm:2.0.1" - checksum: 10/d6dd154e1bc5e8725adfdd6fb92218635b9cbe6d873d051bd63b178f009777f751a5eea4c67021723a7056325fc3052f8b6599af0a2d56f042c93e684b4a0349 - languageName: node - linkType: hard - "ipaddr.js@npm:1.9.1": version: 1.9.1 resolution: "ipaddr.js@npm:1.9.1" @@ -21445,13 +20601,6 @@ __metadata: languageName: node linkType: hard -"is-deflate@npm:^1.0.0": - version: 1.0.0 - resolution: "is-deflate@npm:1.0.0" - checksum: 10/c2f9f2d3db79ac50c5586697d1e69a55282a2b0cc5e437b3c470dd47f24e40b6216dcd7e024511e21381607bf57afa019343e3bd0e08a119032818b596004262 - languageName: node - linkType: hard - "is-docker@npm:^2.0.0, is-docker@npm:^2.1.1": version: 2.2.1 resolution: "is-docker@npm:2.2.1" @@ -21525,13 +20674,6 @@ __metadata: languageName: node linkType: hard -"is-gzip@npm:^1.0.0": - version: 1.0.0 - resolution: "is-gzip@npm:1.0.0" - checksum: 10/0d28931c1f445fa29c900cf9f48e06e9d1d477a3bf7bd7332e7ce68f1333ccd8cb381de2f0f62a9a262d9c0912608a9a71b4a40e788e201b3dbd67072bb20d86 - languageName: node - linkType: hard - "is-inside-container@npm:^1.0.0": version: 1.0.0 resolution: "is-inside-container@npm:1.0.0" @@ -21625,13 +20767,6 @@ __metadata: languageName: node linkType: hard -"is-path-cwd@npm:^2.2.0": - version: 2.2.0 - resolution: "is-path-cwd@npm:2.2.0" - checksum: 10/46a840921bb8cc0dc7b5b423a14220e7db338072a4495743a8230533ce78812dc152548c86f4b828411fe98c5451959f07cf841c6a19f611e46600bd699e8048 - languageName: node - linkType: hard - "is-path-in-cwd@npm:^1.0.0": version: 1.0.1 resolution: "is-path-in-cwd@npm:1.0.1" @@ -21650,7 +20785,7 @@ __metadata: languageName: node linkType: hard -"is-path-inside@npm:^3.0.2, is-path-inside@npm:^3.0.3": +"is-path-inside@npm:^3.0.3": version: 3.0.3 resolution: "is-path-inside@npm:3.0.3" checksum: 10/abd50f06186a052b349c15e55b182326f1936c89a78bf6c8f2b707412517c097ce04bc49a0ca221787bc44e1049f51f09a2ffb63d22899051988d3a618ba13e9 @@ -21720,7 +20855,7 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^2.0.0": +"is-stream@npm:^2.0.0, is-stream@npm:^2.0.1": version: 2.0.1 resolution: "is-stream@npm:2.0.1" checksum: 10/b8e05ccdf96ac330ea83c12450304d4a591f9958c11fd17bed240af8d5ffe08aedafa4c0f4cfccd4d28dc9d4d129daca1023633d5c11601a6cbc77521f6fae66 @@ -22627,52 +21762,17 @@ __metadata: languageName: node linkType: hard -"jsbn@npm:1.1.0": - version: 1.1.0 - resolution: "jsbn@npm:1.1.0" - checksum: 10/bebe7ae829bbd586ce8cbe83501dd8cb8c282c8902a8aeeed0a073a89dc37e8103b1244f3c6acd60278bcbfe12d93a3f83c9ac396868a3b3bbc3c5e5e3b648ef - languageName: node - linkType: hard - -"jsbn@npm:~0.1.0": - version: 0.1.1 - resolution: "jsbn@npm:0.1.1" - checksum: 10/5450133242845100e694f0ef9175f44c012691a9b770b2571e677314e6f70600abb10777cdfc9a0c6a9f2ac6d134577403633de73e2fcd0f97875a67744e2d14 - languageName: node - linkType: hard - -"jscodeshift@npm:^0.15.1": - version: 0.15.2 - resolution: "jscodeshift@npm:0.15.2" - dependencies: - "@babel/core": "npm:^7.23.0" - "@babel/parser": "npm:^7.23.0" - "@babel/plugin-transform-class-properties": "npm:^7.22.5" - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.0" - "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.22.11" - "@babel/plugin-transform-optional-chaining": "npm:^7.23.0" - "@babel/plugin-transform-private-methods": "npm:^7.22.5" - "@babel/preset-flow": "npm:^7.22.15" - "@babel/preset-typescript": "npm:^7.23.0" - "@babel/register": "npm:^7.22.15" - babel-core: "npm:^7.0.0-bridge.0" - chalk: "npm:^4.1.2" - flow-parser: "npm:0.*" - graceful-fs: "npm:^4.2.4" - micromatch: "npm:^4.0.4" - neo-async: "npm:^2.5.0" - node-dir: "npm:^0.1.17" - recast: "npm:^0.23.3" - temp: "npm:^0.8.4" - write-file-atomic: "npm:^2.3.0" - peerDependencies: - "@babel/preset-env": ^7.1.6 - peerDependenciesMeta: - "@babel/preset-env": - optional: true - bin: - jscodeshift: bin/jscodeshift.js - checksum: 10/5f4354d80a95de4dba5dd402e97e5bba8c6b31261f426719cb184099ac83c57c47e4160923b7c035a5da4113e56c39eb68233e3b55a910372013d66d3b1f1c64 +"jsbn@npm:1.1.0": + version: 1.1.0 + resolution: "jsbn@npm:1.1.0" + checksum: 10/bebe7ae829bbd586ce8cbe83501dd8cb8c282c8902a8aeeed0a073a89dc37e8103b1244f3c6acd60278bcbfe12d93a3f83c9ac396868a3b3bbc3c5e5e3b648ef + languageName: node + linkType: hard + +"jsbn@npm:~0.1.0": + version: 0.1.1 + resolution: "jsbn@npm:0.1.1" + checksum: 10/5450133242845100e694f0ef9175f44c012691a9b770b2571e677314e6f70600abb10777cdfc9a0c6a9f2ac6d134577403633de73e2fcd0f97875a67744e2d14 languageName: node linkType: hard @@ -22722,6 +21822,47 @@ __metadata: languageName: node linkType: hard +"jsdom@npm:^23.2.0": + version: 23.2.0 + resolution: "jsdom@npm:23.2.0" + dependencies: + "@asamuzakjp/dom-selector": "npm:^2.0.1" + cssstyle: "npm:^4.0.1" + data-urls: "npm:^5.0.0" + decimal.js: "npm:^10.4.3" + form-data: "npm:^4.0.0" + html-encoding-sniffer: "npm:^4.0.0" + http-proxy-agent: "npm:^7.0.0" + https-proxy-agent: "npm:^7.0.2" + is-potential-custom-element-name: "npm:^1.0.1" + parse5: "npm:^7.1.2" + rrweb-cssom: "npm:^0.6.0" + saxes: "npm:^6.0.0" + symbol-tree: "npm:^3.2.4" + tough-cookie: "npm:^4.1.3" + w3c-xmlserializer: "npm:^5.0.0" + webidl-conversions: "npm:^7.0.0" + whatwg-encoding: "npm:^3.1.1" + whatwg-mimetype: "npm:^4.0.0" + whatwg-url: "npm:^14.0.0" + ws: "npm:^8.16.0" + xml-name-validator: "npm:^5.0.0" + peerDependencies: + canvas: ^2.11.2 + peerDependenciesMeta: + canvas: + optional: true + checksum: 10/71ad2e769515a23896881233a30d292e03752a5b01329e668a73cf205f935b55bf0881f345c747c5b4faf6288d5a01d0b0dae7b9f3379fa73d014c5a990ca0a0 + languageName: node + linkType: hard + +"jsep@npm:^1.3.8": + version: 1.3.8 + resolution: "jsep@npm:1.3.8" + checksum: 10/ffbb24a01270139bb18886d235374110e35951a0e8b06b97b2a0ddd3b6d5fb68e696fdf18d444f1bc3a4db2fab418b354e077cdf6b36644e11ff08f069ad2b1c + languageName: node + linkType: hard + "jsesc@npm:^2.5.1": version: 2.5.2 resolution: "jsesc@npm:2.5.2" @@ -22840,13 +21981,20 @@ __metadata: languageName: node linkType: hard -"jsonc-parser@npm:3.2.1, jsonc-parser@npm:^3.2.0": +"jsonc-parser@npm:3.2.1": version: 3.2.1 resolution: "jsonc-parser@npm:3.2.1" checksum: 10/fe2df6f39e21653781d52cae20c5b9e0ab62461918d97f9430b216cea9b6500efc1d8b42c6584cc0a7548b4c996055e9cdc39f09b9782fa6957af2f45306c530 languageName: node linkType: hard +"jsonc-parser@npm:^3.2.0": + version: 3.3.0 + resolution: "jsonc-parser@npm:3.3.0" + checksum: 10/dc78790be7f132303f9707a75569d2913a74a80b03710afe9d31f539cbe03bd152187854e2574cb2d4d1dd925bd34dfa83f8190cc495d589eec5b3fb459115d7 + languageName: node + linkType: hard + "jsonfile@npm:^6.0.1": version: 6.1.0 resolution: "jsonfile@npm:6.1.0" @@ -22867,13 +22015,17 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:^8.0.0": - version: 8.1.0 - resolution: "jsonpath-plus@npm:8.1.0" +"jsonpath-plus@npm:^9.0.0": + version: 9.0.0 + resolution: "jsonpath-plus@npm:9.0.0" + dependencies: + "@jsep-plugin/assignment": "npm:^1.2.1" + "@jsep-plugin/regex": "npm:^1.0.3" + jsep: "npm:^1.3.8" bin: jsonpath: bin/jsonpath-cli.js jsonpath-plus: bin/jsonpath-cli.js - checksum: 10/1954bbf0f9b2b8b749d0ed22cb84e0f475efe66c6cd186cbe0f97c1c8350ac68d156053ac690629cf9ad8ff00aa0fc8e2e97100a5cdd5ee7610074f5f7151650 + checksum: 10/a7b8099e92a8d11896857e55c48ce898180b6b2fa6a1db819dcdacf9741ae03a8b4263ae844b40d6a8e171c2d54e37d8ee3d206777e90ee0127246bae2102ee5 languageName: node linkType: hard @@ -23464,7 +22616,7 @@ __metadata: languageName: node linkType: hard -"locate-path@npm:^7.1.0": +"locate-path@npm:^7.1.0, locate-path@npm:^7.2.0": version: 7.2.0 resolution: "locate-path@npm:7.2.0" dependencies: @@ -23515,13 +22667,6 @@ __metadata: languageName: node linkType: hard -"lodash.isfunction@npm:^3.0.9": - version: 3.0.9 - resolution: "lodash.isfunction@npm:3.0.9" - checksum: 10/99e54c34b1e8a9ba75c034deb39cedbd2aca7af685815e67a2a8ec4f73ec9748cda6ebee5a07d7de4b938e90d421fd280e9c385cc190f903ac217ac8aff30314 - languageName: node - linkType: hard - "lodash.isinteger@npm:^4.0.4": version: 4.0.4 resolution: "lodash.isinteger@npm:4.0.4" @@ -23818,7 +22963,7 @@ __metadata: languageName: node linkType: hard -"make-dir@npm:^2.0.0, make-dir@npm:^2.1.0": +"make-dir@npm:^2.1.0": version: 2.1.0 resolution: "make-dir@npm:2.1.0" dependencies: @@ -24075,7 +23220,7 @@ __metadata: languageName: node linkType: hard -"meow@npm:^8.0.0": +"meow@npm:^8.0.0, meow@npm:^8.1.2": version: 8.1.2 resolution: "meow@npm:8.1.2" dependencies: @@ -24146,7 +23291,7 @@ __metadata: languageName: node linkType: hard -"mime-types@npm:^2.1.12, mime-types@npm:^2.1.25, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:^2.1.35, mime-types@npm:~2.1.17, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34": +"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:^2.1.35, mime-types@npm:~2.1.17, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34": version: 2.1.35 resolution: "mime-types@npm:2.1.35" dependencies: @@ -24164,15 +23309,6 @@ __metadata: languageName: node linkType: hard -"mime@npm:^2.0.3": - version: 2.6.0 - resolution: "mime@npm:2.6.0" - bin: - mime: cli.js - checksum: 10/7da117808b5cd0203bb1b5e33445c330fe213f4d8ee2402a84d62adbde9716ca4fb90dd6d9ab4e77a4128c6c5c24a9c4c9f6a4d720b095b1b342132d02dba58d - languageName: node - linkType: hard - "mimic-fn@npm:^2.1.0": version: 2.1.0 resolution: "mimic-fn@npm:2.1.0" @@ -24247,7 +23383,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^3.0.2, minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": +"minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies: @@ -24366,7 +23502,7 @@ __metadata: 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.1.2": +"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": version: 7.1.2 resolution: "minipass@npm:7.1.2" checksum: 10/c25f0ee8196d8e6036661104bacd743785b2599a21de5c516b32b3fa2b83113ac89a2358465bc04956baab37ffb956ae43be679b2262bf7be15fce467ccd7950 @@ -24383,6 +23519,16 @@ __metadata: languageName: node linkType: hard +"minizlib@npm:^3.0.1": + version: 3.0.1 + resolution: "minizlib@npm:3.0.1" + dependencies: + minipass: "npm:^7.0.4" + rimraf: "npm:^5.0.5" + checksum: 10/622cb85f51e5c206a080a62d20db0d7b4066f308cb6ce82a9644da112367c3416ae7062017e631eb7ac8588191cfa4a9a279b8651c399265202b298e98c4acef + languageName: node + linkType: hard + "mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3": version: 0.5.3 resolution: "mkdirp-classic@npm:0.5.3" @@ -24390,7 +23536,7 @@ __metadata: languageName: node linkType: hard -"mkdirp@npm:^0.5.4, mkdirp@npm:^0.5.6": +"mkdirp@npm:^0.5.6": version: 0.5.6 resolution: "mkdirp@npm:0.5.6" dependencies: @@ -24419,7 +23565,7 @@ __metadata: languageName: node linkType: hard -"modify-values@npm:^1.0.0": +"modify-values@npm:^1.0.0, modify-values@npm:^1.0.1": version: 1.0.1 resolution: "modify-values@npm:1.0.1" checksum: 10/16fa93f7ddb2540a8e82c99738ae4ed0e8e8cae57c96e13a0db9d68dfad074fd2eec542929b62ebbb18b357bbb3e4680b92d3a4099baa7aeb32360cb1c8f0247 @@ -24602,7 +23748,7 @@ __metadata: languageName: node linkType: hard -"neo-async@npm:^2.5.0, neo-async@npm:^2.6.2": +"neo-async@npm:^2.6.2": version: 2.6.2 resolution: "neo-async@npm:2.6.2" checksum: 10/1a7948fea86f2b33ec766bc899c88796a51ba76a4afc9026764aedc6e7cde692a09067031e4a1bf6db4f978ccd99e7f5b6c03fe47ad9865c3d4f99050d67e002 @@ -24627,7 +23773,7 @@ __metadata: "@nx/eslint-plugin": "npm:~19.3.0" "@o3r/eslint-config-otter": "workspace:~" "@o3r/eslint-plugin": "workspace:~" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/jest": "npm:~29.5.2" "@types/node": "npm:^20.0.0" "@types/semver": "npm:^7.3.13" @@ -24636,10 +23782,10 @@ __metadata: "@typescript-eslint/utils": "npm:~7.13.1" "@vercel/ncc": "npm:~0.38.0" eslint: "npm:^8.57.0" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-junit: "npm:~16.0.0" jsonc-eslint-parser: "npm:~2.4.0" @@ -24694,17 +23840,16 @@ __metadata: languageName: node linkType: hard -"ngx-highlightjs@npm:^10.0.0": - version: 10.0.0 - resolution: "ngx-highlightjs@npm:10.0.0" +"ngx-highlightjs@npm:^12.0.0": + version: 12.0.0 + resolution: "ngx-highlightjs@npm:12.0.0" dependencies: - highlight.js: "npm:^11.8.0" - tslib: "npm:^2.0.0" + highlight.js: "npm:^11.9.0" + tslib: "npm:^2.3.0" peerDependencies: - "@angular/common": ">=16.0.0" - "@angular/core": ">=16.0.0" - rxjs: ">=7.0.0" - checksum: 10/8bf8cb7924374cd9c901f8dd99e7dcdaf0e15b77eb6816cea10bf0b47a4ab88e869863f574e9ad6abbd7b822c5df0179ff29a8e5cca228bf8355cfac4785e8ca + "@angular/common": ">=17.0.0" + "@angular/core": ">=17.0.0" + checksum: 10/d7cc7b2191ae356a0b61d54aa935407cdedc34fb528e2346e60e6deeb9392403318210482da0f5bead8d275cc8080c608af2ac3952e4f6e4ea8aa1f237a76b37 languageName: node linkType: hard @@ -24790,15 +23935,6 @@ __metadata: languageName: node linkType: hard -"node-dir@npm:^0.1.17": - version: 0.1.17 - resolution: "node-dir@npm:0.1.17" - dependencies: - minimatch: "npm:^3.0.2" - checksum: 10/281fdea12d9c080a7250e5b5afefa3ab39426d40753ec8126a2d1e67f189b8824723abfed74f5d8549c5d78352d8c489fe08d0b067d7684c87c07283d38374a5 - languageName: node - linkType: hard - "node-domexception@npm:^1.0.0": version: 1.0.0 resolution: "node-domexception@npm:1.0.0" @@ -24806,13 +23942,6 @@ __metadata: languageName: node linkType: hard -"node-fetch-native@npm:^1.6.3": - version: 1.6.4 - resolution: "node-fetch-native@npm:1.6.4" - checksum: 10/39c4c6d0c2a4bed1444943e1647ad0d79eb6638cf159bc37dffeafd22cffcf6a998e006aa1f3dd1d9d2258db7d78dee96b44bee4ba0bbaf0440ed348794f2543 - languageName: node - linkType: hard - "node-fetch@npm:2.6.7": version: 2.6.7 resolution: "node-fetch@npm:2.6.7" @@ -25248,21 +24377,6 @@ __metadata: languageName: node linkType: hard -"nypm@npm:^0.3.8": - version: 0.3.8 - resolution: "nypm@npm:0.3.8" - dependencies: - citty: "npm:^0.1.6" - consola: "npm:^3.2.3" - execa: "npm:^8.0.1" - pathe: "npm:^1.1.2" - ufo: "npm:^1.4.0" - bin: - nypm: dist/cli.mjs - checksum: 10/fc3fcf4f2c9837d09c1b9b976c205e1538a9378b5ac40ea0d3bac0bcaeb554d0a8d17e4b42c1b8b6079fb6bf760f0d94b576084c032f862433a915739a54e327 - languageName: node - linkType: hard - "oauth-sign@npm:~0.9.0": version: 0.9.0 resolution: "oauth-sign@npm:0.9.0" @@ -25334,13 +24448,6 @@ __metadata: languageName: node linkType: hard -"ohash@npm:^1.1.3": - version: 1.1.3 - resolution: "ohash@npm:1.1.3" - checksum: 10/80a3528285f61588600c8c4f091a67f55fbc141f4eec4b3c30182468053042eef5a9684780e963f98a71ec068f3de56d42920c6417bf8f79ab14aeb75ac0bb39 - languageName: node - linkType: hard - "on-exit-leak-free@npm:^2.1.0": version: 2.1.2 resolution: "on-exit-leak-free@npm:2.1.2" @@ -25587,7 +24694,7 @@ __metadata: "@o3r/design": "workspace:^" "@o3r/eslint-plugin": "workspace:^" "@o3r/schematics": "workspace:^" - "@stylistic/eslint-plugin-ts": "npm:^1.5.4" + "@stylistic/eslint-plugin-ts": "npm:^2.0.0" "@types/eslint": "npm:^8.42.0" "@types/glob": "npm:^8.0.0" "@types/jest": "npm:~29.5.2" @@ -25601,10 +24708,10 @@ __metadata: esbuild: "npm:~0.21.0" eslint: "npm:^8.57.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-plugin-jest: "npm:~27.9.0" + eslint-plugin-jest: "npm:~28.6.0" eslint-plugin-jsdoc: "npm:~48.2.1" eslint-plugin-prefer-arrow: "npm:~1.2.3" - eslint-plugin-unicorn: "npm:^51.0.1" + eslint-plugin-unicorn: "npm:^54.0.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" jest-junit: "npm:~16.0.0" @@ -25831,7 +24938,7 @@ __metadata: languageName: node linkType: hard -"pako@npm:^0.2.5, pako@npm:~0.2.0": +"pako@npm:^0.2.5": version: 0.2.9 resolution: "pako@npm:0.2.9" checksum: 10/627c6842e90af0b3a9ee47345bd66485a589aff9514266f4fa9318557ad819c46fedf97510f2cef9b6224c57913777966a05cb46caf6a9b31177a5401a06fe15 @@ -26096,13 +25203,6 @@ __metadata: languageName: node linkType: hard -"pathe@npm:^1.1.2": - version: 1.1.2 - resolution: "pathe@npm:1.1.2" - checksum: 10/f201d796351bf7433d147b92c20eb154a4e0ea83512017bf4ec4e492a5d6e738fb45798be4259a61aa81270179fce11026f6ff0d3fa04173041de044defe9d80 - languageName: node - linkType: hard - "pause-stream@npm:0.0.11, pause-stream@npm:^0.0.11": version: 0.0.11 resolution: "pause-stream@npm:0.0.11" @@ -26131,17 +25231,6 @@ __metadata: languageName: node linkType: hard -"peek-stream@npm:^1.1.0": - version: 1.1.3 - resolution: "peek-stream@npm:1.1.3" - dependencies: - buffer-from: "npm:^1.0.0" - duplexify: "npm:^3.5.0" - through2: "npm:^2.0.3" - checksum: 10/a0e09d6d1a8a01158a3334f20d6b1cdd91747eba24eb06a1d742eefb620385593121a76d4378cc81f77cdce6a66df0575a41041b1189c510254aec91878afc99 - languageName: node - linkType: hard - "pend@npm:~1.2.0": version: 1.2.0 resolution: "pend@npm:1.2.0" @@ -26365,15 +25454,6 @@ __metadata: languageName: node linkType: hard -"pkg-dir@npm:^3.0.0": - version: 3.0.0 - resolution: "pkg-dir@npm:3.0.0" - dependencies: - find-up: "npm:^3.0.0" - checksum: 10/70c9476ffefc77552cc6b1880176b71ad70bfac4f367604b2b04efd19337309a4eec985e94823271c7c0e83946fa5aeb18cd360d15d10a5d7533e19344bfa808 - languageName: node - linkType: hard - "pkg-dir@npm:^5.0.0": version: 5.0.0 resolution: "pkg-dir@npm:5.0.0" @@ -26956,12 +26036,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^2.8.0": - version: 2.8.8 - resolution: "prettier@npm:2.8.8" +"prettier-fallback@npm:prettier@^3": + version: 3.3.2 + resolution: "prettier@npm:3.3.2" bin: - prettier: bin-prettier.js - checksum: 10/00cdb6ab0281f98306cd1847425c24cbaaa48a5ff03633945ab4c701901b8e96ad558eb0777364ffc312f437af9b5a07d0f45346266e8245beaf6247b9c62b24 + prettier: bin/prettier.cjs + checksum: 10/83214e154afa5aa9b664c2506640212323eb1376b13379b2413dc351b7de0687629dca3f00ff2ec895ebd7e3a2adb7d7e231b6c77606e2358137f2150807405b languageName: node linkType: hard @@ -27073,7 +26153,7 @@ __metadata: languageName: node linkType: hard -"progress@npm:2.0.3, progress@npm:^2.0.1, progress@npm:^2.0.3": +"progress@npm:2.0.3, progress@npm:^2.0.3": version: 2.0.3 resolution: "progress@npm:2.0.3" checksum: 10/e6f0bcb71f716eee9dfac0fe8a2606e3704d6a64dd93baaf49fbadbc8499989a610fe14cf1bc6f61b6d6653c49408d94f4a94e124538084efd8e4cf525e0293d @@ -27159,7 +26239,7 @@ __metadata: languageName: node linkType: hard -"proxy-from-env@npm:1.1.0, proxy-from-env@npm:^1.0.0, proxy-from-env@npm:^1.1.0": +"proxy-from-env@npm:1.1.0, proxy-from-env@npm:^1.1.0": version: 1.1.0 resolution: "proxy-from-env@npm:1.1.0" checksum: 10/f0bb4a87cfd18f77bc2fba23ae49c3b378fb35143af16cc478171c623eebe181678f09439707ad80081d340d1593cd54a33a0113f3ccb3f4bc9451488780ee23 @@ -27212,16 +26292,6 @@ __metadata: languageName: node linkType: hard -"pump@npm:^2.0.0": - version: 2.0.1 - resolution: "pump@npm:2.0.1" - dependencies: - end-of-stream: "npm:^1.1.0" - once: "npm:^1.3.1" - checksum: 10/e9f26a17be00810bff37ad0171edb35f58b242487b0444f92fb7d78bc7d61442fa9b9c5bd93a43fd8fd8ddd3cc75f1221f5e04c790f42907e5baab7cf5e2b931 - languageName: node - linkType: hard - "pump@npm:^3.0.0": version: 3.0.0 resolution: "pump@npm:3.0.0" @@ -27232,17 +26302,6 @@ __metadata: languageName: node linkType: hard -"pumpify@npm:^1.3.3": - version: 1.5.1 - resolution: "pumpify@npm:1.5.1" - dependencies: - duplexify: "npm:^3.6.0" - inherits: "npm:^2.0.3" - pump: "npm:^2.0.0" - checksum: 10/5d11a99f320dc2a052610399bac6d03db0a23bc23b23aa2a7d0adf879da3065a55134b975db66dc46bc79f54af3dd575d8119113a0a5b311a00580e1f053896b - languageName: node - linkType: hard - "punycode@npm:^1.4.1": version: 1.4.1 resolution: "punycode@npm:1.4.1" @@ -27250,7 +26309,7 @@ __metadata: languageName: node linkType: hard -"punycode@npm:^2.1.0, punycode@npm:^2.1.1": +"punycode@npm:^2.1.0, punycode@npm:^2.1.1, punycode@npm:^2.3.1": version: 2.3.1 resolution: "punycode@npm:2.3.1" checksum: 10/febdc4362bead22f9e2608ff0171713230b57aff9dddc1c273aa2a651fbd366f94b7d6a71d78342a7c0819906750351ca7f2edd26ea41b626d87d6a13d1bd059 @@ -27277,24 +26336,6 @@ __metadata: languageName: node linkType: hard -"puppeteer-core@npm:^2.1.1": - version: 2.1.1 - resolution: "puppeteer-core@npm:2.1.1" - dependencies: - "@types/mime-types": "npm:^2.1.0" - debug: "npm:^4.1.0" - extract-zip: "npm:^1.6.6" - https-proxy-agent: "npm:^4.0.0" - mime: "npm:^2.0.3" - mime-types: "npm:^2.1.25" - progress: "npm:^2.0.1" - proxy-from-env: "npm:^1.0.0" - rimraf: "npm:^2.6.1" - ws: "npm:^6.1.0" - checksum: 10/fcbf80c954f9562f88b53886dc377595bf478abbb47c005f9131a56b6704cdd0a26b60f2646d2340866ed9f5059aae2b9f06a0f04310f5f14520ec94a687fbe6 - languageName: node - linkType: hard - "pure-rand@npm:^6.0.0": version: 6.1.0 resolution: "pure-rand@npm:6.1.0" @@ -27451,7 +26492,7 @@ __metadata: languageName: node linkType: hard -"react-remove-scroll-bar@npm:^2.3.3": +"react-remove-scroll-bar@npm:^2.3.4": version: 2.3.6 resolution: "react-remove-scroll-bar@npm:2.3.6" dependencies: @@ -27467,11 +26508,11 @@ __metadata: languageName: node linkType: hard -"react-remove-scroll@npm:2.5.5": - version: 2.5.5 - resolution: "react-remove-scroll@npm:2.5.5" +"react-remove-scroll@npm:2.5.7": + version: 2.5.7 + resolution: "react-remove-scroll@npm:2.5.7" dependencies: - react-remove-scroll-bar: "npm:^2.3.3" + react-remove-scroll-bar: "npm:^2.3.4" react-style-singleton: "npm:^2.2.1" tslib: "npm:^2.1.0" use-callback-ref: "npm:^1.3.0" @@ -27482,7 +26523,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/f0646ac384ce3852d1f41e30a9f9e251b11cf3b430d1d114c937c8fa7f90a895c06378d0d6b6ff0b2d00cbccf15e845921944fd6074ae67a0fb347a718106d88 + checksum: 10/a1285d118e734855be6a1cf6c83a2ee39d8c5a5c3c336a1e9b80ab571326669bf39a52607f1889337c559c18b9e5fd5a0772fa82f748de3fcfe114ee6f772cc6 languageName: node linkType: hard @@ -27618,7 +26659,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^2.0.0, readable-stream@npm:^2.0.1, readable-stream@npm:^2.0.5, readable-stream@npm:^2.2.2, readable-stream@npm:~2.3.6": +"readable-stream@npm:^2.0.1, readable-stream@npm:^2.0.5, readable-stream@npm:~2.3.6": version: 2.3.8 resolution: "readable-stream@npm:2.3.8" dependencies: @@ -27692,7 +26733,7 @@ __metadata: languageName: node linkType: hard -"recast@npm:^0.23.1, recast@npm:^0.23.3": +"recast@npm:^0.23.5": version: 0.23.9 resolution: "recast@npm:0.23.9" dependencies: @@ -28012,13 +27053,6 @@ __metadata: languageName: node linkType: hard -"resolve-from@npm:5.0.0, resolve-from@npm:^5.0.0": - version: 5.0.0 - resolution: "resolve-from@npm:5.0.0" - checksum: 10/be18a5e4d76dd711778664829841cde690971d02b6cbae277735a09c1c28f407b99ef6ef3cd585a1e6546d4097b28df40ed32c4a287b9699dcf6d7f208495e23 - languageName: node - linkType: hard - "resolve-from@npm:^4.0.0": version: 4.0.0 resolution: "resolve-from@npm:4.0.0" @@ -28026,12 +27060,10 @@ __metadata: languageName: node linkType: hard -"resolve-global@npm:1.0.0, resolve-global@npm:^1.0.0": - version: 1.0.0 - resolution: "resolve-global@npm:1.0.0" - dependencies: - global-dirs: "npm:^0.1.1" - checksum: 10/c4e11d33e84bde7516b824503ffbe4b6cce863d5ce485680fd3db997b7c64da1df98321b1fd0703b58be8bc9bc83bc96bd83043f96194386b45eb47229efb6b6 +"resolve-from@npm:^5.0.0": + version: 5.0.0 + resolution: "resolve-from@npm:5.0.0" + checksum: 10/be18a5e4d76dd711778664829841cde690971d02b6cbae277735a09c1c28f407b99ef6ef3cd585a1e6546d4097b28df40ed32c4a287b9699dcf6d7f208495e23 languageName: node linkType: hard @@ -28156,7 +27188,7 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^2.2.8, rimraf@npm:^2.5.2, rimraf@npm:^2.5.4, rimraf@npm:^2.6.1": +"rimraf@npm:^2.2.8, rimraf@npm:^2.5.2, rimraf@npm:^2.5.4": version: 2.7.1 resolution: "rimraf@npm:2.7.1" dependencies: @@ -28178,17 +27210,6 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:~2.6.2": - version: 2.6.3 - resolution: "rimraf@npm:2.6.3" - dependencies: - glob: "npm:^7.1.3" - bin: - rimraf: ./bin.js - checksum: 10/756419f2fa99aa119c46a9fc03e09d84ecf5421a80a72d1944c5088c9e4671e77128527a900a313ed9d3fdbdd37e2ae05486cd7e9116d5812d8c31f2399d7c86 - languageName: node - linkType: hard - "robots-parser@npm:^3.0.0": version: 3.0.1 resolution: "robots-parser@npm:3.0.1" @@ -28259,6 +27280,13 @@ __metadata: languageName: node linkType: hard +"rrweb-cssom@npm:^0.6.0": + version: 0.6.0 + resolution: "rrweb-cssom@npm:0.6.0" + checksum: 10/5411836a4a78d6b68480767b8312de291f32d5710a278343954a778e5b420eaf13c90d9d2a942acf4718ddf497baa75ce653a314b332a380b6eaae1dee72257e + languageName: node + linkType: hard + "run-applescript@npm:^7.0.0": version: 7.0.0 resolution: "run-applescript@npm:7.0.0" @@ -28567,18 +27595,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:7.6.0": - version: 7.6.0 - resolution: "semver@npm:7.6.0" - dependencies: - lru-cache: "npm:^6.0.0" - bin: - semver: bin/semver.js - checksum: 10/1b41018df2d8aca5a1db4729985e8e20428c650daea60fcd16e926e9383217d00f574fab92d79612771884a98d2ee2a1973f49d630829a8d54d6570defe62535 - languageName: node - linkType: hard - -"semver@npm:7.6.2, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.1.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.2": +"semver@npm:7.6.2, semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.1.2, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0, semver@npm:^7.6.1, semver@npm:^7.6.2": version: 7.6.2 resolution: "semver@npm:7.6.2" bin: @@ -28900,10 +27917,10 @@ __metadata: languageName: node linkType: hard -"smartlook-client@npm:^8.0.0": - version: 8.3.0 - resolution: "smartlook-client@npm:8.3.0" - checksum: 10/829f2d59c72a9c2aa27593656cc31c5e7fadfa29d30cd1b97725272c744b44111d394dc01650833ef16dfb9e182033182ec38e7a82bd4e6161ffd5144ddc3b3c +"smartlook-client@npm:^9.0.0": + version: 9.0.0 + resolution: "smartlook-client@npm:9.0.0" + checksum: 10/9c262516612f0afd8986134920bc6029c168c24081d6e131ce57ae26967ba37fe99072b4aec9155e68a1649b7b0432b8ea53039b51c4ed4b17d25f501cfcbc80 languageName: node linkType: hard @@ -29018,7 +28035,7 @@ __metadata: languageName: node linkType: hard -"source-map-support@npm:0.5.21, source-map-support@npm:^0.5.16, source-map-support@npm:^0.5.21, source-map-support@npm:^0.5.5, source-map-support@npm:~0.5.20": +"source-map-support@npm:0.5.21, source-map-support@npm:^0.5.21, source-map-support@npm:^0.5.5, source-map-support@npm:~0.5.20": version: 0.5.21 resolution: "source-map-support@npm:0.5.21" dependencies: @@ -29147,7 +28164,7 @@ __metadata: languageName: node linkType: hard -"split2@npm:^3.0.0, split2@npm:^3.1.1": +"split2@npm:^3.0.0, split2@npm:^3.1.1, split2@npm:^3.2.2": version: 3.2.2 resolution: "split2@npm:3.2.2" dependencies: @@ -29309,13 +28326,6 @@ __metadata: languageName: node linkType: hard -"stream-shift@npm:^1.0.0": - version: 1.0.3 - resolution: "stream-shift@npm:1.0.3" - checksum: 10/a24c0a3f66a8f9024bd1d579a533a53be283b4475d4e6b4b3211b964031447bdf6532dd1f3c2b0ad66752554391b7c62bd7ca4559193381f766534e723d50242 - languageName: node - linkType: hard - "streamx@npm:^2.12.5, streamx@npm:^2.15.0": version: 2.18.0 resolution: "streamx@npm:2.18.0" @@ -29440,13 +28450,6 @@ __metadata: languageName: node linkType: hard -"stringify-package@npm:^1.0.1": - version: 1.0.1 - resolution: "stringify-package@npm:1.0.1" - checksum: 10/462036085a0cf7ae073d9b88a2bbf7efb3792e3df3e1fd436851f64196eb0234c8f8ffac436357e355687d6030b7af42e98af9515929e41a6a5c8653aa62a5aa - languageName: node - linkType: hard - "strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1": version: 6.0.1 resolution: "strip-ansi@npm:6.0.1" @@ -29546,7 +28549,7 @@ __metadata: languageName: node linkType: hard -"strip-json-comments@npm:^3.0.1, strip-json-comments@npm:^3.1.1": +"strip-json-comments@npm:^3.1.1": version: 3.1.1 resolution: "strip-json-comments@npm:3.1.1" checksum: 10/492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443 @@ -29792,18 +28795,6 @@ __metadata: languageName: node linkType: hard -"swc-loader@npm:^0.2.3": - version: 0.2.6 - resolution: "swc-loader@npm:0.2.6" - dependencies: - "@swc/counter": "npm:^0.1.3" - peerDependencies: - "@swc/core": ^1.2.147 - webpack: ">=2" - checksum: 10/fe90948c02a51bb8ffcff1ce3590e01dc12860b0bb7c9e22052b14fa846ed437781ae265614a5e14344bea22001108780f00a6e350e28c0b3499bc4cd11335fb - languageName: node - linkType: hard - "symbol-observable@npm:4.0.0": version: 4.0.0 resolution: "symbol-observable@npm:4.0.0" @@ -29852,7 +28843,7 @@ __metadata: languageName: node linkType: hard -"tar-fs@npm:2.1.1, tar-fs@npm:^2.0.0, tar-fs@npm:^2.1.1": +"tar-fs@npm:2.1.1, tar-fs@npm:^2.0.0": version: 2.1.1 resolution: "tar-fs@npm:2.1.1" dependencies: @@ -29888,7 +28879,7 @@ __metadata: languageName: node linkType: hard -"tar@npm:^6.0.5, tar@npm:^6.1.11, tar@npm:^6.1.12, tar@npm:^6.1.2, tar@npm:^6.2.0": +"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: @@ -29902,6 +28893,20 @@ __metadata: languageName: node linkType: hard +"tar@npm:^7.0.0": + version: 7.4.0 + resolution: "tar@npm:7.4.0" + dependencies: + "@isaacs/fs-minipass": "npm:^4.0.0" + chownr: "npm:^3.0.0" + minipass: "npm:^7.1.2" + minizlib: "npm:^3.0.1" + mkdirp: "npm:^3.0.1" + yallist: "npm:^5.0.0" + checksum: 10/fd0e366c0da823ac66cd0d2f52ff2b7963945a4252db88b5887053b6ab54a489380dfad64b2b26ae4a08bb2f5d66de04432d45e039a37bc0d442546ef29c6ee6 + languageName: node + linkType: hard + "teex@npm:^1.0.1": version: 1.0.1 resolution: "teex@npm:1.0.1" @@ -29920,19 +28925,10 @@ __metadata: languageName: node linkType: hard -"temp-dir@npm:^2.0.0": - version: 2.0.0 - resolution: "temp-dir@npm:2.0.0" - checksum: 10/cc4f0404bf8d6ae1a166e0e64f3f409b423f4d1274d8c02814a59a5529f07db6cd070a749664141b992b2c1af337fa9bb451a460a43bb9bcddc49f235d3115aa - languageName: node - linkType: hard - -"temp@npm:^0.8.4": - version: 0.8.4 - resolution: "temp@npm:0.8.4" - dependencies: - rimraf: "npm:~2.6.2" - checksum: 10/0a7f76b49637415bc391c3f6e69377cc4c38afac95132b4158fa711e77b70b082fe56fd886f9d11ffab9d148df181a105a93c8b618fb72266eeaa5e5ddbfe37f +"temp-dir@npm:^3.0.0": + version: 3.0.0 + resolution: "temp-dir@npm:3.0.0" + checksum: 10/577211e995d1d584dd60f1469351d45e8a5b4524e4a9e42d3bdd12cfde1d0bb8f5898311bef24e02aaafb69514c1feb58c7b4c33dcec7129da3b0861a4ca935b languageName: node linkType: hard @@ -29952,16 +28948,15 @@ __metadata: languageName: node linkType: hard -"tempy@npm:^1.0.1": - version: 1.0.1 - resolution: "tempy@npm:1.0.1" +"tempy@npm:^3.1.0": + version: 3.1.0 + resolution: "tempy@npm:3.1.0" dependencies: - del: "npm:^6.0.0" - is-stream: "npm:^2.0.0" - temp-dir: "npm:^2.0.0" - type-fest: "npm:^0.16.0" - unique-string: "npm:^2.0.0" - checksum: 10/e3a3857cd102db84c484b8e878203b496f0e927025b7c60dd118c0c9a0962f4589321c6b3093185d529576af5c58be65d755e72c2a6ad009ff340ab8cbbe4d33 + is-stream: "npm:^3.0.0" + temp-dir: "npm:^3.0.0" + type-fest: "npm:^2.12.2" + unique-string: "npm:^3.0.0" + checksum: 10/f5540bc24dcd9d41ab0b31e9eed73c3ef825080f1c8b1e854e4b73059155c889f72f5f7c15e8cd462d59aa10c9726e423c81d6a365d614b538c6cc78a1209cc6 languageName: node linkType: hard @@ -30095,7 +29090,7 @@ __metadata: languageName: node linkType: hard -"through2@npm:^2.0.0, through2@npm:^2.0.1, through2@npm:^2.0.3": +"through2@npm:^2.0.0, through2@npm:^2.0.1": version: 2.0.5 resolution: "through2@npm:2.0.5" dependencies: @@ -30231,7 +29226,7 @@ __metadata: languageName: node linkType: hard -"tough-cookie@npm:^4.1.2": +"tough-cookie@npm:^4.1.2, tough-cookie@npm:^4.1.3": version: 4.1.4 resolution: "tough-cookie@npm:4.1.4" dependencies: @@ -30252,6 +29247,15 @@ __metadata: languageName: node linkType: hard +"tr46@npm:^5.0.0": + version: 5.0.0 + resolution: "tr46@npm:5.0.0" + dependencies: + punycode: "npm:^2.3.1" + checksum: 10/29155adb167d048d3c95d181f7cb5ac71948b4e8f3070ec455986e1f34634acae50ae02a3c8d448121c3afe35b76951cd46ed4c128fd80264280ca9502237a3e + languageName: node + linkType: hard + "tr46@npm:~0.0.3": version: 0.0.3 resolution: "tr46@npm:0.0.3" @@ -30325,7 +29329,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^1.0.1, ts-api-utils@npm:^1.3.0": +"ts-api-utils@npm:^1.3.0": version: 1.3.0 resolution: "ts-api-utils@npm:1.3.0" peerDependencies: @@ -30535,7 +29539,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^1.13.0, tslib@npm:^1.8.1, tslib@npm:^1.9.0, tslib@npm:^1.9.3": +"tslib@npm:^1.13.0, tslib@npm:^1.9.0, tslib@npm:^1.9.3": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: 10/7dbf34e6f55c6492637adb81b555af5e3b4f9cc6b998fb440dac82d3b42bdc91560a35a5fb75e20e24a076c651438234da6743d139e4feabf0783f3cdfe1dddb @@ -30549,17 +29553,6 @@ __metadata: languageName: node linkType: hard -"tsutils@npm:^3.21.0": - version: 3.21.0 - resolution: "tsutils@npm:3.21.0" - dependencies: - tslib: "npm:^1.8.1" - peerDependencies: - typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - checksum: 10/ea036bec1dd024e309939ffd49fda7a351c0e87a1b8eb049570dd119d447250e2c56e0e6c00554e8205760e7417793fdebff752a46e573fbe07d4f375502a5b2 - languageName: node - linkType: hard - "tuf-js@npm:^2.2.1": version: 2.2.1 resolution: "tuf-js@npm:2.2.1" @@ -30617,13 +29610,6 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^0.16.0": - version: 0.16.0 - resolution: "type-fest@npm:0.16.0" - checksum: 10/fd8c47ccb90e9fe7bae8bfc0e116e200e096120200c1ab1737bf0bc9334b344dd4925f876ed698174ffd58cd179bb56a55467be96aedc22d5d72748eac428bc8 - languageName: node - linkType: hard - "type-fest@npm:^0.18.0": version: 0.18.1 resolution: "type-fest@npm:0.18.1" @@ -30673,7 +29659,7 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^2.19.0": +"type-fest@npm:^2.12.2, type-fest@npm:^2.19.0": version: 2.19.0 resolution: "type-fest@npm:2.19.0" checksum: 10/7bf9e8fdf34f92c8bb364c0af14ca875fac7e0183f2985498b77be129dc1b3b1ad0a6b3281580f19e48c6105c037fb966ad9934520c69c6434d17fd0af4eed78 @@ -30885,13 +29871,6 @@ __metadata: languageName: node linkType: hard -"ufo@npm:^1.4.0": - version: 1.5.3 - resolution: "ufo@npm:1.5.3" - checksum: 10/2b30dddd873c643efecdb58cfe457183cd4d95937ccdacca6942c697b87a2c578232c25a5149fda85436696bf0fdbc213bf2b220874712bc3e58c0fb00a2c950 - languageName: node - linkType: hard - "uglify-js@npm:^3.1.4": version: 3.18.0 resolution: "uglify-js@npm:3.18.0" @@ -31065,6 +30044,15 @@ __metadata: languageName: node linkType: hard +"unique-string@npm:^3.0.0": + version: 3.0.0 + resolution: "unique-string@npm:3.0.0" + dependencies: + crypto-random-string: "npm:^4.0.0" + checksum: 10/1a1e2e7d02eab1bb10f720475da735e1990c8a5ff34edd1a3b6bc31590cb4210b7a1233d779360cc622ce11c211e43afa1628dd658f35d3e6a89964b622940df + languageName: node + linkType: hard + "universal-github-app-jwt@npm:^1.1.2": version: 1.1.2 resolution: "universal-github-app-jwt@npm:1.1.2" @@ -31191,18 +30179,6 @@ __metadata: languageName: node linkType: hard -"use-resize-observer@npm:^9.1.0": - version: 9.1.0 - resolution: "use-resize-observer@npm:9.1.0" - dependencies: - "@juggle/resize-observer": "npm:^3.3.1" - peerDependencies: - react: 16.8.0 - 18 - react-dom: 16.8.0 - 18 - checksum: 10/821d3f783090e36c694ef0ae3e366b364a691a8254d04337700ea79757e01e2d79f307ee517487c9246db7e8bc9625b474dd6ac7dad18d777004dee817826080 - languageName: node - linkType: hard - "use-sidecar@npm:^1.1.2": version: 1.1.2 resolution: "use-sidecar@npm:1.1.2" @@ -31253,6 +30229,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^10.0.0": + version: 10.0.0 + resolution: "uuid@npm:10.0.0" + bin: + uuid: dist/bin/uuid + checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538 + languageName: node + linkType: hard + "uuid@npm:^3.3.2": version: 3.4.0 resolution: "uuid@npm:3.4.0" @@ -31271,7 +30256,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:^9.0.0, uuid@npm:^9.0.1": +"uuid@npm:^9.0.1": version: 9.0.1 resolution: "uuid@npm:9.0.1" bin: @@ -31441,6 +30426,15 @@ __metadata: languageName: node linkType: hard +"w3c-xmlserializer@npm:^5.0.0": + version: 5.0.0 + resolution: "w3c-xmlserializer@npm:5.0.0" + dependencies: + xml-name-validator: "npm:^5.0.0" + checksum: 10/d78f59e6b4f924aa53b6dfc56949959229cae7fe05ea9374eb38d11edcec01398b7f5d7a12576bd5acc57ff446abb5c9115cd83b9d882555015437cf858d42f0 + languageName: node + linkType: hard + "walker@npm:^1.0.8": version: 1.0.8 resolution: "walker@npm:1.0.8" @@ -31603,7 +30597,7 @@ __metadata: languageName: node linkType: hard -"webpack-dev-middleware@npm:^6.1.1": +"webpack-dev-middleware@npm:^6.1.2": version: 6.1.3 resolution: "webpack-dev-middleware@npm:6.1.3" dependencies: @@ -31874,6 +30868,15 @@ __metadata: languageName: node linkType: hard +"whatwg-encoding@npm:^3.1.1": + version: 3.1.1 + resolution: "whatwg-encoding@npm:3.1.1" + dependencies: + iconv-lite: "npm:0.6.3" + checksum: 10/bbef815eb67f91487c7f2ef96329743f5fd8357d7d62b1119237d25d41c7e452dff8197235b2d3c031365a17f61d3bb73ca49d0ed1582475aa4a670815e79534 + languageName: node + linkType: hard + "whatwg-fetch@npm:^3.4.1": version: 3.6.20 resolution: "whatwg-fetch@npm:3.6.20" @@ -31888,6 +30891,13 @@ __metadata: languageName: node linkType: hard +"whatwg-mimetype@npm:^4.0.0": + version: 4.0.0 + resolution: "whatwg-mimetype@npm:4.0.0" + checksum: 10/894a618e2d90bf444b6f309f3ceb6e58cf21b2beaa00c8b333696958c4076f0c7b30b9d33413c9ffff7c5832a0a0c8569e5bb347ef44beded72aeefd0acd62e8 + languageName: node + linkType: hard + "whatwg-url@npm:^11.0.0": version: 11.0.0 resolution: "whatwg-url@npm:11.0.0" @@ -31898,6 +30908,16 @@ __metadata: languageName: node linkType: hard +"whatwg-url@npm:^14.0.0": + version: 14.0.0 + resolution: "whatwg-url@npm:14.0.0" + dependencies: + tr46: "npm:^5.0.0" + webidl-conversions: "npm:^7.0.0" + checksum: 10/67ea7a359a90663b28c816d76379b4be62d13446e9a4c0ae0b5ae0294b1c22577750fcdceb40827bb35a61777b7093056953c856604a28b37d6a209ba59ad062 + languageName: node + linkType: hard + "whatwg-url@npm:^5.0.0": version: 5.0.0 resolution: "whatwg-url@npm:5.0.0" @@ -32085,17 +31105,6 @@ __metadata: languageName: node linkType: hard -"write-file-atomic@npm:^2.3.0": - version: 2.4.3 - resolution: "write-file-atomic@npm:2.4.3" - dependencies: - graceful-fs: "npm:^4.1.11" - imurmurhash: "npm:^0.1.4" - signal-exit: "npm:^3.0.2" - checksum: 10/15ce863dce07075d0decedd7c9094f4461e46139d28a758c53162f24c0791c16cd2e7a76baa5b47b1a851fbb51e16f2fab739afb156929b22628f3225437135c - languageName: node - linkType: hard - "write-file-atomic@npm:^3.0.0, write-file-atomic@npm:^3.0.3": version: 3.0.3 resolution: "write-file-atomic@npm:3.0.3" @@ -32143,15 +31152,6 @@ __metadata: languageName: node linkType: hard -"ws@npm:^6.1.0": - version: 6.2.3 - resolution: "ws@npm:6.2.3" - dependencies: - async-limiter: "npm:~1.0.0" - checksum: 10/19f8d1608317f4c98f63da6eebaa85260a6fe1ba459cbfedd83ebe436368177fb1e2944761e2392c6b7321cbb7a375c8a81f9e1be35d555b6b4647eb61eadd46 - languageName: node - linkType: hard - "ws@npm:^7.0.0": version: 7.5.10 resolution: "ws@npm:7.5.10" @@ -32196,6 +31196,13 @@ __metadata: languageName: node linkType: hard +"xml-name-validator@npm:^5.0.0": + version: 5.0.0 + resolution: "xml-name-validator@npm:5.0.0" + checksum: 10/43f30f3f6786e406dd665acf08cd742d5f8a46486bd72517edb04b27d1bcd1599664c2a4a99fc3f1e56a3194bff588b12f178b7972bc45c8047bdc4c3ac8d4a1 + languageName: node + linkType: hard + "xml2js@npm:^0.4.17": version: 0.4.23 resolution: "xml2js@npm:0.4.23" @@ -32288,6 +31295,13 @@ __metadata: languageName: node linkType: hard +"yallist@npm:^5.0.0": + version: 5.0.0 + resolution: "yallist@npm:5.0.0" + checksum: 10/1884d272d485845ad04759a255c71775db0fac56308764b4c77ea56a20d56679fad340213054c8c9c9c26fcfd4c4b2a90df993b7e0aaf3cdb73c618d1d1a802a + languageName: node + linkType: hard + "yaml-eslint-parser@npm:^1.2.2": version: 1.2.3 resolution: "yaml-eslint-parser@npm:1.2.3" @@ -32306,7 +31320,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.0.0, yaml@npm:^2.3.3, yaml@npm:~2.4.2": +"yaml@npm:^2.0.0, yaml@npm:^2.3.3, yaml@npm:^2.4.1, yaml@npm:~2.4.2": version: 2.4.5 resolution: "yaml@npm:2.4.5" bin: @@ -32373,7 +31387,7 @@ __metadata: languageName: node linkType: hard -"yargs@npm:^16.0.0, yargs@npm:^16.1.0, yargs@npm:^16.2.0": +"yargs@npm:^16.1.0, yargs@npm:^16.2.0": version: 16.2.0 resolution: "yargs@npm:16.2.0" dependencies: @@ -32435,14 +31449,14 @@ __metadata: languageName: node linkType: hard -"zip-stream@npm:^5.0.1": - version: 5.0.2 - resolution: "zip-stream@npm:5.0.2" +"zip-stream@npm:^6.0.1": + version: 6.0.1 + resolution: "zip-stream@npm:6.0.1" dependencies: - archiver-utils: "npm:^4.0.1" - compress-commons: "npm:^5.0.1" - readable-stream: "npm:^3.6.0" - checksum: 10/caf33dd9624d781ea2ded059c83e3e7adc963557ca399512d2da6ab6e219b35c2985f6ff1a334dd2ab241b4067db6819398c723f3fca89b51b078757df8e3c44 + archiver-utils: "npm:^5.0.0" + compress-commons: "npm:^6.0.2" + readable-stream: "npm:^4.0.0" + checksum: 10/aa5abd6a89590eadeba040afbc375f53337f12637e5e98330012a12d9886cde7a3ccc28bd91aafab50576035bbb1de39a9a316eecf2411c8b9009c9f94f0db27 languageName: node linkType: hard