From fc308bebce54c57e7b5eac94d842332ce8d8e480 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Wed, 4 Sep 2024 18:09:15 +0200 Subject: [PATCH 01/45] build: update Nx 19 & other dependencies Signed-off-by: Vojtech Masek --- .eslintrc.json | 13 +- .gitignore | 2 +- .prettierignore | 2 +- nx.json | 4 +- package-lock.json | 7301 ++++++++++------- package.json | 77 +- .../test-nx-utils/src/lib/utils/nx-plugin.ts | 7 +- 7 files changed, 4177 insertions(+), 3229 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 68a4b3111..13c4a6479 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -91,14 +91,21 @@ "rules": { "vitest/consistent-test-filename": [ "warn", - { "pattern": ".*\\.(unit|integration|e2e)\\.test\\.[tj]sx?$" } - ] + { + "pattern": ".*\\.(unit|integration|e2e)\\.test\\.[tj]sx?$" + } + ], + "@typescript-eslint/no-extra-semi": "error", + "no-extra-semi": "off" } }, { "files": ["*.js", "*.jsx"], "extends": ["plugin:@nx/javascript", "@code-pushup"], - "rules": {} + "rules": { + "@typescript-eslint/no-extra-semi": "error", + "no-extra-semi": "off" + } }, { "files": "*.json", diff --git a/.gitignore b/.gitignore index 21c8b0424..73a946634 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,4 @@ Thumbs.db **/.code-pushup # Nx workspace cache -.nx/cache +.nx diff --git a/.prettierignore b/.prettierignore index 17120ea5f..4ee7dc0ac 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,5 @@ # Add files here to ignore them from prettier formatting /dist /coverage -/.nx/cache +/.nx __snapshots__ diff --git a/nx.json b/nx.json index 23a1511fb..9bf8efb38 100644 --- a/nx.json +++ b/nx.json @@ -98,6 +98,7 @@ { "plugin": "@push-based/nx-verdaccio", "options": { + "environments": { "environmentsDir": "tmp/e2e", "targetNames": ["e2e"] @@ -107,5 +108,6 @@ } } } - ] + ], + "useInferencePlugins": false } diff --git a/package-lock.json b/package-lock.json index 960950fda..431c1d3a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,72 +11,72 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "17.3.2", - "@poppinss/cliui": "^6.4.0", - "@swc/helpers": "0.5.3", - "ansis": "^3.3.0", + "@nx/devkit": "19.6.5", + "@poppinss/cliui": "^6.4.1", + "@swc/helpers": "0.5.13", + "ansis": "^3.3.2", "build-md": "^0.4.2", - "bundle-require": "^4.0.1", + "bundle-require": "^4.2.1", + "cli-table3": "^0.6.5", "esbuild": "^0.19.12", "eslint": "~8.56.0", - "glob": "^10.4.5", "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "17.3.2", + "nx": "19.6.5", "parse-lcov": "^1.0.4", - "semver": "^7.6.0", - "simple-git": "^3.20.0", - "tslib": "^2.6.2", - "vscode-material-icons": "^0.1.0", - "yaml": "^2.5.1", + "semver": "^7.6.3", + "simple-git": "^3.26.0", + "tslib": "^2.4.0", + "vscode-material-icons": "^0.1.1", "yargs": "^17.7.2", - "zod": "^3.22.4" + "zod": "^3.23.8" }, "devDependencies": { - "@beaussan/nx-knip": "0.0.5-15", + "@beaussan/nx-knip": "^0.0.5-15", "@code-pushup/eslint-config": "^0.2.1", - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", - "@commitlint/config-nx-scopes": "^19.5.0", - "@commitlint/cz-commitlint": "^19.5.0", - "@commitlint/types": "^19.5.0", + "@commitlint/cli": "^19.4.1", + "@commitlint/config-conventional": "^19.4.1", + "@commitlint/config-nx-scopes": "^19.3.1", + "@commitlint/cz-commitlint": "^19.4.0", + "@commitlint/types": "^19.0.3", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "17.3.2", - "@nx/eslint-plugin": "17.3.2", - "@nx/js": "17.3.2", - "@nx/plugin": "17.3.2", - "@nx/react": "17.3.2", - "@nx/vite": "17.3.2", - "@nx/workspace": "17.3.2", - "@push-based/nx-verdaccio": "0.0.0-alpha.26", - "@swc-node/register": "^1.10.9", - "@swc/cli": "~0.1.62", - "@swc/core": "^1.3.99", + "@nx/esbuild": "19.6.5", + "@nx/eslint-plugin": "19.6.5", + "@nx/js": "19.6.5", + "@nx/plugin": "19.6.5", + "@nx/react": "19.6.5", + "@nx/vite": "19.6.5", + "@nx/workspace": "19.6.5", + "@swc-node/register": "1.9.2", + "@swc/cli": "0.3.14", + "@swc/core": "1.5.7", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^14.0.0", - "@trivago/prettier-plugin-sort-imports": "^4.3.0", - "@types/benchmark": "^2.1.5", + "@testing-library/react": "15.0.6", + "@trivago/prettier-plugin-sort-imports": "^4.2.0", + "@types/benchmark": "^2.1.4", "@types/debug": "^4.1.12", "@types/eslint": "^8.44.2", "@types/node": "18.19.21", - "@types/react": "18.2.24", - "@types/react-dom": "18.2.9", + "@types/react": "18.3.1", + "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.13.2", "@typescript-eslint/parser": "6.13.2", + "@verdaccio/types": "^10.8.0", "@vitejs/plugin-react": "4.2.1", "@vitest/coverage-v8": "1.3.1", "@vitest/ui": "1.3.1", "benchmark": "^2.1.4", - "chrome-launcher": "^1.1.1", + "chrome-launcher": "^1.1.2", "chromium": "^3.0.3", - "commitizen": "^4.3.1", - "commitlint-plugin-tense": "^1.0.3", - "dotenv": "^16.3.1", + "commitizen": "^4.3.0", + "commitlint-plugin-tense": "^1.0.2", + "dotenv": "^16.4.5", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-functional": "^6.0.0", "eslint-plugin-import": "2.27.5", + "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", @@ -84,31 +84,32 @@ "eslint-plugin-sonarjs": "^0.22.0", "eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-vitest": "^0.3.8", + "fast-glob": "^3.3.2", + "glob": "^10.4.5", + "globby": "^14.0.1", "husky": "^8.0.0", - "inquirer": "^9.3.7", + "inquirer": "^9.3.6", "jsdom": "~24.0.0", - "jsonc-eslint-parser": "^2.4.0", - "knip": "^5.33.3", + "jsonc": "^2.0.0", + "knip": "^5.29.2", "memfs": "^4.5.0", - "minimatch": "^10.0.1", - "moment": "^2.29.4", - "prettier": "^3.3.3", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "moment": "^2.30.1", + "prettier": "^2.6.2", + "react": "18.3.1", + "react-dom": "18.3.1", "tsconfig-paths": "^4.2.0", - "tsx": "^4.1.2", - "type-fest": "^4.26.1", - "typescript": "5.3.3", + "tsx": "^4.19.0", + "typescript": "5.5.4", "verdaccio": "^5.0.4", "vite": "^5.2.13", "vitest": "1.3.1", - "zod2md": "^0.1.1" + "zod2md": "^0.1.3" }, "optionalDependencies": { - "@esbuild/darwin-arm64": "^0.19.4", - "@nx/nx-darwin-arm64": "^16.9.1", - "@nx/nx-darwin-x64": "^16.10.0", - "@nx/nx-linux-x64-gnu": "16.7.4" + "@esbuild/darwin-arm64": "^0.19.12", + "@nx/nx-darwin-arm64": "19.6.5", + "@nx/nx-darwin-x64": "19.6.5", + "@nx/nx-linux-x64-gnu": "19.6.5" } }, "node_modules/@adobe/css-tools": { @@ -131,12 +132,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.9.tgz", - "integrity": "sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "dev": true, "dependencies": { - "@babel/highlight": "^7.25.9", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" }, "engines": { @@ -144,30 +145,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.9.tgz", - "integrity": "sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", + "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.9.tgz", - "integrity": "sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.25.9", - "@babel/generator": "^7.25.9", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helpers": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -192,54 +193,54 @@ } }, "node_modules/@babel/generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.9.tgz", - "integrity": "sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", + "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", "dev": true, "dependencies": { - "@babel/types": "^7.25.9", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", "dev": true, "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", - "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", + "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", "dev": true, "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", - "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", + "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "browserslist": "^4.24.0", + "@babel/compat-data": "^7.25.2", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -257,17 +258,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", - "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz", + "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/traverse": "^7.25.9", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/traverse": "^7.25.4", "semver": "^6.3.1" }, "engines": { @@ -287,13 +288,13 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", - "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", + "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "regexpu-core": "^6.1.1", + "@babel/helper-annotate-as-pure": "^7.24.7", + "regexpu-core": "^5.3.1", "semver": "^6.3.1" }, "engines": { @@ -366,41 +367,41 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", - "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", + "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", "dev": true, "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.8" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", "dev": true, "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz", - "integrity": "sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", + "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-simple-access": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -410,35 +411,35 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", - "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", "dev": true, "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", - "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", - "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", + "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-wrap-function": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-wrap-function": "^7.25.0", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -448,14 +449,14 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", - "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", + "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", "dev": true, "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -465,26 +466,26 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", - "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", "dev": true, "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", - "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", "dev": true, "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -503,66 +504,66 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", + "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", - "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", + "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", "dev": true, "dependencies": { - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.9.tgz", - "integrity": "sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz", + "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==", "dev": true, "dependencies": { - "@babel/template": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz", - "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", + "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -619,12 +620,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.9.tgz", - "integrity": "sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", + "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.25.9" + "@babel/types": "^7.25.6" }, "bin": { "parser": "bin/babel-parser.js" @@ -634,13 +635,13 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", - "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.3" }, "engines": { "node": ">=6.9.0" @@ -650,12 +651,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", - "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", + "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -665,12 +666,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", - "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", + "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -680,14 +681,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", + "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -697,13 +698,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", - "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", + "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -713,14 +714,14 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz", - "integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz", + "integrity": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-syntax-decorators": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-decorators": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -793,12 +794,12 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz", - "integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz", + "integrity": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -807,13 +808,37 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.9.tgz", - "integrity": "sha512-4GHX5uzr5QMOOuzV0an9MFju4hKlm0OyePl/lHhcsTVae5t/IKVHnb8W67Vr6FuLlk5lPqLB7n7O+K5R46emYg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz", + "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -823,12 +848,12 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.9.tgz", - "integrity": "sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz", + "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -862,12 +887,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", - "integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -979,12 +1004,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", - "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz", + "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1010,12 +1035,12 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", - "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", + "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1025,14 +1050,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", - "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz", + "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.4" }, "engines": { "node": ">=6.9.0" @@ -1042,14 +1068,14 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", - "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9" + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1059,12 +1085,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", - "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", + "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1074,12 +1100,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", - "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", + "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1089,13 +1115,13 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", - "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz", + "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1105,13 +1131,14 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.9.tgz", - "integrity": "sha512-UIf+72C7YJ+PJ685/PpATbCz00XqiFEzHX5iysRwfvNT0Ko+FaXSvRgLytFSp8xUItrG9pFM/KoBBZDrY/cYyg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", + "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -1121,16 +1148,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", - "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz", + "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9", - "@babel/traverse": "^7.25.9", + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/traverse": "^7.25.4", "globals": "^11.1.0" }, "engines": { @@ -1141,13 +1168,13 @@ } }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", - "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", + "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/template": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/template": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1157,12 +1184,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", - "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1172,13 +1199,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", - "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", + "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1188,12 +1215,12 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", - "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", + "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1203,13 +1230,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", + "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1219,12 +1246,13 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", - "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", + "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1234,13 +1262,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", - "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", + "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", "dev": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1250,12 +1278,13 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", - "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", + "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1265,13 +1294,13 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", - "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", + "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1281,14 +1310,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", - "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", + "version": "7.25.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", + "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.1" }, "engines": { "node": ">=6.9.0" @@ -1298,12 +1327,13 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", - "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", + "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1313,12 +1343,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", - "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", + "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1328,12 +1358,13 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", - "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", + "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -1343,12 +1374,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", - "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", + "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1358,13 +1389,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", - "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", + "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1374,14 +1405,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", - "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-simple-access": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-simple-access": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1391,15 +1422,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", - "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", + "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" + "@babel/helper-module-transforms": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1409,13 +1440,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", - "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", + "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1425,13 +1456,13 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", + "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1441,12 +1472,12 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", - "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", + "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1456,12 +1487,13 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", - "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", + "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1471,12 +1503,13 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", - "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", + "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -1486,14 +1519,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", - "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", + "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9" + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1503,13 +1537,13 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", - "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", + "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1519,12 +1553,13 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", - "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", + "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1534,13 +1569,14 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -1550,12 +1586,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", - "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", + "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1565,13 +1601,13 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", - "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz", + "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1581,14 +1617,15 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", - "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", + "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { "node": ">=6.9.0" @@ -1598,12 +1635,12 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", - "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", + "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1613,12 +1650,12 @@ } }, "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.9.tgz", - "integrity": "sha512-Ncw2JFsJVuvfRsa2lSHiC55kETQVLSnsYGQ1JDDwkUeWGTL/8Tom8aLTnlqgoeuopWrbbGndrc9AlLYrIosrow==", + "version": "7.25.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.1.tgz", + "integrity": "sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1628,12 +1665,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz", - "integrity": "sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz", + "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1643,16 +1680,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz", - "integrity": "sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz", + "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/types": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -1662,12 +1699,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz", - "integrity": "sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz", + "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==", "dev": true, "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.25.9" + "@babel/plugin-transform-react-jsx": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1677,12 +1714,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz", - "integrity": "sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz", + "integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1692,12 +1729,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz", - "integrity": "sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz", + "integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1707,13 +1744,13 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz", - "integrity": "sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz", + "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1723,12 +1760,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", - "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", + "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1739,12 +1776,12 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", - "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", + "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1754,13 +1791,13 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz", - "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", + "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", @@ -1783,12 +1820,12 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", - "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", + "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1798,13 +1835,13 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", - "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", + "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1814,12 +1851,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", - "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", + "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1829,12 +1866,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", - "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", + "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1844,12 +1881,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", - "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1859,16 +1896,16 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz", - "integrity": "sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz", + "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/plugin-syntax-typescript": "^7.25.9" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1878,12 +1915,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", - "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", + "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1893,13 +1930,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", - "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", + "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1909,13 +1946,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", - "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", + "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -1925,13 +1962,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", - "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz", + "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" + "@babel/helper-create-regexp-features-plugin": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1941,78 +1978,93 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.9.tgz", - "integrity": "sha512-XqDEt+hfsQukahSX9JOBDHhpUHDhj2zGSxoqWQFCMajOSBnbhBdgON/bU/5PkBA1yX5tqW6tTzuIPVsZTQ7h5Q==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.25.9", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", + "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.4", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-import-assertions": "^7.25.9", - "@babel/plugin-syntax-import-attributes": "^7.25.9", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.25.9", - "@babel/plugin-transform-async-generator-functions": "^7.25.9", - "@babel/plugin-transform-async-to-generator": "^7.25.9", - "@babel/plugin-transform-block-scoped-functions": "^7.25.9", - "@babel/plugin-transform-block-scoping": "^7.25.9", - "@babel/plugin-transform-class-properties": "^7.25.9", - "@babel/plugin-transform-class-static-block": "^7.25.9", - "@babel/plugin-transform-classes": "^7.25.9", - "@babel/plugin-transform-computed-properties": "^7.25.9", - "@babel/plugin-transform-destructuring": "^7.25.9", - "@babel/plugin-transform-dotall-regex": "^7.25.9", - "@babel/plugin-transform-duplicate-keys": "^7.25.9", - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-dynamic-import": "^7.25.9", - "@babel/plugin-transform-exponentiation-operator": "^7.25.9", - "@babel/plugin-transform-export-namespace-from": "^7.25.9", - "@babel/plugin-transform-for-of": "^7.25.9", - "@babel/plugin-transform-function-name": "^7.25.9", - "@babel/plugin-transform-json-strings": "^7.25.9", - "@babel/plugin-transform-literals": "^7.25.9", - "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", - "@babel/plugin-transform-member-expression-literals": "^7.25.9", - "@babel/plugin-transform-modules-amd": "^7.25.9", - "@babel/plugin-transform-modules-commonjs": "^7.25.9", - "@babel/plugin-transform-modules-systemjs": "^7.25.9", - "@babel/plugin-transform-modules-umd": "^7.25.9", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-new-target": "^7.25.9", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", - "@babel/plugin-transform-numeric-separator": "^7.25.9", - "@babel/plugin-transform-object-rest-spread": "^7.25.9", - "@babel/plugin-transform-object-super": "^7.25.9", - "@babel/plugin-transform-optional-catch-binding": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9", - "@babel/plugin-transform-private-methods": "^7.25.9", - "@babel/plugin-transform-private-property-in-object": "^7.25.9", - "@babel/plugin-transform-property-literals": "^7.25.9", - "@babel/plugin-transform-regenerator": "^7.25.9", - "@babel/plugin-transform-reserved-words": "^7.25.9", - "@babel/plugin-transform-shorthand-properties": "^7.25.9", - "@babel/plugin-transform-spread": "^7.25.9", - "@babel/plugin-transform-sticky-regex": "^7.25.9", - "@babel/plugin-transform-template-literals": "^7.25.9", - "@babel/plugin-transform-typeof-symbol": "^7.25.9", - "@babel/plugin-transform-unicode-escapes": "^7.25.9", - "@babel/plugin-transform-unicode-property-regex": "^7.25.9", - "@babel/plugin-transform-unicode-regex": "^7.25.9", - "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.25.4", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.4", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.25.4", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.4", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.38.1", + "core-js-compat": "^3.37.1", "semver": "^6.3.1" }, "engines": { @@ -2046,17 +2098,17 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.25.9.tgz", - "integrity": "sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz", + "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-transform-react-display-name": "^7.25.9", - "@babel/plugin-transform-react-jsx": "^7.25.9", - "@babel/plugin-transform-react-jsx-development": "^7.25.9", - "@babel/plugin-transform-react-pure-annotations": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-transform-react-display-name": "^7.24.7", + "@babel/plugin-transform-react-jsx": "^7.24.7", + "@babel/plugin-transform-react-jsx-development": "^7.24.7", + "@babel/plugin-transform-react-pure-annotations": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2066,16 +2118,16 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.25.9.tgz", - "integrity": "sha512-XWxw1AcKk36kgxf4C//fl0ikjLeqGUWn062/Fd8GtpTfDJOX6Ud95FK+4JlDA36BX4bNGndXi3a6Vr4Jo5/61A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", + "integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-syntax-jsx": "^7.25.9", - "@babel/plugin-transform-modules-commonjs": "^7.25.9", - "@babel/plugin-transform-typescript": "^7.25.9" + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "@babel/plugin-syntax-jsx": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.7", + "@babel/plugin-transform-typescript": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -2084,10 +2136,16 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true + }, "node_modules/@babel/runtime": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.9.tgz", - "integrity": "sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", + "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" @@ -2097,30 +2155,30 @@ } }, "node_modules/@babel/template": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", - "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/types": "^7.25.9" + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", - "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz", + "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.25.9", - "@babel/generator": "^7.25.9", - "@babel/parser": "^7.25.9", - "@babel/template": "^7.25.9", - "@babel/types": "^7.25.9", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.6", + "@babel/parser": "^7.25.6", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.6", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -2129,13 +2187,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.9.tgz", - "integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" @@ -2252,17 +2311,17 @@ } }, "node_modules/@commitlint/cli": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.5.0.tgz", - "integrity": "sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==", + "version": "19.4.1", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.4.1.tgz", + "integrity": "sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==", "dev": true, "dependencies": { - "@commitlint/format": "^19.5.0", - "@commitlint/lint": "^19.5.0", - "@commitlint/load": "^19.5.0", - "@commitlint/read": "^19.5.0", - "@commitlint/types": "^19.5.0", - "tinyexec": "^0.3.0", + "@commitlint/format": "^19.3.0", + "@commitlint/lint": "^19.4.1", + "@commitlint/load": "^19.4.0", + "@commitlint/read": "^19.4.0", + "@commitlint/types": "^19.0.3", + "execa": "^8.0.1", "yargs": "^17.0.0" }, "bin": { @@ -2273,12 +2332,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz", - "integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==", + "version": "19.4.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.4.1.tgz", + "integrity": "sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -2286,12 +2345,12 @@ } }, "node_modules/@commitlint/config-nx-scopes": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-nx-scopes/-/config-nx-scopes-19.5.0.tgz", - "integrity": "sha512-YjJVN9n5PJGnom1JqpC9tnQzWsWPeCbKN63AU6jTk25yxNpMtMVKNNEFU+yEPneo4kJk2yIicKjtPuRqYqL3Wg==", + "version": "19.3.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-nx-scopes/-/config-nx-scopes-19.3.1.tgz", + "integrity": "sha512-4Yp16S7QJ4LQVHH+VONxQ56qG1vAu4LmAudtOo80zelCTsrKjRqDXxFQCdWi7wAEgM44wvS/2Sgh+QlPDLo7hA==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0" + "@commitlint/types": "^19.0.3" }, "engines": { "node": ">=v18" @@ -2306,12 +2365,12 @@ } }, "node_modules/@commitlint/config-validator": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz", - "integrity": "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz", + "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "ajv": "^8.11.0" }, "engines": { @@ -2319,14 +2378,14 @@ } }, "node_modules/@commitlint/cz-commitlint": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.5.0.tgz", - "integrity": "sha512-PNfIC54J3lDVIBJTo7A1RMp1kdOYkGcUz27VG0NP/DzFKLspXcQm13RnKc16BjFNCJGLC7iaXjucrfrKHOqorQ==", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.4.0.tgz", + "integrity": "sha512-axgYquyTb9+HHFz8KX6xiXwsoX6HSlJOiaDQnnE8lHYxDv1nEtrEsasda8VI+EbH5sdfOT0FGtsiuGdL+09KmA==", "dev": true, "dependencies": { - "@commitlint/ensure": "^19.5.0", - "@commitlint/load": "^19.5.0", - "@commitlint/types": "^19.5.0", + "@commitlint/ensure": "^19.0.3", + "@commitlint/load": "^19.4.0", + "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "lodash.isplainobject": "^4.0.6", "word-wrap": "^1.2.5" @@ -2340,12 +2399,12 @@ } }, "node_modules/@commitlint/ensure": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz", - "integrity": "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz", + "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", @@ -2357,21 +2416,21 @@ } }, "node_modules/@commitlint/execute-rule": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz", - "integrity": "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz", + "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/format": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz", - "integrity": "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz", + "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "chalk": "^5.3.0" }, "engines": { @@ -2379,12 +2438,12 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz", - "integrity": "sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz", + "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "semver": "^7.6.0" }, "engines": { @@ -2392,30 +2451,30 @@ } }, "node_modules/@commitlint/lint": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.5.0.tgz", - "integrity": "sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==", + "version": "19.4.1", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.4.1.tgz", + "integrity": "sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==", "dev": true, "dependencies": { - "@commitlint/is-ignored": "^19.5.0", - "@commitlint/parse": "^19.5.0", - "@commitlint/rules": "^19.5.0", - "@commitlint/types": "^19.5.0" + "@commitlint/is-ignored": "^19.2.2", + "@commitlint/parse": "^19.0.3", + "@commitlint/rules": "^19.4.1", + "@commitlint/types": "^19.0.3" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/load": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.5.0.tgz", - "integrity": "sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.4.0.tgz", + "integrity": "sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^19.5.0", - "@commitlint/execute-rule": "^19.5.0", - "@commitlint/resolve-extends": "^19.5.0", - "@commitlint/types": "^19.5.0", + "@commitlint/config-validator": "^19.0.3", + "@commitlint/execute-rule": "^19.0.0", + "@commitlint/resolve-extends": "^19.1.0", + "@commitlint/types": "^19.0.3", "chalk": "^5.3.0", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^5.0.0", @@ -2428,21 +2487,21 @@ } }, "node_modules/@commitlint/message": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz", - "integrity": "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz", + "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/parse": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz", - "integrity": "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz", + "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==", "dev": true, "dependencies": { - "@commitlint/types": "^19.5.0", + "@commitlint/types": "^19.0.3", "conventional-changelog-angular": "^7.0.0", "conventional-commits-parser": "^5.0.0" }, @@ -2451,29 +2510,29 @@ } }, "node_modules/@commitlint/read": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz", - "integrity": "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==", + "version": "19.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.4.0.tgz", + "integrity": "sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==", "dev": true, "dependencies": { - "@commitlint/top-level": "^19.5.0", - "@commitlint/types": "^19.5.0", + "@commitlint/top-level": "^19.0.0", + "@commitlint/types": "^19.0.3", + "execa": "^8.0.1", "git-raw-commits": "^4.0.0", - "minimist": "^1.2.8", - "tinyexec": "^0.3.0" + "minimist": "^1.2.8" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/resolve-extends": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz", - "integrity": "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", + "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^19.5.0", - "@commitlint/types": "^19.5.0", + "@commitlint/config-validator": "^19.0.3", + "@commitlint/types": "^19.0.3", "global-directory": "^4.0.1", "import-meta-resolve": "^4.0.0", "lodash.mergewith": "^4.6.2", @@ -2484,33 +2543,34 @@ } }, "node_modules/@commitlint/rules": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.5.0.tgz", - "integrity": "sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==", + "version": "19.4.1", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.4.1.tgz", + "integrity": "sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==", "dev": true, "dependencies": { - "@commitlint/ensure": "^19.5.0", - "@commitlint/message": "^19.5.0", - "@commitlint/to-lines": "^19.5.0", - "@commitlint/types": "^19.5.0" + "@commitlint/ensure": "^19.0.3", + "@commitlint/message": "^19.0.0", + "@commitlint/to-lines": "^19.0.0", + "@commitlint/types": "^19.0.3", + "execa": "^8.0.1" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/to-lines": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz", - "integrity": "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz", + "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/top-level": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz", - "integrity": "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz", + "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==", "dev": true, "dependencies": { "find-up": "^7.0.0" @@ -2520,9 +2580,9 @@ } }, "node_modules/@commitlint/types": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", - "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", + "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", "dev": true, "dependencies": { "@types/conventional-commits-parser": "^5.0.0", @@ -2613,22 +2673,18 @@ } }, "node_modules/@emnapi/core": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.3.1.tgz", - "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==", - "dev": true, - "optional": true, + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz", + "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==", "dependencies": { "@emnapi/wasi-threads": "1.0.1", "tslib": "^2.4.0" } }, "node_modules/@emnapi/runtime": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", - "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", - "dev": true, - "optional": true, + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", + "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", "dependencies": { "tslib": "^2.4.0" } @@ -2637,8 +2693,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", - "dev": true, - "optional": true, "dependencies": { "tslib": "^2.4.0" } @@ -3019,9 +3073,9 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", - "integrity": "sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", + "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } @@ -3063,6 +3117,11 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, "node_modules/@eslint/eslintrc/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -3086,6 +3145,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -3122,48 +3192,47 @@ } }, "node_modules/@formatjs/ecma402-abstract": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.2.0.tgz", - "integrity": "sha512-IpM+ev1E4QLtstniOE29W1rqH9eTdx5hQdNL8pzrflMj/gogfaoONZqL83LUeQScHAvyMbpqP5C9MzNf+fFwhQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", + "integrity": "sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==", "dependencies": { - "@formatjs/fast-memoize": "2.2.1", - "@formatjs/intl-localematcher": "0.5.5", - "tslib": "^2.7.0" + "@formatjs/intl-localematcher": "0.5.4", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/fast-memoize": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.1.tgz", - "integrity": "sha512-XS2RcOSyWxmUB7BUjj3mlPH0exsUzlf6QfhhijgI941WaJhVxXQ6mEWkdUFIdnKi3TuTYxRdelsgv3mjieIGIA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.2.0.tgz", + "integrity": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==", "dependencies": { - "tslib": "^2.7.0" + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.8.0.tgz", - "integrity": "sha512-r2un3fmF9oJv3mOkH+wwQZ037VpqmdfahbcCZ9Lh+p6Sx+sNsonI7Zcr6jNMm1s+Si7ejQORS4Ezlh05mMPAXA==", + "version": "2.7.8", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.7.8.tgz", + "integrity": "sha512-nBZJYmhpcSX0WeJ5SDYUkZ42AgR3xiyhNCsQweFx3cz/ULJjym8bHAzWKvG5e2+1XO98dBYC0fWeeAECAVSwLA==", "dependencies": { - "@formatjs/ecma402-abstract": "2.2.0", - "@formatjs/icu-skeleton-parser": "1.8.4", - "tslib": "^2.7.0" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/icu-skeleton-parser": "1.8.2", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.4.tgz", - "integrity": "sha512-LMQ1+Wk1QSzU4zpd5aSu7+w5oeYhupRwZnMQckLPRYhSjf2/8JWQ882BauY9NyHxs5igpuQIXZDgfkaH3PoATg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.8.2.tgz", + "integrity": "sha512-k4ERKgw7aKGWJZgTarIcNEmvyTVD9FYh0mTrrBMHZ1b8hUu6iOJ4SzsZlo3UNAvHYa+PnvntIwRPt1/vy4nA9Q==", "dependencies": { - "@formatjs/ecma402-abstract": "2.2.0", - "tslib": "^2.7.0" + "@formatjs/ecma402-abstract": "2.0.0", + "tslib": "^2.4.0" } }, "node_modules/@formatjs/intl-localematcher": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.5.tgz", - "integrity": "sha512-t5tOGMgZ/i5+ALl2/offNqAQq/lfUnKLEw0mXQI4N4bqpedhrSE+fyKLpwnd22sK0dif6AV+ufQcTsKShB9J1g==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.5.4.tgz", + "integrity": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==", "dependencies": { - "tslib": "^2.7.0" + "tslib": "^2.4.0" } }, "node_modules/@graphql-typed-document-node/core": { @@ -3227,9 +3296,9 @@ "deprecated": "Use @eslint/object-schema instead" }, "node_modules/@inquirer/figures": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz", - "integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz", + "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==", "dev": true, "engines": { "node": ">=18" @@ -3267,15 +3336,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", @@ -3298,19 +3358,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -4031,9 +4078,9 @@ } }, "node_modules/@jsonjoy.com/util": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", - "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.3.0.tgz", + "integrity": "sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==", "dev": true, "engines": { "node": ">=10.0" @@ -4059,149 +4106,496 @@ "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, - "node_modules/@mole-inc/bin-wrapper": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@mole-inc/bin-wrapper/-/bin-wrapper-8.0.1.tgz", - "integrity": "sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==", + "node_modules/@module-federation/bridge-react-webpack-plugin": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.2.8.tgz", + "integrity": "sha512-6G1qTo1HWvRcN5fzE+SZgvgzSPoq5YqNx8hFL8BttJmnd3wj4SUOFiikAsXhdVrzSK+Zuzg6pipkiLH1m+pbtw==", "dev": true, "dependencies": { - "bin-check": "^4.1.0", - "bin-version-check": "^5.0.0", - "content-disposition": "^0.5.4", - "ext-name": "^5.0.0", - "file-type": "^17.1.6", - "filenamify": "^5.0.2", - "got": "^11.8.5", - "os-filter-obj": "^2.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "@module-federation/sdk": "0.2.8" } }, - "node_modules/@napi-rs/wasm-runtime": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.5.tgz", - "integrity": "sha512-kwUxR7J9WLutBbulqg1dfOrMTwhMdXLdcGUhcbCcGwnPLt3gz19uHVdwH1syKVDbE022ZS2vZxOWflFLS0YTjw==", + "node_modules/@module-federation/dts-plugin": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.2.8.tgz", + "integrity": "sha512-qY1Wbqo0yu9nh6KR8K19t5T4tYtlUbmcNdcaCweISCyAbH99TrhpQkJ89NY0TLtnxQ6uayIYayqAWS7vzyDXVw==", "dev": true, - "optional": true, "dependencies": { - "@emnapi/core": "^1.1.0", - "@emnapi/runtime": "^1.1.0", - "@tybys/wasm-util": "^0.9.0" + "@module-federation/managers": "0.2.8", + "@module-federation/sdk": "0.2.8", + "@module-federation/third-party-dts-extractor": "0.2.8", + "adm-zip": "^0.5.10", + "ansi-colors": "^4.1.3", + "axios": "^1.6.7", + "chalk": "3.0.0", + "fs-extra": "9.1.0", + "isomorphic-ws": "5.0.0", + "koa": "2.11.0", + "lodash.clonedeepwith": "4.5.0", + "log4js": "6.9.1", + "node-schedule": "2.1.1", + "rambda": "^9.1.0", + "ws": "8.17.1" + }, + "peerDependencies": { + "typescript": "^4.9.0 || ^5.0.0", + "vue-tsc": ">=1.0.24" + }, + "peerDependenciesMeta": { + "vue-tsc": { + "optional": true + } } }, - "node_modules/@nodelib/fs.scandir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-3.0.0.tgz", - "integrity": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==", + "node_modules/@module-federation/dts-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "@nodelib/fs.stat": "3.0.0", - "run-parallel": "^1.2.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=16.14.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nodelib/fs.stat": { + "node_modules/@module-federation/dts-plugin/node_modules/chalk": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-3.0.0.tgz", - "integrity": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { - "node": ">=16.14.0" + "node": ">=8" } }, - "node_modules/@nodelib/fs.walk": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-2.0.0.tgz", - "integrity": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==", + "node_modules/@module-federation/dts-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "dependencies": { - "@nodelib/fs.scandir": "3.0.0", - "fastq": "^1.15.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=16.14.0" + "node": ">=7.0.0" } }, - "node_modules/@nolyfill/is-core-module": { - "version": "1.0.39", - "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", - "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", + "node_modules/@module-federation/dts-plugin/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@module-federation/dts-plugin/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, "engines": { - "node": ">=12.4.0" + "node": ">=10" } }, - "node_modules/@nrwl/devkit": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.3.2.tgz", - "integrity": "sha512-31wh7dDZPM1YUCfhhk/ioHnUeoPIlKYLFLW0fGdw76Ow2nmTqrmxha2m0CSIR1/9En9GpYut2IdUdNh9CctNlA==", - "dependencies": { - "@nx/devkit": "17.3.2" - } + "node_modules/@module-federation/dts-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@module-federation/dts-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@module-federation/enhanced": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.2.8.tgz", + "integrity": "sha512-6fGM/GiKw6LZiBe6DF8Petz6ih/Yyf3q2htLrx+hrWoDWfWEoWlLvoCUsVkY2UgMCLKid7Fm3Auc4w8A4aRjvQ==", + "dev": true, + "dependencies": { + "@module-federation/bridge-react-webpack-plugin": "0.2.8", + "@module-federation/dts-plugin": "0.2.8", + "@module-federation/managers": "0.2.8", + "@module-federation/manifest": "0.2.8", + "@module-federation/rspack": "0.2.8", + "@module-federation/runtime-tools": "0.2.8", + "@module-federation/sdk": "0.2.8", + "btoa": "^1.2.1", + "upath": "2.0.1" + }, + "peerDependencies": { + "typescript": "^4.9.0 || ^5.0.0", + "vue-tsc": ">=1.0.24", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vue-tsc": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/@module-federation/managers": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.2.8.tgz", + "integrity": "sha512-S5GXqt2Vrs1+uNXHw7UzZ7m3fs8H3nxNsNGQ0j5+HiT5yA7uRTY1AZJZCGAHzG6XImJ1DzL/SW1acM2Hwj0aAw==", + "dev": true, + "dependencies": { + "@module-federation/sdk": "0.2.8", + "find-pkg": "2.0.0", + "fs-extra": "9.1.0" + } + }, + "node_modules/@module-federation/managers/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@module-federation/manifest": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.2.8.tgz", + "integrity": "sha512-kw4PeAldkOuGCWfCnDzZwPHUx5qv9+WztY5+TEbsgXc5E+/e2NDA6Gg3eT8zUGeexeGdab3f+DuN9ZClZJYVGA==", + "dev": true, + "dependencies": { + "@module-federation/dts-plugin": "0.2.8", + "@module-federation/managers": "0.2.8", + "@module-federation/sdk": "0.2.8", + "chalk": "3.0.0", + "find-pkg": "2.0.0" + } + }, + "node_modules/@module-federation/manifest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@module-federation/manifest/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@module-federation/manifest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@module-federation/manifest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@module-federation/manifest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@module-federation/manifest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@module-federation/rspack": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.2.8.tgz", + "integrity": "sha512-5Bofm3cY7OOwO2DT5TevITd+HAA03zsY1wwsMb1BP6NkS/ukUtsjuRo2Anua0RkHBEIx+Dv5rpqOn7qSlOm1Fg==", + "dev": true, + "dependencies": { + "@module-federation/bridge-react-webpack-plugin": "0.2.8", + "@module-federation/dts-plugin": "0.2.8", + "@module-federation/managers": "0.2.8", + "@module-federation/manifest": "0.2.8", + "@module-federation/runtime-tools": "0.2.8", + "@module-federation/sdk": "0.2.8" + }, + "peerDependencies": { + "typescript": "^4.9.0 || ^5.0.0", + "vue-tsc": ">=1.0.24" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vue-tsc": { + "optional": true + } + } + }, + "node_modules/@module-federation/runtime": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.2.8.tgz", + "integrity": "sha512-8xmA/+z1zD09F5qU8VnSWLExqTCVWoHOguXsCX79kkqp7i0c+D2YaebWzlQ2kku+DU+0VIzXpQ3BBcumZ3v3wQ==", + "dev": true, + "dependencies": { + "@module-federation/sdk": "0.2.8" + } + }, + "node_modules/@module-federation/runtime-tools": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.2.8.tgz", + "integrity": "sha512-RSNtyhcNvnTQIdzRUIOGue6WQA/9mL9cY/n0dEd357L/lmLCvfHiZbowlkacckDzyApariUHxzkHrU2Q6kzoew==", + "dev": true, + "dependencies": { + "@module-federation/runtime": "0.2.8", + "@module-federation/webpack-bundler-runtime": "0.2.8" + } + }, + "node_modules/@module-federation/sdk": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.2.8.tgz", + "integrity": "sha512-eGMnJxdRDgt6dtMv8gkAlzEbTPWVHb3AHUNUG0w56wcbIF0RHC6kmvpHpSQyq4DVGWv3U4g/ZiH5BvBlqEelDQ==", + "dev": true + }, + "node_modules/@module-federation/third-party-dts-extractor": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.2.8.tgz", + "integrity": "sha512-VGXvdsRlljbFUfGeA448CxR7i6fLWJN07ViRuNXYYXc19e4bQVhBHzrf7eCv9ahcf/tA/8YYCS2h11ixbD691A==", + "dev": true, + "dependencies": { + "find-pkg": "2.0.0", + "fs-extra": "9.1.0", + "resolve": "1.22.8" + } + }, + "node_modules/@module-federation/third-party-dts-extractor/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@module-federation/webpack-bundler-runtime": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.2.8.tgz", + "integrity": "sha512-tiW1kD/V3QNul1/O3Y3lwQv/r4sUU4jvWZykrLvHYt2vuoGe1d4tHnSIFEVEAi9FSpuDwdRK2+NaWBr92gIS7Q==", + "dev": true, + "dependencies": { + "@module-federation/runtime": "0.2.8", + "@module-federation/sdk": "0.2.8" + } + }, + "node_modules/@mole-inc/bin-wrapper": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@mole-inc/bin-wrapper/-/bin-wrapper-8.0.1.tgz", + "integrity": "sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==", + "dev": true, + "dependencies": { + "bin-check": "^4.1.0", + "bin-version-check": "^5.0.0", + "content-disposition": "^0.5.4", + "ext-name": "^5.0.0", + "file-type": "^17.1.6", + "filenamify": "^5.0.2", + "got": "^11.8.5", + "os-filter-obj": "^2.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.4.tgz", + "integrity": "sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==", + "dependencies": { + "@emnapi/core": "^1.1.0", + "@emnapi/runtime": "^1.1.0", + "@tybys/wasm-util": "^0.9.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-3.0.0.tgz", + "integrity": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "3.0.0", + "run-parallel": "^1.2.0" + }, + "engines": { + "node": ">=16.14.0" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-3.0.0.tgz", + "integrity": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==", + "dev": true, + "engines": { + "node": ">=16.14.0" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-2.0.0.tgz", + "integrity": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "3.0.0", + "fastq": "^1.15.0" + }, + "engines": { + "node": ">=16.14.0" + } + }, + "node_modules/@nolyfill/is-core-module": { + "version": "1.0.39", + "resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz", + "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==", + "dev": true, + "engines": { + "node": ">=12.4.0" + } + }, + "node_modules/@nrwl/devkit": { + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.5.tgz", + "integrity": "sha512-KaQeVyYaWBQwQSITtumPvx+P7IpKFReETx4gLTcOpQ/a3QD/AZFGbNjiG+xDLbgo1FDh9dRt9k7eWhGk6oPWKQ==", + "dependencies": { + "@nx/devkit": "19.6.5" + } }, "node_modules/@nrwl/esbuild": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-17.3.2.tgz", - "integrity": "sha512-/1Lp+Wm/k6kZTl+ZAea0xYzs7MUe9us1ZeUB7PhBzL5AGqoSGuNq5D259FPK/hjXS6aOa1xlN/zbSewy5evunQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.6.5.tgz", + "integrity": "sha512-LC5PSiEnWc28wRyDTMkVW0ANUmGFLq1EDXSp3F1yJ1gnlLwALzbLkR30svQi/l9h5bVC0O+QMaD+pPxiovmNuA==", "dev": true, "dependencies": { - "@nx/esbuild": "17.3.2" + "@nx/esbuild": "19.6.5" } }, "node_modules/@nrwl/eslint-plugin-nx": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-17.3.2.tgz", - "integrity": "sha512-KfZtT+breRD7D8dy+YLIdKD7S9t4aqtEQLpRQCnJrCALYdqIRuql9rC2J69RUosozgrk55C0LERF0/kJVPe6Gg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.6.5.tgz", + "integrity": "sha512-PDWi4Myp4983N44sX+xMMcrcQwta//Q+WaYwShbAjZKzeF1ke/C53LZZC7tA/50arzxs6ic3rf0ruz/fsu2v4g==", "dev": true, "dependencies": { - "@nx/eslint-plugin": "17.3.2" + "@nx/eslint-plugin": "19.6.5" } }, "node_modules/@nrwl/jest": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-17.3.2.tgz", - "integrity": "sha512-sL7POaqrzHUBqKMOigmGsDin9hFtzL6orzSev0qOoTPCegRvMfyPpTbYdUsyN186jj0/ReD0b9lAiSOpfq3Q1g==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.6.5.tgz", + "integrity": "sha512-vSWHUnCiKsbjx/5p4kmCUJvO/HF1tao2cRsirdkNqyUk4ZSXIO/TK4QaBnFx/7Ruwh2IeZb1/N7d8PMI5KTiuA==", "dev": true, "dependencies": { - "@nx/jest": "17.3.2" + "@nx/jest": "19.6.5" } }, "node_modules/@nrwl/js": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-17.3.2.tgz", - "integrity": "sha512-WuIeSErulJuMeSpeK41RfiWI3jLjDD0S+tLnYdOLaWdjaIPqjknClM2BAJKlq472NnkkNWvtwtOS8jm518OjOQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.5.tgz", + "integrity": "sha512-Ybm+wuCjaujvq8QIJgDM45yqpx675tqGEHnCuyaCwETF+OhgufEIGMwV/ASk+Bcle3btPY7iKUp3YuCjTexnEw==", "dev": true, "dependencies": { - "@nx/js": "17.3.2" + "@nx/js": "19.6.5" } }, "node_modules/@nrwl/nx-plugin": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-17.3.2.tgz", - "integrity": "sha512-iXzW/PqKnTFo5KGFb09u9N69xyWilO0/r8eff8xE54MutzGirYgj5J5ITqLIswHyyYo547TxbBc4oxhKIA+xyw==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.6.5.tgz", + "integrity": "sha512-2gFUiAUuZpGUeYSnBIDG+QVawKlsYZa/lHlvwNM0plQz66E7xTrnbkKGTcxUqwjn2VigFb2CMLpfCjh6RxQa0g==", "dev": true, "dependencies": { - "@nx/plugin": "17.3.2" + "@nx/plugin": "19.6.5" } }, "node_modules/@nrwl/react": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-17.3.2.tgz", - "integrity": "sha512-LjH/odvCwCEqlqy4dqy4jnlyTCHLb13W3DoTb7vEy9g+i1vaCXfV061zmFvbweIXV2416sU6TcUCIVYwBVWH6g==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.6.5.tgz", + "integrity": "sha512-zW1MfS0gPn0iDeFmDcNrb4uvnY6RjQOLSjFGkfFkgPQAtBLRmIBPkESKE/G5Bdtn6HDPcwFQcKwL1ka0O5wUUg==", "dev": true, "dependencies": { - "@nx/react": "17.3.2" + "@nx/react": "19.6.5" } }, "node_modules/@nrwl/tao": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-17.3.2.tgz", - "integrity": "sha512-5uvpSmij0J9tteFV/0M/024K+H/o3XAlqtSdU8j03Auj1IleclSLF2yCTuIo7pYXhG3cgx1+nR+3nMs1QVAdUA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.5.tgz", + "integrity": "sha512-EoUN/kE6CMWJ4ZZgcXAyiOzn8BSshG2DhC5PNwzLTAxRBus8FgXR/9c0XOzchaP46Kq3hoBGFgeyW434tfuv5w==", "dependencies": { - "nx": "17.3.2", + "nx": "19.6.5", "tslib": "^2.3.0" }, "bin": { @@ -4209,59 +4603,60 @@ } }, "node_modules/@nrwl/vite": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-17.3.2.tgz", - "integrity": "sha512-JhpNkaJ2ylq59EyretQsIdOeO6M6VdRck7uOavI7DVIKU6RjwrMNmccbIas/Lhbc0Wn67t1JiHK8xrvNDx2sPQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.6.5.tgz", + "integrity": "sha512-BDWCBo8Yc+Xs8qEvzRbBqQi7H0YMDZrDWsu9KakCCovYhPlGV99i0WNijjvdfTHzvBknersG+M+h/7HYsczgkA==", "dev": true, "dependencies": { - "@nx/vite": "17.3.2" + "@nx/vite": "19.6.5" } }, "node_modules/@nrwl/web": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-17.3.2.tgz", - "integrity": "sha512-h8cpbr242ORQ829EygBoQ9AnGk2QSoS/tvO0TIPbzTa4zQhRq5M0+X/M86nUbktKTfElWbAF54ZWCk4sx1Fs2g==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.6.5.tgz", + "integrity": "sha512-uvz1eUWs+ug1KDL2J9LUaeYb+TZ3OKDC+tiAbrRGFd3oCxaQrvoZBmP8FzdJkN5AV/6gUqeO9G7CECCvkxh93Q==", "dev": true, "dependencies": { - "@nx/web": "17.3.2" + "@nx/web": "19.6.5" } }, "node_modules/@nrwl/workspace": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-17.3.2.tgz", - "integrity": "sha512-7xE/dujPjOIxsCV6TB0C4768voQaQSxmEUAbVz0mywBGrVpjpvAIx1GvdB6wwgWqtpZTz34hKFkUSJFPweUvbg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.5.tgz", + "integrity": "sha512-4oufH1plJjUy8g9kG7yRL/gQgoEUFc8Lmk1ibwUj2FrnkXJ0oE7DDtE5N9f/wCUg+uGSIgmrYyG4DGM9xGGQzg==", "dev": true, "dependencies": { - "@nx/workspace": "17.3.2" + "@nx/workspace": "19.6.5" } }, "node_modules/@nx/devkit": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.3.2.tgz", - "integrity": "sha512-gbOIhwrZKCSSFFbh6nE6LLCvAU7mhSdBSnRiS14YBwJJMu4CRJ0IcaFz58iXqGWZefMivKtkNFtx+zqwUC4ziw==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.5.tgz", + "integrity": "sha512-AEaMSr55Ar48QHU8TBi/gzLtjeT100zdyfLmk0RoiLzjjC8pWmm3Xfvqxyt1WsUUf4oQhlHlolJuoM41qKsdZw==", "dependencies": { - "@nrwl/devkit": "17.3.2", + "@nrwl/devkit": "19.6.5", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", + "minimatch": "9.0.3", "semver": "^7.5.3", "tmp": "~0.2.1", "tslib": "^2.3.0", "yargs-parser": "21.1.1" }, "peerDependencies": { - "nx": ">= 16 <= 18" + "nx": ">= 17 <= 20" } }, "node_modules/@nx/esbuild": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-17.3.2.tgz", - "integrity": "sha512-WLpDGUwET3DPlsIkM+4R6VLYxbUtVZYFcHDJeTRBaHzSGZJNnKSZ9SUjhGkMOZdKgEUBxcZ1RjXltiEy2GCCaA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.6.5.tgz", + "integrity": "sha512-B2haCf5he/vcifM4CFqL1VlHb3ZgPP0W/g1bJaD/D6PwGX1ScpyYrg9yrLTeJb5VY2CFgWqF1uikVXj6e3jxZw==", "dev": true, "dependencies": { - "@nrwl/esbuild": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", + "@nrwl/esbuild": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", "chalk": "^4.1.0", "fast-glob": "3.2.7", "fs-extra": "^11.1.0", @@ -4277,6 +4672,41 @@ } } }, + "node_modules/@nx/esbuild/node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nx/esbuild/node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nx/esbuild/node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/@nx/esbuild/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -4326,6 +4756,34 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/@nx/esbuild/node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/esbuild/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/@nx/esbuild/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -4348,38 +4806,39 @@ } }, "node_modules/@nx/eslint": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-17.3.2.tgz", - "integrity": "sha512-KArvmi9Y4Qcf0bIRXGC1/FZsjL6XtT7wzhJ5uGsJIvXAJUiMMlw/KqIR31pY4nu2cBbphCa0/P1Jp2C/IFXG8w==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.6.5.tgz", + "integrity": "sha512-1PXH5J5iGE6Af9nOZmQHI6Jej1lRdmqdWPJUUIkUa68e43plO4fBtl/QytAUF+kF2sP5gR/M+NjztJc9uSPBzQ==", "dev": true, "dependencies": { - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", - "@nx/linter": "17.3.2", - "eslint": "^8.0.0", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", + "@nx/linter": "19.6.5", + "semver": "^7.5.3", "tslib": "^2.3.0", - "typescript": "~5.3.2" + "typescript": "~5.4.2" }, "peerDependencies": { - "js-yaml": "4.1.0" + "@zkochan/js-yaml": "0.0.7", + "eslint": "^8.0.0 || ^9.0.0" }, "peerDependenciesMeta": { - "js-yaml": { + "@zkochan/js-yaml": { "optional": true } } }, "node_modules/@nx/eslint-plugin": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-17.3.2.tgz", - "integrity": "sha512-szNXnMr54SH3uQjsTgSb/ySomhbqF0nJnca1yoC7XJG8+jlQLTs8EiyqjdQ9CVo+KTxsb9ilDtAZXRNCHEyGlw==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.6.5.tgz", + "integrity": "sha512-JeonpPVwWn6DdBU5crqkJLbDYF9mQIiDQhjVt03f8c0Ty7592B8kyasxvLIajM/wlkx57o3+xH5xSlPk6rwzgA==", "dev": true, "dependencies": { - "@nrwl/eslint-plugin-nx": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", - "@typescript-eslint/type-utils": "^6.13.2", - "@typescript-eslint/utils": "^6.13.2", + "@nrwl/eslint-plugin-nx": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", + "@typescript-eslint/type-utils": "^7.16.0", + "@typescript-eslint/utils": "^7.16.0", "chalk": "^4.1.0", "confusing-browser-globals": "^1.0.9", "jsonc-eslint-parser": "^2.1.0", @@ -4387,7 +4846,7 @@ "tslib": "^2.3.0" }, "peerDependencies": { - "@typescript-eslint/parser": "^6.13.2", + "@typescript-eslint/parser": "^6.13.2 || ^7.0.0", "eslint-config-prettier": "^9.0.0" }, "peerDependenciesMeta": { @@ -4466,17 +4925,30 @@ "node": ">=8" } }, + "node_modules/@nx/eslint/node_modules/typescript": { + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@nx/jest": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-17.3.2.tgz", - "integrity": "sha512-koX4tsRe7eP6ZC/DsVz+WPlWrywAHG97HzwKuWd812BNAl4HC8NboYPz2EXLJyvoLafO7uznin4jR1EBBaUKBA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.6.5.tgz", + "integrity": "sha512-KFKZmJij6S88tRAbY3io85cbmUiJIpEqhN69S53+VBWa7c7aLZvHvTtk2Gi3SEtQl/9svAvIl2eAUH/KCy6s4w==", "dev": true, "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", - "@nrwl/jest": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", + "@nrwl/jest": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", "@phenomnomnominal/tsquery": "~5.0.1", "chalk": "^4.1.0", "identity-obj-proxy": "3.0.0", @@ -4485,7 +4957,9 @@ "jest-util": "^29.4.1", "minimatch": "9.0.3", "resolve.exports": "1.1.0", - "tslib": "^2.3.0" + "semver": "^7.5.3", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" } }, "node_modules/@nx/jest/node_modules/ansi-styles": { @@ -4546,21 +5020,6 @@ "node": ">=8" } }, - "node_modules/@nx/jest/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@nx/jest/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -4574,9 +5033,9 @@ } }, "node_modules/@nx/js": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-17.3.2.tgz", - "integrity": "sha512-37E3OILyu/7rCj6Z7tvC6PktHYa51UQBU+wWPdVWSZ64xu1SUsg9B9dfiyD1LXR9/rhjg4+0+g4cou0aqDK1Wg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.5.tgz", + "integrity": "sha512-nKK3fAJnFZZZF3hWRec64k+3JqcD0c9uZWXsXXEwZXmfB3TitPy+zczM2SSVvC50+AoIXGCCiFBUYesdxeReoQ==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -4586,10 +5045,9 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.22.5", "@babel/runtime": "^7.22.6", - "@nrwl/js": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/workspace": "17.3.2", - "@phenomnomnominal/tsquery": "~5.0.1", + "@nrwl/js": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/workspace": "19.6.5", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -4600,6 +5058,7 @@ "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", + "jsonc-parser": "3.2.0", "minimatch": "9.0.3", "npm-package-arg": "11.0.1", "npm-run-path": "^4.0.1", @@ -4613,10 +5072,45 @@ "peerDependencies": { "verdaccio": "^5.0.4" }, - "peerDependenciesMeta": { - "verdaccio": { - "optional": true - } + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } + } + }, + "node_modules/@nx/js/node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nx/js/node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nx/js/node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" } }, "node_modules/@nx/js/node_modules/ansi-styles": { @@ -4668,28 +5162,41 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/@nx/js/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/@nx/js/node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, "engines": { "node": ">=8" } }, - "node_modules/@nx/js/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/@nx/js/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 6" + } + }, + "node_modules/@nx/js/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/@nx/js/node_modules/supports-color": { @@ -4705,18 +5212,18 @@ } }, "node_modules/@nx/linter": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-17.3.2.tgz", - "integrity": "sha512-ruB72ODekAlqGI65IeO37vqgJIY+ROcx2Gyf12H3tZGUYeC1IwpPltbU63vD5Qkgj2znrD6aNkpYPV7C0b0scQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.6.5.tgz", + "integrity": "sha512-Ryrov+WJj0vGNoIu1yRnPvt39RkyVAKtIbqunejMMfJ0JHNDXT7ZprplT2Y2v2azckZYsaTNPC28pmp7IhQOPA==", "dev": true, "dependencies": { - "@nx/eslint": "17.3.2" + "@nx/eslint": "19.6.5" } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "16.10.0", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-16.10.0.tgz", - "integrity": "sha512-YF+MIpeuwFkyvM5OwgY/rTNRpgVAI/YiR0yTYCZR+X3AAvP775IVlusNgQ3oedTBRUzyRnI4Tknj1WniENFsvQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.5.tgz", + "integrity": "sha512-sFU2k0BaklM17206F2E5C3866y0SICb0xyuPeD6D07a6hB4IstjIUkldUJJN70wEsJ5I3VP4yZ2oJcwnb1TTRQ==", "cpu": [ "arm64" ], @@ -4729,9 +5236,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "16.10.0", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-16.10.0.tgz", - "integrity": "sha512-ypi6YxwXgb0kg2ixKXE3pwf5myVNUgWf1CsV5OzVccCM8NzheMO51KDXTDmEpXdzUsfT0AkO1sk5GZeCjhVONg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.5.tgz", + "integrity": "sha512-EJmTbUPmlksgOap6xkQl89+zXwHpaAnZLsyLHUd7i00eVRa21FRhdKFnVsRxtwPDZp/YCG84IzMUye/IrwDFTQ==", "cpu": [ "x64" ], @@ -4744,9 +5251,9 @@ } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-17.3.2.tgz", - "integrity": "sha512-07MMTfsJooONqL1Vrm5L6qk/gzmSrYLazjkiTmJz+9mrAM61RdfSYfO3mSyAoyfgWuQ5yEvfI56P036mK8aoPg==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.5.tgz", + "integrity": "sha512-rR8NJCskoEmIbK96uxaevHm146WDTA0V3jId+X1joITqjj3E2DMm0U4r5v/OgI5+iqbhFV4S83LrMxP6gBLTsQ==", "cpu": [ "x64" ], @@ -4759,9 +5266,9 @@ } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-17.3.2.tgz", - "integrity": "sha512-gQxMF6U/h18Rz+FZu50DZCtfOdk27hHghNh3d3YTeVsrJTd1SmUQbYublmwU/ia1HhFS8RVI8GvkaKt5ph0HoA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.5.tgz", + "integrity": "sha512-OUHFV6iLlJN7b7qFnqLfa0Yj/aoylEiRXcEhV1bhPm0Ryt1bOeGDmLYScVN8n5t+AVmrwwYHk+ajXMzCOLLeZw==", "cpu": [ "arm" ], @@ -4774,9 +5281,9 @@ } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-17.3.2.tgz", - "integrity": "sha512-X20wiXtXmKlC01bpVEREsRls1uVOM22xDTpqILvVty6+P+ytEYFR3Vs5EjDtzBKF51wjrwf03rEoToZbmgM8MA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.5.tgz", + "integrity": "sha512-CzbJfb24poaJgBHt4aKLaL8a7bO9KXCLls+TX0SZfmzA9AWX6YuiX9lhxwBv6cqsViXTDB4KnXndMDB/H0Gk4g==", "cpu": [ "arm64" ], @@ -4789,9 +5296,9 @@ } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-17.3.2.tgz", - "integrity": "sha512-yko3Xsezkn4tjeudZYLjxFl07X/YB84K+DLK7EFyh9elRWV/8VjFcQmBAKUS2r9LfaEMNXq8/vhWMOWYyWBrIA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.5.tgz", + "integrity": "sha512-MgidKilQ0KWxQbTnaqXGjASu7wtAC9q6zAwFNKFENkwJq3nThaQH6jQVlnINE4lL9NSgyyg0AS/ix31hiqAgvA==", "cpu": [ "arm64" ], @@ -4804,9 +5311,9 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "16.7.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-16.7.4.tgz", - "integrity": "sha512-4B58C/pXeuovSznBOeicsxNieBApbGMoi2du8jR6Is1gYFPv4l8fFHQHHGAa1l5XJC5JuGJqFywS4elInWprNw==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.5.tgz", + "integrity": "sha512-rGDylAoslIlk5TDbEJ6YoQOYxxYP9gCpi6FLke2mFgXVzOmVlLKHfVsegIHYVMYYF26h3NJh0NLGGzGdoBjWgQ==", "cpu": [ "x64" ], @@ -4819,9 +5326,9 @@ } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-17.3.2.tgz", - "integrity": "sha512-PWfVGmFsFJi+N1Nljg/jTKLHdufpGuHlxyfHqhDso/o4Qc0exZKSeZ1C63WkD7eTcT5kInifTQ/PffLiIDE3MA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.5.tgz", + "integrity": "sha512-C/pNjDL/bDEcrDypgBo4r1AOiPTk8gWJwBsFE1QHIvg7//5WFSreqRj34rJu/GZ95eLYJH5tje1VW6z+atEGkQ==", "cpu": [ "x64" ], @@ -4834,9 +5341,9 @@ } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-17.3.2.tgz", - "integrity": "sha512-O+4FFPbQz1mqaIj+SVE02ppe7T9ELj7Z5soQct5TbRRhwjGaw5n5xaPPBW7jUuQe2L5htid1E82LJyq3JpVc8A==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.5.tgz", + "integrity": "sha512-mMi8i16OFux17xed2iLPWwUdCbS1mYA9Ny/gnoNUCosmihmXX9wrzaGBkNAMsHA28huYQtPhGormsEs+zuiVFg==", "cpu": [ "arm64" ], @@ -4849,9 +5356,9 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-17.3.2.tgz", - "integrity": "sha512-4hQm+7coy+hBqGY9J709hz/tUPijhf/WS7eML2r2xBmqBew3PMHfeZuaAAYWN690nIsu0WX3wyDsNjulR8HGPQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.5.tgz", + "integrity": "sha512-jjhbDYNBkyz9Fg1jf0KZTrgdf/yx4v+k0ifukDIHZjva+jko0Ve5WzdkQ2K07M9ZxxYibDtTDqX9uX6+eFZtoA==", "cpu": [ "x64" ], @@ -4864,32 +5371,32 @@ } }, "node_modules/@nx/plugin": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-17.3.2.tgz", - "integrity": "sha512-VlqbG2wCAY6lzzSjpOZwiCIwOCdPDaYtgB8A8PlyuFjWIU4yioRpNufCTCv7H/ivkbIR3Pt4Z+jNTYyUm6wKxA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.6.5.tgz", + "integrity": "sha512-sKrlErS5C3wASP4mrRYRj4mTfisR7JQnHlz4l5iA7AVUhkJMiSbwZka0hXAKTOVJ6bKxShhSnE0U/WGrDi5csw==", "dev": true, "dependencies": { - "@nrwl/nx-plugin": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/eslint": "17.3.2", - "@nx/jest": "17.3.2", - "@nx/js": "17.3.2", - "@phenomnomnominal/tsquery": "~5.0.1", + "@nrwl/nx-plugin": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/eslint": "19.6.5", + "@nx/jest": "19.6.5", + "@nx/js": "19.6.5", "fs-extra": "^11.1.0", "tslib": "^2.3.0" } }, "node_modules/@nx/react": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/react/-/react-17.3.2.tgz", - "integrity": "sha512-QVfC0hDJJn3QOV6zX376f2PoHMw9svvnNMlBp/SLy/fmWCPbrvPOGZUMyyJ6DZ921OO9wP46J9/3llJCWIGGbA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.6.5.tgz", + "integrity": "sha512-7OsxA1hFcfVMoHoQ/WTPLvsJnkXzdhR6m0L8Rj0KZXxZTdbog7d9JKTh0fjolKtnqGsqcWC9esOYg/vF/utv9w==", "dev": true, "dependencies": { - "@nrwl/react": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/eslint": "17.3.2", - "@nx/js": "17.3.2", - "@nx/web": "17.3.2", + "@module-federation/enhanced": "~0.2.3", + "@nrwl/react": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/eslint": "19.6.5", + "@nx/js": "19.6.5", + "@nx/web": "19.6.5", "@phenomnomnominal/tsquery": "~5.0.1", "@svgr/webpack": "^8.0.1", "chalk": "^4.1.0", @@ -4956,21 +5463,6 @@ "node": ">=8" } }, - "node_modules/@nx/react/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@nx/react/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -4984,33 +5476,34 @@ } }, "node_modules/@nx/vite": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-17.3.2.tgz", - "integrity": "sha512-wWcECd08SfErSB0uPZ4yNNKnWg9wzxbK9+uSpgP790q/OBBuRi7gK3TjjFlWvmtqkGAFS5+7eT5jyB9q7XGCdA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.6.5.tgz", + "integrity": "sha512-01O78+F/N3JOWq6uHnNCWeHKWLzJY2Q/ABT2IjKHDQjO8JjnNj5RQ4vSriuPmQ/J3uZbsurxfG/lFXIrYR89Cw==", "dev": true, "dependencies": { - "@nrwl/vite": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", + "@nrwl/vite": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", "@phenomnomnominal/tsquery": "~5.0.1", "@swc/helpers": "~0.5.0", "enquirer": "~2.3.6", + "minimatch": "9.0.3", "tsconfig-paths": "^4.1.2" }, "peerDependencies": { "vite": "^5.0.0", - "vitest": "^1.0.0" + "vitest": "^1.3.1 || ^2.0.0" } }, "node_modules/@nx/web": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/web/-/web-17.3.2.tgz", - "integrity": "sha512-+FxqiAy3AdJ7nV83dBcWmylHGth/c31xtz3dJinnnUtOaECGWKXkx8hLjWsvM+V+EFMqeD+q1t7q/7CkLPrtXw==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.6.5.tgz", + "integrity": "sha512-VXhYO4ZaXo562BurcV0+HZ5cGBEMIbrNuvocrlnSGTxJ2NzGbuzazns7Tqzj/HX32r3XW1DPTONRLPQ2nXRP8A==", "dev": true, "dependencies": { - "@nrwl/web": "17.3.2", - "@nx/devkit": "17.3.2", - "@nx/js": "17.3.2", + "@nrwl/web": "19.6.5", + "@nx/devkit": "19.6.5", + "@nx/js": "19.6.5", "chalk": "^4.1.0", "detect-port": "^1.5.1", "http-server": "^14.1.0", @@ -5088,16 +5581,16 @@ } }, "node_modules/@nx/workspace": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-17.3.2.tgz", - "integrity": "sha512-2y952OmJx+0Rj+LQIxat8SLADjIkgB6NvjtgYZt8uRQ94jRS/JsRvGTw0V8DsY9mvsNbYoIRdJP25T3pGnI3gQ==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.5.tgz", + "integrity": "sha512-1r5Vgk1Y5+y1K20O9d59ALjlyLYOU4XcybIiN4Wonw+oYrg6ZXSeA3R+lLSuTA4dHtfxcNsCIigzcSEUwchNwg==", "dev": true, "dependencies": { - "@nrwl/workspace": "17.3.2", - "@nx/devkit": "17.3.2", + "@nrwl/workspace": "19.6.5", + "@nx/devkit": "19.6.5", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "17.3.2", + "nx": "19.6.5", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -5172,152 +5665,6 @@ "node": ">=8" } }, - "node_modules/@oxc-resolver/binding-darwin-arm64": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-arm64/-/binding-darwin-arm64-1.12.0.tgz", - "integrity": "sha512-wYe+dlF8npM7cwopOOxbdNjtmJp17e/xF5c0K2WooQXy5VOh74icydM33+Uh/SZDgwyum09/U1FVCX5GdeQk+A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@oxc-resolver/binding-darwin-x64": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-darwin-x64/-/binding-darwin-x64-1.12.0.tgz", - "integrity": "sha512-FZxxp99om+SlvBr1cjzF8A3TjYcS0BInCqjUlM+2f9m9bPTR2Bng9Zq5Q09ZQyrKJjfGKqlOEHs3akuVOnrx3Q==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@oxc-resolver/binding-freebsd-x64": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-freebsd-x64/-/binding-freebsd-x64-1.12.0.tgz", - "integrity": "sha512-BZi0iU6IEOnXGSkqt1OjTTkN9wfyaK6kTpQwL/axl8eCcNDc7wbv1vloHgILf7ozAY1TP75nsLYlASYI4B5kGA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@oxc-resolver/binding-linux-arm-gnueabihf": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.12.0.tgz", - "integrity": "sha512-L2qnMEnZAqxbG9b1J3di/w/THIm+1fMVfbbTMWIQNMMXdMeqqDN6ojnOLDtuP564rAh4TBFPdLyEfGhMz6ipNA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@oxc-resolver/binding-linux-arm64-gnu": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.12.0.tgz", - "integrity": "sha512-otVbS4zeo3n71zgGLBYRTriDzc0zpruC0WI3ICwjpIk454cLwGV0yzh4jlGYWQJYJk0BRAmXFd3ooKIF+bKBHw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@oxc-resolver/binding-linux-arm64-musl": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.12.0.tgz", - "integrity": "sha512-IStQDjIT7Lzmqg1i9wXvPL/NsYsxF24WqaQFS8b8rxra+z0VG7saBOsEnOaa4jcEY8MVpLYabFhTV+fSsA2vnA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@oxc-resolver/binding-linux-x64-gnu": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.12.0.tgz", - "integrity": "sha512-SipT7EVORz8pOQSFwemOm91TpSiBAGmOjG830/o+aLEsvQ4pEy223+SAnCfITh7+AahldYsJnVoIs519jmIlKQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@oxc-resolver/binding-linux-x64-musl": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-linux-x64-musl/-/binding-linux-x64-musl-1.12.0.tgz", - "integrity": "sha512-mGh0XfUzKdn+WFaqPacziNraCWL5znkHRfQVxG9avGS9zb2KC/N1EBbPzFqutDwixGDP54r2gx4q54YCJEZ4iQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@oxc-resolver/binding-wasm32-wasi": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-wasm32-wasi/-/binding-wasm32-wasi-1.12.0.tgz", - "integrity": "sha512-SZN6v7apKmQf/Vwiqb6e/s3Y2Oacw8uW8V2i1AlxtyaEFvnFE0UBn89zq6swEwE3OCajNWs0yPvgAXUMddYc7Q==", - "cpu": [ - "wasm32" - ], - "dev": true, - "optional": true, - "dependencies": { - "@napi-rs/wasm-runtime": "^0.2.4" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@oxc-resolver/binding-win32-arm64-msvc": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.12.0.tgz", - "integrity": "sha512-GRe4bqCfFsyghruEn5bv47s9w3EWBdO2q72xCz5kpQ0LWbw+enPHtTjw3qX5PUcFYpKykM55FaO0hFDs1yzatw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@oxc-resolver/binding-win32-x64-msvc": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@oxc-resolver/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.12.0.tgz", - "integrity": "sha512-Z3llHH0jfJP4mlWq3DT7bK6qV+/vYe0+xzCgfc67+Tc/U3eYndujl880bexeGdGNPh87JeYznpZAOJ44N7QVVQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@paulirish/trace_engine": { "version": "0.0.32", "resolved": "https://registry.npmjs.org/@paulirish/trace_engine/-/trace_engine-0.0.32.tgz", @@ -5339,15 +5686,16 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, "optional": true, "engines": { "node": ">=14" } }, "node_modules/@polka/url": { - "version": "1.0.0-next.28", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.28.tgz", - "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==", + "version": "1.0.0-next.25", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", "dev": true }, "node_modules/@poppinss/cliui": { @@ -5403,11 +5751,11 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz", - "integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.3.0.tgz", + "integrity": "sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==", "dependencies": { - "debug": "^4.3.6", + "debug": "^4.3.5", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", @@ -5456,66 +5804,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@push-based/nx-verdaccio": { - "version": "0.0.0-alpha.26", - "resolved": "https://registry.npmjs.org/@push-based/nx-verdaccio/-/nx-verdaccio-0.0.0-alpha.26.tgz", - "integrity": "sha512-Go11Dg+w5Ntl5Ig8YNzVVPbpOG85aVszjyBIK0FvVBX+/QllQY1F4fP8K8fYnMJnO9v5Tao3cryGFY5Zo9i+/g==", - "dev": true, - "dependencies": { - "@nx/devkit": "19.8.0", - "ansis": "^3.3.2", - "simple-git": "^3.27.0", - "tslib": "^2.3.0" - } - }, - "node_modules/@push-based/nx-verdaccio/node_modules/@nrwl/devkit": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.0.tgz", - "integrity": "sha512-LehpQ2D1687+JWaUpW84NPuXsQuPosmts66LShPT4+6KozB4gd0hJGAXNXpjNs9CUfLyNf8rRdEeqNjWnPYEmA==", - "dev": true, - "dependencies": { - "@nx/devkit": "19.8.0" - } - }, - "node_modules/@push-based/nx-verdaccio/node_modules/@nx/devkit": { - "version": "19.8.0", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.0.tgz", - "integrity": "sha512-nPaKHF0m2KONlt8GXjN9EhFo+NOvJnFcK6ujKFFLAyZ4TACY4F1FCjSHFTjYI82j+WukzuyjSmY9wzxYughWIQ==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "19.8.0", - "ejs": "^3.1.7", - "enquirer": "~2.3.6", - "ignore": "^5.0.4", - "minimatch": "9.0.3", - "semver": "^7.5.3", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs-parser": "21.1.1" - }, - "peerDependencies": { - "nx": ">= 17 <= 20" - } - }, - "node_modules/@push-based/nx-verdaccio/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz", - "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz", + "integrity": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==", "cpu": [ "arm" ], @@ -5526,9 +5818,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz", - "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz", + "integrity": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==", "cpu": [ "arm64" ], @@ -5539,9 +5831,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", - "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz", + "integrity": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==", "cpu": [ "arm64" ], @@ -5552,9 +5844,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz", - "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz", + "integrity": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==", "cpu": [ "x64" ], @@ -5565,9 +5857,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz", - "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz", + "integrity": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==", "cpu": [ "arm" ], @@ -5578,9 +5870,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", - "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz", + "integrity": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==", "cpu": [ "arm" ], @@ -5591,9 +5883,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz", - "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz", + "integrity": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==", "cpu": [ "arm64" ], @@ -5604,9 +5896,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz", - "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz", + "integrity": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==", "cpu": [ "arm64" ], @@ -5617,9 +5909,9 @@ ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz", - "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz", + "integrity": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==", "cpu": [ "ppc64" ], @@ -5630,9 +5922,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz", - "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz", + "integrity": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==", "cpu": [ "riscv64" ], @@ -5643,9 +5935,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz", - "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz", + "integrity": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==", "cpu": [ "s390x" ], @@ -5656,9 +5948,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", - "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz", + "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==", "cpu": [ "x64" ], @@ -5669,9 +5961,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz", - "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz", + "integrity": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==", "cpu": [ "x64" ], @@ -5682,9 +5974,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz", - "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz", + "integrity": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==", "cpu": [ "arm64" ], @@ -5695,9 +5987,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz", - "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz", + "integrity": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==", "cpu": [ "ia32" ], @@ -5708,9 +6000,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz", - "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz", + "integrity": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==", "cpu": [ "x64" ], @@ -5864,6 +6156,18 @@ "url": "https://github.com/sindresorhus/is?sponsor=1" } }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@sinonjs/commons": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", @@ -6082,6 +6386,12 @@ "url": "https://github.com/sponsors/gregberge" } }, + "node_modules/@svgr/core/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "node_modules/@svgr/core/node_modules/cosmiconfig": { "version": "8.3.6", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", @@ -6108,6 +6418,27 @@ } } }, + "node_modules/@svgr/core/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@svgr/core/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@svgr/hast-util-to-babel-ast": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", @@ -6168,6 +6499,12 @@ "@svgr/core": "*" } }, + "node_modules/@svgr/plugin-svgo/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "node_modules/@svgr/plugin-svgo/node_modules/cosmiconfig": { "version": "8.3.6", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", @@ -6194,6 +6531,27 @@ } } }, + "node_modules/@svgr/plugin-svgo/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@svgr/plugin-svgo/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@svgr/webpack": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz", @@ -6235,18 +6593,17 @@ } }, "node_modules/@swc-node/register": { - "version": "1.10.9", - "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.10.9.tgz", - "integrity": "sha512-iXy2sjP0phPEpK2yivjRC3PAgoLaT4sjSk0LDWCTdcTBJmR4waEog0E6eJbvoOkLkOtWw37SB8vCkl/bbh4+8A==", + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/@swc-node/register/-/register-1.9.2.tgz", + "integrity": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==", "devOptional": true, "dependencies": { - "@swc-node/core": "^1.13.3", - "@swc-node/sourcemap-support": "^0.5.1", + "@swc-node/core": "^1.13.1", + "@swc-node/sourcemap-support": "^0.5.0", "colorette": "^2.0.20", - "debug": "^4.3.5", - "oxc-resolver": "^1.10.2", + "debug": "^4.3.4", "pirates": "^4.0.6", - "tslib": "^2.6.3" + "tslib": "^2.6.2" }, "funding": { "type": "github", @@ -6287,15 +6644,17 @@ } }, "node_modules/@swc/cli": { - "version": "0.1.65", - "resolved": "https://registry.npmjs.org/@swc/cli/-/cli-0.1.65.tgz", - "integrity": "sha512-4NcgsvJVHhA7trDnMmkGLLvWMHu2kSy+qHx6QwRhhJhdiYdNUrhdp+ERxen73sYtaeEOYeLJcWrQ60nzKi6rpg==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@swc/cli/-/cli-0.3.14.tgz", + "integrity": "sha512-0vGqD6FSW67PaZUZABkA+ADKsX7OUY/PwNEz1SbQdCvVk/e4Z36Gwh7mFVBQH9RIsMonTyhV1RHkwkGnEfR3zQ==", "dev": true, "dependencies": { "@mole-inc/bin-wrapper": "^8.0.1", - "commander": "^7.1.0", + "@swc/counter": "^0.1.3", + "commander": "^8.3.0", "fast-glob": "^3.2.5", "minimatch": "^9.0.3", + "piscina": "^4.3.0", "semver": "^7.3.8", "slash": "3.0.0", "source-map": "^0.7.3" @@ -6306,7 +6665,7 @@ "swcx": "bin/swcx.js" }, "engines": { - "node": ">= 12.13" + "node": ">= 16.14.0" }, "peerDependencies": { "@swc/core": "^1.2.66", @@ -6318,30 +6677,15 @@ } } }, - "node_modules/@swc/cli/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@swc/core": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.7.39.tgz", - "integrity": "sha512-jns6VFeOT49uoTKLWIEfiQqJAlyqldNAt80kAr8f7a5YjX0zgnG3RBiLMpksx4Ka4SlK4O6TJ/lumIM3Trp82g==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.5.7.tgz", + "integrity": "sha512-U4qJRBefIJNJDRCCiVtkfa/hpiZ7w0R6kASea+/KLp+vkus3zcLSB8Ub8SvKgTIxjWpwsKcZlPf5nrv4ls46SQ==", "devOptional": true, "hasInstallScript": true, "dependencies": { - "@swc/counter": "^0.1.3", - "@swc/types": "^0.1.13" + "@swc/counter": "^0.1.2", + "@swc/types": "0.1.7" }, "engines": { "node": ">=10" @@ -6351,19 +6695,19 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.7.39", - "@swc/core-darwin-x64": "1.7.39", - "@swc/core-linux-arm-gnueabihf": "1.7.39", - "@swc/core-linux-arm64-gnu": "1.7.39", - "@swc/core-linux-arm64-musl": "1.7.39", - "@swc/core-linux-x64-gnu": "1.7.39", - "@swc/core-linux-x64-musl": "1.7.39", - "@swc/core-win32-arm64-msvc": "1.7.39", - "@swc/core-win32-ia32-msvc": "1.7.39", - "@swc/core-win32-x64-msvc": "1.7.39" + "@swc/core-darwin-arm64": "1.5.7", + "@swc/core-darwin-x64": "1.5.7", + "@swc/core-linux-arm-gnueabihf": "1.5.7", + "@swc/core-linux-arm64-gnu": "1.5.7", + "@swc/core-linux-arm64-musl": "1.5.7", + "@swc/core-linux-x64-gnu": "1.5.7", + "@swc/core-linux-x64-musl": "1.5.7", + "@swc/core-win32-arm64-msvc": "1.5.7", + "@swc/core-win32-ia32-msvc": "1.5.7", + "@swc/core-win32-x64-msvc": "1.5.7" }, "peerDependencies": { - "@swc/helpers": "*" + "@swc/helpers": "^0.5.0" }, "peerDependenciesMeta": { "@swc/helpers": { @@ -6372,9 +6716,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.7.39.tgz", - "integrity": "sha512-o2nbEL6scMBMCTvY9OnbyVXtepLuNbdblV9oNJEFia5v5eGj9WMrnRQiylH3Wp/G2NYkW7V1/ZVW+kfvIeYe9A==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.5.7.tgz", + "integrity": "sha512-bZLVHPTpH3h6yhwVl395k0Mtx8v6CGhq5r4KQdAoPbADU974Mauz1b6ViHAJ74O0IVE5vyy7tD3OpkQxL/vMDQ==", "cpu": [ "arm64" ], @@ -6388,9 +6732,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.7.39.tgz", - "integrity": "sha512-qMlv3XPgtPi/Fe11VhiPDHSLiYYk2dFYl747oGsHZPq+6tIdDQjIhijXPcsUHIXYDyG7lNpODPL8cP/X1sc9MA==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.5.7.tgz", + "integrity": "sha512-RpUyu2GsviwTc2qVajPL0l8nf2vKj5wzO3WkLSHAHEJbiUZk83NJrZd1RVbEknIMO7+Uyjh54hEh8R26jSByaw==", "cpu": [ "x64" ], @@ -6404,9 +6748,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.7.39.tgz", - "integrity": "sha512-NP+JIkBs1ZKnpa3Lk2W1kBJMwHfNOxCUJXuTa2ckjFsuZ8OUu2gwdeLFkTHbR43dxGwH5UzSmuGocXeMowra/Q==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.5.7.tgz", + "integrity": "sha512-cTZWTnCXLABOuvWiv6nQQM0hP6ZWEkzdgDvztgHI/+u/MvtzJBN5lBQ2lue/9sSFYLMqzqff5EHKlFtrJCA9dQ==", "cpu": [ "arm" ], @@ -6420,9 +6764,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.7.39.tgz", - "integrity": "sha512-cPc+/HehyHyHcvAsk3ML/9wYcpWVIWax3YBaA+ScecJpSE04l/oBHPfdqKUPslqZ+Gcw0OWnIBGJT/fBZW2ayw==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.5.7.tgz", + "integrity": "sha512-hoeTJFBiE/IJP30Be7djWF8Q5KVgkbDtjySmvYLg9P94bHg9TJPSQoC72tXx/oXOgXvElDe/GMybru0UxhKx4g==", "cpu": [ "arm64" ], @@ -6436,9 +6780,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.7.39.tgz", - "integrity": "sha512-8RxgBC6ubFem66bk9XJ0vclu3exJ6eD7x7CwDhp5AD/tulZslTYXM7oNPjEtje3xxabXuj/bEUMNvHZhQRFdqA==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.5.7.tgz", + "integrity": "sha512-+NDhK+IFTiVK1/o7EXdCeF2hEzCiaRSrb9zD7X2Z7inwWlxAntcSuzZW7Y6BRqGQH89KA91qYgwbnjgTQ22PiQ==", "cpu": [ "arm64" ], @@ -6452,9 +6796,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.7.39.tgz", - "integrity": "sha512-3gtCPEJuXLQEolo9xsXtuPDocmXQx12vewEyFFSMSjOfakuPOBmOQMa0sVL8Wwius8C1eZVeD1fgk0omMqeC+Q==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.5.7.tgz", + "integrity": "sha512-25GXpJmeFxKB+7pbY7YQLhWWjkYlR+kHz5I3j9WRl3Lp4v4UD67OGXwPe+DIcHqcouA1fhLhsgHJWtsaNOMBNg==", "cpu": [ "x64" ], @@ -6468,9 +6812,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.7.39.tgz", - "integrity": "sha512-mg39pW5x/eqqpZDdtjZJxrUvQNSvJF4O8wCl37fbuFUqOtXs4TxsjZ0aolt876HXxxhsQl7rS+N4KioEMSgTZw==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.5.7.tgz", + "integrity": "sha512-0VN9Y5EAPBESmSPPsCJzplZHV26akC0sIgd3Hc/7S/1GkSMoeuVL+V9vt+F/cCuzr4VidzSkqftdP3qEIsXSpg==", "cpu": [ "x64" ], @@ -6484,9 +6828,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.7.39.tgz", - "integrity": "sha512-NZwuS0mNJowH3e9bMttr7B1fB8bW5svW/yyySigv9qmV5VcQRNz1kMlCvrCLYRsa93JnARuiaBI6FazSeG8mpA==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.5.7.tgz", + "integrity": "sha512-RtoNnstBwy5VloNCvmvYNApkTmuCe4sNcoYWpmY7C1+bPR+6SOo8im1G6/FpNem8AR5fcZCmXHWQ+EUmRWJyuA==", "cpu": [ "arm64" ], @@ -6500,9 +6844,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.7.39.tgz", - "integrity": "sha512-qFmvv5UExbJPXhhvCVDBnjK5Duqxr048dlVB6ZCgGzbRxuarOlawCzzLK4N172230pzlAWGLgn9CWl3+N6zfHA==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.5.7.tgz", + "integrity": "sha512-Xm0TfvcmmspvQg1s4+USL3x8D+YPAfX2JHygvxAnCJ0EHun8cm2zvfNBcsTlnwYb0ybFWXXY129aq1wgFC9TpQ==", "cpu": [ "ia32" ], @@ -6516,9 +6860,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.7.39", - "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.7.39.tgz", - "integrity": "sha512-o+5IMqgOtj9+BEOp16atTfBgCogVak9svhBpwsbcJQp67bQbxGYhAPPDW/hZ2rpSSF7UdzbY9wudoX9G4trcuQ==", + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.5.7.tgz", + "integrity": "sha512-tp43WfJLCsKLQKBmjmY/0vv1slVywR5Q4qKjF5OIY8QijaEW7/8VwPyUyVoJZEnDgv9jKtUTG5PzqtIYPZGnyg==", "cpu": [ "x64" ], @@ -6531,6 +6875,15 @@ "node": ">=10" } }, + "node_modules/@swc/core/node_modules/@swc/types": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.7.tgz", + "integrity": "sha512-scHWahbHF0eyj3JsxG9CFJgFdFNaVQCNAimBlT6PzS3n/HptxqREjsm4OH6AN3lYcffZYSPxXW8ua2BEHp0lJQ==", + "devOptional": true, + "dependencies": { + "@swc/counter": "^0.1.3" + } + }, "node_modules/@swc/counter": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", @@ -6538,18 +6891,19 @@ "devOptional": true }, "node_modules/@swc/helpers": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.3.tgz", - "integrity": "sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz", + "integrity": "sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==", "dependencies": { "tslib": "^2.4.0" } }, "node_modules/@swc/types": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.13.tgz", - "integrity": "sha512-JL7eeCk6zWCbiYQg2xQSdLXQJl8Qoc9rXmG2cEKvHe3CKwMHwHGpfOb8frzNLmbycOo6I51qxnLnn9ESf4I20Q==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/@swc/types/-/types-0.1.12.tgz", + "integrity": "sha512-wBJA+SdtkbFhHjTMYH+dEH1y4VpfGdAc2Kw/LK09i9bXd/K6j6PkDcFCEzb6iVfZMkPRrl/q0e3toqTAJdkIVA==", "devOptional": true, + "peer": true, "dependencies": { "@swc/counter": "^0.1.3" } @@ -6567,22 +6921,22 @@ } }, "node_modules/@testing-library/dom": { - "version": "9.3.4", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-9.3.4.tgz", - "integrity": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", + "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", "@types/aria-query": "^5.0.1", - "aria-query": "5.1.3", + "aria-query": "5.3.0", "chalk": "^4.1.0", "dom-accessibility-api": "^0.5.9", "lz-string": "^1.5.0", "pretty-format": "^27.0.2" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/@testing-library/dom/node_modules/ansi-styles": { @@ -6600,15 +6954,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@testing-library/dom/node_modules/aria-query": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "dev": true, - "dependencies": { - "deep-equal": "^2.0.5" - } - }, "node_modules/@testing-library/dom/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -6671,9 +7016,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz", - "integrity": "sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", + "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.4.0", @@ -6758,21 +7103,27 @@ } }, "node_modules/@testing-library/react": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.1.tgz", - "integrity": "sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==", + "version": "15.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.6.tgz", + "integrity": "sha512-UlbazRtEpQClFOiYp+1BapMT+xyqWMnE+hh9tn5DQ6gmlE7AIZWcGpzZukmDZuFk3By01oiqOf8lRedLS4k6xQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^9.0.0", + "@testing-library/dom": "^10.0.0", "@types/react-dom": "^18.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" }, "peerDependencies": { + "@types/react": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, "node_modules/@tokenizer/token": { @@ -6845,45 +7196,34 @@ } }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.9.tgz", - "integrity": "sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", + "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", "dev": true, "dependencies": { - "@babel/types": "^7.25.9", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/@babel/types": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.9.tgz", - "integrity": "sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/types": { "version": "7.17.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", @@ -6897,18 +7237,6 @@ "node": ">=6.9.0" } }, - "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -6955,8 +7283,6 @@ "version": "0.9.0", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", - "dev": true, - "optional": true, "dependencies": { "tslib": "^2.4.0" } @@ -7055,9 +7381,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "node_modules/@types/graceful-fs": { @@ -7147,26 +7473,25 @@ "dev": true }, "node_modules/@types/prop-types": { - "version": "15.7.13", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", - "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", "dev": true }, "node_modules/@types/react": { - "version": "18.2.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz", - "integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz", + "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==", "dev": true, "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, "node_modules/@types/react-dom": { - "version": "18.2.9", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.9.tgz", - "integrity": "sha512-6nNhVzZ9joQ6F7lozrASuQKC0Kf6ArYMU+DqA2ZrUbB+d+9lC6ZLn1GxiEBI1edmAwvTULtuJ6uPZpv3XudwUg==", + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", + "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", "dev": true, "dependencies": { "@types/react": "*" @@ -7181,12 +7506,6 @@ "@types/node": "*" } }, - "node_modules/@types/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==", - "dev": true - }, "node_modules/@types/semver": { "version": "7.5.8", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz", @@ -7356,25 +7675,25 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", - "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", + "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "6.21.0", - "@typescript-eslint/utils": "6.21.0", + "@typescript-eslint/typescript-estree": "7.18.0", + "@typescript-eslint/utils": "7.18.0", "debug": "^4.3.4", - "ts-api-utils": "^1.0.1" + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" + "eslint": "^8.56.0" }, "peerDependenciesMeta": { "typescript": { @@ -7383,12 +7702,12 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", - "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", + "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", "dev": true, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -7396,22 +7715,22 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", - "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", + "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/visitor-keys": "6.21.0", + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/visitor-keys": "7.18.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "minimatch": "9.0.3", - "semver": "^7.5.4", - "ts-api-utils": "^1.0.1" + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -7424,26 +7743,46 @@ } }, "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", - "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", + "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.21.0", - "eslint-visitor-keys": "^3.4.1" + "@typescript-eslint/types": "7.18.0", + "eslint-visitor-keys": "^3.4.3" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/type-utils/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -7495,42 +7834,59 @@ } } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@typescript-eslint/utils": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", - "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", + "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@types/json-schema": "^7.0.12", - "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.21.0", - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/typescript-estree": "6.21.0", - "semver": "^7.5.4" + "@typescript-eslint/scope-manager": "7.18.0", + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/typescript-estree": "7.18.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" + "eslint": "^8.56.0" } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", - "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", + "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/visitor-keys": "6.21.0" + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/visitor-keys": "7.18.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -7538,12 +7894,12 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", - "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", + "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", "dev": true, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", @@ -7551,54 +7907,74 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", - "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", + "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/visitor-keys": "6.21.0", + "@typescript-eslint/types": "7.18.0", + "@typescript-eslint/visitor-keys": "7.18.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "minimatch": "9.0.3", - "semver": "^7.5.4", - "ts-api-utils": "^1.0.1" + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.18.0 || >=20.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "7.18.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", + "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "7.18.0", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || >=20.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } } }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", - "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "node_modules/@typescript-eslint/utils/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.21.0", - "eslint-visitor-keys": "^3.4.1" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" }, "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@typescript-eslint/utils/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -7633,20 +8009,20 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@verdaccio/auth": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/auth/-/auth-8.0.0-next-8.1.tgz", - "integrity": "sha512-sPmHdnYuRSMgABCsTJEfz8tb/smONsWVg0g4KK2QycyYZ/A+RwZLV1JLiQb4wzu9zvS0HSloqWqkWlyNHW3mtw==", - "dev": true, - "dependencies": { - "@verdaccio/config": "8.0.0-next-8.1", - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/loaders": "8.0.0-next-8.1", - "@verdaccio/logger": "8.0.0-next-8.1", - "@verdaccio/signature": "8.0.0-next-8.0", - "@verdaccio/utils": "7.0.1-next-8.1", - "debug": "4.3.7", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/auth/-/auth-7.0.0-next-7.20.tgz", + "integrity": "sha512-LzzP3BWqamH396KncXX/PchP9yPpn+h2jF0LGeknHBxL66AjlcN/H/0v39fVznIszX2xSlFgJkmYX5J0Vb7i+g==", + "dev": true, + "dependencies": { + "@verdaccio/config": "7.0.0-next-7.20", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/loaders": "7.0.0-next-7.20", + "@verdaccio/logger": "7.0.0-next-7.20", + "@verdaccio/signature": "7.0.0-next-7.5", + "@verdaccio/utils": "7.0.0-next-7.20", + "debug": "4.3.4", "lodash": "4.17.21", - "verdaccio-htpasswd": "13.0.0-next-8.1" + "verdaccio-htpasswd": "12.0.0-next-7.20" }, "engines": { "node": ">=18" @@ -7656,6 +8032,23 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/auth/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/commons-api": { "version": "10.2.0", "resolved": "https://registry.npmjs.org/@verdaccio/commons-api/-/commons-api-10.2.0.tgz", @@ -7673,33 +8066,102 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/commons-api/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/@verdaccio/commons-api/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/@verdaccio/commons-api/node_modules/http-status-codes": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==", "dev": true }, + "node_modules/@verdaccio/commons-api/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/@verdaccio/config": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/config/-/config-8.0.0-next-8.1.tgz", - "integrity": "sha512-goDVOH4e8xMUxjHybJpi5HwIecVFqzJ9jeNFrRUgtUUn0PtFuNMHgxOeqDKRVboZhc5HK90yed8URK/1O6VsUw==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/config/-/config-7.0.0-next-7.20.tgz", + "integrity": "sha512-5bhTnuMib25AU4LrtAraju8/SE9EXsuogX9V6Ebbt7SdyfvRG0NnzIF1WZXIv4Cqagh97h6FseelFlXAjt2+Tw==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/utils": "7.0.1-next-8.1", - "debug": "4.3.7", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/utils": "7.0.0-next-7.20", + "debug": "4.3.4", "js-yaml": "4.1.0", "lodash": "4.17.21", "minimatch": "7.4.6" }, "engines": { - "node": ">=14" + "node": ">=12" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/config/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@verdaccio/config/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@verdaccio/config/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@verdaccio/config/node_modules/minimatch": { "version": "7.4.6", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", @@ -7716,26 +8178,76 @@ } }, "node_modules/@verdaccio/core": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/core/-/core-8.0.0-next-8.1.tgz", - "integrity": "sha512-kQRCB2wgXEh8H88G51eQgAFK9IxmnBtkQ8sY5FbmB6PbBkyHrbGcCp+2mtRqqo36j0W1VAlfM3XzoknMy6qQnw==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/core/-/core-7.0.0-next-7.20.tgz", + "integrity": "sha512-U5IafCFHSoCILUd503TBTX1OgltVOOkgLjRN5m5NeLkoIuARX1tF1UQgPQd/WllkXLYxL8F07SZzDpzZOhjpiQ==", "dev": true, "dependencies": { - "ajv": "8.17.1", - "core-js": "3.37.1", + "ajv": "8.12.0", + "core-js": "3.35.0", "http-errors": "2.0.0", "http-status-codes": "2.3.0", "process-warning": "1.0.0", "semver": "7.6.3" }, "engines": { - "node": ">=14" + "node": ">=12" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/core/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@verdaccio/core/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/@verdaccio/core/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/@verdaccio/core/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/@verdaccio/file-locking": { "version": "10.3.1", "resolved": "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-10.3.1.tgz", @@ -7753,13 +8265,13 @@ } }, "node_modules/@verdaccio/loaders": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/loaders/-/loaders-8.0.0-next-8.1.tgz", - "integrity": "sha512-mqGCUBs862g8mICZwX8CG92p1EZ1Un0DJ2DB7+iVu2TYaEeKoHoIdafabVdiYrbOjLcAOOBrMKE1Wnn14eLxpA==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/loaders/-/loaders-7.0.0-next-7.20.tgz", + "integrity": "sha512-XTUneZXOCckZ7WO6Oxju5BA6DtOjtpb72xs0BGq/PCSwRU7bGEHAn9YWngfX8hgVVOxJfO2QHCoveDsVUYf7XA==", "dev": true, "dependencies": { - "@verdaccio/logger": "8.0.0-next-8.1", - "debug": "4.3.7", + "@verdaccio/logger": "7.0.0-next-7.20", + "debug": "4.3.4", "lodash": "4.17.21" }, "engines": { @@ -7770,6 +8282,23 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/loaders/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/local-storage-legacy": { "version": "11.0.2", "resolved": "https://registry.npmjs.org/@verdaccio/local-storage-legacy/-/local-storage-legacy-11.0.2.tgz", @@ -7828,19 +8357,13 @@ "node": ">=10" } }, - "node_modules/@verdaccio/local-storage-legacy/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, "node_modules/@verdaccio/logger": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/logger/-/logger-8.0.0-next-8.1.tgz", - "integrity": "sha512-w5kR0/umQkfH2F4PK5Fz9T6z3xz+twewawKLPTUfAgrVAOiWxcikGhhcHWhSGiJ0lPqIa+T0VYuLWMeVeDirGw==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/logger/-/logger-7.0.0-next-7.20.tgz", + "integrity": "sha512-LWU00eGnibV/KKt65KQOMc6VkHe23SdGs2ZfNZXpXc8RKTNY1wWt0qu2lxmqu0cOMw1Hz8C5yfpXMPdOvDPYbg==", "dev": true, "dependencies": { - "@verdaccio/logger-commons": "8.0.0-next-8.1", + "@verdaccio/logger-commons": "7.0.0-next-7.20", "pino": "8.17.2" }, "engines": { @@ -7852,12 +8375,12 @@ } }, "node_modules/@verdaccio/logger-7": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-7/-/logger-7-8.0.0-next-8.1.tgz", - "integrity": "sha512-V+/B1Wnct3IZ90q6HkI1a3dqbS0ds7s/5WPrS5cmBeLEw78/OGgF76XkhI2+lett7Un1CjVow7mcebOWcZ/Sqw==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-7/-/logger-7-7.0.0-next-7.20.tgz", + "integrity": "sha512-+GVsvoptbU3umgElmVwqF1r3ZrHQELJlDI1kDFTIBGU3YW3O0EZ9vr3uThlNVCBoZBA/BhwgtCctal+I60NCSA==", "dev": true, "dependencies": { - "@verdaccio/logger-commons": "8.0.0-next-8.1", + "@verdaccio/logger-commons": "7.0.0-next-7.20", "pino": "7.11.0" }, "engines": { @@ -7966,15 +8489,15 @@ } }, "node_modules/@verdaccio/logger-commons": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-commons/-/logger-commons-8.0.0-next-8.1.tgz", - "integrity": "sha512-jCge//RT4uaK7MarhpzcJeJ5Uvtu/DbJ1wvJQyGiFe+9AvxDGm3EUFXvawLFZ0lzYhmLt1nvm7kevcc3vOm2ZQ==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-commons/-/logger-commons-7.0.0-next-7.20.tgz", + "integrity": "sha512-WNRkgWlk+WDT49ydKQMMFshI/31cWOP5z1ut89b3toCifBtgwQKc6rjy75fwrsLNM8PSP3Gi7oX+2QdRtbR0mQ==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/logger-prettify": "8.0.0-next-8.0", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/logger-prettify": "7.0.0-next-7.3", "colorette": "2.0.20", - "debug": "4.3.7" + "debug": "4.3.4" }, "engines": { "node": ">=12" @@ -7984,14 +8507,31 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/logger-commons/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/logger-prettify": { - "version": "8.0.0-next-8.0", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-prettify/-/logger-prettify-8.0.0-next-8.0.tgz", - "integrity": "sha512-7mAFHZF2NPTubrOXYp2+fbMjRW5MMWXMeS3LcpupMAn5uPp6jkKEM8NC4IVJEevC5Ph4vPVZqpoPDpgXHEaV3Q==", + "version": "7.0.0-next-7.3", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-prettify/-/logger-prettify-7.0.0-next-7.3.tgz", + "integrity": "sha512-xPes4BuxEl1MUvDlYWO8oM3jcO3718p+ub7kx4kEGB48nTjF4wICkf/XdERj+cusE1dCodRWByNt9Hu32ER/JA==", "dev": true, "dependencies": { "colorette": "2.0.20", - "dayjs": "1.11.13", + "dayjs": "1.11.10", "lodash": "4.17.21", "pino-abstract-transport": "1.1.0", "sonic-boom": "3.8.0" @@ -8005,17 +8545,17 @@ } }, "node_modules/@verdaccio/middleware": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/middleware/-/middleware-8.0.0-next-8.1.tgz", - "integrity": "sha512-GpAdJYky1WmOERpxPoCkVSwTTJIsVAjqf2a2uQNvi7R3UZhs059JKhWcZjJMVCGV0uz9xgQvtb3DEuYGHqyaOg==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/middleware/-/middleware-7.0.0-next-7.20.tgz", + "integrity": "sha512-bY5/SuH0Oi3N7OSwuyG4uv4uHuV4LDzlDtbTucf7rN5Anok1Z5iXKsEk7p7m2r0M/J1QaMOggeN5tR8pEu0dQg==", "dev": true, "dependencies": { - "@verdaccio/config": "8.0.0-next-8.1", - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/url": "13.0.0-next-8.1", - "@verdaccio/utils": "7.0.1-next-8.1", - "debug": "4.3.7", - "express": "4.21.0", + "@verdaccio/config": "7.0.0-next-7.20", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/url": "12.0.0-next-7.20", + "@verdaccio/utils": "7.0.0-next-7.20", + "debug": "4.3.4", + "express": "4.19.2", "express-rate-limit": "5.5.1", "lodash": "4.17.21", "lru-cache": "7.18.3", @@ -8029,6 +8569,23 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/middleware/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/middleware/node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -8051,9 +8608,9 @@ } }, "node_modules/@verdaccio/search-indexer": { - "version": "8.0.0-next-8.0", - "resolved": "https://registry.npmjs.org/@verdaccio/search-indexer/-/search-indexer-8.0.0-next-8.0.tgz", - "integrity": "sha512-VS9axVt8XAueiPceVCgaj9nlvYj5s/T4MkAILSf2rVZeFFOMUyxU3mddUCajSHzL+YpqCuzLLL9865sRRzOJ9w==", + "version": "7.0.0-next-7.2", + "resolved": "https://registry.npmjs.org/@verdaccio/search-indexer/-/search-indexer-7.0.0-next-7.2.tgz", + "integrity": "sha512-ZkhqHHWP530dFr8EuicAa5sXFDlAYqiSgpNDPIyMaz1FkfqngeffhWdydXQgVb60d1OeJkpaf3utPE2kQwIXxQ==", "dev": true, "engines": { "node": ">=12" @@ -8064,12 +8621,12 @@ } }, "node_modules/@verdaccio/signature": { - "version": "8.0.0-next-8.0", - "resolved": "https://registry.npmjs.org/@verdaccio/signature/-/signature-8.0.0-next-8.0.tgz", - "integrity": "sha512-klcc2UlCvQxXDV65Qewo2rZOfv7S1y8NekS/8uurSaCTjU35T+fz+Pbqz1S9XK9oQlMp4vCQ7w3iMPWQbvphEQ==", + "version": "7.0.0-next-7.5", + "resolved": "https://registry.npmjs.org/@verdaccio/signature/-/signature-7.0.0-next-7.5.tgz", + "integrity": "sha512-xF0xGi10HOAQ7Mkwf6dC2fjaBrdxxqXE/HMh/l/O5/LpWoGFZ6xsm/3ZieVRJtIq/qvL5pmmO5Tn8lPS7pm5SQ==", "dev": true, "dependencies": { - "debug": "4.3.7", + "debug": "4.3.4", "jsonwebtoken": "9.0.2" }, "engines": { @@ -8080,6 +8637,23 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/signature/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/streams": { "version": "10.2.1", "resolved": "https://registry.npmjs.org/@verdaccio/streams/-/streams-10.2.1.tgz", @@ -8095,27 +8669,44 @@ } }, "node_modules/@verdaccio/tarball": { - "version": "13.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/tarball/-/tarball-13.0.0-next-8.1.tgz", - "integrity": "sha512-58uimU2Bqt9+s+9ixy7wK/nPCqbOXhhhr/MQjl+otIlsUhSeATndhFzEctz/W+4MhUDg0tUnE9HC2yeNHHAo1Q==", + "version": "12.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/tarball/-/tarball-12.0.0-next-7.20.tgz", + "integrity": "sha512-jdVQw1tvuXikagK3f61hdEhLWfzj5iVebscmYBmcW5w/6vYIKQuc2MHXkp2q0sLT7Laa4hgW/I4ht7iF87c1VA==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/url": "13.0.0-next-8.1", - "@verdaccio/utils": "7.0.1-next-8.1", - "debug": "4.3.7", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/url": "12.0.0-next-7.20", + "@verdaccio/utils": "7.0.0-next-7.20", + "debug": "4.3.4", "gunzip-maybe": "^1.4.2", "lodash": "4.17.21", "tar-stream": "^3.1.7" }, "engines": { - "node": ">=14" + "node": ">=12" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/tarball/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/tarball/node_modules/tar-stream": { "version": "3.1.7", "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", @@ -8127,20 +8718,30 @@ "streamx": "^2.15.0" } }, + "node_modules/@verdaccio/types": { + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/@verdaccio/types/-/types-10.8.0.tgz", + "integrity": "sha512-FuJyCRFPdy+gqCi0v29dE1xKn99Ztq6fuY9fb7ezeP1SRbUL/hgDaNkpjYvSIMCyb+dLFKOFBeZPyIUBLOSdlA==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/verdaccio" + } + }, "node_modules/@verdaccio/ui-theme": { - "version": "8.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-8.0.0-next-8.1.tgz", - "integrity": "sha512-9PxV8+jE2Tr+iy9DQW/bzny4YqOlW0mCZ9ct6jhcUW4GdfzU//gY2fBN/DDtQVmfbTy8smuj4Enyv5f0wCsnYg==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-7.0.0-next-7.20.tgz", + "integrity": "sha512-97io/t49NtLWnm4RIk+b1d12ezC7ZGeorsDyyo+xeQNbYGEIX+FyRZlv8/eOGkHL1TvDYe6viOpgqLNz36Fj2g==", "dev": true }, "node_modules/@verdaccio/url": { - "version": "13.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/url/-/url-13.0.0-next-8.1.tgz", - "integrity": "sha512-h6pkJf+YtogImKgOrmPP9UVG3p3gtb67gqkQU0bZnK+SEKQt6Rkek/QvtJ8MbmciagYS18bDhpI8DxqLHjDfZQ==", + "version": "12.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/url/-/url-12.0.0-next-7.20.tgz", + "integrity": "sha512-GtSM2A6nVjrFRxe0rrSWvQr4SCIZ+1ZA0blf7xeOV5+qFcy6MFjEhTY2jw+E0xYMq3mB78SxzH5tt7MA78v5Uw==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", - "debug": "4.3.7", + "@verdaccio/core": "7.0.0-next-7.20", + "debug": "4.3.4", "lodash": "4.17.21", "validator": "13.12.0" }, @@ -8152,13 +8753,30 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/@verdaccio/url/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/@verdaccio/utils": { - "version": "7.0.1-next-8.1", - "resolved": "https://registry.npmjs.org/@verdaccio/utils/-/utils-7.0.1-next-8.1.tgz", - "integrity": "sha512-cyJdRrVa+8CS7UuIQb3K3IJFjMe64v38tYiBnohSmhRbX7dX9IT3jWbjrwkqWh4KeS1CS6BYENrGG1evJ2ggrQ==", + "version": "7.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/@verdaccio/utils/-/utils-7.0.0-next-7.20.tgz", + "integrity": "sha512-XkVvqLb8ObIEnEiHxBgimnk/0+KqeRPrAFI6mdPMwfvgBoQJGHe/a/79OAcCy7FnMAVAEEgdM5ddxifGR7GkPA==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/core": "7.0.0-next-7.20", "lodash": "4.17.21", "minimatch": "7.4.6", "semver": "7.6.3" @@ -8354,69 +8972,6 @@ "vitest": "1.3.1" } }, - "node_modules/@vitest/ui/node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@vitest/ui/node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@vitest/ui/node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@vitest/ui/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/@vitest/ui/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/@vitest/utils": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.3.1.tgz", @@ -8644,30 +9199,10 @@ "node": ">=14.15.0" } }, - "node_modules/@yarnpkg/parsers/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@yarnpkg/parsers/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/@zkochan/js-yaml": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.6.tgz", - "integrity": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.7.tgz", + "integrity": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==", "dependencies": { "argparse": "^2.0.1" }, @@ -8675,6 +9210,11 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/@zkochan/js-yaml/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, "node_modules/abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", @@ -8701,9 +9241,9 @@ } }, "node_modules/acorn": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", - "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "bin": { "acorn": "bin/acorn" }, @@ -8730,9 +9270,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", - "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", + "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", "dev": true, "dependencies": { "acorn": "^8.11.0" @@ -8750,6 +9290,15 @@ "node": ">= 10.0.0" } }, + "node_modules/adm-zip": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", + "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", + "dev": true, + "engines": { + "node": ">=12.0" + } + }, "node_modules/agent-base": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", @@ -8813,18 +9362,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ansi-escapes/node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -8852,6 +9389,12 @@ "node": ">=15" } }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -8901,17 +9444,20 @@ "dev": true }, "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } }, "node_modules/aria-query": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz", - "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", "dev": true, - "engines": { - "node": ">= 0.4" + "dependencies": { + "dequal": "^2.0.3" } }, "node_modules/array-buffer-byte-length": { @@ -9103,6 +9649,12 @@ "node": ">=4" } }, + "node_modules/ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", + "dev": true + }, "node_modules/async": { "version": "3.2.6", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", @@ -9162,9 +9714,9 @@ "dev": true }, "node_modules/axe-core": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.1.tgz", - "integrity": "sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz", + "integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==", "engines": { "node": ">=4" } @@ -9179,10 +9731,19 @@ "proxy-from-env": "^1.1.0" } }, + "node_modules/axobject-query": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.4.tgz", + "integrity": "sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/b4a": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", - "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==" + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", + "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==" }, "node_modules/babel-jest": { "version": "29.7.0", @@ -9372,13 +9933,13 @@ "node": ">=8" } }, - "node_modules/babel-plugin-macros/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "node_modules/babel-plugin-macros/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, "engines": { - "node": ">= 6" + "node": ">=8" } }, "node_modules/babel-plugin-polyfill-corejs2": { @@ -9486,15 +10047,15 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/bare-events": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", - "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz", + "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==", "optional": true }, "node_modules/bare-fs": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz", - "integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.3.tgz", + "integrity": "sha512-7RYKL+vZVCyAsMLi5SPu7QGauGGT8avnP/HO571ndEuV4MYdGXvLhtW67FuLPeEI8EiIY7zbbRR9x7x7HU0kgw==", "optional": true, "dependencies": { "bare-events": "^2.0.0", @@ -9503,9 +10064,9 @@ } }, "node_modules/bare-os": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz", - "integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.2.tgz", + "integrity": "sha512-HZoJwzC+rZ9lqEemTMiO0luOePoGYNBgsLLgegKR/cljiJvcDNhDZQkzC+NC5Oh0aHbdBNSOHpghwMuB5tqhjg==", "optional": true }, "node_modules/bare-path": { @@ -9518,12 +10079,13 @@ } }, "node_modules/bare-stream": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.2.tgz", - "integrity": "sha512-EFZHSIBkDgSHIwj2l2QZfP4U5OcD4xFAOwhSb/vlr9PIqyGJGvB/nfClJbcnh3EY4jtPE4zsb5ztae96bVF79A==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.2.1.tgz", + "integrity": "sha512-YTB47kHwBW9zSG8LD77MIBAAQXjU2WjAkMHeeb7hUplVs6+IoM5I7uEVQNPMB7lj9r8I76UMdoMkGnCodHOLqg==", "optional": true, "dependencies": { - "streamx": "^2.20.0" + "b4a": "^1.6.6", + "streamx": "^2.18.0" } }, "node_modules/base64-js": { @@ -9596,28 +10158,151 @@ "platform": "^1.3.3" } }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/bin-check": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz", + "integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==", + "dev": true, + "dependencies": { + "execa": "^0.7.0", + "executable": "^4.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/bin-check/node_modules/execa": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", + "integrity": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==", + "dev": true, + "dependencies": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bin-check/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/bin-check/node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/bin-check/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bin-check/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true, "engines": { - "node": "*" + "node": ">=0.10.0" } }, - "node_modules/bin-check": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz", - "integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==", + "node_modules/bin-check/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/bin-check/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, "dependencies": { - "execa": "^0.7.0", - "executable": "^4.1.0" + "isexe": "^2.0.0" }, - "engines": { - "node": ">=4" + "bin": { + "which": "bin/which" } }, + "node_modules/bin-check/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + }, "node_modules/bin-version": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-6.0.0.tgz", @@ -9686,6 +10371,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/bin-version/node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, "node_modules/bin-version/node_modules/is-stream": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", @@ -9698,6 +10392,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/bin-version/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/bin-version/node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -9713,6 +10416,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/bin-version/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/bin-version/node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -9737,9 +10455,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dev": true, "dependencies": { "bytes": "3.1.2", @@ -9750,7 +10468,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.13.0", + "qs": "6.11.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -9778,12 +10496,61 @@ "ms": "2.0.0" } }, + "node_modules/body-parser/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/body-parser/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", @@ -9820,9 +10587,9 @@ } }, "node_modules/browserslist": { - "version": "4.24.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", - "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", "dev": true, "funding": [ { @@ -9839,10 +10606,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001669", - "electron-to-chromium": "^1.5.41", + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.1" + "update-browserslist-db": "^1.1.0" }, "bin": { "browserslist": "cli.js" @@ -9860,6 +10627,18 @@ "node-int64": "^0.4.0" } }, + "node_modules/btoa": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", + "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", + "dev": true, + "bin": { + "btoa": "bin/btoa.js" + }, + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -9961,6 +10740,19 @@ "node": ">=8" } }, + "node_modules/cache-content-type": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-content-type/-/cache-content-type-1.0.1.tgz", + "integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==", + "dev": true, + "dependencies": { + "mime-types": "^2.1.18", + "ylru": "^1.2.0" + }, + "engines": { + "node": ">= 6.0.0" + } + }, "node_modules/cacheable-lookup": { "version": "5.0.4", "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", @@ -10052,9 +10844,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001669", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", - "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==", + "version": "1.0.30001655", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz", + "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==", "dev": true, "funding": [ { @@ -10192,9 +10984,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.8.0.tgz", - "integrity": "sha512-uJydbGdTw0DEUjhoogGveneJVWX/9YuqkWePzMmkBYwtdAqo5d3J/ovNKFr+/2hWXYmYCr6it8mSSTIj6SS6Ug==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz", + "integrity": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", @@ -10232,9 +11024,9 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", - "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.0.tgz", + "integrity": "sha512-N1NGmowPlGBLsOZLPvm48StN04V4YvQRL0i6b7ctrVY3epjP/ct7hFLOItz6pDIvRjwpfPxi52a2UWV2ziir8g==", "dev": true }, "node_modules/clean-regexp": { @@ -10404,6 +11196,9 @@ "resolved": "https://registry.npmjs.org/clipanion/-/clipanion-4.0.0-rc.3.tgz", "integrity": "sha512-+rJOJMt2N6Oikgtfqmo/Duvme7uz3SIedL2b6ycgCztQMiTfr3aQh2DDyLHl+QUPClKMNpSg3gDJFvNQYIcq1g==", "dev": true, + "workspaces": [ + "website" + ], "dependencies": { "typanion": "^3.8.0" }, @@ -10601,18 +11396,18 @@ } }, "node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/commitizen": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.1.tgz", - "integrity": "sha512-gwAPAVTy/j5YcOOebcCRIijn+mSjWJC+IYKivTu6aG8Ei/scoXgfsMRnuAk6b0GRste2J4NGxVdMN3ZpfNaVaw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.0.tgz", + "integrity": "sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==", "dev": true, "dependencies": { "cachedir": "2.3.0", @@ -10814,6 +11609,15 @@ "node": ">=8" } }, + "node_modules/commitizen/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/commitizen/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -10901,6 +11705,12 @@ "node": ">=0.12.0" } }, + "node_modules/commitizen/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/commitizen/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -10957,9 +11767,9 @@ } }, "node_modules/commitlint-plugin-tense": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.3.tgz", - "integrity": "sha512-qP+XJf6ueDf+PAlbzr5QPdYLuqUS5XGlUmDfoSHzXtY/95zTrMZQuMp+SPLKjuio9cQBirJu3WLCqBl7kngS3g==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.2.tgz", + "integrity": "sha512-pCD0qX+cQuE3jIVOeFu2fZmMbSBef2HnL1bQcFx+hwE6vmn8D0FZbeC6BulCos5lrlP96iLJSR2bBkABnzUSeg==", "dev": true, "dependencies": { "@commitlint/message": "^16.2.1", @@ -11063,9 +11873,9 @@ } }, "node_modules/confbox": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz", - "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", "dev": true }, "node_modules/configstore": { @@ -11106,6 +11916,11 @@ "semver": "bin/semver.js" } }, + "node_modules/configstore/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, "node_modules/configstore/node_modules/write-file-atomic": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", @@ -11212,10 +12027,32 @@ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, + "node_modules/cookies": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz", + "integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==", + "dev": true, + "dependencies": { + "depd": "~2.0.0", + "keygrip": "~1.1.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cookies/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/core-js": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", - "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", + "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", "dev": true, "hasInstallScript": true, "funding": { @@ -11291,12 +12128,12 @@ } }, "node_modules/cosmiconfig-typescript-loader": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.1.0.tgz", - "integrity": "sha512-7PtBB+6FdsOvZyJtlF3hEPpACq7RQX6BVGsgC7/lfVXnKMvNCu/XY3ykreqG5w/rBNdu2z8LCIKoF3kpHHdHlA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-5.0.0.tgz", + "integrity": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==", "dev": true, "dependencies": { - "jiti": "^1.21.6" + "jiti": "^1.19.1" }, "engines": { "node": ">=v16" @@ -11307,12 +12144,42 @@ "typescript": ">=4" } }, + "node_modules/cosmiconfig/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/cosmiconfig/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/create-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", "dev": true }, + "node_modules/cron-parser": { + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-4.9.0.tgz", + "integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==", + "dev": true, + "dependencies": { + "luxon": "^3.2.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/cross-fetch": { "version": "3.1.8", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", @@ -11428,23 +12295,17 @@ "dev": true }, "node_modules/cssstyle": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.1.0.tgz", - "integrity": "sha512-h66W1URKpBS5YMI/V8PyXvTMFT8SupJ1IzoIV8IeBC/ji8WVmrO8dGlTi+2dh6whmdk6BiKJLD/ZBkhWbcg6nA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz", + "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==", "dev": true, "dependencies": { - "rrweb-cssom": "^0.7.1" + "rrweb-cssom": "^0.6.0" }, "engines": { "node": ">=18" } }, - "node_modules/cssstyle/node_modules/rrweb-cssom": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", - "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", - "dev": true - }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", @@ -11518,6 +12379,12 @@ "node": ">=4" } }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "dev": true + }, "node_modules/dargs": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", @@ -11614,18 +12481,27 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/date-format": { + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, "node_modules/dayjs": { - "version": "1.11.13", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", "dev": true }, "node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { - "ms": "^2.1.3" + "ms": "2.1.2" }, "engines": { "node": ">=6.0" @@ -11688,41 +12564,9 @@ } }, "node_modules/deep-equal": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", - "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", - "dev": true, - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.5", - "es-get-iterator": "^1.1.3", - "get-intrinsic": "^1.2.2", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.2", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "isarray": "^2.0.5", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.1", - "side-channel": "^1.0.4", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/deep-equal/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz", + "integrity": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==", "dev": true }, "node_modules/deep-is": { @@ -11831,13 +12675,28 @@ "node": ">=0.4.0" } }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "dev": true + }, "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true, "engines": { - "node": ">= 0.8" + "node": ">= 0.6" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true, + "engines": { + "node": ">=6" } }, "node_modules/destroy": { @@ -11928,6 +12787,15 @@ "node": ">=8" } }, + "node_modules/dir-glob/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -12025,7 +12893,6 @@ "version": "16.4.5", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "dev": true, "engines": { "node": ">=12" }, @@ -12034,11 +12901,17 @@ } }, "node_modules/dotenv-expand": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", - "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.6.tgz", + "integrity": "sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==", + "dependencies": { + "dotenv": "^16.4.4" + }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" } }, "node_modules/duplexer": { @@ -12121,9 +12994,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.43", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.43.tgz", - "integrity": "sha512-NxnmFBHDl5Sachd2P46O7UJiMaMHMLSofoIWVJq3mj8NJgG0umiSeljAVP9lGzjI0UDLJJ5jjoGjcrB8RSbjLQ==", + "version": "1.5.13", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", + "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==", "dev": true }, "node_modules/emittery": { @@ -12153,9 +13026,9 @@ } }, "node_modules/encodeurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "dev": true, "engines": { "node": ">= 0.8" @@ -12246,6 +13119,12 @@ "is-arrayish": "^0.2.1" } }, + "node_modules/error-inject": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/error-inject/-/error-inject-1.0.0.tgz", + "integrity": "sha512-JM8N6PytDbmIYm1IhPWlo8vr3NtfjhDY/1MhD/a5b/aad/USE8a0+NsqE9d5n+GVGmuNkPQWm4bFQWv18d8tMg==", + "dev": true + }, "node_modules/es-abstract": { "version": "1.23.3", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", @@ -12327,36 +13206,10 @@ "node": ">= 0.4" } }, - "node_modules/es-get-iterator": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "is-arguments": "^1.1.1", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.7", - "isarray": "^2.0.5", - "stop-iteration-iterator": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-get-iterator/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "dev": true - }, "node_modules/es-iterator-helpers": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.1.0.tgz", - "integrity": "sha512-/SurEfycdyssORP/E+bj4sEu1CWw4EmLDsHynHwSXQ7utgbrMRWW195pTrCjFgFCddf/UkYm3oqKPRq5i8bJbw==", + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", + "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==", "dev": true, "dependencies": { "call-bind": "^1.0.7", @@ -12366,12 +13219,12 @@ "es-set-tostringtag": "^2.0.3", "function-bind": "^1.1.2", "get-intrinsic": "^1.2.4", - "globalthis": "^1.0.4", + "globalthis": "^1.0.3", "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.3", "has-symbols": "^1.0.3", "internal-slot": "^1.0.7", - "iterator.prototype": "^1.1.3", + "iterator.prototype": "^1.1.2", "safe-array-concat": "^1.1.2" }, "engines": { @@ -12532,7 +13385,6 @@ "version": "8.56.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", - "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -12653,73 +13505,10 @@ } } }, - "node_modules/eslint-import-resolver-typescript/node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/eslint-import-resolver-typescript/node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/eslint-import-resolver-typescript/node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/eslint-import-resolver-typescript/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/eslint-import-resolver-typescript/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/eslint-module-utils": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", - "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz", + "integrity": "sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==", "dev": true, "dependencies": { "debug": "^3.2.7" @@ -12757,106 +13546,53 @@ "typescript": "^4.2.4 || ^5.0.0" } }, - "node_modules/eslint-plugin-es-x": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz", - "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==", - "dev": true, - "funding": [ - "https://github.com/sponsors/ota-meshi", - "https://opencollective.com/eslint" - ], - "dependencies": { - "@eslint-community/eslint-utils": "^4.1.2", - "@eslint-community/regexpp": "^4.11.0", - "eslint-compat-utils": "^0.5.1" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": ">=8" - } - }, - "node_modules/eslint-plugin-functional": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-6.6.3.tgz", - "integrity": "sha512-sVbbvNvwX3HVkXAykKyoNLv57r4DPF7f1sy+/8j4YtzLYVQPGljMUWv3T6Kd4lwnnjmcKuj0EkIbS+knL6P5jw==", - "dev": true, - "funding": [ - { - "type": "ko-fi", - "url": "https://ko-fi.com/rebeccastevens" - } - ], - "dependencies": { - "@typescript-eslint/utils": "^7.3.1", - "deepmerge-ts": "^5.1.0", - "escape-string-regexp": "^4.0.0", - "is-immutable-type": "^4.0.0", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": ">=16.10.0" - }, - "peerDependencies": { - "eslint": "^8.0.0 || ^9.0.0", - "typescript": ">=4.3.5" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-functional/node_modules/@typescript-eslint/scope-manager": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0" + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" }, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/eslint-plugin-functional/node_modules/@typescript-eslint/types": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", "dev": true, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/eslint-plugin-functional/node_modules/@typescript-eslint/typescript-estree": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -12868,58 +13604,119 @@ } } }, - "node_modules/eslint-plugin-functional/node_modules/@typescript-eslint/utils": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/utils": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0" + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0", + "semver": "^7.5.4" }, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^8.56.0" + "eslint": "^7.0.0 || ^8.0.0" } }, - "node_modules/eslint-plugin-functional/node_modules/@typescript-eslint/visitor-keys": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", + "node_modules/eslint-plugin-deprecation/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", "dev": true, "dependencies": { - "@typescript-eslint/types": "7.18.0", - "eslint-visitor-keys": "^3.4.3" + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" }, "engines": { - "node": "^18.18.0 || >=20.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/eslint-plugin-functional/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "node_modules/eslint-plugin-deprecation/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint-plugin-es-x": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz", + "integrity": "sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==", + "dev": true, + "funding": [ + "https://github.com/sponsors/ota-meshi", + "https://opencollective.com/eslint" + ], + "dependencies": { + "@eslint-community/eslint-utils": "^4.1.2", + "@eslint-community/regexpp": "^4.11.0", + "eslint-compat-utils": "^0.5.1" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": ">=8" + } + }, + "node_modules/eslint-plugin-functional": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-functional/-/eslint-plugin-functional-6.6.3.tgz", + "integrity": "sha512-sVbbvNvwX3HVkXAykKyoNLv57r4DPF7f1sy+/8j4YtzLYVQPGljMUWv3T6Kd4lwnnjmcKuj0EkIbS+knL6P5jw==", "dev": true, + "funding": [ + { + "type": "ko-fi", + "url": "https://ko-fi.com/rebeccastevens" + } + ], "dependencies": { - "brace-expansion": "^2.0.1" + "@typescript-eslint/utils": "^7.3.1", + "deepmerge-ts": "^5.1.0", + "escape-string-regexp": "^4.0.0", + "is-immutable-type": "^4.0.0", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16.10.0" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "peerDependencies": { + "eslint": "^8.0.0 || ^9.0.0", + "typescript": ">=4.3.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/eslint-plugin-import": { @@ -13036,6 +13833,67 @@ "strip-bom": "^3.0.0" } }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.20.7", + "aria-query": "^5.1.3", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "ast-types-flow": "^0.0.7", + "axe-core": "^4.6.2", + "axobject-query": "^3.1.1", + "damerau-levenshtein": "^1.0.8", + "emoji-regex": "^9.2.2", + "has": "^1.0.3", + "jsx-ast-utils": "^3.3.3", + "language-tags": "=1.0.5", + "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=4.0" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/eslint-plugin-n": { "version": "16.6.2", "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz", @@ -13129,9 +13987,9 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", - "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", + "version": "7.35.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz", + "integrity": "sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==", "dev": true, "dependencies": { "array-includes": "^3.1.8", @@ -13139,7 +13997,7 @@ "array.prototype.flatmap": "^1.3.2", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.1.0", + "es-iterator-helpers": "^1.0.19", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", @@ -13276,6 +14134,18 @@ "eslint": ">=8.44.0" } }, + "node_modules/eslint-plugin-unicorn/node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/eslint-plugin-vitest": { "version": "0.3.26", "resolved": "https://registry.npmjs.org/eslint-plugin-vitest/-/eslint-plugin-vitest-0.3.26.tgz", @@ -13300,118 +14170,6 @@ } } }, - "node_modules/eslint-plugin-vitest/node_modules/@typescript-eslint/scope-manager": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-vitest/node_modules/@typescript-eslint/types": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", - "dev": true, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-vitest/node_modules/@typescript-eslint/typescript-estree": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-vitest/node_modules/@typescript-eslint/utils": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - } - }, - "node_modules/eslint-plugin-vitest/node_modules/@typescript-eslint/visitor-keys": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/eslint-plugin-vitest/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", @@ -13499,6 +14257,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -13576,6 +14339,17 @@ "node": ">=8" } }, + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -13763,111 +14537,62 @@ "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true, - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/execa": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", - "integrity": "sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==", - "dev": true, - "dependencies": { - "cross-spawn": "^5.0.1", - "get-stream": "^3.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/execa/node_modules/cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", - "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", - "dev": true, - "dependencies": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "node_modules/execa/node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "dev": true, - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, - "node_modules/execa/node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", - "dev": true, - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/execa/node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "dev": true, "engines": { - "node": ">=4" + "node": ">=0.8.x" } }, - "node_modules/execa/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "node_modules/execa": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", "dev": true, "dependencies": { - "shebang-regex": "^1.0.0" + "cross-spawn": "^7.0.3", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^4.1.0", + "strip-final-newline": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=16.17" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/execa/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "node_modules/execa/node_modules/npm-run-path": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", "dev": true, + "dependencies": { + "path-key": "^4.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/execa/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/execa/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "dev": true, - "dependencies": { - "isexe": "^2.0.0" + "engines": { + "node": ">=12" }, - "bin": { - "which": "bin/which" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/execa/node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", - "dev": true - }, "node_modules/executable": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", @@ -13918,37 +14643,37 @@ } }, "node_modules/express": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", - "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.3", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.3.1", + "finalhandler": "1.2.0", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.3", + "merge-descriptors": "1.0.1", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.7", - "qs": "6.13.0", + "qs": "6.11.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.19.0", - "serve-static": "1.16.2", + "send": "0.18.0", + "serve-static": "1.15.0", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -13983,12 +14708,61 @@ "ms": "2.0.0" } }, + "node_modules/express/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/express/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/express/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/express/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/ext-list": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/ext-list/-/ext-list-2.2.2.tgz", @@ -14096,9 +14870,9 @@ "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==" }, "node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -14108,7 +14882,7 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, "node_modules/fast-glob/node_modules/@nodelib/fs.scandir": { @@ -14193,9 +14967,9 @@ } }, "node_modules/fast-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", - "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", + "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", "dev": true }, "node_modules/fastq": { @@ -14360,13 +15134,13 @@ } }, "node_modules/finalhandler": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", "dev": true, "dependencies": { "debug": "2.6.9", - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -14392,6 +15166,27 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/finalhandler/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/find-file-up": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/find-file-up/-/find-file-up-2.0.1.tgz", + "integrity": "sha512-qVdaUhYO39zmh28/JLQM5CoYN9byEOKEH4qfa8K1eNV17W0UUMJ9WgbR/hHFH+t5rcl+6RTb5UC7ck/I+uRkpQ==", + "dev": true, + "dependencies": { + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/find-node-modules": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/find-node-modules/-/find-node-modules-2.1.3.tgz", @@ -14402,6 +15197,18 @@ "merge": "^2.1.1" } }, + "node_modules/find-pkg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/find-pkg/-/find-pkg-2.0.0.tgz", + "integrity": "sha512-WgZ+nKbELDa6N3i/9nrHeNznm+lY3z4YfhDDWgW+5P0pdmMj26bxaxU11ookgY3NyP9GC7HvZ9etp0jRFqGEeQ==", + "dev": true, + "dependencies": { + "find-file-up": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", @@ -14537,9 +15344,9 @@ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" }, "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.8.tgz", + "integrity": "sha512-xgrmBhBToVKay1q2Tao5LI26B83UhrB/vM1avwVSDzt8rx3rO6AizBAaF46EgksTVr+rFTQaqZZ9MVBfUe4nig==", "funding": [ { "type": "individual", @@ -14568,6 +15375,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -14579,17 +15387,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", @@ -14600,9 +15397,9 @@ } }, "node_modules/form-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", - "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -14630,6 +15427,14 @@ "node": ">= 0.6" } }, + "node_modules/front-matter": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", + "dependencies": { + "js-yaml": "^3.13.1" + } + }, "node_modules/fs-constants": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", @@ -14721,9 +15526,9 @@ } }, "node_modules/get-east-asian-width": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", - "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", + "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", "engines": { "node": ">=18" }, @@ -14769,12 +15574,15 @@ } }, "node_modules/get-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", - "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", "dev": true, "engines": { - "node": ">=4" + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/get-symbol-description": { @@ -14795,9 +15603,9 @@ } }, "node_modules/get-tsconfig": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.1.tgz", - "integrity": "sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz", + "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==", "dev": true, "dependencies": { "resolve-pkg-maps": "^1.0.0" @@ -14850,6 +15658,7 @@ "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -14887,6 +15696,7 @@ "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -14986,86 +15796,35 @@ } }, "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", "dev": true, "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/globby/node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/globby/node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/globby/node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/globby/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "node_modules/globby/node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/globby/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" + "node": ">=14.16" }, - "engines": { - "node": ">= 6" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/gopd": { @@ -15349,26 +16108,39 @@ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "node_modules/http-assert": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz", + "integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==", + "dev": true, + "dependencies": { + "deep-equal": "~1.0.1", + "http-errors": "~1.8.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/http-cache-semantics": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", "dev": true, "dependencies": { - "depd": "2.0.0", + "depd": "~1.1.2", "inherits": "2.0.4", "setprototypeof": "1.2.0", - "statuses": "2.0.1", + "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.1" }, "engines": { - "node": ">= 0.8" + "node": ">= 0.6" } }, "node_modules/http-link-header": { @@ -15548,12 +16320,12 @@ } }, "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", "dev": true, "engines": { - "node": ">=10.17.0" + "node": ">=16.17.0" } }, "node_modules/husky": { @@ -15711,9 +16483,9 @@ } }, "node_modules/inquirer": { - "version": "9.3.7", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.7.tgz", - "integrity": "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==", + "version": "9.3.6", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.6.tgz", + "integrity": "sha512-riK/iQB2ctwkpWYgjjWIRv3MBLt2gzb2Sj0JNQNbyTXgyXsLWcDPJ5WS5ZDTCx7BRFnJsARtYh+58fjP5M2Y0Q==", "dev": true, "dependencies": { "@inquirer/figures": "^1.0.3", @@ -15818,6 +16590,15 @@ "node": ">=8" } }, + "node_modules/inquirer/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/inquirer/node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -15869,6 +16650,12 @@ "node": ">=8" } }, + "node_modules/inquirer/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/inquirer/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -15936,14 +16723,14 @@ } }, "node_modules/intl-messageformat": { - "version": "10.7.1", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.7.1.tgz", - "integrity": "sha512-xQuJW2WcyzNJZWUu5xTVPOmNSA1Sowuu/NKFdUid5Fxx/Yl6/s4DefTU/y7zy+irZLDmFGmTLtnM8FqpN05wlA==", + "version": "10.5.14", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.14.tgz", + "integrity": "sha512-IjC6sI0X7YRjjyVH9aUgdftcmZK7WXdHeil4KwbjDnRWjnVitKpAx3rr6t6di1joFp5188VqKcobOPA6mCLG/w==", "dependencies": { - "@formatjs/ecma402-abstract": "2.2.0", - "@formatjs/fast-memoize": "2.2.1", - "@formatjs/icu-messageformat-parser": "2.8.0", - "tslib": "^2.7.0" + "@formatjs/ecma402-abstract": "2.0.0", + "@formatjs/fast-memoize": "2.2.0", + "@formatjs/icu-messageformat-parser": "2.7.8", + "tslib": "^2.4.0" } }, "node_modules/ip-address": { @@ -15972,22 +16759,6 @@ "node": ">= 0.10" } }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-array-buffer": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", @@ -16069,9 +16840,9 @@ } }, "node_modules/is-bun-module": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-1.2.1.tgz", - "integrity": "sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-1.1.0.tgz", + "integrity": "sha512-4mTAVPlrXpaN3jtF0lsnPCMGnq4+qZjVIKq0HCpfcqf8OC1SM5oATCIAPM5V5FN05qp2NNnFndphmdZS9CV3hA==", "dev": true, "dependencies": { "semver": "^7.6.3" @@ -16244,145 +17015,6 @@ "typescript": ">=4.7.4" } }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/scope-manager": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz", - "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/type-utils": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz", - "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==", - "dev": true, - "dependencies": { - "@typescript-eslint/typescript-estree": "7.18.0", - "@typescript-eslint/utils": "7.18.0", - "debug": "^4.3.4", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/types": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz", - "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==", - "dev": true, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/typescript-estree": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz", - "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/visitor-keys": "7.18.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "minimatch": "^9.0.4", - "semver": "^7.6.0", - "ts-api-utils": "^1.3.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/utils": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz", - "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "7.18.0", - "@typescript-eslint/types": "7.18.0", - "@typescript-eslint/typescript-estree": "7.18.0" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^8.56.0" - } - }, - "node_modules/is-immutable-type/node_modules/@typescript-eslint/visitor-keys": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz", - "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "7.18.0", - "eslint-visitor-keys": "^3.4.3" - }, - "engines": { - "node": "^18.18.0 || >=20.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/is-immutable-type/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/is-interactive": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", @@ -16520,12 +17152,15 @@ } }, "node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-string": { @@ -16678,6 +17313,15 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, + "node_modules/isomorphic-ws": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", + "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", + "dev": true, + "peerDependencies": { + "ws": "*" + } + }, "node_modules/isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", @@ -16781,9 +17425,9 @@ } }, "node_modules/iterator.prototype": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.3.tgz", - "integrity": "sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", "dev": true, "dependencies": { "define-properties": "^1.2.1", @@ -16791,15 +17435,13 @@ "has-symbols": "^1.0.3", "reflect.getprototypeof": "^1.0.4", "set-function-name": "^2.0.1" - }, - "engines": { - "node": ">= 0.4" } }, "node_modules/jackspeak": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -17055,6 +17697,17 @@ "node": ">=8" } }, + "node_modules/jest-circus/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-circus/node_modules/pretty-format": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", @@ -17087,17 +17740,6 @@ "node": ">=8" } }, - "node_modules/jest-circus/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, - "optional": true, - "peer": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/jest-config": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", @@ -18666,11 +19308,12 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dependencies": { - "argparse": "^2.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -18758,15 +19401,15 @@ } }, "node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=6" + "node": ">=4" } }, "node_modules/json-buffer": { @@ -18774,6 +19417,12 @@ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -18814,6 +19463,23 @@ "node": ">=6" } }, + "node_modules/jsonc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/jsonc/-/jsonc-2.0.0.tgz", + "integrity": "sha512-B281bLCT2TRMQa+AQUQY5AGcqSOXBOKaYGP4wDzoA/+QswUfN8sODektbPEs9Baq7LGKun5jQbNFpzwGuVYKhw==", + "dev": true, + "dependencies": { + "fast-safe-stringify": "^2.0.6", + "graceful-fs": "^4.1.15", + "mkdirp": "^0.5.1", + "parse-json": "^4.0.0", + "strip-bom": "^4.0.0", + "strip-json-comments": "^3.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jsonc-eslint-parser": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", @@ -18832,11 +19498,24 @@ "url": "https://github.com/sponsors/ota-meshi" } }, - "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" - }, + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + }, + "node_modules/jsonc/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -18946,6 +19625,18 @@ "safe-buffer": "^5.0.1" } }, + "node_modules/keygrip": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==", + "dev": true, + "dependencies": { + "tsscmp": "1.0.6" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -18963,9 +19654,9 @@ } }, "node_modules/knip": { - "version": "5.33.3", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.33.3.tgz", - "integrity": "sha512-saUxedVDCa/8p3w445at66vLmYKretzYsX7+elMJ5ROWGzU+1aTRm3EmKELTaho1ue7BlwJB5BxLJROy43+LtQ==", + "version": "5.29.2", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.29.2.tgz", + "integrity": "sha512-NfJ3VDyV7gHvI4lVmr9PQCvC4lvrnTdaRMmtHIVBWB2GWWKj86uTw8Yfnp07M+fQeqOnX3AGPG8hjXHPlE1MEw==", "dev": true, "funding": [ { @@ -18987,13 +19678,13 @@ "easy-table": "1.2.0", "enhanced-resolve": "^5.17.1", "fast-glob": "^3.3.2", - "jiti": "^2.3.3", + "jiti": "^1.21.6", "js-yaml": "^4.1.0", "minimist": "^1.2.8", "picocolors": "^1.0.0", "picomatch": "^4.0.1", "pretty-ms": "^9.0.0", - "smol-toml": "^1.3.0", + "smol-toml": "^1.1.4", "strip-json-comments": "5.0.1", "summary": "2.1.0", "zod": "^3.22.4", @@ -19046,41 +19737,22 @@ "node": ">= 8" } }, - "node_modules/knip/node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } + "node_modules/knip/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true }, - "node_modules/knip/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/knip/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, "dependencies": { - "is-glob": "^4.0.1" + "argparse": "^2.0.1" }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/knip/node_modules/jiti": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz", - "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==", - "dev": true, "bin": { - "jiti": "lib/jiti-cli.mjs" + "js-yaml": "bin/js-yaml.js" } }, "node_modules/knip/node_modules/picomatch": { @@ -19107,6 +19779,99 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/koa": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.11.0.tgz", + "integrity": "sha512-EpR9dElBTDlaDgyhDMiLkXrPwp6ZqgAIBvhhmxQ9XN4TFgW+gEz6tkcsNI6BnUbUftrKDjVFj4lW2/J2aNBMMA==", + "dev": true, + "dependencies": { + "accepts": "^1.3.5", + "cache-content-type": "^1.0.0", + "content-disposition": "~0.5.2", + "content-type": "^1.0.4", + "cookies": "~0.8.0", + "debug": "~3.1.0", + "delegates": "^1.0.0", + "depd": "^1.1.2", + "destroy": "^1.0.4", + "encodeurl": "^1.0.2", + "error-inject": "^1.0.0", + "escape-html": "^1.0.3", + "fresh": "~0.5.2", + "http-assert": "^1.3.0", + "http-errors": "^1.6.3", + "is-generator-function": "^1.0.7", + "koa-compose": "^4.1.0", + "koa-convert": "^1.2.0", + "on-finished": "^2.3.0", + "only": "~0.0.2", + "parseurl": "^1.3.2", + "statuses": "^1.5.0", + "type-is": "^1.6.16", + "vary": "^1.1.2" + }, + "engines": { + "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" + } + }, + "node_modules/koa-compose": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz", + "integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==", + "dev": true + }, + "node_modules/koa-convert": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz", + "integrity": "sha512-K9XqjmEDStGX09v3oxR7t5uPRy0jqJdvodHa6wxWTHrTfDq0WUNnYTOOUZN6g8OM8oZQXprQASbiIXG2Ez8ehA==", + "dev": true, + "dependencies": { + "co": "^4.6.0", + "koa-compose": "^3.0.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/koa-convert/node_modules/koa-compose": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-3.2.1.tgz", + "integrity": "sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw==", + "dev": true, + "dependencies": { + "any-promise": "^1.1.0" + } + }, + "node_modules/koa/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/koa/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/language-subtag-registry": { + "version": "0.3.23", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", + "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", + "dev": true + }, + "node_modules/language-tags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", + "dev": true, + "dependencies": { + "language-subtag-registry": "~0.3.2" + } + }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -19129,13 +19894,13 @@ } }, "node_modules/lighthouse": { - "version": "12.2.1", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.1.tgz", - "integrity": "sha512-3deFGaQ/eTCzQekgWUcgLdWAjS81KHPG406r+A61KKLsxEcORw34A1aixU6G2lgqpdd95QZpdoSKxyy/jJfsHg==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.0.tgz", + "integrity": "sha512-JU9IvjcVxwtsFzB4xTuDWx46hRJF7yYfiTDgtFA0U4nt4TUom9mus81QNt/tDr4y18wlphBycuLysX8J6yplDw==", "dependencies": { "@paulirish/trace_engine": "0.0.32", "@sentry/node": "^6.17.4", - "axe-core": "^4.10.0", + "axe-core": "^4.9.1", "chrome-launcher": "^1.1.2", "configstore": "^5.0.1", "csp_evaluator": "1.1.1", @@ -19152,7 +19917,7 @@ "metaviewport-parser": "0.3.0", "open": "^8.4.0", "parse-cache-control": "1.0.1", - "puppeteer-core": "^23.3.0", + "puppeteer-core": "^22.15.0", "robots-parser": "^3.0.1", "semver": "^5.3.0", "speedline-core": "^1.4.3", @@ -19306,6 +20071,12 @@ "signal-exit": "^3.0.2" } }, + "node_modules/lockfile/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", @@ -19317,6 +20088,12 @@ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", "dev": true }, + "node_modules/lodash.clonedeepwith": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeepwith/-/lodash.clonedeepwith-4.5.0.tgz", + "integrity": "sha512-QRBRSxhbtsX1nc0baxSkkK5WlVTTm/s48DSukcGcWZwIyI8Zz+lB+kFiELJXtzfH4Aj6kMWQ1VWW4U5uUDgZMA==", + "dev": true + }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", @@ -19600,6 +20377,28 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/log4js": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", + "dev": true, + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "flatted": "^3.2.7", + "rfdc": "^1.3.0", + "streamroller": "^3.1.5" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/long-timeout": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/long-timeout/-/long-timeout-0.1.1.tgz", + "integrity": "sha512-BFRuQUqc7x2NWxfJBCyUrN8iYUYznzL9JROmRz1gZ6KlOIgmoD+njPVbb+VNn2nGMKggMsK79iUNErillsrx7w==", + "dev": true + }, "node_modules/longest": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz", @@ -19692,6 +20491,15 @@ "yallist": "^3.0.2" } }, + "node_modules/luxon": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", + "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -19702,9 +20510,9 @@ } }, "node_modules/magic-string": { - "version": "0.30.12", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", - "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", "dev": true, "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" @@ -19772,9 +20580,9 @@ } }, "node_modules/memfs": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", - "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.1.tgz", + "integrity": "sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==", "dev": true, "dependencies": { "@jsonjoy.com/json-pack": "^1.0.3", @@ -19809,13 +20617,10 @@ "dev": true }, "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true }, "node_modules/merge-stream": { "version": "2.0.0", @@ -19900,11 +20705,15 @@ } }, "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true, "engines": { - "node": ">=6" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/mimic-function": { @@ -19937,15 +20746,14 @@ } }, "node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", - "dev": true, + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": "20 || >=22" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -19963,6 +20771,7 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } @@ -19985,15 +20794,15 @@ } }, "node_modules/mlly": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.2.tgz", - "integrity": "sha512-tN3dvVHYVz4DhSXinXIk7u9syPYaJvio118uomkovAtWBT+RdbP6Lfh/5Lvo519YMmwBafwlh20IPTXIStscpA==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", + "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", "dev": true, "dependencies": { - "acorn": "^8.12.1", + "acorn": "^8.11.3", "pathe": "^1.1.2", - "pkg-types": "^1.2.0", - "ufo": "^1.5.4" + "pkg-types": "^1.1.1", + "ufo": "^1.5.3" } }, "node_modules/moment": { @@ -20015,9 +20824,9 @@ } }, "node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/multi-progress-bars": { "version": "5.0.3", @@ -20033,9 +20842,9 @@ } }, "node_modules/multi-progress-bars/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "engines": { "node": ">=12" }, @@ -20187,6 +20996,21 @@ "node": ">= 0.4.0" } }, + "node_modules/nice-napi": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", + "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "!win32" + ], + "dependencies": { + "node-addon-api": "^3.0.0", + "node-gyp-build": "^4.2.2" + } + }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -20197,6 +21021,13 @@ "tslib": "^2.0.3" } }, + "node_modules/node-addon-api": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", + "dev": true, + "optional": true + }, "node_modules/node-fetch": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", @@ -20235,6 +21066,18 @@ "webidl-conversions": "^3.0.0" } }, + "node_modules/node-gyp-build": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", + "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", + "dev": true, + "optional": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, "node_modules/node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", @@ -20252,6 +21095,20 @@ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", "dev": true }, + "node_modules/node-schedule": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/node-schedule/-/node-schedule-2.1.1.tgz", + "integrity": "sha512-OXdegQq03OmXEjt2hZP33W2YPs/E5BcFQks46+G2gAxs4gHOIVD1u7EqlYLYSKsaIpyKCK9Gbk0ta1/gjRSMRQ==", + "dev": true, + "dependencies": { + "cron-parser": "^4.2.0", + "long-timeout": "0.1.1", + "sorted-array-functions": "^1.3.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -20339,35 +21196,36 @@ } }, "node_modules/nwsapi": { - "version": "2.2.13", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", - "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", + "version": "2.2.12", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", + "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", "dev": true }, "node_modules/nx": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/nx/-/nx-17.3.2.tgz", - "integrity": "sha512-QjF1gnwKebQISvATrSbW7dsmIcLbA0fcyDyxLo5wVHx/MIlcaIb/lLYaPTld73ZZ6svHEZ6n2gOkhMitmkIPQA==", + "version": "19.6.5", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.5.tgz", + "integrity": "sha512-igPYPsBF1BM1YxEiGDvaLOz0CWWoEvxzR7yQg3iULjGG9zKgDFNHHIHJwkyHsCBTtMhhkgeUl16PsTVgDuil3A==", "hasInstallScript": true, "dependencies": { - "@nrwl/tao": "17.3.2", + "@napi-rs/wasm-runtime": "0.2.4", + "@nrwl/tao": "19.6.5", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.6.0", + "@zkochan/js-yaml": "0.0.7", + "axios": "^1.7.4", "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "cliui": "^8.0.1", - "dotenv": "~16.3.1", - "dotenv-expand": "~10.0.0", + "dotenv": "~16.4.5", + "dotenv-expand": "~11.0.6", "enquirer": "~2.3.6", "figures": "3.2.0", "flat": "^5.0.2", + "front-matter": "^4.0.2", "fs-extra": "^11.1.0", "ignore": "^5.0.4", "jest-diff": "^29.4.1", - "js-yaml": "4.1.0", "jsonc-parser": "3.2.0", "lines-and-columns": "~2.0.3", "minimatch": "9.0.3", @@ -20390,19 +21248,19 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "17.3.2", - "@nx/nx-darwin-x64": "17.3.2", - "@nx/nx-freebsd-x64": "17.3.2", - "@nx/nx-linux-arm-gnueabihf": "17.3.2", - "@nx/nx-linux-arm64-gnu": "17.3.2", - "@nx/nx-linux-arm64-musl": "17.3.2", - "@nx/nx-linux-x64-gnu": "17.3.2", - "@nx/nx-linux-x64-musl": "17.3.2", - "@nx/nx-win32-arm64-msvc": "17.3.2", - "@nx/nx-win32-x64-msvc": "17.3.2" + "@nx/nx-darwin-arm64": "19.6.5", + "@nx/nx-darwin-x64": "19.6.5", + "@nx/nx-freebsd-x64": "19.6.5", + "@nx/nx-linux-arm-gnueabihf": "19.6.5", + "@nx/nx-linux-arm64-gnu": "19.6.5", + "@nx/nx-linux-arm64-musl": "19.6.5", + "@nx/nx-linux-x64-gnu": "19.6.5", + "@nx/nx-linux-x64-musl": "19.6.5", + "@nx/nx-win32-arm64-msvc": "19.6.5", + "@nx/nx-win32-x64-msvc": "19.6.5" }, "peerDependencies": { - "@swc-node/register": "^1.6.7", + "@swc-node/register": "^1.8.0", "@swc/core": "^1.3.85" }, "peerDependenciesMeta": { @@ -20414,51 +21272,6 @@ } } }, - "node_modules/nx/node_modules/@nx/nx-darwin-arm64": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-17.3.2.tgz", - "integrity": "sha512-hn12o/tt26Pf4wG+8rIBgNIEZq5BFlHLv3scNrgKbd5SancHlTbY4RveRGct737UQ/78GCMCgMDRgNdagbCr6w==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-darwin-x64": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-17.3.2.tgz", - "integrity": "sha512-5F28wrfE7yU60MzEXGjndy1sPJmNMIaV2W/g82kTXzxAbGHgSjwrGFmrJsrexzLp9oDlWkbc6YmInKV8gmmIaQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { - "version": "17.3.2", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-17.3.2.tgz", - "integrity": "sha512-RiPvvQMmlZmDu9HdT6n6sV0+fEkyAqR5VocrD5ZAzEzFIlh4dyVLripFR3+MD+QhIhXyPt/hpri1kq9sgs4wnw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -20515,17 +21328,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/nx/node_modules/dotenv": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", - "integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/motdotla/dotenv?sponsor=1" - } - }, "node_modules/nx/node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", @@ -20547,18 +21349,12 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, + "node_modules/nx/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=6" } }, "node_modules/nx/node_modules/onetime": { @@ -20587,6 +21383,11 @@ "node": ">=8" } }, + "node_modules/nx/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, "node_modules/nx/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -20643,22 +21444,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object-is": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", - "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -20774,19 +21559,26 @@ } }, "node_modules/onetime": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", - "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, "dependencies": { - "mimic-function": "^5.0.0" + "mimic-fn": "^4.0.0" }, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/only": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/only/-/only-0.0.2.tgz", + "integrity": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==", + "dev": true + }, "node_modules/open": { "version": "8.4.2", "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", @@ -20910,7 +21702,15 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=8" + "node": ">=8" + } + }, + "node_modules/ora/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" } }, "node_modules/ora/node_modules/onetime": { @@ -20939,6 +21739,11 @@ "node": ">=8" } }, + "node_modules/ora/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, "node_modules/ora/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -20982,28 +21787,6 @@ "node": ">=0.10.0" } }, - "node_modules/oxc-resolver": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/oxc-resolver/-/oxc-resolver-1.12.0.tgz", - "integrity": "sha512-YlaCIArvWNKCWZFRrMjhh2l5jK80eXnpYP+bhRc1J/7cW3TiyEY0ngJo73o/5n8hA3+4yLdTmXLNTQ3Ncz50LQ==", - "devOptional": true, - "funding": { - "url": "https://github.com/sponsors/Boshen" - }, - "optionalDependencies": { - "@oxc-resolver/binding-darwin-arm64": "1.12.0", - "@oxc-resolver/binding-darwin-x64": "1.12.0", - "@oxc-resolver/binding-freebsd-x64": "1.12.0", - "@oxc-resolver/binding-linux-arm-gnueabihf": "1.12.0", - "@oxc-resolver/binding-linux-arm64-gnu": "1.12.0", - "@oxc-resolver/binding-linux-arm64-musl": "1.12.0", - "@oxc-resolver/binding-linux-x64-gnu": "1.12.0", - "@oxc-resolver/binding-linux-x64-musl": "1.12.0", - "@oxc-resolver/binding-wasm32-wasi": "1.12.0", - "@oxc-resolver/binding-win32-arm64-msvc": "1.12.0", - "@oxc-resolver/binding-win32-x64-msvc": "1.12.0" - } - }, "node_modules/p-cancelable": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", @@ -21133,9 +21916,10 @@ } }, "node_modules/package-json-from-dist": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", - "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true }, "node_modules/pako": { "version": "0.2.9", @@ -21210,12 +21994,12 @@ } }, "node_modules/parse5": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.0.tgz", - "integrity": "sha512-ZkDsAOcxsUMZ4Lz5fVciOehNcJ+Gb8gTzcA4yl3wnc273BAybYWrQ+Ks/OjCjSEpjvQkDSeZbybK9qj2VHHdGA==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", "dev": true, "dependencies": { - "entities": "^4.5.0" + "entities": "^4.4.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -21265,6 +22049,7 @@ "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -21279,21 +22064,25 @@ "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", "dev": true, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/pathe": { @@ -21312,9 +22101,9 @@ } }, "node_modules/peek-readable": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-5.3.1.tgz", - "integrity": "sha512-GVlENSDW6KHaXcd9zkZltB7tCLosKB/4Hg0fqBJkAoBgYG2Tn1xtMgXtSUuMU9AK/gCm/tTdT8mgAeF4YNeeqw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-5.2.0.tgz", + "integrity": "sha512-U94a+eXHzct7vAd19GH3UQ2dH4Satbng0MyYTMaQatL0pvYYL5CTPR25HBhKtecl+4bfu1/i3vC6k0hydO5Vcw==", "dev": true, "engines": { "node": ">=14.16" @@ -21347,9 +22136,9 @@ "dev": true }, "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", "dev": true }, "node_modules/picomatch": { @@ -21475,14 +22264,23 @@ "node": ">= 6" } }, + "node_modules/piscina": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.6.1.tgz", + "integrity": "sha512-z30AwWGtQE+Apr+2WBZensP2lIvwoaMcOPkQlIEmSGMJNUvaYACylPYrQM6wSdUNJlnDVMSpLv7xTMJqlVshOA==", + "dev": true, + "optionalDependencies": { + "nice-napi": "^1.0.2" + } + }, "node_modules/pkg-types": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.1.tgz", - "integrity": "sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.0.tgz", + "integrity": "sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==", "dev": true, "dependencies": { - "confbox": "^0.1.8", - "mlly": "^1.7.2", + "confbox": "^0.1.7", + "mlly": "^1.7.1", "pathe": "^1.1.2" } }, @@ -21552,9 +22350,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "dev": true, "funding": [ { @@ -21572,8 +22370,8 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.1.0", - "source-map-js": "^1.2.1" + "picocolors": "^1.0.1", + "source-map-js": "^1.2.0" }, "engines": { "node": "^10 || ^12 || >=14" @@ -21588,15 +22386,15 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, "bin": { - "prettier": "bin/prettier.cjs" + "prettier": "bin-prettier.js" }, "engines": { - "node": ">=14" + "node": ">=10.13.0" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -21751,9 +22549,9 @@ "dev": true }, "node_modules/pump": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz", - "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -21789,25 +22587,39 @@ } }, "node_modules/puppeteer-core": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.6.0.tgz", - "integrity": "sha512-se1bhgUpR9C529SgHGr/eyT92mYyQPAhA2S9pGtGrVG2xob9qE6Pbp7TlqiSPlnnY1lINqhn6/67EwkdzOmKqQ==", - "dependencies": { - "@puppeteer/browsers": "2.4.0", - "chromium-bidi": "0.8.0", - "debug": "^4.3.7", - "devtools-protocol": "0.0.1354347", - "typed-query-selector": "^2.12.0", + "version": "22.15.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz", + "integrity": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==", + "dependencies": { + "@puppeteer/browsers": "2.3.0", + "chromium-bidi": "0.6.3", + "debug": "^4.3.6", + "devtools-protocol": "0.0.1312386", "ws": "^8.18.0" }, "engines": { "node": ">=18" } }, - "node_modules/puppeteer-core/node_modules/devtools-protocol": { - "version": "0.0.1354347", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1354347.tgz", - "integrity": "sha512-BlmkSqV0V84E2WnEnoPnwyix57rQxAM5SKJjf4TbYOCGLAWtz8CDH8RIaGOjPgPCXo2Mce3kxSY497OySidY3Q==" + "node_modules/puppeteer-core/node_modules/ws": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } }, "node_modules/pure-rand": { "version": "6.1.0", @@ -21888,6 +22700,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/rambda": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.3.0.tgz", + "integrity": "sha512-cl/7DCCKNxmsbc0dXZTJTY08rvDdzLhVfE6kPBson1fWzDapLzv0RKSzjpmAqP53fkQqAvq05gpUVHTrUNsuxg==", + "dev": true + }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -21931,6 +22749,40 @@ "node": ">= 0.8" } }, + "node_modules/raw-body/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/react": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", @@ -22183,9 +23035,9 @@ "dev": true }, "node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, "dependencies": { "regenerate": "^1.4.2" @@ -22219,15 +23071,15 @@ } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", - "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", "dev": true, "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.6", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.2" + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" @@ -22237,15 +23089,15 @@ } }, "node_modules/regexpu-core": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", - "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", "dev": true, "dependencies": { + "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", - "regjsgen": "^0.8.0", - "regjsparser": "^0.11.0", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -22253,24 +23105,27 @@ "node": ">=4" } }, + "node_modules/regexpu-core/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, "node_modules/regexpu-core/node_modules/regjsparser": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.1.tgz", - "integrity": "sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", "dev": true, "dependencies": { - "jsesc": "~3.0.2" + "jsesc": "~0.5.0" }, "bin": { "regjsparser": "bin/parser" } }, - "node_modules/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", - "dev": true - }, "node_modules/regjsparser": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz", @@ -22405,15 +23260,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/restore-cursor/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "node_modules/restore-cursor/node_modules/onetime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "dependencies": { + "mimic-function": "^5.0.0" + }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/reusify": { @@ -22425,6 +23283,12 @@ "node": ">=0.10.0" } }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true + }, "node_modules/rimraf": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", @@ -22490,12 +23354,12 @@ } }, "node_modules/rollup": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz", - "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz", + "integrity": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==", "dev": true, "dependencies": { - "@types/estree": "1.0.6" + "@types/estree": "1.0.5" }, "bin": { "rollup": "dist/bin/rollup" @@ -22505,22 +23369,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.24.0", - "@rollup/rollup-android-arm64": "4.24.0", - "@rollup/rollup-darwin-arm64": "4.24.0", - "@rollup/rollup-darwin-x64": "4.24.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.24.0", - "@rollup/rollup-linux-arm-musleabihf": "4.24.0", - "@rollup/rollup-linux-arm64-gnu": "4.24.0", - "@rollup/rollup-linux-arm64-musl": "4.24.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0", - "@rollup/rollup-linux-riscv64-gnu": "4.24.0", - "@rollup/rollup-linux-s390x-gnu": "4.24.0", - "@rollup/rollup-linux-x64-gnu": "4.24.0", - "@rollup/rollup-linux-x64-musl": "4.24.0", - "@rollup/rollup-win32-arm64-msvc": "4.24.0", - "@rollup/rollup-win32-ia32-msvc": "4.24.0", - "@rollup/rollup-win32-x64-msvc": "4.24.0", + "@rollup/rollup-android-arm-eabi": "4.21.2", + "@rollup/rollup-android-arm64": "4.21.2", + "@rollup/rollup-darwin-arm64": "4.21.2", + "@rollup/rollup-darwin-x64": "4.21.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.21.2", + "@rollup/rollup-linux-arm-musleabihf": "4.21.2", + "@rollup/rollup-linux-arm64-gnu": "4.21.2", + "@rollup/rollup-linux-arm64-musl": "4.21.2", + "@rollup/rollup-linux-powerpc64le-gnu": "4.21.2", + "@rollup/rollup-linux-riscv64-gnu": "4.21.2", + "@rollup/rollup-linux-s390x-gnu": "4.21.2", + "@rollup/rollup-linux-x64-gnu": "4.21.2", + "@rollup/rollup-linux-x64-musl": "4.21.2", + "@rollup/rollup-win32-arm64-msvc": "4.21.2", + "@rollup/rollup-win32-ia32-msvc": "4.21.2", + "@rollup/rollup-win32-x64-msvc": "4.21.2", "fsevents": "~2.3.2" } }, @@ -22761,9 +23625,9 @@ } }, "node_modules/send": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", "dev": true, "dependencies": { "debug": "2.6.9", @@ -22799,10 +23663,41 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/send/node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "node_modules/send/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/send/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "dev": true, "engines": { "node": ">= 0.8" @@ -22819,15 +23714,15 @@ } }, "node_modules/serve-static": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dev": true, "dependencies": { - "encodeurl": "~2.0.0", + "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.19.0" + "send": "0.18.0" }, "engines": { "node": ">= 0.8.0" @@ -22915,14 +23810,20 @@ "dev": true }, "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/simple-git": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz", - "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", + "version": "3.26.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.26.0.tgz", + "integrity": "sha512-5tbkCSzuskR6uA7uA23yjasmA0RzugVo8QM2bpsnxkrgP13eisFT7TMS4a+xKEJvbmr4qf+l0WT3eKa9IxxUyw==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -23072,6 +23973,12 @@ "node": ">=0.10.0" } }, + "node_modules/sorted-array-functions": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sorted-array-functions/-/sorted-array-functions-1.3.0.tgz", + "integrity": "sha512-2sqgzeFlid6N4Z2fUQ1cvFmTOLRi/sEDzSQ0OKYchqgoPmQBVyM3959qYx3fpS6Esef80KjmpgPeEr028dP3OA==", + "dev": true + }, "node_modules/source-map": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", @@ -23082,9 +23989,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -23227,12 +24134,12 @@ "dev": true }, "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true, "engines": { - "node": ">= 0.8" + "node": ">= 0.6" } }, "node_modules/std-env": { @@ -23250,28 +24157,62 @@ "graceful-fs": "^4.1.3" } }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "node_modules/stream-shift": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", + "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==", + "dev": true + }, + "node_modules/streamroller": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "dev": true, "dependencies": { - "internal-slot": "^1.0.4" + "date-format": "^4.0.14", + "debug": "^4.3.4", + "fs-extra": "^8.1.0" }, "engines": { - "node": ">= 0.4" + "node": ">=8.0" } }, - "node_modules/stream-shift": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz", - "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==", - "dev": true + "node_modules/streamroller/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/streamroller/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/streamroller/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } }, "node_modules/streamx": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz", - "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz", + "integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==", "dependencies": { "fast-fifo": "^1.3.2", "queue-tick": "^1.0.1", @@ -23485,9 +24426,9 @@ } }, "node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "engines": { "node": ">=12" }, @@ -23514,12 +24455,15 @@ } }, "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", "dev": true, "engines": { - "node": ">=6" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/strip-indent": { @@ -23668,6 +24612,15 @@ "url": "https://opencollective.com/svgo" } }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, "node_modules/symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", @@ -23746,9 +24699,9 @@ } }, "node_modules/terser": { - "version": "5.36.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", - "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", + "version": "5.31.6", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.6.tgz", + "integrity": "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==", "dev": true, "peer": true, "dependencies": { @@ -23926,9 +24879,12 @@ } }, "node_modules/text-decoder": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.1.tgz", - "integrity": "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz", + "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==", + "dependencies": { + "b4a": "^1.6.4" + } }, "node_modules/text-extensions": { "version": "2.4.0", @@ -23994,12 +24950,6 @@ "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", "dev": true }, - "node_modules/tinyexec": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz", - "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==", - "dev": true - }, "node_modules/tinypool": { "version": "0.8.4", "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", @@ -24019,16 +24969,16 @@ } }, "node_modules/tldts-core": { - "version": "6.1.54", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.54.tgz", - "integrity": "sha512-5cc42+0G0EjYRDfIJHKraaT3I5kPm7j6or3Zh1T9sF+Ftj1T+isT4thicUyQQ1bwN7/xjHQIuY2fXCoXP8Haqg==" + "version": "6.1.41", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.41.tgz", + "integrity": "sha512-SkwZgo1ZzMp2ziMBwci5VBnLR9VywCi02jSgMX5TO5kf9fdaBsxZkblLff3NlJNTcH0vfvEsgw2B7jVR556Vgw==" }, "node_modules/tldts-icann": { - "version": "6.1.54", - "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-6.1.54.tgz", - "integrity": "sha512-DIOINrFZY/l/FIhjKvXfQnfpAF4+rBVWt9P7rWEGF71ZhZDVbyk6vMlU2r38U4i31DuPS+DdeTo3wi9I321PMQ==", + "version": "6.1.41", + "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-6.1.41.tgz", + "integrity": "sha512-XkIufk7M5+QmT+7yqLRgegJLyp0+mh0hKpoDzOuEcrcGav6ZI8FcO+iCe9/5amrxgx/DQ3SGNeWV0Hs/wEyEYA==", "dependencies": { - "tldts-core": "^6.1.54" + "tldts-core": "^6.1.41" } }, "node_modules/tmp": { @@ -24201,6 +25151,21 @@ "typescript": ">=4.0.0" } }, + "node_modules/ts-declaration-location/node_modules/minimatch": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/ts-node": { "version": "10.9.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", @@ -24266,9 +25231,18 @@ } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" + }, + "node_modules/tsscmp": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==", + "dev": true, + "engines": { + "node": ">=0.6.x" + } }, "node_modules/tsutils": { "version": "3.21.0", @@ -24292,9 +25266,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", - "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", + "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", "dev": true, "dependencies": { "esbuild": "~0.23.0", @@ -24748,7 +25722,10 @@ "version": "3.14.0", "resolved": "https://registry.npmjs.org/typanion/-/typanion-3.14.0.tgz", "integrity": "sha512-ZW/lVMRabETuYCd9O9ZvMhAh8GslSqaUjxmK/JLPCh6l73CvLBiuXswj/+7LdnWOgYsQ130FqLzFz5aGT4I3Ug==", - "dev": true + "dev": true, + "workspaces": [ + "website" + ] }, "node_modules/type-check": { "version": "0.4.0", @@ -24771,12 +25748,12 @@ } }, "node_modules/type-fest": { - "version": "4.26.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.1.tgz", - "integrity": "sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true, "engines": { - "node": ">=16" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -24868,11 +25845,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typed-query-selector": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", - "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==" - }, "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", @@ -24888,9 +25860,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "devOptional": true, "bin": { "tsc": "bin/tsc", @@ -24949,9 +25921,9 @@ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", - "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, "engines": { "node": ">=4" @@ -24971,9 +25943,9 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", "dev": true, "engines": { "node": ">=4" @@ -25046,10 +26018,20 @@ "node": ">= 0.8" } }, + "node_modules/upath": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/upath/-/upath-2.0.1.tgz", + "integrity": "sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==", + "dev": true, + "engines": { + "node": ">=4", + "yarn": "*" + } + }, "node_modules/update-browserslist-db": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", - "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", "dev": true, "funding": [ { @@ -25066,8 +26048,8 @@ } ], "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.0" + "escalade": "^3.1.2", + "picocolors": "^1.0.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -25186,32 +26168,32 @@ } }, "node_modules/verdaccio": { - "version": "5.32.2", - "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.32.2.tgz", - "integrity": "sha512-QnVYIUvwB884fwVcA/D+x7AabsRPlTPyYAKMtExm8kJjiH+s2LGK2qX2o3I4VmYXqBR3W9b8gEnyQnGwQhUPsw==", + "version": "5.32.1", + "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.32.1.tgz", + "integrity": "sha512-GU8a+van7cQzzv6/pXWW8jMlQ7OoWNYPqRpvCW7F2QmxzpKp9hWb3yX9iLY3CJNrODuQYnUDjJ/hmBa8rUq+Aw==", "dev": true, "dependencies": { "@cypress/request": "3.0.1", - "@verdaccio/auth": "8.0.0-next-8.1", - "@verdaccio/config": "8.0.0-next-8.1", - "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/auth": "7.0.0-next-7.20", + "@verdaccio/config": "7.0.0-next-7.20", + "@verdaccio/core": "7.0.0-next-7.20", "@verdaccio/local-storage-legacy": "11.0.2", - "@verdaccio/logger-7": "8.0.0-next-8.1", - "@verdaccio/middleware": "8.0.0-next-8.1", - "@verdaccio/search-indexer": "8.0.0-next-8.0", - "@verdaccio/signature": "8.0.0-next-8.0", + "@verdaccio/logger-7": "7.0.0-next-7.20", + "@verdaccio/middleware": "7.0.0-next-7.20", + "@verdaccio/search-indexer": "7.0.0-next-7.2", + "@verdaccio/signature": "7.0.0-next-7.5", "@verdaccio/streams": "10.2.1", - "@verdaccio/tarball": "13.0.0-next-8.1", - "@verdaccio/ui-theme": "8.0.0-next-8.1", - "@verdaccio/url": "13.0.0-next-8.1", - "@verdaccio/utils": "7.0.1-next-8.1", + "@verdaccio/tarball": "12.0.0-next-7.20", + "@verdaccio/ui-theme": "7.0.0-next-7.20", + "@verdaccio/url": "12.0.0-next-7.20", + "@verdaccio/utils": "7.0.0-next-7.20", "async": "3.2.5", "clipanion": "4.0.0-rc.3", "compression": "1.7.4", "cors": "2.8.5", "debug": "^4.3.5", "envinfo": "7.13.0", - "express": "4.21.0", + "express": "4.19.2", "express-rate-limit": "5.5.1", "fast-safe-stringify": "2.1.1", "handlebars": "4.7.8", @@ -25227,8 +26209,8 @@ "pkginfo": "0.4.1", "semver": "7.6.3", "validator": "13.12.0", - "verdaccio-audit": "13.0.0-next-8.1", - "verdaccio-htpasswd": "13.0.0-next-8.1" + "verdaccio-audit": "12.0.0-next-7.20", + "verdaccio-htpasswd": "12.0.0-next-7.20" }, "bin": { "verdaccio": "bin/verdaccio" @@ -25242,14 +26224,14 @@ } }, "node_modules/verdaccio-audit": { - "version": "13.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/verdaccio-audit/-/verdaccio-audit-13.0.0-next-8.1.tgz", - "integrity": "sha512-EEfUeC1kHuErtwF9FC670W+EXHhcl+iuigONkcprwRfkPxmdBs+Hx36745hgAMZ9SCqedNECaycnGF3tZ3VYfw==", + "version": "12.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/verdaccio-audit/-/verdaccio-audit-12.0.0-next-7.20.tgz", + "integrity": "sha512-JlDM/G6i5aDrh6wYiN0NhPH+OnA8jF/74sWiyruHxdEd+yaJ0fkz1jeYtYPeFYNCfmM9TyJOUsxodS4KKO5W8w==", "dev": true, "dependencies": { - "@verdaccio/config": "8.0.0-next-8.1", - "@verdaccio/core": "8.0.0-next-8.1", - "express": "4.21.0", + "@verdaccio/config": "7.0.0-next-7.20", + "@verdaccio/core": "7.0.0-next-7.20", + "express": "4.19.2", "https-proxy-agent": "5.0.1", "node-fetch": "cjs" }, @@ -25287,17 +26269,17 @@ } }, "node_modules/verdaccio-htpasswd": { - "version": "13.0.0-next-8.1", - "resolved": "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-13.0.0-next-8.1.tgz", - "integrity": "sha512-BfvmO+ZdbwfttOwrdTPD6Bccr1ZfZ9Tk/9wpXamxdWB/XPWlk3FtyGsvqCmxsInRLPhQ/FSk9c3zRCGvICTFYg==", + "version": "12.0.0-next-7.20", + "resolved": "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-12.0.0-next-7.20.tgz", + "integrity": "sha512-YOP2SIMBKTbSYkBgMNHIgQxYn2wtMAZgV1EV0qTCR6Bnz4Z5euoxrDUXOBOf+QtaqsYViNZ6j8bOt+DZao6Fdw==", "dev": true, "dependencies": { - "@verdaccio/core": "8.0.0-next-8.1", - "@verdaccio/file-locking": "13.0.0-next-8.0", + "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/file-locking": "12.0.0-next.1", "apache-md5": "1.1.8", "bcryptjs": "2.4.3", - "core-js": "3.37.1", - "debug": "4.3.7", + "core-js": "3.35.0", + "debug": "4.3.4", "http-errors": "2.0.0", "unix-crypt-td-js": "1.1.4" }, @@ -25310,9 +26292,9 @@ } }, "node_modules/verdaccio-htpasswd/node_modules/@verdaccio/file-locking": { - "version": "13.0.0-next-8.0", - "resolved": "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-13.0.0-next-8.0.tgz", - "integrity": "sha512-28XRwpKiE3Z6KsnwE7o8dEM+zGWOT+Vef7RVJyUlG176JVDbGGip3HfCmFioE1a9BklLyGEFTu6D69BzfbRkzA==", + "version": "12.0.0-next.1", + "resolved": "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-12.0.0-next.1.tgz", + "integrity": "sha512-Zb5G2HEhVRB0jCq4z7QA4dqTdRv/2kIsw2Nkm3j2HqC1OeJRxas3MJAF/OxzbAb1IN32lbg1zycMSk6NcbQkgQ==", "dev": true, "dependencies": { "lockfile": "1.0.4" @@ -25325,12 +26307,81 @@ "url": "https://opencollective.com/verdaccio" } }, + "node_modules/verdaccio-htpasswd/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/verdaccio-htpasswd/node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verdaccio-htpasswd/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verdaccio-htpasswd/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verdaccio/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "node_modules/verdaccio/node_modules/async": { "version": "3.2.5", "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", "dev": true }, + "node_modules/verdaccio/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/verdaccio/node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -25385,9 +26436,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", + "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -25936,140 +26987,6 @@ } } }, - "node_modules/vitest/node_modules/execa": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^8.0.1", - "human-signals": "^5.0.0", - "is-stream": "^3.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^5.1.0", - "onetime": "^6.0.0", - "signal-exit": "^4.1.0", - "strip-final-newline": "^3.0.0" - }, - "engines": { - "node": ">=16.17" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/vitest/node_modules/get-stream": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", - "dev": true, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/human-signals": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", - "dev": true, - "engines": { - "node": ">=16.17.0" - } - }, - "node_modules/vitest/node_modules/is-stream": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", - "dev": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/mimic-fn": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/npm-run-path": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", - "dev": true, - "dependencies": { - "path-key": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/onetime": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", - "dev": true, - "dependencies": { - "mimic-fn": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/path-key": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/vitest/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/vitest/node_modules/strip-final-newline": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/vscode-material-icons": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/vscode-material-icons/-/vscode-material-icons-0.1.1.tgz", @@ -26128,9 +27045,9 @@ } }, "node_modules/webpack": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz", - "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dev": true, "peer": true, "dependencies": { @@ -26511,10 +27428,17 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, "engines": { "node": ">=10.0.0" }, @@ -26578,14 +27502,12 @@ "dev": true }, "node_modules/yaml": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", - "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", - "bin": { - "yaml": "bin.mjs" - }, + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, "engines": { - "node": ">= 14" + "node": ">= 6" } }, "node_modules/yargs": { @@ -26659,6 +27581,15 @@ "fd-slicer": "~1.1.0" } }, + "node_modules/ylru": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ylru/-/ylru-1.4.0.tgz", + "integrity": "sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/yn": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", @@ -26700,9 +27631,9 @@ } }, "node_modules/zod-validation-error": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.4.0.tgz", - "integrity": "sha512-ZOPR9SVY6Pb2qqO5XHt+MkkTRxGXb4EVtnjc9JpXUOtUB1T9Ru7mZOT361AN3MsetVe7R0a1KZshJDZdgp9miQ==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-3.3.1.tgz", + "integrity": "sha512-uFzCZz7FQis256dqw4AhPQgD6f3pzNca/Zh62RNELavlumQB3nDIUFbF5JQfFLcMbO1s02Q7Xg/gpcOBlEnYZA==", "dev": true, "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 354f89a4b..27483812a 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "17.3.2", - "@poppinss/cliui": "^6.4.0", - "@swc/helpers": "0.5.3", - "ansis": "^3.3.0", + "@nx/devkit": "19.6.5", + "@poppinss/cliui": "^6.4.1", + "@swc/helpers": "0.5.13", + "ansis": "^3.3.2", "build-md": "^0.4.2", "bundle-require": "^4.0.1", "esbuild": "^0.19.12", @@ -35,18 +35,18 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "17.3.2", + "nx": "19.6.5", "parse-lcov": "^1.0.4", - "semver": "^7.6.0", - "simple-git": "^3.20.0", - "tslib": "^2.6.2", - "vscode-material-icons": "^0.1.0", + "semver": "^7.6.3", + "simple-git": "^3.26.0", + "tslib": "^2.4.0", + "vscode-material-icons": "^0.1.1", "yaml": "^2.5.1", "yargs": "^17.7.2", - "zod": "^3.22.4" + "zod": "^3.23.8" }, "devDependencies": { - "@beaussan/nx-knip": "0.0.5-15", + "@beaussan/nx-knip": "^0.0.5-15", "@code-pushup/eslint-config": "^0.2.1", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", @@ -54,37 +54,37 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "17.3.2", - "@nx/eslint-plugin": "17.3.2", - "@nx/js": "17.3.2", - "@nx/plugin": "17.3.2", - "@nx/react": "17.3.2", - "@nx/vite": "17.3.2", - "@nx/workspace": "17.3.2", + "@nx/esbuild": "19.6.5", + "@nx/eslint-plugin": "19.6.5", + "@nx/js": "19.6.5", + "@nx/plugin": "19.6.5", + "@nx/react": "19.6.5", + "@nx/vite": "19.6.5", + "@nx/workspace": "19.6.5", "@push-based/nx-verdaccio": "0.0.0-alpha.26", - "@swc-node/register": "^1.10.9", - "@swc/cli": "~0.1.62", - "@swc/core": "^1.3.99", + "@swc-node/register": "1.9.2", + "@swc/cli": "0.3.14", + "@swc/core": "1.5.7", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "15.0.6", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/benchmark": "^2.1.5", "@types/debug": "^4.1.12", "@types/eslint": "^8.44.2", "@types/node": "18.19.21", - "@types/react": "18.2.24", - "@types/react-dom": "18.2.9", + "@types/react": "18.3.1", + "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.13.2", "@typescript-eslint/parser": "6.13.2", "@vitejs/plugin-react": "4.2.1", "@vitest/coverage-v8": "1.3.1", "@vitest/ui": "1.3.1", "benchmark": "^2.1.4", - "chrome-launcher": "^1.1.1", + "chrome-launcher": "^1.1.2", "chromium": "^3.0.3", "commitizen": "^4.3.1", "commitlint-plugin-tense": "^1.0.3", - "dotenv": "^16.3.1", + "dotenv": "^16.4.5", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-functional": "^6.0.0", @@ -103,24 +103,29 @@ "knip": "^5.33.3", "memfs": "^4.5.0", "minimatch": "^10.0.1", - "moment": "^2.29.4", + "moment": "^2.30.1", "prettier": "^3.3.3", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "18.3.1", + "react-dom": "18.3.1", "tsconfig-paths": "^4.2.0", - "tsx": "^4.1.2", + "tsx": "^4.19.0", "type-fest": "^4.26.1", - "typescript": "5.3.3", + "typescript": "5.5.4", "verdaccio": "^5.0.4", "vite": "^5.2.13", "vitest": "1.3.1", - "zod2md": "^0.1.1" + "zod2md": "^0.1.3" }, "optionalDependencies": { - "@esbuild/darwin-arm64": "^0.19.4", - "@nx/nx-darwin-arm64": "^16.9.1", - "@nx/nx-darwin-x64": "^16.10.0", - "@nx/nx-linux-x64-gnu": "16.7.4" + "@esbuild/darwin-arm64": "^0.19.12", + "@nx/nx-darwin-arm64": "19.6.5", + "@nx/nx-darwin-x64": "19.6.5", + "@nx/nx-linux-x64-gnu": "19.6.5" + }, + "overrides": { + "@beaussan/nx-knip": { + "@nx/devkit": "19 || 18" + } }, "keywords": [ "CLI", diff --git a/testing/test-nx-utils/src/lib/utils/nx-plugin.ts b/testing/test-nx-utils/src/lib/utils/nx-plugin.ts index d074eaa30..5e9a77081 100644 --- a/testing/test-nx-utils/src/lib/utils/nx-plugin.ts +++ b/testing/test-nx-utils/src/lib/utils/nx-plugin.ts @@ -1,6 +1,8 @@ +/* eslint-disable deprecation/deprecation,import/no-deprecated */ import type { CreateNodes, CreateNodesContext, + CreateNodesContextV2, CreateNodesResult, } from '@nx/devkit'; import { vol } from 'memfs'; @@ -30,6 +32,7 @@ import { MEMFS_VOLUME } from '@code-pushup/test-utils'; export async function invokeCreateNodesOnVirtualFiles< T extends Record | undefined, >( + // FIXME: refactor this to use the V2 api & remove the eslint disable on the whole file createNodes: CreateNodes, context: CreateNodesContext, createNodeOptions: T, @@ -54,8 +57,8 @@ export async function invokeCreateNodesOnVirtualFiles< } export function createNodesContext( - options?: Partial, -): CreateNodesContext { + options?: Partial, +): CreateNodesContextV2 { const { workspaceRoot = process.cwd(), nxJsonConfiguration = {} } = options ?? {}; return { From daebb718cdee9d645905da7cdd5b41ec0820df70 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Thu, 5 Sep 2024 16:13:55 +0200 Subject: [PATCH 02/45] test(plugin-eslint): fix nx project graph for mocked monorepo Signed-off-by: Vojtech Masek --- .../plugin-eslint/mocks/fixtures/nx-monorepo/.gitignore | 2 +- .../mocks/fixtures/nx-monorepo/packages/cli/project.json | 6 ++---- .../mocks/fixtures/nx-monorepo/packages/core/project.json | 6 ++---- .../fixtures/nx-monorepo/packages/nx-plugin/project.json | 7 ++----- .../mocks/fixtures/nx-monorepo/packages/utils/project.json | 5 +---- .../mocks/fixtures/nx-monorepo/tsconfig.base.json | 4 ++-- packages/plugin-eslint/src/lib/nx.integration.test.ts | 5 ----- 7 files changed, 10 insertions(+), 25 deletions(-) diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.gitignore b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.gitignore index 0cba03f65..f21d80021 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.gitignore +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.gitignore @@ -1 +1 @@ -.nx/cache \ No newline at end of file +.nx diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/project.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/project.json index eaa517967..5c0452837 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/project.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/project.json @@ -2,15 +2,13 @@ "name": "cli", "sourceRoot": "packages/cli/src", "projectType": "application", + "implicitDependencies": ["core"], "targets": { "lint": { "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": [ - "packages/cli/**/*.ts", - "packages/cli/package.json" - ] + "lintFilePatterns": ["packages/cli/**/*.ts"] } } } diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/project.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/project.json index 238ad8866..cb8107127 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/project.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/project.json @@ -2,15 +2,13 @@ "name": "core", "sourceRoot": "packages/core/src", "projectType": "library", + "implicitDependencies": ["utils"], "targets": { "lint": { "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": [ - "packages/core/**/*.ts", - "packages/core/package.json" - ] + "lintFilePatterns": ["packages/core/**/*.ts"] } } } diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/project.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/project.json index faa609fb0..45c7f7f1d 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/project.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/project.json @@ -2,16 +2,13 @@ "name": "nx-plugin", "sourceRoot": "packages/nx-plugin/src", "projectType": "library", + "implicitDependencies": ["utils"], "targets": { "lint": { "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": [ - "packages/nx-plugin/**/*.ts", - "packages/nx-plugin/package.json", - "packages/nx-plugin/generators.json" - ] + "lintFilePatterns": ["packages/nx-plugin/**/*.ts"] } } } diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/project.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/project.json index 77632393b..0daa43e40 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/project.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/project.json @@ -7,10 +7,7 @@ "executor": "@nx/linter:eslint", "outputs": ["{options.outputFile}"], "options": { - "lintFilePatterns": [ - "packages/utils/**/*.ts", - "packages/utils/package.json" - ] + "lintFilePatterns": ["packages/utils/**/*.ts"] } } } diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/tsconfig.base.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/tsconfig.base.json index 05d05e672..6fc9deaa6 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/tsconfig.base.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/tsconfig.base.json @@ -8,9 +8,9 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "es2015", + "target": "ES2022", "module": "esnext", - "lib": ["es2020", "dom"], + "lib": ["ES2022", "dom"], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", diff --git a/packages/plugin-eslint/src/lib/nx.integration.test.ts b/packages/plugin-eslint/src/lib/nx.integration.test.ts index 1395b3374..9bf799d26 100644 --- a/packages/plugin-eslint/src/lib/nx.integration.test.ts +++ b/packages/plugin-eslint/src/lib/nx.integration.test.ts @@ -45,7 +45,6 @@ describe('Nx helpers', () => { eslintrc: './packages/cli/.eslintrc.json', patterns: [ 'packages/cli/**/*.ts', - 'packages/cli/package.json', 'packages/cli/*.spec.ts', 'packages/cli/*.cy.ts', 'packages/cli/*.stories.ts', @@ -56,7 +55,6 @@ describe('Nx helpers', () => { eslintrc: './packages/core/.eslintrc.json', patterns: [ 'packages/core/**/*.ts', - 'packages/core/package.json', 'packages/core/*.spec.ts', 'packages/core/*.cy.ts', 'packages/core/*.stories.ts', @@ -67,8 +65,6 @@ describe('Nx helpers', () => { eslintrc: './packages/nx-plugin/.eslintrc.json', patterns: [ 'packages/nx-plugin/**/*.ts', - 'packages/nx-plugin/package.json', - 'packages/nx-plugin/generators.json', 'packages/nx-plugin/*.spec.ts', 'packages/nx-plugin/*.cy.ts', 'packages/nx-plugin/*.stories.ts', @@ -79,7 +75,6 @@ describe('Nx helpers', () => { eslintrc: './packages/utils/.eslintrc.json', patterns: [ 'packages/utils/**/*.ts', - 'packages/utils/package.json', 'packages/utils/*.spec.ts', 'packages/utils/*.cy.ts', 'packages/utils/*.stories.ts', From 2fc3cb4f6ea91c4859e02b59cae2870f9215a8a7 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Mon, 14 Oct 2024 00:07:33 +0200 Subject: [PATCH 03/45] build: update to latest nx 19 Signed-off-by: Vojtech Masek --- package-lock.json | 2504 ++++++++++++++++++++++++--------------------- package.json | 28 +- 2 files changed, 1370 insertions(+), 1162 deletions(-) diff --git a/package-lock.json b/package-lock.json index 431c1d3a5..238fa010f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.6.5", + "@nx/devkit": "19.8.4", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", @@ -23,7 +23,7 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.6.5", + "nx": "19.8.4", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", @@ -41,13 +41,13 @@ "@commitlint/cz-commitlint": "^19.4.0", "@commitlint/types": "^19.0.3", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.6.5", - "@nx/eslint-plugin": "19.6.5", - "@nx/js": "19.6.5", - "@nx/plugin": "19.6.5", - "@nx/react": "19.6.5", - "@nx/vite": "19.6.5", - "@nx/workspace": "19.6.5", + "@nx/esbuild": "19.8.4", + "@nx/eslint-plugin": "19.8.4", + "@nx/js": "19.8.4", + "@nx/plugin": "19.8.4", + "@nx/react": "19.8.4", + "@nx/vite": "19.8.4", + "@nx/workspace": "19.8.4", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", "@swc/core": "1.5.7", @@ -100,16 +100,16 @@ "tsconfig-paths": "^4.2.0", "tsx": "^4.19.0", "typescript": "5.5.4", - "verdaccio": "^5.0.4", - "vite": "^5.2.13", + "verdaccio": "^5.32.2", + "vite": "^5.4.8", "vitest": "1.3.1", "zod2md": "^0.1.3" }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.6.5", - "@nx/nx-darwin-x64": "19.6.5", - "@nx/nx-linux-x64-gnu": "19.6.5" + "@nx/nx-darwin-arm64": "19.8.4", + "@nx/nx-darwin-x64": "19.8.4", + "@nx/nx-linux-x64-gnu": "19.8.4" } }, "node_modules/@adobe/css-tools": { @@ -3080,6 +3080,55 @@ "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, + "node_modules/@eslint/config-array": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", + "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", + "dev": true, + "peer": true, + "dependencies": { + "@eslint/object-schema": "^2.1.4", + "debug": "^4.3.1", + "minimatch": "^3.1.2" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/config-array/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@eslint/config-array/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@eslint/core": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.6.0.tgz", + "integrity": "sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==", + "dev": true, + "peer": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@eslint/eslintrc": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", @@ -3191,6 +3240,29 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@eslint/object-schema": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz", + "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==", + "dev": true, + "peer": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, + "node_modules/@eslint/plugin-kit": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz", + "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", + "dev": true, + "peer": true, + "dependencies": { + "levn": "^0.4.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/@formatjs/ecma402-abstract": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.0.0.tgz", @@ -3243,6 +3315,30 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@humanfs/core": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", + "integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", + "dev": true, + "peer": true, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", + "integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", + "dev": true, + "peer": true, + "dependencies": { + "@humanfs/core": "^0.19.0", + "@humanwhocodes/retry": "^0.3.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", @@ -3295,6 +3391,20 @@ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", "deprecated": "Use @eslint/object-schema instead" }, + "node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@inquirer/figures": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz", @@ -4107,35 +4217,67 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "node_modules/@module-federation/bridge-react-webpack-plugin": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.2.8.tgz", - "integrity": "sha512-6G1qTo1HWvRcN5fzE+SZgvgzSPoq5YqNx8hFL8BttJmnd3wj4SUOFiikAsXhdVrzSK+Zuzg6pipkiLH1m+pbtw==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.6.10.tgz", + "integrity": "sha512-zrdLzav0QAz2WvQXwXU1dq1OqmWBkJzuV6yUrl8lUPeRWVDm8DH2m2BOyImdNw0cOwkssjtYVjOEL+3z6C9iUg==", + "dev": true, + "dependencies": { + "@module-federation/sdk": "0.6.10", + "@types/semver": "7.5.8", + "semver": "7.6.3" + } + }, + "node_modules/@module-federation/data-prefetch": { + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/data-prefetch/-/data-prefetch-0.6.10.tgz", + "integrity": "sha512-yu9sU89mYtH8MtczL5lTBqxAfrBX+kG0936Xfc7ZEbCU5pFcK7n7hrz5pVSpx5ZaYRQfrXUC+HP6nrevExnUXA==", + "dev": true, + "dependencies": { + "@module-federation/runtime": "0.6.10", + "@module-federation/sdk": "0.6.10", + "fs-extra": "9.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/@module-federation/data-prefetch/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.2.8" + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/@module-federation/dts-plugin": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.2.8.tgz", - "integrity": "sha512-qY1Wbqo0yu9nh6KR8K19t5T4tYtlUbmcNdcaCweISCyAbH99TrhpQkJ89NY0TLtnxQ6uayIYayqAWS7vzyDXVw==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.6.10.tgz", + "integrity": "sha512-JgRL32GHnQJZUT7R9bJFvNJEz6z0tlhO9U1zkjAZDrh0jDOkXbkot4O0F98Ge619wVU2ikwY/yEGs6RUbslVdg==", "dev": true, "dependencies": { - "@module-federation/managers": "0.2.8", - "@module-federation/sdk": "0.2.8", - "@module-federation/third-party-dts-extractor": "0.2.8", + "@module-federation/managers": "0.6.10", + "@module-federation/sdk": "0.6.10", + "@module-federation/third-party-dts-extractor": "0.6.10", "adm-zip": "^0.5.10", "ansi-colors": "^4.1.3", - "axios": "^1.6.7", + "axios": "^1.7.4", "chalk": "3.0.0", "fs-extra": "9.1.0", "isomorphic-ws": "5.0.0", - "koa": "2.11.0", + "koa": "2.15.3", "lodash.clonedeepwith": "4.5.0", "log4js": "6.9.1", "node-schedule": "2.1.1", "rambda": "^9.1.0", - "ws": "8.17.1" + "ws": "8.18.0" }, "peerDependencies": { "typescript": "^4.9.0 || ^5.0.0", @@ -4230,18 +4372,19 @@ } }, "node_modules/@module-federation/enhanced": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.2.8.tgz", - "integrity": "sha512-6fGM/GiKw6LZiBe6DF8Petz6ih/Yyf3q2htLrx+hrWoDWfWEoWlLvoCUsVkY2UgMCLKid7Fm3Auc4w8A4aRjvQ==", - "dev": true, - "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.2.8", - "@module-federation/dts-plugin": "0.2.8", - "@module-federation/managers": "0.2.8", - "@module-federation/manifest": "0.2.8", - "@module-federation/rspack": "0.2.8", - "@module-federation/runtime-tools": "0.2.8", - "@module-federation/sdk": "0.2.8", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.6.10.tgz", + "integrity": "sha512-hx525xC211eQZGllthtNSiR97adn8z03Ebn42H8k83ZD+QjLdENW5iwRstHNGOiWemgN305w5iaueIt4oSJkFQ==", + "dev": true, + "dependencies": { + "@module-federation/bridge-react-webpack-plugin": "0.6.10", + "@module-federation/data-prefetch": "0.6.10", + "@module-federation/dts-plugin": "0.6.10", + "@module-federation/managers": "0.6.10", + "@module-federation/manifest": "0.6.10", + "@module-federation/rspack": "0.6.10", + "@module-federation/runtime-tools": "0.6.10", + "@module-federation/sdk": "0.6.10", "btoa": "^1.2.1", "upath": "2.0.1" }, @@ -4263,12 +4406,12 @@ } }, "node_modules/@module-federation/managers": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.2.8.tgz", - "integrity": "sha512-S5GXqt2Vrs1+uNXHw7UzZ7m3fs8H3nxNsNGQ0j5+HiT5yA7uRTY1AZJZCGAHzG6XImJ1DzL/SW1acM2Hwj0aAw==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.6.10.tgz", + "integrity": "sha512-uOLc8gNemIGoVs14GVZ1UK6/o0n97fmLcIZ4lIZw3H0VAlaK6tBMhHGMd9AqbjtQGukKzc3BRN8YumozTTt2EQ==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.2.8", + "@module-federation/sdk": "0.6.10", "find-pkg": "2.0.0", "fs-extra": "9.1.0" } @@ -4289,14 +4432,14 @@ } }, "node_modules/@module-federation/manifest": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.2.8.tgz", - "integrity": "sha512-kw4PeAldkOuGCWfCnDzZwPHUx5qv9+WztY5+TEbsgXc5E+/e2NDA6Gg3eT8zUGeexeGdab3f+DuN9ZClZJYVGA==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.6.10.tgz", + "integrity": "sha512-RImJWzsQLj8PaNP2rO6ZZ7aM8VxxUNm5jyLWMIf6x6mwnpLotXS26j32CVYhYJYymOH0lF9ez13lCIrtM2JobQ==", "dev": true, "dependencies": { - "@module-federation/dts-plugin": "0.2.8", - "@module-federation/managers": "0.2.8", - "@module-federation/sdk": "0.2.8", + "@module-federation/dts-plugin": "0.6.10", + "@module-federation/managers": "0.6.10", + "@module-federation/sdk": "0.6.10", "chalk": "3.0.0", "find-pkg": "2.0.0" } @@ -4369,17 +4512,17 @@ } }, "node_modules/@module-federation/rspack": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.2.8.tgz", - "integrity": "sha512-5Bofm3cY7OOwO2DT5TevITd+HAA03zsY1wwsMb1BP6NkS/ukUtsjuRo2Anua0RkHBEIx+Dv5rpqOn7qSlOm1Fg==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.6.10.tgz", + "integrity": "sha512-BqHp9/A1D5GMJsLjQzRHKDNtRkayDEsyLTrb6+WTCSv5II8q+66VULgN7w2FvNn7gmmxmn51TVfMbP/QJBjILA==", "dev": true, "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.2.8", - "@module-federation/dts-plugin": "0.2.8", - "@module-federation/managers": "0.2.8", - "@module-federation/manifest": "0.2.8", - "@module-federation/runtime-tools": "0.2.8", - "@module-federation/sdk": "0.2.8" + "@module-federation/bridge-react-webpack-plugin": "0.6.10", + "@module-federation/dts-plugin": "0.6.10", + "@module-federation/managers": "0.6.10", + "@module-federation/manifest": "0.6.10", + "@module-federation/runtime-tools": "0.6.10", + "@module-federation/sdk": "0.6.10" }, "peerDependencies": { "typescript": "^4.9.0 || ^5.0.0", @@ -4395,34 +4538,34 @@ } }, "node_modules/@module-federation/runtime": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.2.8.tgz", - "integrity": "sha512-8xmA/+z1zD09F5qU8VnSWLExqTCVWoHOguXsCX79kkqp7i0c+D2YaebWzlQ2kku+DU+0VIzXpQ3BBcumZ3v3wQ==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.6.10.tgz", + "integrity": "sha512-mm/iUn5TdOHM1Zq0iB87fGx8cRp+j7g0/ndgokjbDaEbsYcS3pmQpZ5V+wiqB1fxuBtc+7NgNFWhp3Gwgaxoeg==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.2.8" + "@module-federation/sdk": "0.6.10" } }, "node_modules/@module-federation/runtime-tools": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.2.8.tgz", - "integrity": "sha512-RSNtyhcNvnTQIdzRUIOGue6WQA/9mL9cY/n0dEd357L/lmLCvfHiZbowlkacckDzyApariUHxzkHrU2Q6kzoew==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.6.10.tgz", + "integrity": "sha512-4/Kv3l4rP8n4568hGsVUFXrTjpFIBcBcPFX2dAu8XMGWpSe2xT8dDL73TZyafDUSchyoUgGJTvLorKhMZQwApQ==", "dev": true, "dependencies": { - "@module-federation/runtime": "0.2.8", - "@module-federation/webpack-bundler-runtime": "0.2.8" + "@module-federation/runtime": "0.6.10", + "@module-federation/webpack-bundler-runtime": "0.6.10" } }, "node_modules/@module-federation/sdk": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.2.8.tgz", - "integrity": "sha512-eGMnJxdRDgt6dtMv8gkAlzEbTPWVHb3AHUNUG0w56wcbIF0RHC6kmvpHpSQyq4DVGWv3U4g/ZiH5BvBlqEelDQ==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.6.10.tgz", + "integrity": "sha512-i6ofHnImB4zCn/bt7Ft0zh9o/PxvsJj8Wc88EAeJg4IrY6+bzwwo1G2h44w1Yt3go4skZZFQCK0UxoaV6l/t/A==", "dev": true }, "node_modules/@module-federation/third-party-dts-extractor": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.2.8.tgz", - "integrity": "sha512-VGXvdsRlljbFUfGeA448CxR7i6fLWJN07ViRuNXYYXc19e4bQVhBHzrf7eCv9ahcf/tA/8YYCS2h11ixbD691A==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.6.10.tgz", + "integrity": "sha512-PvSOtQUd3wCunvelJ9mF7jWTPMKaCQoq7cBlHDOBSDy8YMml0GCt0p8xRKx+7nNNq68Sg4Yk1Wq9KESqB/FvtA==", "dev": true, "dependencies": { "find-pkg": "2.0.0", @@ -4446,13 +4589,13 @@ } }, "node_modules/@module-federation/webpack-bundler-runtime": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.2.8.tgz", - "integrity": "sha512-tiW1kD/V3QNul1/O3Y3lwQv/r4sUU4jvWZykrLvHYt2vuoGe1d4tHnSIFEVEAi9FSpuDwdRK2+NaWBr92gIS7Q==", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.6.10.tgz", + "integrity": "sha512-RJTHXiB0p3YjS3p2+EavnDyurWuVyuYUNvGAFZ04VkBLAPPKJN/dBp6fG1GwekbqbrtT129Hfv/0aOqpIfqIjA==", "dev": true, "dependencies": { - "@module-federation/runtime": "0.2.8", - "@module-federation/sdk": "0.2.8" + "@module-federation/runtime": "0.6.10", + "@module-federation/sdk": "0.6.10" } }, "node_modules/@mole-inc/bin-wrapper": { @@ -4529,73 +4672,73 @@ } }, "node_modules/@nrwl/devkit": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.5.tgz", - "integrity": "sha512-KaQeVyYaWBQwQSITtumPvx+P7IpKFReETx4gLTcOpQ/a3QD/AZFGbNjiG+xDLbgo1FDh9dRt9k7eWhGk6oPWKQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.4.tgz", + "integrity": "sha512-OoIqDjj2mWzLs3aSF6w5OiC2xywYi/jBxHc7t7Lyi56Vc4dQq8vJMELa9WtG6qH0k05fF7N+jAoKlfvLgbbEFA==", "dependencies": { - "@nx/devkit": "19.6.5" + "@nx/devkit": "19.8.4" } }, "node_modules/@nrwl/esbuild": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.6.5.tgz", - "integrity": "sha512-LC5PSiEnWc28wRyDTMkVW0ANUmGFLq1EDXSp3F1yJ1gnlLwALzbLkR30svQi/l9h5bVC0O+QMaD+pPxiovmNuA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.4.tgz", + "integrity": "sha512-rfY60wg30e//Ncm8MTIo42vC5/78Vlpc4uGxLJZFfRk6/7IlIGOcLNw3WEC347J0h9oibPHzdg2e+ZU9fxHRsw==", "dev": true, "dependencies": { - "@nx/esbuild": "19.6.5" + "@nx/esbuild": "19.8.4" } }, "node_modules/@nrwl/eslint-plugin-nx": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.6.5.tgz", - "integrity": "sha512-PDWi4Myp4983N44sX+xMMcrcQwta//Q+WaYwShbAjZKzeF1ke/C53LZZC7tA/50arzxs6ic3rf0ruz/fsu2v4g==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.4.tgz", + "integrity": "sha512-D2RsuKOwuF3SO9/tA2R93zL2ixampDlQC8+6E7wfcU+KdfMhhGFG2+r53F98Q8cZKMt5Wls2nGSGpj2CWxCk5A==", "dev": true, "dependencies": { - "@nx/eslint-plugin": "19.6.5" + "@nx/eslint-plugin": "19.8.4" } }, "node_modules/@nrwl/jest": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.6.5.tgz", - "integrity": "sha512-vSWHUnCiKsbjx/5p4kmCUJvO/HF1tao2cRsirdkNqyUk4ZSXIO/TK4QaBnFx/7Ruwh2IeZb1/N7d8PMI5KTiuA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.8.4.tgz", + "integrity": "sha512-N18UVEqTrOUotXdjpVZOe/qgT4m0cX9YIS6ATKXAYxX9Nl6Qo3hhbRDo9WHHulXE2Hql6S/RpnwwUP5TJthkZw==", "dev": true, "dependencies": { - "@nx/jest": "19.6.5" + "@nx/jest": "19.8.4" } }, "node_modules/@nrwl/js": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.6.5.tgz", - "integrity": "sha512-Ybm+wuCjaujvq8QIJgDM45yqpx675tqGEHnCuyaCwETF+OhgufEIGMwV/ASk+Bcle3btPY7iKUp3YuCjTexnEw==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.8.4.tgz", + "integrity": "sha512-XuPOJc77waJ3zgg42zntTy5eGCKTc6EjVvRVdUSf1iXWaMHAsknPjb4kz16iwdGhoRMQpZxHRr1KjY5WmcWq0A==", "dev": true, "dependencies": { - "@nx/js": "19.6.5" + "@nx/js": "19.8.4" } }, "node_modules/@nrwl/nx-plugin": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.6.5.tgz", - "integrity": "sha512-2gFUiAUuZpGUeYSnBIDG+QVawKlsYZa/lHlvwNM0plQz66E7xTrnbkKGTcxUqwjn2VigFb2CMLpfCjh6RxQa0g==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.8.4.tgz", + "integrity": "sha512-nPE+7iUTIEsO080MQNrZptFTQsPnKojGGdC9q9+T5Fj0TaAAKVKTrPQjRmgEoiG1JD+8r0BwR+e3YAXu/OhynQ==", "dev": true, "dependencies": { - "@nx/plugin": "19.6.5" + "@nx/plugin": "19.8.4" } }, "node_modules/@nrwl/react": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.6.5.tgz", - "integrity": "sha512-zW1MfS0gPn0iDeFmDcNrb4uvnY6RjQOLSjFGkfFkgPQAtBLRmIBPkESKE/G5Bdtn6HDPcwFQcKwL1ka0O5wUUg==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.8.4.tgz", + "integrity": "sha512-hTSI768b/AdoYgAgN4HvjdGzgZuqPSSUjC65lxB3XrbPzHWGtMKj3u2xUzI3kIlgJ0YnfglVmCVjq3cbN7bQKA==", "dev": true, "dependencies": { - "@nx/react": "19.6.5" + "@nx/react": "19.8.4" } }, "node_modules/@nrwl/tao": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.5.tgz", - "integrity": "sha512-EoUN/kE6CMWJ4ZZgcXAyiOzn8BSshG2DhC5PNwzLTAxRBus8FgXR/9c0XOzchaP46Kq3hoBGFgeyW434tfuv5w==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.4.tgz", + "integrity": "sha512-03/+QZ4/6HmKbEmvzCutLI1XIclBspNYtiVHmGPRWuwhnZViqYfnyl8J7RWVdFEoKKA5fhJqpg7e28aGuoMBvQ==", "dependencies": { - "nx": "19.6.5", + "nx": "19.8.4", "tslib": "^2.3.0" }, "bin": { @@ -4603,38 +4746,38 @@ } }, "node_modules/@nrwl/vite": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.6.5.tgz", - "integrity": "sha512-BDWCBo8Yc+Xs8qEvzRbBqQi7H0YMDZrDWsu9KakCCovYhPlGV99i0WNijjvdfTHzvBknersG+M+h/7HYsczgkA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.8.4.tgz", + "integrity": "sha512-GtX7mOmUHSW3nauNlm4TaKjSe18nC9ce8V41YeaPvWIRRdpFya3SgOiGYy2SOX454BMih8zkn97ldRcDmLkBzw==", "dev": true, "dependencies": { - "@nx/vite": "19.6.5" + "@nx/vite": "19.8.4" } }, "node_modules/@nrwl/web": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.6.5.tgz", - "integrity": "sha512-uvz1eUWs+ug1KDL2J9LUaeYb+TZ3OKDC+tiAbrRGFd3oCxaQrvoZBmP8FzdJkN5AV/6gUqeO9G7CECCvkxh93Q==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.8.4.tgz", + "integrity": "sha512-3kdALOyCrItn370gpiacMVe4K61kcAhVE5pRnn6lIUH685rqpFbPiqAQVl4f03qAwikqbaW60IyCuA5/hMfWyQ==", "dev": true, "dependencies": { - "@nx/web": "19.6.5" + "@nx/web": "19.8.4" } }, "node_modules/@nrwl/workspace": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.6.5.tgz", - "integrity": "sha512-4oufH1plJjUy8g9kG7yRL/gQgoEUFc8Lmk1ibwUj2FrnkXJ0oE7DDtE5N9f/wCUg+uGSIgmrYyG4DGM9xGGQzg==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.8.4.tgz", + "integrity": "sha512-ZdzVMuVDkD5nYRXkvBIZe6yUTcbllYanoIh38a7l3MfPqw+2cFY2Cr9uPNfH3LXpzZYgKcr4vffYWwLXeIwbjw==", "dev": true, "dependencies": { - "@nx/workspace": "19.6.5" + "@nx/workspace": "19.8.4" } }, "node_modules/@nx/devkit": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.5.tgz", - "integrity": "sha512-AEaMSr55Ar48QHU8TBi/gzLtjeT100zdyfLmk0RoiLzjjC8pWmm3Xfvqxyt1WsUUf4oQhlHlolJuoM41qKsdZw==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.4.tgz", + "integrity": "sha512-FPFT8gVDFRSEmU0n7nRkT4Rnqy7OMznfPXLfDZtVuzEi5Cl6ftG3UBUvCgJcJFCYJVAZAUuv6vRSRarHd51XFQ==", "dependencies": { - "@nrwl/devkit": "19.6.5", + "@nrwl/devkit": "19.8.4", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -4649,17 +4792,16 @@ } }, "node_modules/@nx/esbuild": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.6.5.tgz", - "integrity": "sha512-B2haCf5he/vcifM4CFqL1VlHb3ZgPP0W/g1bJaD/D6PwGX1ScpyYrg9yrLTeJb5VY2CFgWqF1uikVXj6e3jxZw==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.4.tgz", + "integrity": "sha512-Ff0nxYUpz8zMWyZhJb0JDgiHkQwUM+ndaNWJkNebTevAzNyzfkr9xgT/BMiy/0I39VGglgtb59tSJFlD9p/7jw==", "dev": true, "dependencies": { - "@nrwl/esbuild": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", - "chalk": "^4.1.0", + "@nrwl/esbuild": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", + "picocolors": "^1.1.0", "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0" }, @@ -4707,55 +4849,6 @@ "node": ">= 8" } }, - "node_modules/@nx/esbuild/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nx/esbuild/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nx/esbuild/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@nx/esbuild/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/@nx/esbuild/node_modules/fast-glob": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", @@ -4784,36 +4877,15 @@ "node": ">= 6" } }, - "node_modules/@nx/esbuild/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nx/esbuild/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@nx/eslint": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.6.5.tgz", - "integrity": "sha512-1PXH5J5iGE6Af9nOZmQHI6Jej1lRdmqdWPJUUIkUa68e43plO4fBtl/QytAUF+kF2sP5gR/M+NjztJc9uSPBzQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.4.tgz", + "integrity": "sha512-gJGtYd9ThKSM1pbV/iG/PGwtVKg1PwjAly2AjgebYmAey+hgxzwgjQy84Lf+FdkKNUQZjB0sYaKCw26oKXXYaA==", "dev": true, "dependencies": { - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", - "@nx/linter": "19.6.5", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", + "@nx/linter": "19.8.4", "semver": "^7.5.3", "tslib": "^2.3.0", "typescript": "~5.4.2" @@ -4829,24 +4901,26 @@ } }, "node_modules/@nx/eslint-plugin": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.6.5.tgz", - "integrity": "sha512-JeonpPVwWn6DdBU5crqkJLbDYF9mQIiDQhjVt03f8c0Ty7592B8kyasxvLIajM/wlkx57o3+xH5xSlPk6rwzgA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.8.4.tgz", + "integrity": "sha512-0Q/2y/FZJyRxk5SbIXP+FlIY8//3chtaQz+FuorHGs0mDBN5FtBFqBL0atWClJO+B+QByO70ue/qHEHSiNrcJw==", "dev": true, "dependencies": { - "@nrwl/eslint-plugin-nx": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", - "@typescript-eslint/type-utils": "^7.16.0", - "@typescript-eslint/utils": "^7.16.0", + "@eslint/compat": "^1.1.1", + "@nrwl/eslint-plugin-nx": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", + "@typescript-eslint/type-utils": "^8.0.0", + "@typescript-eslint/utils": "^8.0.0", "chalk": "^4.1.0", "confusing-browser-globals": "^1.0.9", + "globals": "^15.9.0", "jsonc-eslint-parser": "^2.1.0", "semver": "^7.5.3", "tslib": "^2.3.0" }, "peerDependencies": { - "@typescript-eslint/parser": "^6.13.2 || ^7.0.0", + "@typescript-eslint/parser": "^6.13.2 || ^7.0.0 || ^8.0.0", "eslint-config-prettier": "^9.0.0" }, "peerDependenciesMeta": { @@ -4855,100 +4929,612 @@ } } }, - "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/@nx/eslint-plugin/node_modules/@eslint/compat": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.0.tgz", + "integrity": "sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "peerDependencies": { + "eslint": "^9.10.0" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@eslint/eslintrc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", + "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", "dev": true, + "peer": true, "dependencies": { - "color-convert": "^2.0.1" + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^10.0.1", + "globals": "^14.0.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" }, "engines": { - "node": ">=8" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://opencollective.com/eslint" } }, - "node_modules/@nx/eslint-plugin/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/@nx/eslint-plugin/node_modules/@eslint/eslintrc/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "peer": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", + "dev": true, + "peer": true, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@nx/eslint-plugin/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/@nx/eslint-plugin/node_modules/@eslint/eslintrc/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "peer": true, "dependencies": { - "color-name": "~1.1.4" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=7.0.0" + "node": "*" } }, - "node_modules/@nx/eslint-plugin/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/@nx/eslint-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/@nx/eslint-plugin/node_modules/@eslint/js": { + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz", + "integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==", "dev": true, + "peer": true, "engines": { - "node": ">=8" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/@nx/eslint-plugin/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz", + "integrity": "sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "@typescript-eslint/types": "8.8.1", + "@typescript-eslint/visitor-keys": "8.8.1" }, "engines": { - "node": ">=8" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@nx/eslint/node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/type-utils": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz", + "integrity": "sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==", "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" + "dependencies": { + "@typescript-eslint/typescript-estree": "8.8.1", + "@typescript-eslint/utils": "8.8.1", + "debug": "^4.3.4", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.8.1.tgz", + "integrity": "sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz", + "integrity": "sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "8.8.1", + "@typescript-eslint/visitor-keys": "8.8.1", + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "is-glob": "^4.0.3", + "minimatch": "^9.0.4", + "semver": "^7.6.0", + "ts-api-utils": "^1.3.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/utils": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.8.1.tgz", + "integrity": "sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.4.0", + "@typescript-eslint/scope-manager": "8.8.1", + "@typescript-eslint/types": "8.8.1", + "@typescript-eslint/typescript-estree": "8.8.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.8.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz", + "integrity": "sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "8.8.1", + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "peer": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, + "peer": true + }, + "node_modules/@nx/eslint-plugin/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint": { + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz", + "integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==", + "dev": true, + "peer": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.11.0", + "@eslint/config-array": "^0.18.0", + "@eslint/core": "^0.6.0", + "@eslint/eslintrc": "^3.1.0", + "@eslint/js": "9.12.0", + "@eslint/plugin-kit": "^0.2.0", + "@humanfs/node": "^0.16.5", + "@humanwhocodes/module-importer": "^1.0.1", + "@humanwhocodes/retry": "^0.3.1", + "@types/estree": "^1.0.6", + "@types/json-schema": "^7.0.15", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^8.1.0", + "eslint-visitor-keys": "^4.1.0", + "espree": "^10.2.0", + "esquery": "^1.5.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^8.0.0", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://eslint.org/donate" + }, + "peerDependencies": { + "jiti": "*" + }, + "peerDependenciesMeta": { + "jiti": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint-scope": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", + "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", + "dev": true, + "peer": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "peer": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", + "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", + "dev": true, + "peer": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "peer": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/espree": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", + "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", + "dev": true, + "peer": true, + "dependencies": { + "acorn": "^8.12.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^4.1.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", + "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", + "dev": true, + "peer": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/file-entry-cache": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", + "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "dev": true, + "peer": true, + "dependencies": { + "flat-cache": "^4.0.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "peer": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/flat-cache": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", + "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "dev": true, + "peer": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.4" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/globals": { + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", + "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "peer": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "peer": true + }, + "node_modules/@nx/eslint-plugin/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "peer": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "peer": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint/node_modules/typescript": { + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" }, "engines": { "node": ">=14.17" } }, "node_modules/@nx/jest": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.6.5.tgz", - "integrity": "sha512-KFKZmJij6S88tRAbY3io85cbmUiJIpEqhN69S53+VBWa7c7aLZvHvTtk2Gi3SEtQl/9svAvIl2eAUH/KCy6s4w==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.8.4.tgz", + "integrity": "sha512-oAC0zLkktCduq3ZNjIqPK/gCGPxPZMiWDFKqeEpZnIqgYuQfy6wUk3aSVWGPud0kuPJGJA0G1hkxCXtCmCXMNw==", "dev": true, "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", - "@nrwl/jest": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", + "@nrwl/jest": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", "@phenomnomnominal/tsquery": "~5.0.1", "chalk": "^4.1.0", "identity-obj-proxy": "3.0.0", @@ -5033,9 +5619,9 @@ } }, "node_modules/@nx/js": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.6.5.tgz", - "integrity": "sha512-nKK3fAJnFZZZF3hWRec64k+3JqcD0c9uZWXsXXEwZXmfB3TitPy+zczM2SSVvC50+AoIXGCCiFBUYesdxeReoQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.8.4.tgz", + "integrity": "sha512-rBiBi0A9NsxA5cnMcDRXllNXFJYjk+YiNP4T5e+GmqHmicjRjF+mORrhQ4zBZXvZwS2O+ZO9iBOZX41IVqzFaw==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -5045,17 +5631,17 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.22.5", "@babel/runtime": "^7.22.6", - "@nrwl/js": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/workspace": "19.6.5", + "@nrwl/js": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/workspace": "19.8.4", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", "chalk": "^4.1.0", "columnify": "^1.6.0", "detect-port": "^1.5.1", + "enquirer": "~2.3.6", "fast-glob": "3.2.7", - "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", "jsonc-parser": "3.2.0", @@ -5212,18 +5798,18 @@ } }, "node_modules/@nx/linter": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.6.5.tgz", - "integrity": "sha512-Ryrov+WJj0vGNoIu1yRnPvt39RkyVAKtIbqunejMMfJ0JHNDXT7ZprplT2Y2v2azckZYsaTNPC28pmp7IhQOPA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.8.4.tgz", + "integrity": "sha512-aK6Bic/iup5nkZDFQgBgilgtqfjuy+dT0agnE6HEdXKOIR++LJXpka5nrJ9VNNglp22DrFtBDAH/hfRpIwm8uw==", "dev": true, "dependencies": { - "@nx/eslint": "19.6.5" + "@nx/eslint": "19.8.4" } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.5.tgz", - "integrity": "sha512-sFU2k0BaklM17206F2E5C3866y0SICb0xyuPeD6D07a6hB4IstjIUkldUJJN70wEsJ5I3VP4yZ2oJcwnb1TTRQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.4.tgz", + "integrity": "sha512-mbSGt63hYcVCSQ54kpHl0lFqr5CsbkGJ4L3liWE30Da7vXZJwUBr9f+b9DnQ64IZzlu6vAhNcaiYQXa9lAk0yQ==", "cpu": [ "arm64" ], @@ -5236,9 +5822,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.5.tgz", - "integrity": "sha512-EJmTbUPmlksgOap6xkQl89+zXwHpaAnZLsyLHUd7i00eVRa21FRhdKFnVsRxtwPDZp/YCG84IzMUye/IrwDFTQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.4.tgz", + "integrity": "sha512-lTcXUCXNvqHdLmrNCOyDF+u6pDx209Ew7nSR47sQPvkycIHYi0gvgk0yndFn1Swah0lP4OxWg7rzAfmOlZd6ew==", "cpu": [ "x64" ], @@ -5251,9 +5837,9 @@ } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.5.tgz", - "integrity": "sha512-rR8NJCskoEmIbK96uxaevHm146WDTA0V3jId+X1joITqjj3E2DMm0U4r5v/OgI5+iqbhFV4S83LrMxP6gBLTsQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.4.tgz", + "integrity": "sha512-4BUplOxPZeUwlUNfzHHMmebNVgDFW/jNX6TWRS+jINwOHnpWLkLFAXu27G80/S3OaniVCzEQklXO9b+1UsdgXw==", "cpu": [ "x64" ], @@ -5266,9 +5852,9 @@ } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.5.tgz", - "integrity": "sha512-OUHFV6iLlJN7b7qFnqLfa0Yj/aoylEiRXcEhV1bhPm0Ryt1bOeGDmLYScVN8n5t+AVmrwwYHk+ajXMzCOLLeZw==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.4.tgz", + "integrity": "sha512-Wahul8oz9huEm/Jv3wud5IGWdZxkGG4tdJm9i5TV5wxfUMAWbKU9v2nzZZins452UYESWvwvDkiuBPZqSto3qw==", "cpu": [ "arm" ], @@ -5281,9 +5867,9 @@ } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.5.tgz", - "integrity": "sha512-CzbJfb24poaJgBHt4aKLaL8a7bO9KXCLls+TX0SZfmzA9AWX6YuiX9lhxwBv6cqsViXTDB4KnXndMDB/H0Gk4g==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.4.tgz", + "integrity": "sha512-L0RVCZkNAtZDplLT7uJV7M9cXxq2Fxw+8ex3eb9XSp7eyLeFO21T0R6vTouJ42E/PEvGApCAcyGqtnyPNMZFfw==", "cpu": [ "arm64" ], @@ -5296,9 +5882,9 @@ } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.5.tgz", - "integrity": "sha512-MgidKilQ0KWxQbTnaqXGjASu7wtAC9q6zAwFNKFENkwJq3nThaQH6jQVlnINE4lL9NSgyyg0AS/ix31hiqAgvA==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.4.tgz", + "integrity": "sha512-0q8r8I8WCsY3xowDI2j109SCUSkFns/BJ40aCfRh9hhrtaIIc5qXUw2YFTjxUZNcRJXx9j9+hTe9jBkUSIGvCw==", "cpu": [ "arm64" ], @@ -5311,9 +5897,9 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.5.tgz", - "integrity": "sha512-rGDylAoslIlk5TDbEJ6YoQOYxxYP9gCpi6FLke2mFgXVzOmVlLKHfVsegIHYVMYYF26h3NJh0NLGGzGdoBjWgQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.4.tgz", + "integrity": "sha512-XcRBNe0ws7KB0PMcUlpQqzzjjxMP8VdqirBz7CfB2XQ8xKmP3370p0cDvqs/4oKDHK4PCkmvVFX60tzakutylA==", "cpu": [ "x64" ], @@ -5326,9 +5912,9 @@ } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.5.tgz", - "integrity": "sha512-C/pNjDL/bDEcrDypgBo4r1AOiPTk8gWJwBsFE1QHIvg7//5WFSreqRj34rJu/GZ95eLYJH5tje1VW6z+atEGkQ==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.4.tgz", + "integrity": "sha512-JB4tAuZBCF0yqSnKF3pHXa0b7LA3ebi3Bw08QmMr//ON4aU+eXURGBuj9XvULD2prY+gpBrvf+MsG1XJAHL6Zg==", "cpu": [ "x64" ], @@ -5341,149 +5927,80 @@ } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.5.tgz", - "integrity": "sha512-mMi8i16OFux17xed2iLPWwUdCbS1mYA9Ny/gnoNUCosmihmXX9wrzaGBkNAMsHA28huYQtPhGormsEs+zuiVFg==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.4.tgz", + "integrity": "sha512-WvQag/pN9ofRWRDvOZxj3jvJoTetlvV1uyirnDrhupRgi+Fj67OlGGt2zVUHaXFGEa1MfCEG6Vhk6152m4KyaQ==", "cpu": [ "arm64" ], "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.5.tgz", - "integrity": "sha512-jjhbDYNBkyz9Fg1jf0KZTrgdf/yx4v+k0ifukDIHZjva+jko0Ve5WzdkQ2K07M9ZxxYibDtTDqX9uX6+eFZtoA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/plugin": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.6.5.tgz", - "integrity": "sha512-sKrlErS5C3wASP4mrRYRj4mTfisR7JQnHlz4l5iA7AVUhkJMiSbwZka0hXAKTOVJ6bKxShhSnE0U/WGrDi5csw==", - "dev": true, - "dependencies": { - "@nrwl/nx-plugin": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/eslint": "19.6.5", - "@nx/jest": "19.6.5", - "@nx/js": "19.6.5", - "fs-extra": "^11.1.0", - "tslib": "^2.3.0" - } - }, - "node_modules/@nx/react": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.6.5.tgz", - "integrity": "sha512-7OsxA1hFcfVMoHoQ/WTPLvsJnkXzdhR6m0L8Rj0KZXxZTdbog7d9JKTh0fjolKtnqGsqcWC9esOYg/vF/utv9w==", - "dev": true, - "dependencies": { - "@module-federation/enhanced": "~0.2.3", - "@nrwl/react": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/eslint": "19.6.5", - "@nx/js": "19.6.5", - "@nx/web": "19.6.5", - "@phenomnomnominal/tsquery": "~5.0.1", - "@svgr/webpack": "^8.0.1", - "chalk": "^4.1.0", - "file-loader": "^6.2.0", - "minimatch": "9.0.3", - "tslib": "^2.3.0" - } - }, - "node_modules/@nx/react/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nx/react/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + ], + "engines": { + "node": ">= 10" } }, - "node_modules/@nx/react/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/@nx/nx-win32-x64-msvc": { + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.4.tgz", + "integrity": "sha512-//JntLrN3L7WL/WgP3D0FE34caYTPcG/GIMBguC9w7YDyTlEikLgLbobjdCPz+2f9OWGvIZbJgGmtHNjnETM/g==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=7.0.0" + "node": ">= 10" } }, - "node_modules/@nx/react/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/@nx/react/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/@nx/plugin": { + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.8.4.tgz", + "integrity": "sha512-ONukvL6/zbUA3GK4s/zR8XIK3vC4hcPPnuAJ7s99A2w8iD4V1J8ziqVgCmvqAtiwPE7tzhX9c3wIyrb/QTESEA==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "@nrwl/nx-plugin": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/eslint": "19.8.4", + "@nx/jest": "19.8.4", + "@nx/js": "19.8.4", + "tslib": "^2.3.0" } }, - "node_modules/@nx/react/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@nx/react": { + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.8.4.tgz", + "integrity": "sha512-HMRVj6+st/iCu2Ni5CnKWE7bwg/SJXB9DWAG+U4pllRXofpYlrx1TP9m6P+2X05QfbChf1/1KA3u8/RTQ8wT4g==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@module-federation/enhanced": "~0.6.0", + "@nrwl/react": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/eslint": "19.8.4", + "@nx/js": "19.8.4", + "@nx/web": "19.8.4", + "@phenomnomnominal/tsquery": "~5.0.1", + "@svgr/webpack": "^8.0.1", + "express": "^4.19.2", + "file-loader": "^6.2.0", + "http-proxy-middleware": "^3.0.0", + "minimatch": "9.0.3", + "picocolors": "^1.1.0", + "tslib": "^2.3.0" } }, "node_modules/@nx/vite": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.6.5.tgz", - "integrity": "sha512-01O78+F/N3JOWq6uHnNCWeHKWLzJY2Q/ABT2IjKHDQjO8JjnNj5RQ4vSriuPmQ/J3uZbsurxfG/lFXIrYR89Cw==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.8.4.tgz", + "integrity": "sha512-PdplIOkCBYp/nUDzLy9uq9xiXo7C/hbZVIYOL6X/iL9a0MRYtx1nWm/vUbt+xVFHvUnctVXEoflEiw787MWZHA==", "dev": true, "dependencies": { - "@nrwl/vite": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", + "@nrwl/vite": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", "@phenomnomnominal/tsquery": "~5.0.1", "@swc/helpers": "~0.5.0", "enquirer": "~2.3.6", @@ -5496,101 +6013,31 @@ } }, "node_modules/@nx/web": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.6.5.tgz", - "integrity": "sha512-VXhYO4ZaXo562BurcV0+HZ5cGBEMIbrNuvocrlnSGTxJ2NzGbuzazns7Tqzj/HX32r3XW1DPTONRLPQ2nXRP8A==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.8.4.tgz", + "integrity": "sha512-7ZtxYgrVyu4Nsce5wNeSlqHl5e1GbOUh9oQ/BeoLpNOdCrdw8Ma5NUYFTGpwR2FEJnopXvt7oxwj8RoKRtH4jA==", "dev": true, "dependencies": { - "@nrwl/web": "19.6.5", - "@nx/devkit": "19.6.5", - "@nx/js": "19.6.5", - "chalk": "^4.1.0", + "@nrwl/web": "19.8.4", + "@nx/devkit": "19.8.4", + "@nx/js": "19.8.4", "detect-port": "^1.5.1", "http-server": "^14.1.0", + "picocolors": "^1.1.0", "tslib": "^2.3.0" } }, - "node_modules/@nx/web/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nx/web/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nx/web/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@nx/web/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/@nx/web/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nx/web/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@nx/workspace": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.6.5.tgz", - "integrity": "sha512-1r5Vgk1Y5+y1K20O9d59ALjlyLYOU4XcybIiN4Wonw+oYrg6ZXSeA3R+lLSuTA4dHtfxcNsCIigzcSEUwchNwg==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.8.4.tgz", + "integrity": "sha512-ub4nD2klOj00onF1KrNXIlLB9hXN9ybHs7XSP9YW+52qz79KaJWJm46ebTqeLnDZApYbAcB0vSCp2+kaEV24Ew==", "dev": true, "dependencies": { - "@nrwl/workspace": "19.6.5", - "@nx/devkit": "19.6.5", + "@nrwl/workspace": "19.8.4", + "@nx/devkit": "19.8.4", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "19.6.5", + "nx": "19.8.4", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -5751,11 +6198,11 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.3.0.tgz", - "integrity": "sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz", + "integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==", "dependencies": { - "debug": "^4.3.5", + "debug": "^4.3.6", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", @@ -5805,9 +6252,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz", - "integrity": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz", + "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==", "cpu": [ "arm" ], @@ -5818,9 +6265,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz", - "integrity": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz", + "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==", "cpu": [ "arm64" ], @@ -5831,9 +6278,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz", - "integrity": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", + "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==", "cpu": [ "arm64" ], @@ -5844,9 +6291,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz", - "integrity": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz", + "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==", "cpu": [ "x64" ], @@ -5857,9 +6304,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz", - "integrity": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz", + "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==", "cpu": [ "arm" ], @@ -5870,9 +6317,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz", - "integrity": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", + "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==", "cpu": [ "arm" ], @@ -5883,9 +6330,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz", - "integrity": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz", + "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==", "cpu": [ "arm64" ], @@ -5896,9 +6343,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz", - "integrity": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz", + "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==", "cpu": [ "arm64" ], @@ -5909,9 +6356,9 @@ ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz", - "integrity": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz", + "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==", "cpu": [ "ppc64" ], @@ -5922,9 +6369,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz", - "integrity": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz", + "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==", "cpu": [ "riscv64" ], @@ -5935,9 +6382,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz", - "integrity": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz", + "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==", "cpu": [ "s390x" ], @@ -5948,9 +6395,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz", - "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", + "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", "cpu": [ "x64" ], @@ -5961,9 +6408,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz", - "integrity": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz", + "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==", "cpu": [ "x64" ], @@ -5974,9 +6421,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz", - "integrity": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz", + "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==", "cpu": [ "arm64" ], @@ -5987,9 +6434,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz", - "integrity": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz", + "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==", "cpu": [ "ia32" ], @@ -6000,9 +6447,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz", - "integrity": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz", + "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==", "cpu": [ "x64" ], @@ -7381,9 +7828,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "dev": true }, "node_modules/@types/graceful-fs": { @@ -7401,6 +7848,15 @@ "integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==", "dev": true }, + "node_modules/@types/http-proxy": { + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", @@ -8009,20 +8465,20 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@verdaccio/auth": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/auth/-/auth-7.0.0-next-7.20.tgz", - "integrity": "sha512-LzzP3BWqamH396KncXX/PchP9yPpn+h2jF0LGeknHBxL66AjlcN/H/0v39fVznIszX2xSlFgJkmYX5J0Vb7i+g==", - "dev": true, - "dependencies": { - "@verdaccio/config": "7.0.0-next-7.20", - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/loaders": "7.0.0-next-7.20", - "@verdaccio/logger": "7.0.0-next-7.20", - "@verdaccio/signature": "7.0.0-next-7.5", - "@verdaccio/utils": "7.0.0-next-7.20", - "debug": "4.3.4", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/auth/-/auth-8.0.0-next-8.1.tgz", + "integrity": "sha512-sPmHdnYuRSMgABCsTJEfz8tb/smONsWVg0g4KK2QycyYZ/A+RwZLV1JLiQb4wzu9zvS0HSloqWqkWlyNHW3mtw==", + "dev": true, + "dependencies": { + "@verdaccio/config": "8.0.0-next-8.1", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/loaders": "8.0.0-next-8.1", + "@verdaccio/logger": "8.0.0-next-8.1", + "@verdaccio/signature": "8.0.0-next-8.0", + "@verdaccio/utils": "7.0.1-next-8.1", + "debug": "4.3.7", "lodash": "4.17.21", - "verdaccio-htpasswd": "12.0.0-next-7.20" + "verdaccio-htpasswd": "13.0.0-next-8.1" }, "engines": { "node": ">=18" @@ -8032,23 +8488,6 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/auth/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/commons-api": { "version": "10.2.0", "resolved": "https://registry.npmjs.org/@verdaccio/commons-api/-/commons-api-10.2.0.tgz", @@ -8066,15 +8505,6 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/commons-api/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/@verdaccio/commons-api/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -8107,20 +8537,20 @@ } }, "node_modules/@verdaccio/config": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/config/-/config-7.0.0-next-7.20.tgz", - "integrity": "sha512-5bhTnuMib25AU4LrtAraju8/SE9EXsuogX9V6Ebbt7SdyfvRG0NnzIF1WZXIv4Cqagh97h6FseelFlXAjt2+Tw==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/config/-/config-8.0.0-next-8.1.tgz", + "integrity": "sha512-goDVOH4e8xMUxjHybJpi5HwIecVFqzJ9jeNFrRUgtUUn0PtFuNMHgxOeqDKRVboZhc5HK90yed8URK/1O6VsUw==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/utils": "7.0.0-next-7.20", - "debug": "4.3.4", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/utils": "7.0.1-next-8.1", + "debug": "4.3.7", "js-yaml": "4.1.0", "lodash": "4.17.21", "minimatch": "7.4.6" }, "engines": { - "node": ">=12" + "node": ">=14" }, "funding": { "type": "opencollective", @@ -8133,23 +8563,6 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/@verdaccio/config/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/config/node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -8178,51 +8591,26 @@ } }, "node_modules/@verdaccio/core": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/core/-/core-7.0.0-next-7.20.tgz", - "integrity": "sha512-U5IafCFHSoCILUd503TBTX1OgltVOOkgLjRN5m5NeLkoIuARX1tF1UQgPQd/WllkXLYxL8F07SZzDpzZOhjpiQ==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/core/-/core-8.0.0-next-8.1.tgz", + "integrity": "sha512-kQRCB2wgXEh8H88G51eQgAFK9IxmnBtkQ8sY5FbmB6PbBkyHrbGcCp+2mtRqqo36j0W1VAlfM3XzoknMy6qQnw==", "dev": true, "dependencies": { - "ajv": "8.12.0", - "core-js": "3.35.0", + "ajv": "8.17.1", + "core-js": "3.37.1", "http-errors": "2.0.0", "http-status-codes": "2.3.0", "process-warning": "1.0.0", "semver": "7.6.3" }, "engines": { - "node": ">=12" + "node": ">=14" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/core/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@verdaccio/core/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/@verdaccio/core/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -8265,13 +8653,13 @@ } }, "node_modules/@verdaccio/loaders": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/loaders/-/loaders-7.0.0-next-7.20.tgz", - "integrity": "sha512-XTUneZXOCckZ7WO6Oxju5BA6DtOjtpb72xs0BGq/PCSwRU7bGEHAn9YWngfX8hgVVOxJfO2QHCoveDsVUYf7XA==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/loaders/-/loaders-8.0.0-next-8.1.tgz", + "integrity": "sha512-mqGCUBs862g8mICZwX8CG92p1EZ1Un0DJ2DB7+iVu2TYaEeKoHoIdafabVdiYrbOjLcAOOBrMKE1Wnn14eLxpA==", "dev": true, "dependencies": { - "@verdaccio/logger": "7.0.0-next-7.20", - "debug": "4.3.4", + "@verdaccio/logger": "8.0.0-next-8.1", + "debug": "4.3.7", "lodash": "4.17.21" }, "engines": { @@ -8282,23 +8670,6 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/loaders/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/local-storage-legacy": { "version": "11.0.2", "resolved": "https://registry.npmjs.org/@verdaccio/local-storage-legacy/-/local-storage-legacy-11.0.2.tgz", @@ -8358,12 +8729,12 @@ } }, "node_modules/@verdaccio/logger": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/logger/-/logger-7.0.0-next-7.20.tgz", - "integrity": "sha512-LWU00eGnibV/KKt65KQOMc6VkHe23SdGs2ZfNZXpXc8RKTNY1wWt0qu2lxmqu0cOMw1Hz8C5yfpXMPdOvDPYbg==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/logger/-/logger-8.0.0-next-8.1.tgz", + "integrity": "sha512-w5kR0/umQkfH2F4PK5Fz9T6z3xz+twewawKLPTUfAgrVAOiWxcikGhhcHWhSGiJ0lPqIa+T0VYuLWMeVeDirGw==", "dev": true, "dependencies": { - "@verdaccio/logger-commons": "7.0.0-next-7.20", + "@verdaccio/logger-commons": "8.0.0-next-8.1", "pino": "8.17.2" }, "engines": { @@ -8375,12 +8746,12 @@ } }, "node_modules/@verdaccio/logger-7": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-7/-/logger-7-7.0.0-next-7.20.tgz", - "integrity": "sha512-+GVsvoptbU3umgElmVwqF1r3ZrHQELJlDI1kDFTIBGU3YW3O0EZ9vr3uThlNVCBoZBA/BhwgtCctal+I60NCSA==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-7/-/logger-7-8.0.0-next-8.1.tgz", + "integrity": "sha512-V+/B1Wnct3IZ90q6HkI1a3dqbS0ds7s/5WPrS5cmBeLEw78/OGgF76XkhI2+lett7Un1CjVow7mcebOWcZ/Sqw==", "dev": true, "dependencies": { - "@verdaccio/logger-commons": "7.0.0-next-7.20", + "@verdaccio/logger-commons": "8.0.0-next-8.1", "pino": "7.11.0" }, "engines": { @@ -8489,15 +8860,15 @@ } }, "node_modules/@verdaccio/logger-commons": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-commons/-/logger-commons-7.0.0-next-7.20.tgz", - "integrity": "sha512-WNRkgWlk+WDT49ydKQMMFshI/31cWOP5z1ut89b3toCifBtgwQKc6rjy75fwrsLNM8PSP3Gi7oX+2QdRtbR0mQ==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-commons/-/logger-commons-8.0.0-next-8.1.tgz", + "integrity": "sha512-jCge//RT4uaK7MarhpzcJeJ5Uvtu/DbJ1wvJQyGiFe+9AvxDGm3EUFXvawLFZ0lzYhmLt1nvm7kevcc3vOm2ZQ==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/logger-prettify": "7.0.0-next-7.3", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/logger-prettify": "8.0.0-next-8.0", "colorette": "2.0.20", - "debug": "4.3.4" + "debug": "4.3.7" }, "engines": { "node": ">=12" @@ -8507,31 +8878,14 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/logger-commons/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/logger-prettify": { - "version": "7.0.0-next-7.3", - "resolved": "https://registry.npmjs.org/@verdaccio/logger-prettify/-/logger-prettify-7.0.0-next-7.3.tgz", - "integrity": "sha512-xPes4BuxEl1MUvDlYWO8oM3jcO3718p+ub7kx4kEGB48nTjF4wICkf/XdERj+cusE1dCodRWByNt9Hu32ER/JA==", + "version": "8.0.0-next-8.0", + "resolved": "https://registry.npmjs.org/@verdaccio/logger-prettify/-/logger-prettify-8.0.0-next-8.0.tgz", + "integrity": "sha512-7mAFHZF2NPTubrOXYp2+fbMjRW5MMWXMeS3LcpupMAn5uPp6jkKEM8NC4IVJEevC5Ph4vPVZqpoPDpgXHEaV3Q==", "dev": true, "dependencies": { "colorette": "2.0.20", - "dayjs": "1.11.10", + "dayjs": "1.11.13", "lodash": "4.17.21", "pino-abstract-transport": "1.1.0", "sonic-boom": "3.8.0" @@ -8545,17 +8899,17 @@ } }, "node_modules/@verdaccio/middleware": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/middleware/-/middleware-7.0.0-next-7.20.tgz", - "integrity": "sha512-bY5/SuH0Oi3N7OSwuyG4uv4uHuV4LDzlDtbTucf7rN5Anok1Z5iXKsEk7p7m2r0M/J1QaMOggeN5tR8pEu0dQg==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/middleware/-/middleware-8.0.0-next-8.1.tgz", + "integrity": "sha512-GpAdJYky1WmOERpxPoCkVSwTTJIsVAjqf2a2uQNvi7R3UZhs059JKhWcZjJMVCGV0uz9xgQvtb3DEuYGHqyaOg==", "dev": true, "dependencies": { - "@verdaccio/config": "7.0.0-next-7.20", - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/url": "12.0.0-next-7.20", - "@verdaccio/utils": "7.0.0-next-7.20", - "debug": "4.3.4", - "express": "4.19.2", + "@verdaccio/config": "8.0.0-next-8.1", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/url": "13.0.0-next-8.1", + "@verdaccio/utils": "7.0.1-next-8.1", + "debug": "4.3.7", + "express": "4.21.0", "express-rate-limit": "5.5.1", "lodash": "4.17.21", "lru-cache": "7.18.3", @@ -8569,23 +8923,6 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/middleware/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/middleware/node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -8608,9 +8945,9 @@ } }, "node_modules/@verdaccio/search-indexer": { - "version": "7.0.0-next-7.2", - "resolved": "https://registry.npmjs.org/@verdaccio/search-indexer/-/search-indexer-7.0.0-next-7.2.tgz", - "integrity": "sha512-ZkhqHHWP530dFr8EuicAa5sXFDlAYqiSgpNDPIyMaz1FkfqngeffhWdydXQgVb60d1OeJkpaf3utPE2kQwIXxQ==", + "version": "8.0.0-next-8.0", + "resolved": "https://registry.npmjs.org/@verdaccio/search-indexer/-/search-indexer-8.0.0-next-8.0.tgz", + "integrity": "sha512-VS9axVt8XAueiPceVCgaj9nlvYj5s/T4MkAILSf2rVZeFFOMUyxU3mddUCajSHzL+YpqCuzLLL9865sRRzOJ9w==", "dev": true, "engines": { "node": ">=12" @@ -8621,37 +8958,20 @@ } }, "node_modules/@verdaccio/signature": { - "version": "7.0.0-next-7.5", - "resolved": "https://registry.npmjs.org/@verdaccio/signature/-/signature-7.0.0-next-7.5.tgz", - "integrity": "sha512-xF0xGi10HOAQ7Mkwf6dC2fjaBrdxxqXE/HMh/l/O5/LpWoGFZ6xsm/3ZieVRJtIq/qvL5pmmO5Tn8lPS7pm5SQ==", + "version": "8.0.0-next-8.0", + "resolved": "https://registry.npmjs.org/@verdaccio/signature/-/signature-8.0.0-next-8.0.tgz", + "integrity": "sha512-klcc2UlCvQxXDV65Qewo2rZOfv7S1y8NekS/8uurSaCTjU35T+fz+Pbqz1S9XK9oQlMp4vCQ7w3iMPWQbvphEQ==", "dev": true, "dependencies": { - "debug": "4.3.4", + "debug": "4.3.7", "jsonwebtoken": "9.0.2" }, "engines": { - "node": ">=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/verdaccio" - } - }, - "node_modules/@verdaccio/signature/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" + "node": ">=14" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/verdaccio" } }, "node_modules/@verdaccio/streams": { @@ -8669,44 +8989,27 @@ } }, "node_modules/@verdaccio/tarball": { - "version": "12.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/tarball/-/tarball-12.0.0-next-7.20.tgz", - "integrity": "sha512-jdVQw1tvuXikagK3f61hdEhLWfzj5iVebscmYBmcW5w/6vYIKQuc2MHXkp2q0sLT7Laa4hgW/I4ht7iF87c1VA==", + "version": "13.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/tarball/-/tarball-13.0.0-next-8.1.tgz", + "integrity": "sha512-58uimU2Bqt9+s+9ixy7wK/nPCqbOXhhhr/MQjl+otIlsUhSeATndhFzEctz/W+4MhUDg0tUnE9HC2yeNHHAo1Q==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/url": "12.0.0-next-7.20", - "@verdaccio/utils": "7.0.0-next-7.20", - "debug": "4.3.4", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/url": "13.0.0-next-8.1", + "@verdaccio/utils": "7.0.1-next-8.1", + "debug": "4.3.7", "gunzip-maybe": "^1.4.2", "lodash": "4.17.21", "tar-stream": "^3.1.7" }, "engines": { - "node": ">=12" + "node": ">=14" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/tarball/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/tarball/node_modules/tar-stream": { "version": "3.1.7", "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz", @@ -8729,19 +9032,19 @@ } }, "node_modules/@verdaccio/ui-theme": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-7.0.0-next-7.20.tgz", - "integrity": "sha512-97io/t49NtLWnm4RIk+b1d12ezC7ZGeorsDyyo+xeQNbYGEIX+FyRZlv8/eOGkHL1TvDYe6viOpgqLNz36Fj2g==", + "version": "8.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-8.0.0-next-8.1.tgz", + "integrity": "sha512-9PxV8+jE2Tr+iy9DQW/bzny4YqOlW0mCZ9ct6jhcUW4GdfzU//gY2fBN/DDtQVmfbTy8smuj4Enyv5f0wCsnYg==", "dev": true }, "node_modules/@verdaccio/url": { - "version": "12.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/url/-/url-12.0.0-next-7.20.tgz", - "integrity": "sha512-GtSM2A6nVjrFRxe0rrSWvQr4SCIZ+1ZA0blf7xeOV5+qFcy6MFjEhTY2jw+E0xYMq3mB78SxzH5tt7MA78v5Uw==", + "version": "13.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/url/-/url-13.0.0-next-8.1.tgz", + "integrity": "sha512-h6pkJf+YtogImKgOrmPP9UVG3p3gtb67gqkQU0bZnK+SEKQt6Rkek/QvtJ8MbmciagYS18bDhpI8DxqLHjDfZQ==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", - "debug": "4.3.4", + "@verdaccio/core": "8.0.0-next-8.1", + "debug": "4.3.7", "lodash": "4.17.21", "validator": "13.12.0" }, @@ -8753,30 +9056,13 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/@verdaccio/url/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/@verdaccio/utils": { - "version": "7.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/@verdaccio/utils/-/utils-7.0.0-next-7.20.tgz", - "integrity": "sha512-XkVvqLb8ObIEnEiHxBgimnk/0+KqeRPrAFI6mdPMwfvgBoQJGHe/a/79OAcCy7FnMAVAEEgdM5ddxifGR7GkPA==", + "version": "7.0.1-next-8.1", + "resolved": "https://registry.npmjs.org/@verdaccio/utils/-/utils-7.0.1-next-8.1.tgz", + "integrity": "sha512-cyJdRrVa+8CS7UuIQb3K3IJFjMe64v38tYiBnohSmhRbX7dX9IT3jWbjrwkqWh4KeS1CS6BYENrGG1evJ2ggrQ==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/core": "8.0.0-next-8.1", "lodash": "4.17.21", "minimatch": "7.4.6", "semver": "7.6.3" @@ -9389,12 +9675,6 @@ "node": ">=15" } }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true - }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -10053,9 +10333,9 @@ "optional": true }, "node_modules/bare-fs": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.3.tgz", - "integrity": "sha512-7RYKL+vZVCyAsMLi5SPu7QGauGGT8avnP/HO571ndEuV4MYdGXvLhtW67FuLPeEI8EiIY7zbbRR9x7x7HU0kgw==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz", + "integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==", "optional": true, "dependencies": { "bare-events": "^2.0.0", @@ -10064,9 +10344,9 @@ } }, "node_modules/bare-os": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.2.tgz", - "integrity": "sha512-HZoJwzC+rZ9lqEemTMiO0luOePoGYNBgsLLgegKR/cljiJvcDNhDZQkzC+NC5Oh0aHbdBNSOHpghwMuB5tqhjg==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz", + "integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==", "optional": true }, "node_modules/bare-path": { @@ -10079,13 +10359,13 @@ } }, "node_modules/bare-stream": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.2.1.tgz", - "integrity": "sha512-YTB47kHwBW9zSG8LD77MIBAAQXjU2WjAkMHeeb7hUplVs6+IoM5I7uEVQNPMB7lj9r8I76UMdoMkGnCodHOLqg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.0.tgz", + "integrity": "sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==", "optional": true, "dependencies": { "b4a": "^1.6.6", - "streamx": "^2.18.0" + "streamx": "^2.20.0" } }, "node_modules/base64-js": { @@ -10455,9 +10735,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", - "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", "dev": true, "dependencies": { "bytes": "3.1.2", @@ -10468,7 +10748,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.11.0", + "qs": "6.13.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -10496,15 +10776,6 @@ "ms": "2.0.0" } }, - "node_modules/body-parser/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/body-parser/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -10527,21 +10798,6 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/body-parser/node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dev": true, - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/body-parser/node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -10984,9 +11240,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz", - "integrity": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.8.0.tgz", + "integrity": "sha512-uJydbGdTw0DEUjhoogGveneJVWX/9YuqkWePzMmkBYwtdAqo5d3J/ovNKFr+/2hWXYmYCr6it8mSSTIj6SS6Ug==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", @@ -11024,9 +11280,9 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.0.tgz", - "integrity": "sha512-N1NGmowPlGBLsOZLPvm48StN04V4YvQRL0i6b7ctrVY3epjP/ct7hFLOItz6pDIvRjwpfPxi52a2UWV2ziir8g==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz", + "integrity": "sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==", "dev": true }, "node_modules/clean-regexp": { @@ -12028,9 +12284,9 @@ "dev": true }, "node_modules/cookies": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz", - "integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.9.1.tgz", + "integrity": "sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==", "dev": true, "dependencies": { "depd": "~2.0.0", @@ -12040,19 +12296,10 @@ "node": ">= 0.8" } }, - "node_modules/cookies/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/core-js": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz", - "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz", + "integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==", "dev": true, "hasInstallScript": true, "funding": { @@ -12491,17 +12738,17 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", "dev": true }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -12512,6 +12759,11 @@ } } }, + "node_modules/debug/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, "node_modules/decimal.js": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", @@ -12682,12 +12934,12 @@ "dev": true }, "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">= 0.8" } }, "node_modules/dequal": { @@ -13119,12 +13371,6 @@ "is-arrayish": "^0.2.1" } }, - "node_modules/error-inject": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/error-inject/-/error-inject-1.0.0.tgz", - "integrity": "sha512-JM8N6PytDbmIYm1IhPWlo8vr3NtfjhDY/1MhD/a5b/aad/USE8a0+NsqE9d5n+GVGmuNkPQWm4bFQWv18d8tMg==", - "dev": true - }, "node_modules/es-abstract": { "version": "1.23.3", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", @@ -14643,37 +14889,37 @@ } }, "node_modules/express": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", - "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "version": "4.21.0", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz", + "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==", "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.2.0", + "finalhandler": "1.3.1", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", + "merge-descriptors": "1.0.3", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.10", "proxy-addr": "~2.0.7", - "qs": "6.11.0", + "qs": "6.13.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", + "send": "0.19.0", + "serve-static": "1.16.2", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -14708,10 +14954,10 @@ "ms": "2.0.0" } }, - "node_modules/express/node_modules/depd": { + "node_modules/express/node_modules/encodeurl": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "dev": true, "engines": { "node": ">= 0.8" @@ -14739,21 +14985,6 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/express/node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dev": true, - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/express/node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -15134,13 +15365,13 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", "dev": true, "dependencies": { "debug": "2.6.9", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -15160,6 +15391,15 @@ "ms": "2.0.0" } }, + "node_modules/finalhandler/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -16143,6 +16383,15 @@ "node": ">= 0.6" } }, + "node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/http-link-header": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/http-link-header/-/http-link-header-1.1.3.tgz", @@ -16177,6 +16426,23 @@ "node": ">= 14" } }, + "node_modules/http-proxy-middleware": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz", + "integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/http-server": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/http-server/-/http-server-14.1.1.tgz", @@ -17096,6 +17362,15 @@ "node": ">=0.10.0" } }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", @@ -19780,29 +20055,28 @@ } }, "node_modules/koa": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/koa/-/koa-2.11.0.tgz", - "integrity": "sha512-EpR9dElBTDlaDgyhDMiLkXrPwp6ZqgAIBvhhmxQ9XN4TFgW+gEz6tkcsNI6BnUbUftrKDjVFj4lW2/J2aNBMMA==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/koa/-/koa-2.15.3.tgz", + "integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==", "dev": true, "dependencies": { "accepts": "^1.3.5", "cache-content-type": "^1.0.0", "content-disposition": "~0.5.2", "content-type": "^1.0.4", - "cookies": "~0.8.0", - "debug": "~3.1.0", + "cookies": "~0.9.0", + "debug": "^4.3.2", "delegates": "^1.0.0", - "depd": "^1.1.2", + "depd": "^2.0.0", "destroy": "^1.0.4", "encodeurl": "^1.0.2", - "error-inject": "^1.0.0", "escape-html": "^1.0.3", "fresh": "~0.5.2", "http-assert": "^1.3.0", "http-errors": "^1.6.3", "is-generator-function": "^1.0.7", "koa-compose": "^4.1.0", - "koa-convert": "^1.2.0", + "koa-convert": "^2.0.0", "on-finished": "^2.3.0", "only": "~0.0.2", "parseurl": "^1.3.2", @@ -19821,42 +20095,18 @@ "dev": true }, "node_modules/koa-convert": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-1.2.0.tgz", - "integrity": "sha512-K9XqjmEDStGX09v3oxR7t5uPRy0jqJdvodHa6wxWTHrTfDq0WUNnYTOOUZN6g8OM8oZQXprQASbiIXG2Ez8ehA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-2.0.0.tgz", + "integrity": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==", "dev": true, "dependencies": { "co": "^4.6.0", - "koa-compose": "^3.0.0" + "koa-compose": "^4.1.0" }, "engines": { - "node": ">= 4" - } - }, - "node_modules/koa-convert/node_modules/koa-compose": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-3.2.1.tgz", - "integrity": "sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw==", - "dev": true, - "dependencies": { - "any-promise": "^1.1.0" - } - }, - "node_modules/koa/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dev": true, - "dependencies": { - "ms": "2.0.0" + "node": ">= 10" } }, - "node_modules/koa/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, "node_modules/language-subtag-registry": { "version": "0.3.23", "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", @@ -19894,13 +20144,13 @@ } }, "node_modules/lighthouse": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.0.tgz", - "integrity": "sha512-JU9IvjcVxwtsFzB4xTuDWx46hRJF7yYfiTDgtFA0U4nt4TUom9mus81QNt/tDr4y18wlphBycuLysX8J6yplDw==", + "version": "12.2.1", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.1.tgz", + "integrity": "sha512-3deFGaQ/eTCzQekgWUcgLdWAjS81KHPG406r+A61KKLsxEcORw34A1aixU6G2lgqpdd95QZpdoSKxyy/jJfsHg==", "dependencies": { "@paulirish/trace_engine": "0.0.32", "@sentry/node": "^6.17.4", - "axe-core": "^4.9.1", + "axe-core": "^4.10.0", "chrome-launcher": "^1.1.2", "configstore": "^5.0.1", "csp_evaluator": "1.1.1", @@ -19917,7 +20167,7 @@ "metaviewport-parser": "0.3.0", "open": "^8.4.0", "parse-cache-control": "1.0.1", - "puppeteer-core": "^22.15.0", + "puppeteer-core": "^23.3.0", "robots-parser": "^3.0.1", "semver": "^5.3.0", "speedline-core": "^1.4.3", @@ -19992,9 +20242,9 @@ } }, "node_modules/lines-and-columns": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", - "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz", + "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } @@ -20617,10 +20867,13 @@ "dev": true }, "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", - "dev": true + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/merge-stream": { "version": "2.0.0", @@ -20826,7 +21079,8 @@ "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true }, "node_modules/multi-progress-bars": { "version": "5.0.3", @@ -21202,13 +21456,13 @@ "dev": true }, "node_modules/nx": { - "version": "19.6.5", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.5.tgz", - "integrity": "sha512-igPYPsBF1BM1YxEiGDvaLOz0CWWoEvxzR7yQg3iULjGG9zKgDFNHHIHJwkyHsCBTtMhhkgeUl16PsTVgDuil3A==", + "version": "19.8.4", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.4.tgz", + "integrity": "sha512-fc833c3UKo6kuoG4z0kSKet17yWym3VzcQ+yPWYspxxxd8GFVVk42+9wieyVQDi9YqtKZQ6PdQfSEPm59/M7SA==", "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.6.5", + "@nrwl/tao": "19.8.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -21223,11 +21477,10 @@ "figures": "3.2.0", "flat": "^5.0.2", "front-matter": "^4.0.2", - "fs-extra": "^11.1.0", "ignore": "^5.0.4", "jest-diff": "^29.4.1", "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", + "lines-and-columns": "2.0.3", "minimatch": "9.0.3", "node-machine-id": "1.1.12", "npm-run-path": "^4.0.1", @@ -21248,16 +21501,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.6.5", - "@nx/nx-darwin-x64": "19.6.5", - "@nx/nx-freebsd-x64": "19.6.5", - "@nx/nx-linux-arm-gnueabihf": "19.6.5", - "@nx/nx-linux-arm64-gnu": "19.6.5", - "@nx/nx-linux-arm64-musl": "19.6.5", - "@nx/nx-linux-x64-gnu": "19.6.5", - "@nx/nx-linux-x64-musl": "19.6.5", - "@nx/nx-win32-arm64-msvc": "19.6.5", - "@nx/nx-win32-x64-msvc": "19.6.5" + "@nx/nx-darwin-arm64": "19.8.4", + "@nx/nx-darwin-x64": "19.8.4", + "@nx/nx-freebsd-x64": "19.8.4", + "@nx/nx-linux-arm-gnueabihf": "19.8.4", + "@nx/nx-linux-arm64-gnu": "19.8.4", + "@nx/nx-linux-arm64-musl": "19.8.4", + "@nx/nx-linux-x64-gnu": "19.8.4", + "@nx/nx-linux-x64-musl": "19.8.4", + "@nx/nx-win32-arm64-msvc": "19.8.4", + "@nx/nx-win32-x64-msvc": "19.8.4" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -22068,9 +22321,9 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", "dev": true }, "node_modules/path-type": { @@ -22587,39 +22840,25 @@ } }, "node_modules/puppeteer-core": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz", - "integrity": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==", - "dependencies": { - "@puppeteer/browsers": "2.3.0", - "chromium-bidi": "0.6.3", - "debug": "^4.3.6", - "devtools-protocol": "0.0.1312386", + "version": "23.5.3", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.5.3.tgz", + "integrity": "sha512-V58MZD/B3CwkYsqSEQlHKbavMJptF04fzhMdUpiCRCmUVhwZNwSGEPhaiZ1f8I3ABQUirg3VNhXVB6Z1ubHXtQ==", + "dependencies": { + "@puppeteer/browsers": "2.4.0", + "chromium-bidi": "0.8.0", + "debug": "^4.3.7", + "devtools-protocol": "0.0.1342118", + "typed-query-selector": "^2.12.0", "ws": "^8.18.0" }, "engines": { "node": ">=18" } }, - "node_modules/puppeteer-core/node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } + "node_modules/puppeteer-core/node_modules/devtools-protocol": { + "version": "0.0.1342118", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz", + "integrity": "sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==" }, "node_modules/pure-rand": { "version": "6.1.0", @@ -22749,15 +22988,6 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/raw-body/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -23354,12 +23584,12 @@ } }, "node_modules/rollup": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz", - "integrity": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==", + "version": "4.24.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz", + "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==", "dev": true, "dependencies": { - "@types/estree": "1.0.5" + "@types/estree": "1.0.6" }, "bin": { "rollup": "dist/bin/rollup" @@ -23369,22 +23599,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.21.2", - "@rollup/rollup-android-arm64": "4.21.2", - "@rollup/rollup-darwin-arm64": "4.21.2", - "@rollup/rollup-darwin-x64": "4.21.2", - "@rollup/rollup-linux-arm-gnueabihf": "4.21.2", - "@rollup/rollup-linux-arm-musleabihf": "4.21.2", - "@rollup/rollup-linux-arm64-gnu": "4.21.2", - "@rollup/rollup-linux-arm64-musl": "4.21.2", - "@rollup/rollup-linux-powerpc64le-gnu": "4.21.2", - "@rollup/rollup-linux-riscv64-gnu": "4.21.2", - "@rollup/rollup-linux-s390x-gnu": "4.21.2", - "@rollup/rollup-linux-x64-gnu": "4.21.2", - "@rollup/rollup-linux-x64-musl": "4.21.2", - "@rollup/rollup-win32-arm64-msvc": "4.21.2", - "@rollup/rollup-win32-ia32-msvc": "4.21.2", - "@rollup/rollup-win32-x64-msvc": "4.21.2", + "@rollup/rollup-android-arm-eabi": "4.24.0", + "@rollup/rollup-android-arm64": "4.24.0", + "@rollup/rollup-darwin-arm64": "4.24.0", + "@rollup/rollup-darwin-x64": "4.24.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.24.0", + "@rollup/rollup-linux-arm-musleabihf": "4.24.0", + "@rollup/rollup-linux-arm64-gnu": "4.24.0", + "@rollup/rollup-linux-arm64-musl": "4.24.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0", + "@rollup/rollup-linux-riscv64-gnu": "4.24.0", + "@rollup/rollup-linux-s390x-gnu": "4.24.0", + "@rollup/rollup-linux-x64-gnu": "4.24.0", + "@rollup/rollup-linux-x64-musl": "4.24.0", + "@rollup/rollup-win32-arm64-msvc": "4.24.0", + "@rollup/rollup-win32-ia32-msvc": "4.24.0", + "@rollup/rollup-win32-x64-msvc": "4.24.0", "fsevents": "~2.3.2" } }, @@ -23625,9 +23855,9 @@ } }, "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", "dev": true, "dependencies": { "debug": "2.6.9", @@ -23663,15 +23893,6 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/send/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/send/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -23714,20 +23935,29 @@ } }, "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", "dev": true, "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "engines": { "node": ">= 0.8.0" } }, + "node_modules/serve-static/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/set-function-length": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", @@ -25845,6 +26075,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/typed-query-selector": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", + "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==" + }, "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", @@ -26168,32 +26403,32 @@ } }, "node_modules/verdaccio": { - "version": "5.32.1", - "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.32.1.tgz", - "integrity": "sha512-GU8a+van7cQzzv6/pXWW8jMlQ7OoWNYPqRpvCW7F2QmxzpKp9hWb3yX9iLY3CJNrODuQYnUDjJ/hmBa8rUq+Aw==", + "version": "5.32.2", + "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.32.2.tgz", + "integrity": "sha512-QnVYIUvwB884fwVcA/D+x7AabsRPlTPyYAKMtExm8kJjiH+s2LGK2qX2o3I4VmYXqBR3W9b8gEnyQnGwQhUPsw==", "dev": true, "dependencies": { "@cypress/request": "3.0.1", - "@verdaccio/auth": "7.0.0-next-7.20", - "@verdaccio/config": "7.0.0-next-7.20", - "@verdaccio/core": "7.0.0-next-7.20", + "@verdaccio/auth": "8.0.0-next-8.1", + "@verdaccio/config": "8.0.0-next-8.1", + "@verdaccio/core": "8.0.0-next-8.1", "@verdaccio/local-storage-legacy": "11.0.2", - "@verdaccio/logger-7": "7.0.0-next-7.20", - "@verdaccio/middleware": "7.0.0-next-7.20", - "@verdaccio/search-indexer": "7.0.0-next-7.2", - "@verdaccio/signature": "7.0.0-next-7.5", + "@verdaccio/logger-7": "8.0.0-next-8.1", + "@verdaccio/middleware": "8.0.0-next-8.1", + "@verdaccio/search-indexer": "8.0.0-next-8.0", + "@verdaccio/signature": "8.0.0-next-8.0", "@verdaccio/streams": "10.2.1", - "@verdaccio/tarball": "12.0.0-next-7.20", - "@verdaccio/ui-theme": "7.0.0-next-7.20", - "@verdaccio/url": "12.0.0-next-7.20", - "@verdaccio/utils": "7.0.0-next-7.20", + "@verdaccio/tarball": "13.0.0-next-8.1", + "@verdaccio/ui-theme": "8.0.0-next-8.1", + "@verdaccio/url": "13.0.0-next-8.1", + "@verdaccio/utils": "7.0.1-next-8.1", "async": "3.2.5", "clipanion": "4.0.0-rc.3", "compression": "1.7.4", "cors": "2.8.5", "debug": "^4.3.5", "envinfo": "7.13.0", - "express": "4.19.2", + "express": "4.21.0", "express-rate-limit": "5.5.1", "fast-safe-stringify": "2.1.1", "handlebars": "4.7.8", @@ -26209,8 +26444,8 @@ "pkginfo": "0.4.1", "semver": "7.6.3", "validator": "13.12.0", - "verdaccio-audit": "12.0.0-next-7.20", - "verdaccio-htpasswd": "12.0.0-next-7.20" + "verdaccio-audit": "13.0.0-next-8.1", + "verdaccio-htpasswd": "13.0.0-next-8.1" }, "bin": { "verdaccio": "bin/verdaccio" @@ -26224,14 +26459,14 @@ } }, "node_modules/verdaccio-audit": { - "version": "12.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/verdaccio-audit/-/verdaccio-audit-12.0.0-next-7.20.tgz", - "integrity": "sha512-JlDM/G6i5aDrh6wYiN0NhPH+OnA8jF/74sWiyruHxdEd+yaJ0fkz1jeYtYPeFYNCfmM9TyJOUsxodS4KKO5W8w==", + "version": "13.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/verdaccio-audit/-/verdaccio-audit-13.0.0-next-8.1.tgz", + "integrity": "sha512-EEfUeC1kHuErtwF9FC670W+EXHhcl+iuigONkcprwRfkPxmdBs+Hx36745hgAMZ9SCqedNECaycnGF3tZ3VYfw==", "dev": true, "dependencies": { - "@verdaccio/config": "7.0.0-next-7.20", - "@verdaccio/core": "7.0.0-next-7.20", - "express": "4.19.2", + "@verdaccio/config": "8.0.0-next-8.1", + "@verdaccio/core": "8.0.0-next-8.1", + "express": "4.21.0", "https-proxy-agent": "5.0.1", "node-fetch": "cjs" }, @@ -26269,17 +26504,17 @@ } }, "node_modules/verdaccio-htpasswd": { - "version": "12.0.0-next-7.20", - "resolved": "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-12.0.0-next-7.20.tgz", - "integrity": "sha512-YOP2SIMBKTbSYkBgMNHIgQxYn2wtMAZgV1EV0qTCR6Bnz4Z5euoxrDUXOBOf+QtaqsYViNZ6j8bOt+DZao6Fdw==", + "version": "13.0.0-next-8.1", + "resolved": "https://registry.npmjs.org/verdaccio-htpasswd/-/verdaccio-htpasswd-13.0.0-next-8.1.tgz", + "integrity": "sha512-BfvmO+ZdbwfttOwrdTPD6Bccr1ZfZ9Tk/9wpXamxdWB/XPWlk3FtyGsvqCmxsInRLPhQ/FSk9c3zRCGvICTFYg==", "dev": true, "dependencies": { - "@verdaccio/core": "7.0.0-next-7.20", - "@verdaccio/file-locking": "12.0.0-next.1", + "@verdaccio/core": "8.0.0-next-8.1", + "@verdaccio/file-locking": "13.0.0-next-8.0", "apache-md5": "1.1.8", "bcryptjs": "2.4.3", - "core-js": "3.35.0", - "debug": "4.3.4", + "core-js": "3.37.1", + "debug": "4.3.7", "http-errors": "2.0.0", "unix-crypt-td-js": "1.1.4" }, @@ -26292,9 +26527,9 @@ } }, "node_modules/verdaccio-htpasswd/node_modules/@verdaccio/file-locking": { - "version": "12.0.0-next.1", - "resolved": "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-12.0.0-next.1.tgz", - "integrity": "sha512-Zb5G2HEhVRB0jCq4z7QA4dqTdRv/2kIsw2Nkm3j2HqC1OeJRxas3MJAF/OxzbAb1IN32lbg1zycMSk6NcbQkgQ==", + "version": "13.0.0-next-8.0", + "resolved": "https://registry.npmjs.org/@verdaccio/file-locking/-/file-locking-13.0.0-next-8.0.tgz", + "integrity": "sha512-28XRwpKiE3Z6KsnwE7o8dEM+zGWOT+Vef7RVJyUlG176JVDbGGip3HfCmFioE1a9BklLyGEFTu6D69BzfbRkzA==", "dev": true, "dependencies": { "lockfile": "1.0.4" @@ -26307,32 +26542,6 @@ "url": "https://opencollective.com/verdaccio" } }, - "node_modules/verdaccio-htpasswd/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/verdaccio-htpasswd/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/verdaccio-htpasswd/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -26436,9 +26645,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", - "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -27435,10 +27644,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "dev": true, + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 27483812a..b93c84b6b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.6.5", + "@nx/devkit": "19.8.4", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", @@ -35,7 +35,7 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.6.5", + "nx": "19.8.4", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", @@ -54,13 +54,13 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.6.5", - "@nx/eslint-plugin": "19.6.5", - "@nx/js": "19.6.5", - "@nx/plugin": "19.6.5", - "@nx/react": "19.6.5", - "@nx/vite": "19.6.5", - "@nx/workspace": "19.6.5", + "@nx/esbuild": "19.8.4", + "@nx/eslint-plugin": "19.8.4", + "@nx/js": "19.8.4", + "@nx/plugin": "19.8.4", + "@nx/react": "19.8.4", + "@nx/vite": "19.8.4", + "@nx/workspace": "19.8.4", "@push-based/nx-verdaccio": "0.0.0-alpha.26", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", @@ -111,16 +111,16 @@ "tsx": "^4.19.0", "type-fest": "^4.26.1", "typescript": "5.5.4", - "verdaccio": "^5.0.4", - "vite": "^5.2.13", + "verdaccio": "^5.32.2", + "vite": "^5.4.8", "vitest": "1.3.1", "zod2md": "^0.1.3" }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.6.5", - "@nx/nx-darwin-x64": "19.6.5", - "@nx/nx-linux-x64-gnu": "19.6.5" + "@nx/nx-darwin-arm64": "19.8.4", + "@nx/nx-darwin-x64": "19.8.4", + "@nx/nx-linux-x64-gnu": "19.8.4" }, "overrides": { "@beaussan/nx-knip": { From 4a587a0f77089de666dd86adae27f0ceaa8ab314 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Mon, 25 Nov 2024 16:48:01 +0100 Subject: [PATCH 04/45] build: update deps lock and minor nx 19 --- nx.json | 4 +- package-lock.json | 3996 +++++++++++++++---------------- package.json | 18 +- packages/nx-plugin/package.json | 4 +- 4 files changed, 1905 insertions(+), 2117 deletions(-) diff --git a/nx.json b/nx.json index 9bf8efb38..23a1511fb 100644 --- a/nx.json +++ b/nx.json @@ -98,7 +98,6 @@ { "plugin": "@push-based/nx-verdaccio", "options": { - "environments": { "environmentsDir": "tmp/e2e", "targetNames": ["e2e"] @@ -108,6 +107,5 @@ } } } - ], - "useInferencePlugins": false + ] } diff --git a/package-lock.json b/package-lock.json index 238fa010f..7d212fae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,50 +11,52 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.8.4", + "@nx/devkit": "19.8.9", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", "build-md": "^0.4.2", - "bundle-require": "^4.2.1", - "cli-table3": "^0.6.5", + "bundle-require": "^4.0.1", "esbuild": "^0.19.12", "eslint": "~8.56.0", + "glob": "^10.4.5", "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.8.4", + "nx": "19.8.9", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", "tslib": "^2.4.0", "vscode-material-icons": "^0.1.1", + "yaml": "^2.5.1", "yargs": "^17.7.2", "zod": "^3.23.8" }, "devDependencies": { "@beaussan/nx-knip": "^0.0.5-15", "@code-pushup/eslint-config": "^0.2.1", - "@commitlint/cli": "^19.4.1", - "@commitlint/config-conventional": "^19.4.1", - "@commitlint/config-nx-scopes": "^19.3.1", - "@commitlint/cz-commitlint": "^19.4.0", - "@commitlint/types": "^19.0.3", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", + "@commitlint/config-nx-scopes": "^19.5.0", + "@commitlint/cz-commitlint": "^19.5.0", + "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.4", - "@nx/eslint-plugin": "19.8.4", - "@nx/js": "19.8.4", - "@nx/plugin": "19.8.4", - "@nx/react": "19.8.4", - "@nx/vite": "19.8.4", - "@nx/workspace": "19.8.4", + "@nx/esbuild": "19.8.9", + "@nx/eslint-plugin": "19.8.9", + "@nx/js": "19.8.9", + "@nx/plugin": "19.8.9", + "@nx/react": "19.8.9", + "@nx/vite": "19.8.9", + "@nx/workspace": "19.8.9", + "@push-based/nx-verdaccio": "0.0.0-alpha.26", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", "@swc/core": "1.5.7", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "15.0.6", - "@trivago/prettier-plugin-sort-imports": "^4.2.0", - "@types/benchmark": "^2.1.4", + "@trivago/prettier-plugin-sort-imports": "^4.3.0", + "@types/benchmark": "^2.1.5", "@types/debug": "^4.1.12", "@types/eslint": "^8.44.2", "@types/node": "18.19.21", @@ -62,21 +64,19 @@ "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.13.2", "@typescript-eslint/parser": "6.13.2", - "@verdaccio/types": "^10.8.0", "@vitejs/plugin-react": "4.2.1", "@vitest/coverage-v8": "1.3.1", "@vitest/ui": "1.3.1", "benchmark": "^2.1.4", "chrome-launcher": "^1.1.2", "chromium": "^3.0.3", - "commitizen": "^4.3.0", - "commitlint-plugin-tense": "^1.0.2", + "commitizen": "^4.3.1", + "commitlint-plugin-tense": "^1.0.3", "dotenv": "^16.4.5", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-deprecation": "^2.0.0", "eslint-plugin-functional": "^6.0.0", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", @@ -84,21 +84,20 @@ "eslint-plugin-sonarjs": "^0.22.0", "eslint-plugin-unicorn": "^48.0.1", "eslint-plugin-vitest": "^0.3.8", - "fast-glob": "^3.3.2", - "glob": "^10.4.5", - "globby": "^14.0.1", "husky": "^8.0.0", - "inquirer": "^9.3.6", + "inquirer": "^9.3.7", "jsdom": "~24.0.0", - "jsonc": "^2.0.0", - "knip": "^5.29.2", + "jsonc-eslint-parser": "^2.4.0", + "knip": "^5.33.3", "memfs": "^4.5.0", + "minimatch": "^10.0.1", "moment": "^2.30.1", - "prettier": "^2.6.2", + "prettier": "^3.3.3", "react": "18.3.1", "react-dom": "18.3.1", "tsconfig-paths": "^4.2.0", "tsx": "^4.19.0", + "type-fest": "^4.26.1", "typescript": "5.5.4", "verdaccio": "^5.32.2", "vite": "^5.4.8", @@ -2311,17 +2310,17 @@ } }, "node_modules/@commitlint/cli": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.4.1.tgz", - "integrity": "sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.0.tgz", + "integrity": "sha512-v17BgGD9w5KnthaKxXnEg6KLq6DYiAxyiN44TpiRtqyW8NSq+Kx99mkEG8Qo6uu6cI5eMzMojW2muJxjmPnF8w==", "dev": true, "dependencies": { - "@commitlint/format": "^19.3.0", - "@commitlint/lint": "^19.4.1", - "@commitlint/load": "^19.4.0", - "@commitlint/read": "^19.4.0", - "@commitlint/types": "^19.0.3", - "execa": "^8.0.1", + "@commitlint/format": "^19.5.0", + "@commitlint/lint": "^19.6.0", + "@commitlint/load": "^19.5.0", + "@commitlint/read": "^19.5.0", + "@commitlint/types": "^19.5.0", + "tinyexec": "^0.3.0", "yargs": "^17.0.0" }, "bin": { @@ -2332,12 +2331,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.4.1.tgz", - "integrity": "sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz", + "integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -2345,12 +2344,12 @@ } }, "node_modules/@commitlint/config-nx-scopes": { - "version": "19.3.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-nx-scopes/-/config-nx-scopes-19.3.1.tgz", - "integrity": "sha512-4Yp16S7QJ4LQVHH+VONxQ56qG1vAu4LmAudtOo80zelCTsrKjRqDXxFQCdWi7wAEgM44wvS/2Sgh+QlPDLo7hA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-nx-scopes/-/config-nx-scopes-19.5.0.tgz", + "integrity": "sha512-YjJVN9n5PJGnom1JqpC9tnQzWsWPeCbKN63AU6jTk25yxNpMtMVKNNEFU+yEPneo4kJk2yIicKjtPuRqYqL3Wg==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3" + "@commitlint/types": "^19.5.0" }, "engines": { "node": ">=v18" @@ -2365,12 +2364,12 @@ } }, "node_modules/@commitlint/config-validator": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz", - "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz", + "integrity": "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "ajv": "^8.11.0" }, "engines": { @@ -2378,14 +2377,14 @@ } }, "node_modules/@commitlint/cz-commitlint": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.4.0.tgz", - "integrity": "sha512-axgYquyTb9+HHFz8KX6xiXwsoX6HSlJOiaDQnnE8lHYxDv1nEtrEsasda8VI+EbH5sdfOT0FGtsiuGdL+09KmA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.5.0.tgz", + "integrity": "sha512-PNfIC54J3lDVIBJTo7A1RMp1kdOYkGcUz27VG0NP/DzFKLspXcQm13RnKc16BjFNCJGLC7iaXjucrfrKHOqorQ==", "dev": true, "dependencies": { - "@commitlint/ensure": "^19.0.3", - "@commitlint/load": "^19.4.0", - "@commitlint/types": "^19.0.3", + "@commitlint/ensure": "^19.5.0", + "@commitlint/load": "^19.5.0", + "@commitlint/types": "^19.5.0", "chalk": "^5.3.0", "lodash.isplainobject": "^4.0.6", "word-wrap": "^1.2.5" @@ -2399,12 +2398,12 @@ } }, "node_modules/@commitlint/ensure": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz", - "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz", + "integrity": "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", @@ -2416,21 +2415,21 @@ } }, "node_modules/@commitlint/execute-rule": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz", - "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz", + "integrity": "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/format": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz", - "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz", + "integrity": "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "chalk": "^5.3.0" }, "engines": { @@ -2438,12 +2437,12 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz", - "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz", + "integrity": "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "semver": "^7.6.0" }, "engines": { @@ -2451,30 +2450,30 @@ } }, "node_modules/@commitlint/lint": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.4.1.tgz", - "integrity": "sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz", + "integrity": "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==", "dev": true, "dependencies": { - "@commitlint/is-ignored": "^19.2.2", - "@commitlint/parse": "^19.0.3", - "@commitlint/rules": "^19.4.1", - "@commitlint/types": "^19.0.3" + "@commitlint/is-ignored": "^19.6.0", + "@commitlint/parse": "^19.5.0", + "@commitlint/rules": "^19.6.0", + "@commitlint/types": "^19.5.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/load": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.4.0.tgz", - "integrity": "sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.5.0.tgz", + "integrity": "sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^19.0.3", - "@commitlint/execute-rule": "^19.0.0", - "@commitlint/resolve-extends": "^19.1.0", - "@commitlint/types": "^19.0.3", + "@commitlint/config-validator": "^19.5.0", + "@commitlint/execute-rule": "^19.5.0", + "@commitlint/resolve-extends": "^19.5.0", + "@commitlint/types": "^19.5.0", "chalk": "^5.3.0", "cosmiconfig": "^9.0.0", "cosmiconfig-typescript-loader": "^5.0.0", @@ -2487,21 +2486,21 @@ } }, "node_modules/@commitlint/message": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz", - "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz", + "integrity": "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/parse": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz", - "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz", + "integrity": "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "conventional-changelog-angular": "^7.0.0", "conventional-commits-parser": "^5.0.0" }, @@ -2510,29 +2509,29 @@ } }, "node_modules/@commitlint/read": { - "version": "19.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.4.0.tgz", - "integrity": "sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz", + "integrity": "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==", "dev": true, "dependencies": { - "@commitlint/top-level": "^19.0.0", - "@commitlint/types": "^19.0.3", - "execa": "^8.0.1", + "@commitlint/top-level": "^19.5.0", + "@commitlint/types": "^19.5.0", "git-raw-commits": "^4.0.0", - "minimist": "^1.2.8" + "minimist": "^1.2.8", + "tinyexec": "^0.3.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/resolve-extends": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz", - "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz", + "integrity": "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^19.0.3", - "@commitlint/types": "^19.0.3", + "@commitlint/config-validator": "^19.5.0", + "@commitlint/types": "^19.5.0", "global-directory": "^4.0.1", "import-meta-resolve": "^4.0.0", "lodash.mergewith": "^4.6.2", @@ -2543,34 +2542,33 @@ } }, "node_modules/@commitlint/rules": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.4.1.tgz", - "integrity": "sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.6.0.tgz", + "integrity": "sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==", "dev": true, "dependencies": { - "@commitlint/ensure": "^19.0.3", - "@commitlint/message": "^19.0.0", - "@commitlint/to-lines": "^19.0.0", - "@commitlint/types": "^19.0.3", - "execa": "^8.0.1" + "@commitlint/ensure": "^19.5.0", + "@commitlint/message": "^19.5.0", + "@commitlint/to-lines": "^19.5.0", + "@commitlint/types": "^19.5.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/to-lines": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz", - "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz", + "integrity": "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==", "dev": true, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/top-level": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz", - "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz", + "integrity": "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==", "dev": true, "dependencies": { "find-up": "^7.0.0" @@ -2580,9 +2578,9 @@ } }, "node_modules/@commitlint/types": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", - "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", + "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", "dev": true, "dependencies": { "@types/conventional-commits-parser": "^5.0.0", @@ -2615,9 +2613,9 @@ } }, "node_modules/@cypress/request": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", - "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.6.tgz", + "integrity": "sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==", "dev": true, "dependencies": { "aws-sign2": "~0.7.0", @@ -2626,16 +2624,16 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "http-signature": "~1.3.6", + "form-data": "~4.0.0", + "http-signature": "~1.4.0", "is-typedarray": "~1.0.0", "isstream": "~0.1.2", "json-stringify-safe": "~5.0.1", "mime-types": "~2.1.19", "performance-now": "^2.1.0", - "qs": "6.10.4", + "qs": "6.13.0", "safe-buffer": "^5.1.2", - "tough-cookie": "^4.1.3", + "tough-cookie": "^5.0.0", "tunnel-agent": "^0.6.0", "uuid": "^8.3.2" }, @@ -2643,33 +2641,31 @@ "node": ">= 6" } }, - "node_modules/@cypress/request/node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "node_modules/@cypress/request/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "side-channel": "^1.0.6" }, "engines": { - "node": ">= 0.12" + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@cypress/request/node_modules/qs": { - "version": "6.10.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", - "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "node_modules/@cypress/request/node_modules/tough-cookie": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz", + "integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==", "dev": true, "dependencies": { - "side-channel": "^1.0.4" + "tldts": "^6.1.32" }, "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=16" } }, "node_modules/@emnapi/core": { @@ -2698,63 +2694,67 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", - "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", + "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", "cpu": [ "ppc64" ], + "dev": true, "optional": true, "os": [ "aix" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", - "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", + "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", - "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", + "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", - "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", + "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-arm64": { @@ -2773,198 +2773,211 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", - "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", + "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", - "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", + "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", - "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", + "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", - "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", + "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", - "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", + "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", - "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", + "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", - "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", + "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", "cpu": [ "loong64" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", - "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", + "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", "cpu": [ "mips64el" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", - "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", + "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", "cpu": [ "ppc64" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", - "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", + "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", "cpu": [ "riscv64" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", - "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", + "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", "cpu": [ "s390x" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", - "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", + "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", - "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", + "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "netbsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/openbsd-arm64": { @@ -2984,63 +2997,67 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", - "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", + "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "openbsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", - "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", + "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "sunos" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", - "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", + "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", - "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", + "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-x64": { @@ -3073,17 +3090,17 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/config-array": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz", - "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.19.0.tgz", + "integrity": "sha512-zdHg2FPIFNKPdcHWtiNT+jEFCHYVplAXRDlQDyqy0zGx/q2parwh7brGJSiTxRk/TSMkbM//zt/f5CHgyTyaSQ==", "dev": true, "peer": true, "dependencies": { @@ -3120,9 +3137,9 @@ } }, "node_modules/@eslint/core": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.6.0.tgz", - "integrity": "sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.9.0.tgz", + "integrity": "sha512-7ATR9F0e4W85D/0w7cU0SNj7qkAexMG+bAHEZOjo9akvGuhHE2m7umzWzfnpa0XAg5Kxc1BWmtPMV67jJ+9VUg==", "dev": true, "peer": true, "engines": { @@ -3251,9 +3268,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz", - "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz", + "integrity": "sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==", "dev": true, "peer": true, "dependencies": { @@ -3316,9 +3333,9 @@ } }, "node_modules/@humanfs/core": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", - "integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", + "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==", "dev": true, "peer": true, "engines": { @@ -3326,19 +3343,33 @@ } }, "node_modules/@humanfs/node": { - "version": "0.16.5", - "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", - "integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz", + "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==", "dev": true, "peer": true, "dependencies": { - "@humanfs/core": "^0.19.0", + "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.3.0" }, "engines": { "node": ">=18.18.0" } }, + "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=18.18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", @@ -3392,9 +3423,9 @@ "deprecated": "Use @eslint/object-schema instead" }, "node_modules/@humanwhocodes/retry": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", - "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz", + "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==", "dev": true, "peer": true, "engines": { @@ -4217,24 +4248,24 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "node_modules/@module-federation/bridge-react-webpack-plugin": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.6.10.tgz", - "integrity": "sha512-zrdLzav0QAz2WvQXwXU1dq1OqmWBkJzuV6yUrl8lUPeRWVDm8DH2m2BOyImdNw0cOwkssjtYVjOEL+3z6C9iUg==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/bridge-react-webpack-plugin/-/bridge-react-webpack-plugin-0.6.16.tgz", + "integrity": "sha512-AQj20lUL5fmdz4un56W3VF8naZaRDmztczl+/j4Qa69JAaUbbZK6zZJ3NEjx0cNzpiq/mGmG9Vik3V4rI/4BUA==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.6.10", + "@module-federation/sdk": "0.6.16", "@types/semver": "7.5.8", "semver": "7.6.3" } }, "node_modules/@module-federation/data-prefetch": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/data-prefetch/-/data-prefetch-0.6.10.tgz", - "integrity": "sha512-yu9sU89mYtH8MtczL5lTBqxAfrBX+kG0936Xfc7ZEbCU5pFcK7n7hrz5pVSpx5ZaYRQfrXUC+HP6nrevExnUXA==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/data-prefetch/-/data-prefetch-0.6.16.tgz", + "integrity": "sha512-m5SNKlAkB2FFCs2cl6LWqo6s2NZ7HuCrp6QrrMzuKjB6EddvKojVQxOzrWdcMLs1vESy6fyU4M4U7PxSojw6Ww==", "dev": true, "dependencies": { - "@module-federation/runtime": "0.6.10", - "@module-federation/sdk": "0.6.10", + "@module-federation/runtime": "0.6.16", + "@module-federation/sdk": "0.6.16", "fs-extra": "9.1.0" }, "peerDependencies": { @@ -4258,14 +4289,15 @@ } }, "node_modules/@module-federation/dts-plugin": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.6.10.tgz", - "integrity": "sha512-JgRL32GHnQJZUT7R9bJFvNJEz6z0tlhO9U1zkjAZDrh0jDOkXbkot4O0F98Ge619wVU2ikwY/yEGs6RUbslVdg==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/dts-plugin/-/dts-plugin-0.6.16.tgz", + "integrity": "sha512-XM6+EYVrS2Q/ZW0u9cH0sJT5t5SQHRjzmW7JWdPv0+wKGCA15WtRMc55boM4Wan7jXJZf+JeD5QLXWiSjaJdnw==", "dev": true, "dependencies": { - "@module-federation/managers": "0.6.10", - "@module-federation/sdk": "0.6.10", - "@module-federation/third-party-dts-extractor": "0.6.10", + "@module-federation/error-codes": "0.6.14", + "@module-federation/managers": "0.6.16", + "@module-federation/sdk": "0.6.16", + "@module-federation/third-party-dts-extractor": "0.6.16", "adm-zip": "^0.5.10", "ansi-colors": "^4.1.3", "axios": "^1.7.4", @@ -4372,19 +4404,19 @@ } }, "node_modules/@module-federation/enhanced": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.6.10.tgz", - "integrity": "sha512-hx525xC211eQZGllthtNSiR97adn8z03Ebn42H8k83ZD+QjLdENW5iwRstHNGOiWemgN305w5iaueIt4oSJkFQ==", - "dev": true, - "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.6.10", - "@module-federation/data-prefetch": "0.6.10", - "@module-federation/dts-plugin": "0.6.10", - "@module-federation/managers": "0.6.10", - "@module-federation/manifest": "0.6.10", - "@module-federation/rspack": "0.6.10", - "@module-federation/runtime-tools": "0.6.10", - "@module-federation/sdk": "0.6.10", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/enhanced/-/enhanced-0.6.16.tgz", + "integrity": "sha512-5MqA35WGvPmCScT/xNnheR4RBa2oYHkLpeVjOA0xg0PeUTC7aSfGRLsntzFeyzLITSjbVTupK2YwmjiZr3Z0LQ==", + "dev": true, + "dependencies": { + "@module-federation/bridge-react-webpack-plugin": "0.6.16", + "@module-federation/data-prefetch": "0.6.16", + "@module-federation/dts-plugin": "0.6.16", + "@module-federation/managers": "0.6.16", + "@module-federation/manifest": "0.6.16", + "@module-federation/rspack": "0.6.16", + "@module-federation/runtime-tools": "0.6.16", + "@module-federation/sdk": "0.6.16", "btoa": "^1.2.1", "upath": "2.0.1" }, @@ -4405,13 +4437,19 @@ } } }, + "node_modules/@module-federation/error-codes": { + "version": "0.6.14", + "resolved": "https://registry.npmjs.org/@module-federation/error-codes/-/error-codes-0.6.14.tgz", + "integrity": "sha512-ik+ezloFkxmE5atqTUG9lRr9xV5EcKDjH+MZba2IJQT5cZIM6o2ThTC45E013N4SCleaGxBtIGoPLZJzT4xa0Q==", + "dev": true + }, "node_modules/@module-federation/managers": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.6.10.tgz", - "integrity": "sha512-uOLc8gNemIGoVs14GVZ1UK6/o0n97fmLcIZ4lIZw3H0VAlaK6tBMhHGMd9AqbjtQGukKzc3BRN8YumozTTt2EQ==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/managers/-/managers-0.6.16.tgz", + "integrity": "sha512-9oqJT0F61GhaFE4EFgJjVyQlD8ohXxMJBS9UGCKC6nHd3+PI4NBWGN2D+alBOwvwtt3LhtssbVH8H8HZEM1GnQ==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.6.10", + "@module-federation/sdk": "0.6.16", "find-pkg": "2.0.0", "fs-extra": "9.1.0" } @@ -4432,14 +4470,14 @@ } }, "node_modules/@module-federation/manifest": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.6.10.tgz", - "integrity": "sha512-RImJWzsQLj8PaNP2rO6ZZ7aM8VxxUNm5jyLWMIf6x6mwnpLotXS26j32CVYhYJYymOH0lF9ez13lCIrtM2JobQ==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/manifest/-/manifest-0.6.16.tgz", + "integrity": "sha512-YjOk+1uR6E5qIEWiy35IrMyEy+rDGI5nJd+6MQobkXG40DK94mdPxJ7TSCozj/bpZ9SadCxXRCkMiE/gTkryAQ==", "dev": true, "dependencies": { - "@module-federation/dts-plugin": "0.6.10", - "@module-federation/managers": "0.6.10", - "@module-federation/sdk": "0.6.10", + "@module-federation/dts-plugin": "0.6.16", + "@module-federation/managers": "0.6.16", + "@module-federation/sdk": "0.6.16", "chalk": "3.0.0", "find-pkg": "2.0.0" } @@ -4512,17 +4550,17 @@ } }, "node_modules/@module-federation/rspack": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.6.10.tgz", - "integrity": "sha512-BqHp9/A1D5GMJsLjQzRHKDNtRkayDEsyLTrb6+WTCSv5II8q+66VULgN7w2FvNn7gmmxmn51TVfMbP/QJBjILA==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/rspack/-/rspack-0.6.16.tgz", + "integrity": "sha512-9nQAyw7QvgXJYPTQseyQ31qQtSlo0VsppQOyFLstLITzgWWugN7cN8cGAriUKYBI78THuX+lp1mdgsNTBvxJPA==", "dev": true, "dependencies": { - "@module-federation/bridge-react-webpack-plugin": "0.6.10", - "@module-federation/dts-plugin": "0.6.10", - "@module-federation/managers": "0.6.10", - "@module-federation/manifest": "0.6.10", - "@module-federation/runtime-tools": "0.6.10", - "@module-federation/sdk": "0.6.10" + "@module-federation/bridge-react-webpack-plugin": "0.6.16", + "@module-federation/dts-plugin": "0.6.16", + "@module-federation/managers": "0.6.16", + "@module-federation/manifest": "0.6.16", + "@module-federation/runtime-tools": "0.6.16", + "@module-federation/sdk": "0.6.16" }, "peerDependencies": { "typescript": "^4.9.0 || ^5.0.0", @@ -4538,34 +4576,38 @@ } }, "node_modules/@module-federation/runtime": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.6.10.tgz", - "integrity": "sha512-mm/iUn5TdOHM1Zq0iB87fGx8cRp+j7g0/ndgokjbDaEbsYcS3pmQpZ5V+wiqB1fxuBtc+7NgNFWhp3Gwgaxoeg==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/runtime/-/runtime-0.6.16.tgz", + "integrity": "sha512-3oFDRkolGwiXuQz+wzX3YzBWI9so0+K05YRf0TEdJguj3W/v/AMrBCz7W4c4O/wSK45Kuqd4lHKhCyKWRPyhOw==", "dev": true, "dependencies": { - "@module-federation/sdk": "0.6.10" + "@module-federation/error-codes": "0.6.14", + "@module-federation/sdk": "0.6.16" } }, "node_modules/@module-federation/runtime-tools": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.6.10.tgz", - "integrity": "sha512-4/Kv3l4rP8n4568hGsVUFXrTjpFIBcBcPFX2dAu8XMGWpSe2xT8dDL73TZyafDUSchyoUgGJTvLorKhMZQwApQ==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/runtime-tools/-/runtime-tools-0.6.16.tgz", + "integrity": "sha512-AIaxnx99tVYppYCgdJQz43mrGZ2pPJtC7YEIjuQV+UnSORj+d/GOIqF88MDx3i7siFcQ4zrT5BVtEWhXcJdv0g==", "dev": true, "dependencies": { - "@module-federation/runtime": "0.6.10", - "@module-federation/webpack-bundler-runtime": "0.6.10" + "@module-federation/runtime": "0.6.16", + "@module-federation/webpack-bundler-runtime": "0.6.16" } }, "node_modules/@module-federation/sdk": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.6.10.tgz", - "integrity": "sha512-i6ofHnImB4zCn/bt7Ft0zh9o/PxvsJj8Wc88EAeJg4IrY6+bzwwo1G2h44w1Yt3go4skZZFQCK0UxoaV6l/t/A==", - "dev": true + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/sdk/-/sdk-0.6.16.tgz", + "integrity": "sha512-rzQH/v9bVc032lzV4j1IGYRc5gszwzBevYBBDJf3oNLwkY2kIDUJ99OWvq3aaPJoE0jEWPVe3K5iNc+dZe4tMQ==", + "dev": true, + "dependencies": { + "isomorphic-rslog": "0.0.5" + } }, "node_modules/@module-federation/third-party-dts-extractor": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.6.10.tgz", - "integrity": "sha512-PvSOtQUd3wCunvelJ9mF7jWTPMKaCQoq7cBlHDOBSDy8YMml0GCt0p8xRKx+7nNNq68Sg4Yk1Wq9KESqB/FvtA==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/third-party-dts-extractor/-/third-party-dts-extractor-0.6.16.tgz", + "integrity": "sha512-F4W8QBlPLNY22TGjUWA+FyFYN6wVgGKhefd170A8BOqv2gB1yhm6OIEmDnO6TwfDfQQebVCcAu23AzLzgS5eCg==", "dev": true, "dependencies": { "find-pkg": "2.0.0", @@ -4589,13 +4631,13 @@ } }, "node_modules/@module-federation/webpack-bundler-runtime": { - "version": "0.6.10", - "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.6.10.tgz", - "integrity": "sha512-RJTHXiB0p3YjS3p2+EavnDyurWuVyuYUNvGAFZ04VkBLAPPKJN/dBp6fG1GwekbqbrtT129Hfv/0aOqpIfqIjA==", + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@module-federation/webpack-bundler-runtime/-/webpack-bundler-runtime-0.6.16.tgz", + "integrity": "sha512-Tpi251DApEaQ62KCaJCh1RU1SZTUcVh8lx2zotn/YOMZdw83IzYu3PYYA1V0Eg5jVe6I2GmGH52pJPCtwbgjqA==", "dev": true, "dependencies": { - "@module-federation/runtime": "0.6.10", - "@module-federation/sdk": "0.6.10" + "@module-federation/runtime": "0.6.16", + "@module-federation/sdk": "0.6.16" } }, "node_modules/@mole-inc/bin-wrapper": { @@ -4672,73 +4714,73 @@ } }, "node_modules/@nrwl/devkit": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.4.tgz", - "integrity": "sha512-OoIqDjj2mWzLs3aSF6w5OiC2xywYi/jBxHc7t7Lyi56Vc4dQq8vJMELa9WtG6qH0k05fF7N+jAoKlfvLgbbEFA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.9.tgz", + "integrity": "sha512-BCHdLzoySEg5HxWOWfcp/CEnUyVss66CBNlfdG1xAvQjDb6DfYRpeT9YUUmS+DddLHCDfI9uutbzW08tdv7/tA==", "dependencies": { - "@nx/devkit": "19.8.4" + "@nx/devkit": "19.8.9" } }, "node_modules/@nrwl/esbuild": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.4.tgz", - "integrity": "sha512-rfY60wg30e//Ncm8MTIo42vC5/78Vlpc4uGxLJZFfRk6/7IlIGOcLNw3WEC347J0h9oibPHzdg2e+ZU9fxHRsw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.9.tgz", + "integrity": "sha512-2veKJqNF01w2j/C03QBvYp1hOdE8QwTSM8tWM8tZ+tYT6dszSvEOFmrpR3l09xQC0G1hYis/crraWo+EgQctrg==", "dev": true, "dependencies": { - "@nx/esbuild": "19.8.4" + "@nx/esbuild": "19.8.9" } }, "node_modules/@nrwl/eslint-plugin-nx": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.4.tgz", - "integrity": "sha512-D2RsuKOwuF3SO9/tA2R93zL2ixampDlQC8+6E7wfcU+KdfMhhGFG2+r53F98Q8cZKMt5Wls2nGSGpj2CWxCk5A==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.9.tgz", + "integrity": "sha512-WRvfEIVdLk2/TyTzURZXze4epEEiW/2mSP+89eSJve49ztWQ2OJZXxC0ZjAdLhCNbu2jYObb2PThyBe10GAMTA==", "dev": true, "dependencies": { - "@nx/eslint-plugin": "19.8.4" + "@nx/eslint-plugin": "19.8.9" } }, "node_modules/@nrwl/jest": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.8.4.tgz", - "integrity": "sha512-N18UVEqTrOUotXdjpVZOe/qgT4m0cX9YIS6ATKXAYxX9Nl6Qo3hhbRDo9WHHulXE2Hql6S/RpnwwUP5TJthkZw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.8.9.tgz", + "integrity": "sha512-2kJn7MN2b7sATRlzqPrxzS6oP/Fgm+EZwEepQSmEs9B5NTEp7gkFGepSt6jO6EX5JIgu8GoEQEBRNKeUVYYwgw==", "dev": true, "dependencies": { - "@nx/jest": "19.8.4" + "@nx/jest": "19.8.9" } }, "node_modules/@nrwl/js": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.8.4.tgz", - "integrity": "sha512-XuPOJc77waJ3zgg42zntTy5eGCKTc6EjVvRVdUSf1iXWaMHAsknPjb4kz16iwdGhoRMQpZxHRr1KjY5WmcWq0A==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.8.9.tgz", + "integrity": "sha512-6mK/xUxzQnHBd/sp17QXbxbhPe4Vwc4eeDNm9uVAlElYlet31OruA6tQ89ex0JEuMfh8f2w4URybkySyDMSfbQ==", "dev": true, "dependencies": { - "@nx/js": "19.8.4" + "@nx/js": "19.8.9" } }, "node_modules/@nrwl/nx-plugin": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.8.4.tgz", - "integrity": "sha512-nPE+7iUTIEsO080MQNrZptFTQsPnKojGGdC9q9+T5Fj0TaAAKVKTrPQjRmgEoiG1JD+8r0BwR+e3YAXu/OhynQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.8.9.tgz", + "integrity": "sha512-d7dIRkZTUQljdypvPVT1tB28K6jolQtVM2RHrg6Z7HU8DbT7pJkBnj/Fxwetn6ZUrGtwp30NdgoCHgLUaeFxjw==", "dev": true, "dependencies": { - "@nx/plugin": "19.8.4" + "@nx/plugin": "19.8.9" } }, "node_modules/@nrwl/react": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.8.4.tgz", - "integrity": "sha512-hTSI768b/AdoYgAgN4HvjdGzgZuqPSSUjC65lxB3XrbPzHWGtMKj3u2xUzI3kIlgJ0YnfglVmCVjq3cbN7bQKA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.8.9.tgz", + "integrity": "sha512-SzOjPEtTYVGD9waKGXaNpscuZUkYXPodKjVEaSxHodt3yQDiKnZe1aEdV+rNrBZ5DLmk6etA28jQamSQIv+mtQ==", "dev": true, "dependencies": { - "@nx/react": "19.8.4" + "@nx/react": "19.8.9" } }, "node_modules/@nrwl/tao": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.4.tgz", - "integrity": "sha512-03/+QZ4/6HmKbEmvzCutLI1XIclBspNYtiVHmGPRWuwhnZViqYfnyl8J7RWVdFEoKKA5fhJqpg7e28aGuoMBvQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.9.tgz", + "integrity": "sha512-WjtYl1t0K/WX52QRW1Oag4MfDigcYgpL/at69nLX3ugGh/FSzh8OBpQOYXaYv23KSuiDWyZLpv1pHrq4a2U5Vg==", "dependencies": { - "nx": "19.8.4", + "nx": "19.8.9", "tslib": "^2.3.0" }, "bin": { @@ -4746,38 +4788,38 @@ } }, "node_modules/@nrwl/vite": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.8.4.tgz", - "integrity": "sha512-GtX7mOmUHSW3nauNlm4TaKjSe18nC9ce8V41YeaPvWIRRdpFya3SgOiGYy2SOX454BMih8zkn97ldRcDmLkBzw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.8.9.tgz", + "integrity": "sha512-JyrzbVPow/KJGSV8QOZGGKSdjhag9hczn7qJ2r2WucIPOPwenloG79rsZvs2eCcmgMkwcfRdZ1vPqAzQOR/yWQ==", "dev": true, "dependencies": { - "@nx/vite": "19.8.4" + "@nx/vite": "19.8.9" } }, "node_modules/@nrwl/web": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.8.4.tgz", - "integrity": "sha512-3kdALOyCrItn370gpiacMVe4K61kcAhVE5pRnn6lIUH685rqpFbPiqAQVl4f03qAwikqbaW60IyCuA5/hMfWyQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.8.9.tgz", + "integrity": "sha512-M2vuGJcgQiC5PFAwkuacMJF8vTjwHu1zmlLAvKFccX2ZVIXiawkl0bGMiD4NkXAjiKQs9wjyXyrUyKRIbtttpA==", "dev": true, "dependencies": { - "@nx/web": "19.8.4" + "@nx/web": "19.8.9" } }, "node_modules/@nrwl/workspace": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.8.4.tgz", - "integrity": "sha512-ZdzVMuVDkD5nYRXkvBIZe6yUTcbllYanoIh38a7l3MfPqw+2cFY2Cr9uPNfH3LXpzZYgKcr4vffYWwLXeIwbjw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.8.9.tgz", + "integrity": "sha512-pFeqIX00F4K9+WVyrTo0Ap2cyM8DQ68BPHI6qUnYXjR9RiRWD8xOCrSoAyZ/57WFgQ9DzlAtZMk8FhQOLvzAHw==", "dev": true, "dependencies": { - "@nx/workspace": "19.8.4" + "@nx/workspace": "19.8.9" } }, "node_modules/@nx/devkit": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.4.tgz", - "integrity": "sha512-FPFT8gVDFRSEmU0n7nRkT4Rnqy7OMznfPXLfDZtVuzEi5Cl6ftG3UBUvCgJcJFCYJVAZAUuv6vRSRarHd51XFQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.9.tgz", + "integrity": "sha512-jrt1RwVoI7Dh6AhWrOIThwXBawdNu360D/6Oeqfjx4PQFiTWTI9uo9d6+tF0VuRHwekR+EEIRxUh9zhbC4YD9Q==", "dependencies": { - "@nrwl/devkit": "19.8.4", + "@nrwl/devkit": "19.8.9", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -4788,18 +4830,32 @@ "yargs-parser": "21.1.1" }, "peerDependencies": { - "nx": ">= 17 <= 20" + "nx": ">= 19 <= 21" + } + }, + "node_modules/@nx/devkit/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/@nx/esbuild": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.4.tgz", - "integrity": "sha512-Ff0nxYUpz8zMWyZhJb0JDgiHkQwUM+ndaNWJkNebTevAzNyzfkr9xgT/BMiy/0I39VGglgtb59tSJFlD9p/7jw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.9.tgz", + "integrity": "sha512-sWpzjB81dN4n37CmGRDILgn4tGkCHSsaotrlgYlfqf4TNeQm09mFdRUa24b9aSL24tgl0+CIzXoe4lRssyuU8g==", "dev": true, "dependencies": { - "@nrwl/esbuild": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/esbuild": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", "fast-glob": "3.2.7", "picocolors": "^1.1.0", "tsconfig-paths": "^4.1.2", @@ -4878,14 +4934,14 @@ } }, "node_modules/@nx/eslint": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.4.tgz", - "integrity": "sha512-gJGtYd9ThKSM1pbV/iG/PGwtVKg1PwjAly2AjgebYmAey+hgxzwgjQy84Lf+FdkKNUQZjB0sYaKCw26oKXXYaA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.9.tgz", + "integrity": "sha512-Nf/CnRFi8OzPHBLUnVaPtUItr5jkPgL51512JWZDPLzMLgpLfE54gsaX+9PtZqpjxJR6PcfYsxy5E+1+3SQM7g==", "dev": true, "dependencies": { - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", - "@nx/linter": "19.8.4", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", + "@nx/linter": "19.8.9", "semver": "^7.5.3", "tslib": "^2.3.0", "typescript": "~5.4.2" @@ -4901,15 +4957,15 @@ } }, "node_modules/@nx/eslint-plugin": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.8.4.tgz", - "integrity": "sha512-0Q/2y/FZJyRxk5SbIXP+FlIY8//3chtaQz+FuorHGs0mDBN5FtBFqBL0atWClJO+B+QByO70ue/qHEHSiNrcJw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.8.9.tgz", + "integrity": "sha512-xU7NV8nPi2UTUpfzj4gKOPwVyyCkUmiSH0LB2dSI7U6rQZZGItYCH37iG/PujChoGUbAccE0+ANkVlEVj3qUvQ==", "dev": true, "dependencies": { "@eslint/compat": "^1.1.1", - "@nrwl/eslint-plugin-nx": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/eslint-plugin-nx": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", "@typescript-eslint/type-utils": "^8.0.0", "@typescript-eslint/utils": "^8.0.0", "chalk": "^4.1.0", @@ -4930,9 +4986,9 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@eslint/compat": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.0.tgz", - "integrity": "sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.3.tgz", + "integrity": "sha512-wlZhwlDFxkxIZ571aH0FoK4h4Vwx7P3HJx62Gp8hTc10bfpwT2x0nULuAHmQSJBOWPgPeVf+9YtnD4j50zVHmA==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4947,9 +5003,9 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@eslint/eslintrc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz", - "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.2.0.tgz", + "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==", "dev": true, "peer": true, "dependencies": { @@ -5008,23 +5064,30 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@eslint/js": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz", - "integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.15.0.tgz", + "integrity": "sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==", "dev": true, "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, + "node_modules/@nx/eslint-plugin/node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "peer": true + }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz", - "integrity": "sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz", + "integrity": "sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.8.1", - "@typescript-eslint/visitor-keys": "8.8.1" + "@typescript-eslint/types": "8.15.0", + "@typescript-eslint/visitor-keys": "8.15.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5035,13 +5098,13 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/type-utils": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz", - "integrity": "sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz", + "integrity": "sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "8.8.1", - "@typescript-eslint/utils": "8.8.1", + "@typescript-eslint/typescript-estree": "8.15.0", + "@typescript-eslint/utils": "8.15.0", "debug": "^4.3.4", "ts-api-utils": "^1.3.0" }, @@ -5052,6 +5115,9 @@ "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0" + }, "peerDependenciesMeta": { "typescript": { "optional": true @@ -5059,9 +5125,9 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.8.1.tgz", - "integrity": "sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.15.0.tgz", + "integrity": "sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5072,13 +5138,13 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz", - "integrity": "sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz", + "integrity": "sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.8.1", - "@typescript-eslint/visitor-keys": "8.8.1", + "@typescript-eslint/types": "8.15.0", + "@typescript-eslint/visitor-keys": "8.15.0", "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", @@ -5100,15 +5166,15 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.8.1.tgz", - "integrity": "sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.15.0.tgz", + "integrity": "sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.8.1", - "@typescript-eslint/types": "8.8.1", - "@typescript-eslint/typescript-estree": "8.8.1" + "@typescript-eslint/scope-manager": "8.15.0", + "@typescript-eslint/types": "8.15.0", + "@typescript-eslint/typescript-estree": "8.15.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5119,16 +5185,21 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/@nx/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz", - "integrity": "sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==", + "version": "8.15.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz", + "integrity": "sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.8.1", - "eslint-visitor-keys": "^3.4.3" + "@typescript-eslint/types": "8.15.0", + "eslint-visitor-keys": "^4.2.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5212,32 +5283,32 @@ "dev": true }, "node_modules/@nx/eslint-plugin/node_modules/eslint": { - "version": "9.12.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz", - "integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.15.0.tgz", + "integrity": "sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==", "dev": true, "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.11.0", - "@eslint/config-array": "^0.18.0", - "@eslint/core": "^0.6.0", - "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.12.0", - "@eslint/plugin-kit": "^0.2.0", - "@humanfs/node": "^0.16.5", + "@eslint-community/regexpp": "^4.12.1", + "@eslint/config-array": "^0.19.0", + "@eslint/core": "^0.9.0", + "@eslint/eslintrc": "^3.2.0", + "@eslint/js": "9.15.0", + "@eslint/plugin-kit": "^0.2.3", + "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.1", + "@humanwhocodes/retry": "^0.4.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", + "cross-spawn": "^7.0.5", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.1.0", - "eslint-visitor-keys": "^4.1.0", - "espree": "^10.2.0", + "eslint-scope": "^8.2.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -5251,8 +5322,7 @@ "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "text-table": "^0.2.0" + "optionator": "^0.9.3" }, "bin": { "eslint": "bin/eslint.js" @@ -5273,9 +5343,9 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/eslint-scope": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", - "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", "dev": true, "peer": true, "dependencies": { @@ -5289,6 +5359,18 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@nx/eslint-plugin/node_modules/eslint-visitor-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -5300,19 +5382,6 @@ "concat-map": "0.0.1" } }, - "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true, - "peer": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/@nx/eslint-plugin/node_modules/eslint/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -5327,29 +5396,16 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/espree": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", - "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "peer": true, "dependencies": { - "acorn": "^8.12.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.1.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "eslint-visitor-keys": "^4.2.0" }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@nx/eslint-plugin/node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true, - "peer": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, @@ -5402,9 +5458,9 @@ } }, "node_modules/@nx/eslint-plugin/node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "engines": { "node": ">=18" @@ -5525,16 +5581,16 @@ } }, "node_modules/@nx/jest": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.8.4.tgz", - "integrity": "sha512-oAC0zLkktCduq3ZNjIqPK/gCGPxPZMiWDFKqeEpZnIqgYuQfy6wUk3aSVWGPud0kuPJGJA0G1hkxCXtCmCXMNw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.8.9.tgz", + "integrity": "sha512-qGC71ZIqFD+jrSc9/09A1qexcgKe9iSUMEXgRZU7Xb8iISqN9wXQZBKWEnTOmhSM5+mBsAuy51bxvsuZ4kmHdw==", "dev": true, "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", - "@nrwl/jest": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/jest": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", "@phenomnomnominal/tsquery": "~5.0.1", "chalk": "^4.1.0", "identity-obj-proxy": "3.0.0", @@ -5606,6 +5662,21 @@ "node": ">=8" } }, + "node_modules/@nx/jest/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@nx/jest/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -5619,9 +5690,9 @@ } }, "node_modules/@nx/js": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.8.4.tgz", - "integrity": "sha512-rBiBi0A9NsxA5cnMcDRXllNXFJYjk+YiNP4T5e+GmqHmicjRjF+mORrhQ4zBZXvZwS2O+ZO9iBOZX41IVqzFaw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.8.9.tgz", + "integrity": "sha512-ojoIiD145AuGOrxi40B3nmMxd5S8STvTIu9upymQnF+Tkvf3KDDoOQDVaUEpLcKM3zMf65bPXfSOpsNms2NRdQ==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -5631,9 +5702,9 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.22.5", "@babel/runtime": "^7.22.6", - "@nrwl/js": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/workspace": "19.8.4", + "@nrwl/js": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/workspace": "19.8.9", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -5785,6 +5856,21 @@ "node": ">=8" } }, + "node_modules/@nx/js/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@nx/js/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -5798,12 +5884,12 @@ } }, "node_modules/@nx/linter": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.8.4.tgz", - "integrity": "sha512-aK6Bic/iup5nkZDFQgBgilgtqfjuy+dT0agnE6HEdXKOIR++LJXpka5nrJ9VNNglp22DrFtBDAH/hfRpIwm8uw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.8.9.tgz", + "integrity": "sha512-5c/WXYKxzldNrMg0bte2yLhUi8XZZDuVab8eRpRDPPbWucy/sdG/WpM0LYnmb04KX3cYCZZ9QUTLClbwwBXLHQ==", "dev": true, "dependencies": { - "@nx/eslint": "19.8.4" + "@nx/eslint": "19.8.9" } }, "node_modules/@nx/nx-darwin-arm64": { @@ -5837,9 +5923,9 @@ } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.4.tgz", - "integrity": "sha512-4BUplOxPZeUwlUNfzHHMmebNVgDFW/jNX6TWRS+jINwOHnpWLkLFAXu27G80/S3OaniVCzEQklXO9b+1UsdgXw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.9.tgz", + "integrity": "sha512-nP43Bi5kJHik+UCAt5xB247a3Pq4zBIeCPnbvW6J3095lqnCrfp1msZMRftouapI15HE3kNjEcJut/R2iPSLQQ==", "cpu": [ "x64" ], @@ -5852,9 +5938,9 @@ } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.4.tgz", - "integrity": "sha512-Wahul8oz9huEm/Jv3wud5IGWdZxkGG4tdJm9i5TV5wxfUMAWbKU9v2nzZZins452UYESWvwvDkiuBPZqSto3qw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.9.tgz", + "integrity": "sha512-TrAGTKyoSRSFN1DdxobtwcusZnjNxpRAurELQmjYjXPt+DqKcXVajaM//Tz1snDIQ/8/pl9idBwkEBGbjHKC1g==", "cpu": [ "arm" ], @@ -5867,9 +5953,9 @@ } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.4.tgz", - "integrity": "sha512-L0RVCZkNAtZDplLT7uJV7M9cXxq2Fxw+8ex3eb9XSp7eyLeFO21T0R6vTouJ42E/PEvGApCAcyGqtnyPNMZFfw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.9.tgz", + "integrity": "sha512-vNKr+Rs8iU0L131ZLx/k0zTlblCfgbC02LNgTkiHnzpfQ1gV3BCmTl/UMUGZCwOB/qiI+BxlQJanaUGpdQOVPg==", "cpu": [ "arm64" ], @@ -5882,9 +5968,9 @@ } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.4.tgz", - "integrity": "sha512-0q8r8I8WCsY3xowDI2j109SCUSkFns/BJ40aCfRh9hhrtaIIc5qXUw2YFTjxUZNcRJXx9j9+hTe9jBkUSIGvCw==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.9.tgz", + "integrity": "sha512-9QwutzSfjjQZxRKsMj7E31QPRl4Xyqbv6V5V/+1BLEtXI4JTETZGjQPLp/9DsTeHHnwxGHTNfDmRC8F6/C7fzA==", "cpu": [ "arm64" ], @@ -5912,9 +5998,9 @@ } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.4.tgz", - "integrity": "sha512-JB4tAuZBCF0yqSnKF3pHXa0b7LA3ebi3Bw08QmMr//ON4aU+eXURGBuj9XvULD2prY+gpBrvf+MsG1XJAHL6Zg==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.9.tgz", + "integrity": "sha512-/YGXTIo77lC5Mc9vrnD9Bi5IS/csiz2f+CB8ofhEZWWYcJ268JQQ/WUXM0EYbmmiDyVZVICWAuOVp3da84taLw==", "cpu": [ "x64" ], @@ -5927,9 +6013,9 @@ } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.4.tgz", - "integrity": "sha512-WvQag/pN9ofRWRDvOZxj3jvJoTetlvV1uyirnDrhupRgi+Fj67OlGGt2zVUHaXFGEa1MfCEG6Vhk6152m4KyaQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.9.tgz", + "integrity": "sha512-f0/gMZ2ZezIR0Kncdhpoc2Jzi72fAxG1SPMn3TuZEzfMxzWm+sG2VXUF1fG51rhwPWCWHQr5dPjBBO4WqSoX7w==", "cpu": [ "arm64" ], @@ -5942,9 +6028,9 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.4.tgz", - "integrity": "sha512-//JntLrN3L7WL/WgP3D0FE34caYTPcG/GIMBguC9w7YDyTlEikLgLbobjdCPz+2f9OWGvIZbJgGmtHNjnETM/g==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.9.tgz", + "integrity": "sha512-5QqW03r1ChEE3NYClzGFuZeg0+1OAce4Sy7VShYUA4IWW1I2ryYeKKSW87tJKFJUhIAUxzSK0kZLmvoC8Javxw==", "cpu": [ "x64" ], @@ -5957,31 +6043,31 @@ } }, "node_modules/@nx/plugin": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.8.4.tgz", - "integrity": "sha512-ONukvL6/zbUA3GK4s/zR8XIK3vC4hcPPnuAJ7s99A2w8iD4V1J8ziqVgCmvqAtiwPE7tzhX9c3wIyrb/QTESEA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.8.9.tgz", + "integrity": "sha512-nF01cAT3nSZEhiJyc81ykm8gGkJ9qG0dSvgvoL5ORu6DvlWpZaIGyH08uUWSOIFsmignIh7EqAIcgInqJ2kmoA==", "dev": true, "dependencies": { - "@nrwl/nx-plugin": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/eslint": "19.8.4", - "@nx/jest": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/nx-plugin": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/eslint": "19.8.9", + "@nx/jest": "19.8.9", + "@nx/js": "19.8.9", "tslib": "^2.3.0" } }, "node_modules/@nx/react": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.8.4.tgz", - "integrity": "sha512-HMRVj6+st/iCu2Ni5CnKWE7bwg/SJXB9DWAG+U4pllRXofpYlrx1TP9m6P+2X05QfbChf1/1KA3u8/RTQ8wT4g==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.8.9.tgz", + "integrity": "sha512-i+fD4p17IZW7wzwqc1tMANvJMP5wc3fciZ3IkPHosfBMmlKyWuiyaEmcqIClsg/0LwWt5urqdGG2Cw8OvKFgJA==", "dev": true, "dependencies": { "@module-federation/enhanced": "~0.6.0", - "@nrwl/react": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/eslint": "19.8.4", - "@nx/js": "19.8.4", - "@nx/web": "19.8.4", + "@nrwl/react": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/eslint": "19.8.9", + "@nx/js": "19.8.9", + "@nx/web": "19.8.9", "@phenomnomnominal/tsquery": "~5.0.1", "@svgr/webpack": "^8.0.1", "express": "^4.19.2", @@ -5992,15 +6078,30 @@ "tslib": "^2.3.0" } }, + "node_modules/@nx/react/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@nx/vite": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.8.4.tgz", - "integrity": "sha512-PdplIOkCBYp/nUDzLy9uq9xiXo7C/hbZVIYOL6X/iL9a0MRYtx1nWm/vUbt+xVFHvUnctVXEoflEiw787MWZHA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.8.9.tgz", + "integrity": "sha512-P6duRF2IdmFZWeQWbhp0lwI5423y7ADraLo0YRUj5mj86hEtZke/2jbXa11xy95zehdKsdOZh0E3dHOUMPADyw==", "dev": true, "dependencies": { - "@nrwl/vite": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/vite": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", "@phenomnomnominal/tsquery": "~5.0.1", "@swc/helpers": "~0.5.0", "enquirer": "~2.3.6", @@ -6012,15 +6113,30 @@ "vitest": "^1.3.1 || ^2.0.0" } }, + "node_modules/@nx/vite/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@nx/web": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.8.4.tgz", - "integrity": "sha512-7ZtxYgrVyu4Nsce5wNeSlqHl5e1GbOUh9oQ/BeoLpNOdCrdw8Ma5NUYFTGpwR2FEJnopXvt7oxwj8RoKRtH4jA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.8.9.tgz", + "integrity": "sha512-78GMQwu1xUb0vzIgfB9Gal4G9i0Zuaxg5NyTvxIgArMyXLa5TKc4nqkcOy1cfAwtRsbQVG8dYtWgdCHQEIld2A==", "dev": true, "dependencies": { - "@nrwl/web": "19.8.4", - "@nx/devkit": "19.8.4", - "@nx/js": "19.8.4", + "@nrwl/web": "19.8.9", + "@nx/devkit": "19.8.9", + "@nx/js": "19.8.9", "detect-port": "^1.5.1", "http-server": "^14.1.0", "picocolors": "^1.1.0", @@ -6028,16 +6144,16 @@ } }, "node_modules/@nx/workspace": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.8.4.tgz", - "integrity": "sha512-ub4nD2klOj00onF1KrNXIlLB9hXN9ybHs7XSP9YW+52qz79KaJWJm46ebTqeLnDZApYbAcB0vSCp2+kaEV24Ew==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.8.9.tgz", + "integrity": "sha512-XLCvMXkWruL1fW2qeXaOctZXp1BjioEu49/zL6Bb4K1flK/k4RdjomusFbCznUfW6QIq5g4NaT7bTcDvLZz8Xw==", "dev": true, "dependencies": { - "@nrwl/workspace": "19.8.4", - "@nx/devkit": "19.8.4", + "@nrwl/workspace": "19.8.9", + "@nx/devkit": "19.8.9", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "19.8.4", + "nx": "19.8.9", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -6133,7 +6249,6 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, "optional": true, "engines": { "node": ">=14" @@ -6198,11 +6313,11 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz", - "integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.3.0.tgz", + "integrity": "sha512-ioXoq9gPxkss4MYhD+SFaU9p1IHFUX0ILAWFPyjGaBdjLsYAlZw6j1iLA0N/m12uVHLFDfSYNF7EQccjinIMDA==", "dependencies": { - "debug": "^4.3.6", + "debug": "^4.3.5", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.4.0", @@ -6251,233 +6366,94 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.0.tgz", - "integrity": "sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==", - "cpu": [ - "arm" - ], + "node_modules/@push-based/nx-verdaccio": { + "version": "0.0.0-alpha.26", + "resolved": "https://registry.npmjs.org/@push-based/nx-verdaccio/-/nx-verdaccio-0.0.0-alpha.26.tgz", + "integrity": "sha512-Go11Dg+w5Ntl5Ig8YNzVVPbpOG85aVszjyBIK0FvVBX+/QllQY1F4fP8K8fYnMJnO9v5Tao3cryGFY5Zo9i+/g==", "dev": true, - "optional": true, - "os": [ - "android" - ] + "dependencies": { + "@nx/devkit": "19.8.0", + "ansis": "^3.3.2", + "simple-git": "^3.27.0", + "tslib": "^2.3.0" + } }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.0.tgz", - "integrity": "sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==", - "cpu": [ - "arm64" - ], + "node_modules/@push-based/nx-verdaccio/node_modules/@nrwl/devkit": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.0.tgz", + "integrity": "sha512-LehpQ2D1687+JWaUpW84NPuXsQuPosmts66LShPT4+6KozB4gd0hJGAXNXpjNs9CUfLyNf8rRdEeqNjWnPYEmA==", "dev": true, - "optional": true, - "os": [ - "android" - ] + "dependencies": { + "@nx/devkit": "19.8.0" + } }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.0.tgz", - "integrity": "sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==", - "cpu": [ - "arm64" - ], + "node_modules/@push-based/nx-verdaccio/node_modules/@nx/devkit": { + "version": "19.8.0", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.0.tgz", + "integrity": "sha512-nPaKHF0m2KONlt8GXjN9EhFo+NOvJnFcK6ujKFFLAyZ4TACY4F1FCjSHFTjYI82j+WukzuyjSmY9wzxYughWIQ==", "dev": true, - "optional": true, - "os": [ - "darwin" - ] + "dependencies": { + "@nrwl/devkit": "19.8.0", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "minimatch": "9.0.3", + "semver": "^7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + }, + "peerDependencies": { + "nx": ">= 17 <= 20" + } }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.0.tgz", - "integrity": "sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==", - "cpu": [ - "x64" - ], + "node_modules/@push-based/nx-verdaccio/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, - "optional": true, - "os": [ - "darwin" - ] + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.0.tgz", - "integrity": "sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==", + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz", + "integrity": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==", "cpu": [ - "arm" + "x64" ], "dev": true, "optional": true, "os": [ - "linux" + "win32" ] }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", - "integrity": "sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] + "node_modules/@sentry/core": { + "version": "6.19.7", + "resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.7.tgz", + "integrity": "sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==", + "dependencies": { + "@sentry/hub": "6.19.7", + "@sentry/minimal": "6.19.7", + "@sentry/types": "6.19.7", + "@sentry/utils": "6.19.7", + "tslib": "^1.9.3" + }, + "engines": { + "node": ">=6" + } }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.0.tgz", - "integrity": "sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.0.tgz", - "integrity": "sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.0.tgz", - "integrity": "sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.0.tgz", - "integrity": "sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.0.tgz", - "integrity": "sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.0.tgz", - "integrity": "sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.0.tgz", - "integrity": "sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.0.tgz", - "integrity": "sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.0.tgz", - "integrity": "sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.0.tgz", - "integrity": "sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@sentry/core": { - "version": "6.19.7", - "resolved": "https://registry.npmjs.org/@sentry/core/-/core-6.19.7.tgz", - "integrity": "sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==", - "dependencies": { - "@sentry/hub": "6.19.7", - "@sentry/minimal": "6.19.7", - "@sentry/types": "6.19.7", - "@sentry/utils": "6.19.7", - "tslib": "^1.9.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@sentry/core/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + "node_modules/@sentry/core/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@sentry/hub": { "version": "6.19.7", @@ -6603,18 +6579,6 @@ "url": "https://github.com/sindresorhus/is?sponsor=1" } }, - "node_modules/@sindresorhus/merge-streams": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", - "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", - "dev": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@sinonjs/commons": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", @@ -6877,15 +6841,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@svgr/core/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@svgr/hast-util-to-babel-ast": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-8.0.0.tgz", @@ -6990,15 +6945,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@svgr/plugin-svgo/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@svgr/webpack": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-8.1.0.tgz", @@ -7124,6 +7070,21 @@ } } }, + "node_modules/@swc/cli/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@swc/core": { "version": "1.5.7", "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.5.7.tgz", @@ -7162,150 +7123,6 @@ } } }, - "node_modules/@swc/core-darwin-arm64": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.5.7.tgz", - "integrity": "sha512-bZLVHPTpH3h6yhwVl395k0Mtx8v6CGhq5r4KQdAoPbADU974Mauz1b6ViHAJ74O0IVE5vyy7tD3OpkQxL/vMDQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-darwin-x64": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.5.7.tgz", - "integrity": "sha512-RpUyu2GsviwTc2qVajPL0l8nf2vKj5wzO3WkLSHAHEJbiUZk83NJrZd1RVbEknIMO7+Uyjh54hEh8R26jSByaw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.5.7.tgz", - "integrity": "sha512-cTZWTnCXLABOuvWiv6nQQM0hP6ZWEkzdgDvztgHI/+u/MvtzJBN5lBQ2lue/9sSFYLMqzqff5EHKlFtrJCA9dQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.5.7.tgz", - "integrity": "sha512-hoeTJFBiE/IJP30Be7djWF8Q5KVgkbDtjySmvYLg9P94bHg9TJPSQoC72tXx/oXOgXvElDe/GMybru0UxhKx4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.5.7.tgz", - "integrity": "sha512-+NDhK+IFTiVK1/o7EXdCeF2hEzCiaRSrb9zD7X2Z7inwWlxAntcSuzZW7Y6BRqGQH89KA91qYgwbnjgTQ22PiQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.5.7.tgz", - "integrity": "sha512-25GXpJmeFxKB+7pbY7YQLhWWjkYlR+kHz5I3j9WRl3Lp4v4UD67OGXwPe+DIcHqcouA1fhLhsgHJWtsaNOMBNg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-linux-x64-musl": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.5.7.tgz", - "integrity": "sha512-0VN9Y5EAPBESmSPPsCJzplZHV26akC0sIgd3Hc/7S/1GkSMoeuVL+V9vt+F/cCuzr4VidzSkqftdP3qEIsXSpg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.5.7.tgz", - "integrity": "sha512-RtoNnstBwy5VloNCvmvYNApkTmuCe4sNcoYWpmY7C1+bPR+6SOo8im1G6/FpNem8AR5fcZCmXHWQ+EUmRWJyuA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=10" - } - }, - "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.5.7", - "resolved": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.5.7.tgz", - "integrity": "sha512-Xm0TfvcmmspvQg1s4+USL3x8D+YPAfX2JHygvxAnCJ0EHun8cm2zvfNBcsTlnwYb0ybFWXXY129aq1wgFC9TpQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=10" - } - }, "node_modules/@swc/core-win32-x64-msvc": { "version": "1.5.7", "resolved": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.5.7.tgz", @@ -7828,9 +7645,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "node_modules/@types/graceful-fs": { @@ -9021,16 +8838,6 @@ "streamx": "^2.15.0" } }, - "node_modules/@verdaccio/types": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/@verdaccio/types/-/types-10.8.0.tgz", - "integrity": "sha512-FuJyCRFPdy+gqCi0v29dE1xKn99Ztq6fuY9fb7ezeP1SRbUL/hgDaNkpjYvSIMCyb+dLFKOFBeZPyIUBLOSdlA==", - "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/verdaccio" - } - }, "node_modules/@verdaccio/ui-theme": { "version": "8.0.0-next-8.1", "resolved": "https://registry.npmjs.org/@verdaccio/ui-theme/-/ui-theme-8.0.0-next-8.1.tgz", @@ -9527,9 +9334,9 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "bin": { "acorn": "bin/acorn" }, @@ -9648,6 +9455,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ansi-escapes/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -9929,12 +9748,6 @@ "node": ">=4" } }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", - "dev": true - }, "node_modules/async": { "version": "3.2.6", "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", @@ -10011,15 +9824,6 @@ "proxy-from-env": "^1.1.0" } }, - "node_modules/axobject-query": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.4.tgz", - "integrity": "sha512-aPTElBrbifBU1krmZxGZOlBkslORe7Ll7+BDnI50Wy4LgOt69luMgevkDfTq1O/ZgprooPCtWpjCwKSZw/iZ4A==", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, "node_modules/b4a": { "version": "1.6.6", "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", @@ -10213,13 +10017,13 @@ "node": ">=8" } }, - "node_modules/babel-plugin-macros/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "node_modules/babel-plugin-macros/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, "engines": { - "node": ">=8" + "node": ">= 6" } }, "node_modules/babel-plugin-polyfill-corejs2": { @@ -10333,9 +10137,9 @@ "optional": true }, "node_modules/bare-fs": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz", - "integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.3.tgz", + "integrity": "sha512-7RYKL+vZVCyAsMLi5SPu7QGauGGT8avnP/HO571ndEuV4MYdGXvLhtW67FuLPeEI8EiIY7zbbRR9x7x7HU0kgw==", "optional": true, "dependencies": { "bare-events": "^2.0.0", @@ -10344,9 +10148,9 @@ } }, "node_modules/bare-os": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz", - "integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.2.tgz", + "integrity": "sha512-HZoJwzC+rZ9lqEemTMiO0luOePoGYNBgsLLgegKR/cljiJvcDNhDZQkzC+NC5Oh0aHbdBNSOHpghwMuB5tqhjg==", "optional": true }, "node_modules/bare-path": { @@ -10359,13 +10163,13 @@ } }, "node_modules/bare-stream": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.0.tgz", - "integrity": "sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.2.1.tgz", + "integrity": "sha512-YTB47kHwBW9zSG8LD77MIBAAQXjU2WjAkMHeeb7hUplVs6+IoM5I7uEVQNPMB7lj9r8I76UMdoMkGnCodHOLqg==", "optional": true, "dependencies": { "b4a": "^1.6.6", - "streamx": "^2.20.0" + "streamx": "^2.18.0" } }, "node_modules/base64-js": { @@ -10758,15 +10562,6 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/body-parser/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -10798,6 +10593,21 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/body-parser/node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -10979,9 +10789,9 @@ } }, "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "dev": true, "engines": { "node": ">= 0.8" @@ -11240,9 +11050,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.8.0.tgz", - "integrity": "sha512-uJydbGdTw0DEUjhoogGveneJVWX/9YuqkWePzMmkBYwtdAqo5d3J/ovNKFr+/2hWXYmYCr6it8mSSTIj6SS6Ug==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz", + "integrity": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==", "dependencies": { "mitt": "3.0.1", "urlpattern-polyfill": "10.0.0", @@ -11448,9 +11258,9 @@ } }, "node_modules/clipanion": { - "version": "4.0.0-rc.3", - "resolved": "https://registry.npmjs.org/clipanion/-/clipanion-4.0.0-rc.3.tgz", - "integrity": "sha512-+rJOJMt2N6Oikgtfqmo/Duvme7uz3SIedL2b6ycgCztQMiTfr3aQh2DDyLHl+QUPClKMNpSg3gDJFvNQYIcq1g==", + "version": "4.0.0-rc.4", + "resolved": "https://registry.npmjs.org/clipanion/-/clipanion-4.0.0-rc.4.tgz", + "integrity": "sha512-CXkMQxU6s9GklO/1f714dkKBMu1lopS1WFF0B8o4AxPykR1hpozxSiUZ5ZUeBjfPgCWqbcNOtZVFhB8Lkfp1+Q==", "dev": true, "workspaces": [ "website" @@ -11661,9 +11471,9 @@ } }, "node_modules/commitizen": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.0.tgz", - "integrity": "sha512-H0iNtClNEhT0fotHvGV3E9tDejDeS04sN1veIebsKYGMuGscFaswRoYJKmT3eW85eIJAs0F28bG2+a/9wCOfPw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/commitizen/-/commitizen-4.3.1.tgz", + "integrity": "sha512-gwAPAVTy/j5YcOOebcCRIijn+mSjWJC+IYKivTu6aG8Ei/scoXgfsMRnuAk6b0GRste2J4NGxVdMN3ZpfNaVaw==", "dev": true, "dependencies": { "cachedir": "2.3.0", @@ -12023,9 +11833,9 @@ } }, "node_modules/commitlint-plugin-tense": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.2.tgz", - "integrity": "sha512-pCD0qX+cQuE3jIVOeFu2fZmMbSBef2HnL1bQcFx+hwE6vmn8D0FZbeC6BulCos5lrlP96iLJSR2bBkABnzUSeg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/commitlint-plugin-tense/-/commitlint-plugin-tense-1.0.3.tgz", + "integrity": "sha512-qP+XJf6ueDf+PAlbzr5QPdYLuqUS5XGlUmDfoSHzXtY/95zTrMZQuMp+SPLKjuio9cQBirJu3WLCqBl7kngS3g==", "dev": true, "dependencies": { "@commitlint/message": "^16.2.1", @@ -12070,17 +11880,17 @@ } }, "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.5.tgz", + "integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==", "dev": true, "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", + "bytes": "3.1.2", + "compressible": "~2.0.18", "debug": "2.6.9", + "negotiator": "~0.6.4", "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", + "safe-buffer": "5.2.1", "vary": "~1.1.2" }, "engines": { @@ -12102,11 +11912,14 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/compression/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "node_modules/compression/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } }, "node_modules/concat-map": { "version": "0.0.1", @@ -12436,9 +12249,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -12626,12 +12439,6 @@ "node": ">=4" } }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", - "dev": true - }, "node_modules/dargs": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/dargs/-/dargs-8.1.0.tgz", @@ -13039,15 +12846,6 @@ "node": ">=8" } }, - "node_modules/dir-glob/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -13340,9 +13138,9 @@ } }, "node_modules/envinfo": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", - "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.14.0.tgz", + "integrity": "sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==", "dev": true, "bin": { "envinfo": "dist/cli.js" @@ -13573,122 +13371,437 @@ "@esbuild/win32-x64": "0.19.12" } }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "node_modules/esbuild/node_modules/@esbuild/aix-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "aix" + ], "engines": { - "node": ">=6" + "node": ">=12" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", - "dev": true - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "node_modules/esbuild/node_modules/@esbuild/android-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=12" } }, - "node_modules/escodegen": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", - "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, + "node_modules/esbuild/node_modules/@esbuild/android-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" + "node": ">=12" } }, - "node_modules/escodegen/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/esbuild/node_modules/@esbuild/android-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", + "cpu": [ + "x64" + ], "optional": true, + "os": [ + "android" + ], "engines": { - "node": ">=0.10.0" + "node": ">=12" } }, - "node_modules/eslint": { - "version": "8.56.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", - "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.56.0", - "@humanwhocodes/config-array": "^0.11.13", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, + "node_modules/esbuild/node_modules/@esbuild/darwin-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=12" } }, - "node_modules/eslint-compat-utils": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz", - "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==", - "dev": true, - "dependencies": { - "semver": "^7.5.4" - }, + "node_modules/esbuild/node_modules/@esbuild/freebsd-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/freebsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-loong64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "cpu": [ + "loong64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-mips64el": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "cpu": [ + "mips64el" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-riscv64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-s390x": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/linux-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/netbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/openbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/sunos-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/win32-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/esbuild/node_modules/@esbuild/win32-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint": { + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", + "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.56.0", + "@humanwhocodes/config-array": "^0.11.13", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-compat-utils": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz", + "integrity": "sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==", + "dev": true, + "dependencies": { + "semver": "^7.5.4" + }, "engines": { "node": ">=12" }, @@ -13912,6 +14025,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/eslint-plugin-deprecation/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/eslint-plugin-es-x": { "version": "7.8.0", "resolved": "https://registry.npmjs.org/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz", @@ -14079,67 +14207,6 @@ "strip-bom": "^3.0.0" } }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", - "dev": true, - "dependencies": { - "@babel/runtime": "^7.20.7", - "aria-query": "^5.1.3", - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.6.2", - "axobject-query": "^3.1.1", - "damerau-levenshtein": "^1.0.8", - "emoji-regex": "^9.2.2", - "has": "^1.0.3", - "jsx-ast-utils": "^3.3.3", - "language-tags": "=1.0.5", - "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/eslint-plugin-n": { "version": "16.6.2", "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz", @@ -14985,6 +15052,21 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/express/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/express/node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", @@ -15198,9 +15280,9 @@ } }, "node_modules/fast-uri": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", - "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", "dev": true }, "node_modules/fastq": { @@ -15615,7 +15697,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", - "dev": true, "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -15898,7 +15979,6 @@ "version": "10.4.5", "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", - "dev": true, "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -15936,7 +16016,6 @@ "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -16035,38 +16114,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/globby": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", - "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", - "dev": true, - "dependencies": { - "@sindresorhus/merge-streams": "^2.1.0", - "fast-glob": "^3.3.2", - "ignore": "^5.2.4", - "path-type": "^5.0.0", - "slash": "^5.1.0", - "unicorn-magic": "^0.1.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globby/node_modules/slash": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", - "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", - "dev": true, - "engines": { - "node": ">=14.16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -16541,14 +16588,14 @@ } }, "node_modules/http-signature": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", - "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.4.0.tgz", + "integrity": "sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==", "dev": true, "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^2.0.2", - "sshpk": "^1.14.1" + "sshpk": "^1.18.0" }, "engines": { "node": ">=0.10" @@ -16749,9 +16796,9 @@ } }, "node_modules/inquirer": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.6.tgz", - "integrity": "sha512-riK/iQB2ctwkpWYgjjWIRv3MBLt2gzb2Sj0JNQNbyTXgyXsLWcDPJ5WS5ZDTCx7BRFnJsARtYh+58fjP5M2Y0Q==", + "version": "9.3.7", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.3.7.tgz", + "integrity": "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==", "dev": true, "dependencies": { "@inquirer/figures": "^1.0.3", @@ -17588,6 +17635,15 @@ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, + "node_modules/isomorphic-rslog": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/isomorphic-rslog/-/isomorphic-rslog-0.0.5.tgz", + "integrity": "sha512-pkU3vvajRJ0LKLaMFy8Cj7ElbFUdkQKVhUk+DQsVCYsLW4uulU65C2s3l+Sm5OtiOwprzkYYcAIJa/COwCYHWA==", + "dev": true, + "engines": { + "node": ">=14.17.6" + } + }, "node_modules/isomorphic-ws": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", @@ -17716,7 +17772,6 @@ "version": "3.4.3", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", - "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -17972,17 +18027,6 @@ "node": ">=8" } }, - "node_modules/jest-circus/node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "optional": true, - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-circus/node_modules/pretty-format": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", @@ -18015,6 +18059,17 @@ "node": ">=8" } }, + "node_modules/jest-circus/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "optional": true, + "peer": true, + "engines": { + "node": ">= 6" + } + }, "node_modules/jest-config": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", @@ -19692,12 +19747,6 @@ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -19738,23 +19787,6 @@ "node": ">=6" } }, - "node_modules/jsonc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jsonc/-/jsonc-2.0.0.tgz", - "integrity": "sha512-B281bLCT2TRMQa+AQUQY5AGcqSOXBOKaYGP4wDzoA/+QswUfN8sODektbPEs9Baq7LGKun5jQbNFpzwGuVYKhw==", - "dev": true, - "dependencies": { - "fast-safe-stringify": "^2.0.6", - "graceful-fs": "^4.1.15", - "mkdirp": "^0.5.1", - "parse-json": "^4.0.0", - "strip-bom": "^4.0.0", - "strip-json-comments": "^3.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jsonc-eslint-parser": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", @@ -19778,19 +19810,6 @@ "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" }, - "node_modules/jsonc/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", - "dev": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -19929,9 +19948,9 @@ } }, "node_modules/knip": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/knip/-/knip-5.29.2.tgz", - "integrity": "sha512-NfJ3VDyV7gHvI4lVmr9PQCvC4lvrnTdaRMmtHIVBWB2GWWKj86uTw8Yfnp07M+fQeqOnX3AGPG8hjXHPlE1MEw==", + "version": "5.37.2", + "resolved": "https://registry.npmjs.org/knip/-/knip-5.37.2.tgz", + "integrity": "sha512-Rs9HHTgmUacyKxchP4kRwG8idi0tzVHVpSyo4EM9sNGDSrPq20lhKXOWMFmShGCV6CH2352393Ok/qG1NblCMw==", "dev": true, "funding": [ { @@ -19953,13 +19972,13 @@ "easy-table": "1.2.0", "enhanced-resolve": "^5.17.1", "fast-glob": "^3.3.2", - "jiti": "^1.21.6", + "jiti": "^2.4.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8", - "picocolors": "^1.0.0", + "picocolors": "^1.1.0", "picomatch": "^4.0.1", "pretty-ms": "^9.0.0", - "smol-toml": "^1.1.4", + "smol-toml": "^1.3.0", "strip-json-comments": "5.0.1", "summary": "2.1.0", "zod": "^3.22.4", @@ -20018,6 +20037,15 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, + "node_modules/knip/node_modules/jiti": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.0.tgz", + "integrity": "sha512-H5UpaUI+aHOqZXlYOaFP/8AzKsg+guWu+Pr3Y8i7+Y3zr1aXAvCvTAQ1RxSc6oVD8R8c7brgNtTVP91E7upH/g==", + "dev": true, + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, "node_modules/knip/node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -20107,21 +20135,6 @@ "node": ">= 10" } }, - "node_modules/language-subtag-registry": { - "version": "0.3.23", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz", - "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==", - "dev": true - }, - "node_modules/language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "dev": true, - "dependencies": { - "language-subtag-registry": "~0.3.2" - } - }, "node_modules/leven": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", @@ -20144,13 +20157,13 @@ } }, "node_modules/lighthouse": { - "version": "12.2.1", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.1.tgz", - "integrity": "sha512-3deFGaQ/eTCzQekgWUcgLdWAjS81KHPG406r+A61KKLsxEcORw34A1aixU6G2lgqpdd95QZpdoSKxyy/jJfsHg==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.2.0.tgz", + "integrity": "sha512-JU9IvjcVxwtsFzB4xTuDWx46hRJF7yYfiTDgtFA0U4nt4TUom9mus81QNt/tDr4y18wlphBycuLysX8J6yplDw==", "dependencies": { "@paulirish/trace_engine": "0.0.32", "@sentry/node": "^6.17.4", - "axe-core": "^4.10.0", + "axe-core": "^4.9.1", "chrome-launcher": "^1.1.2", "configstore": "^5.0.1", "csp_evaluator": "1.1.1", @@ -20167,7 +20180,7 @@ "metaviewport-parser": "0.3.0", "open": "^8.4.0", "parse-cache-control": "1.0.1", - "puppeteer-core": "^23.3.0", + "puppeteer-core": "^22.15.0", "robots-parser": "^3.0.1", "semver": "^5.3.0", "speedline-core": "^1.4.3", @@ -20999,14 +21012,15 @@ } }, "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -21024,7 +21038,6 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } @@ -21250,21 +21263,6 @@ "node": ">= 0.4.0" } }, - "node_modules/nice-napi": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", - "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "!win32" - ], - "dependencies": { - "node-addon-api": "^3.0.0", - "node-gyp-build": "^4.2.2" - } - }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -21275,13 +21273,6 @@ "tslib": "^2.0.3" } }, - "node_modules/node-addon-api": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", - "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", - "dev": true, - "optional": true - }, "node_modules/node-fetch": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", @@ -21320,18 +21311,6 @@ "webidl-conversions": "^3.0.0" } }, - "node_modules/node-gyp-build": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", - "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", - "dev": true, - "optional": true, - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" - } - }, "node_modules/node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", @@ -21456,13 +21435,13 @@ "dev": true }, "node_modules/nx": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.4.tgz", - "integrity": "sha512-fc833c3UKo6kuoG4z0kSKet17yWym3VzcQ+yPWYspxxxd8GFVVk42+9wieyVQDi9YqtKZQ6PdQfSEPm59/M7SA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.9.tgz", + "integrity": "sha512-BiyEF2ycnk1KAa0ajmI1gUpyOvEKQGDDh2mQm+lXOMVtN5G+7Hy5u0aL/oQRxwSE9BUee0ldBpKVG3723Zx8oA==", "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.8.4", + "@nrwl/tao": "19.8.9", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -21501,16 +21480,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.8.4", - "@nx/nx-darwin-x64": "19.8.4", - "@nx/nx-freebsd-x64": "19.8.4", - "@nx/nx-linux-arm-gnueabihf": "19.8.4", - "@nx/nx-linux-arm64-gnu": "19.8.4", - "@nx/nx-linux-arm64-musl": "19.8.4", - "@nx/nx-linux-x64-gnu": "19.8.4", - "@nx/nx-linux-x64-musl": "19.8.4", - "@nx/nx-win32-arm64-msvc": "19.8.4", - "@nx/nx-win32-x64-msvc": "19.8.4" + "@nx/nx-darwin-arm64": "19.8.9", + "@nx/nx-darwin-x64": "19.8.9", + "@nx/nx-freebsd-x64": "19.8.9", + "@nx/nx-linux-arm-gnueabihf": "19.8.9", + "@nx/nx-linux-arm64-gnu": "19.8.9", + "@nx/nx-linux-arm64-musl": "19.8.9", + "@nx/nx-linux-x64-gnu": "19.8.9", + "@nx/nx-linux-x64-musl": "19.8.9", + "@nx/nx-win32-arm64-msvc": "19.8.9", + "@nx/nx-win32-x64-msvc": "19.8.9" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -21525,6 +21504,51 @@ } } }, + "node_modules/nx/node_modules/@nx/nx-darwin-arm64": { + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.9.tgz", + "integrity": "sha512-x/jAxUB7wrUEQu1LpMgloUuAL3LhZg1MmFJkb82lsv/jMUyb6IWisZaw5IP921z4gf3tYIWz+gzF6JmXH7yszg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-darwin-x64": { + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.9.tgz", + "integrity": "sha512-EXK1PoQC+yxw/fqxLdaF4j20kqHD95CMqEIWExgperSarjAaf5aAAa/y9OKgQepxM+hB2ZOxDEate3F7TLXNOg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.9.tgz", + "integrity": "sha512-BGqY+yQsA+xfBVoK+3bosJppt3/7jKcdVGisIf8igpWpWsP11j6hcGiSUfXErdA6cfxJHLfOY//bi/6GB4OwQQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -21610,6 +21634,20 @@ "node": ">=6" } }, + "node_modules/nx/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/nx/node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -22171,8 +22209,7 @@ "node_modules/package-json-from-dist": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", - "dev": true + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" }, "node_modules/pako": { "version": "0.2.9", @@ -22302,7 +22339,6 @@ "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", - "dev": true, "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -22317,8 +22353,7 @@ "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/path-to-regexp": { "version": "0.1.10", @@ -22327,15 +22362,12 @@ "dev": true }, "node_modules/path-type": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", - "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/pathe": { @@ -22639,15 +22671,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -22840,26 +22872,20 @@ } }, "node_modules/puppeteer-core": { - "version": "23.5.3", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.5.3.tgz", - "integrity": "sha512-V58MZD/B3CwkYsqSEQlHKbavMJptF04fzhMdUpiCRCmUVhwZNwSGEPhaiZ1f8I3ABQUirg3VNhXVB6Z1ubHXtQ==", + "version": "22.15.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz", + "integrity": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==", "dependencies": { - "@puppeteer/browsers": "2.4.0", - "chromium-bidi": "0.8.0", - "debug": "^4.3.7", - "devtools-protocol": "0.0.1342118", - "typed-query-selector": "^2.12.0", + "@puppeteer/browsers": "2.3.0", + "chromium-bidi": "0.6.3", + "debug": "^4.3.6", + "devtools-protocol": "0.0.1312386", "ws": "^8.18.0" }, "engines": { "node": ">=18" } }, - "node_modules/puppeteer-core/node_modules/devtools-protocol": { - "version": "0.0.1342118", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz", - "integrity": "sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==" - }, "node_modules/pure-rand": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", @@ -22877,9 +22903,9 @@ ] }, "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.1.tgz", + "integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==", "dev": true, "dependencies": { "side-channel": "^1.0.6" @@ -22940,9 +22966,9 @@ } }, "node_modules/rambda": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.3.0.tgz", - "integrity": "sha512-cl/7DCCKNxmsbc0dXZTJTY08rvDdzLhVfE6kPBson1fWzDapLzv0RKSzjpmAqP53fkQqAvq05gpUVHTrUNsuxg==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/rambda/-/rambda-9.4.0.tgz", + "integrity": "sha512-B7y7goUd+g0hNl5ODGUejNNERQL5gD8uANJ5Y5aHly8v0jKesFlwIe7prPfuJxttDpe3otQzHJ4NXMpTmL9ELA==", "dev": true }, "node_modules/randombytes": { @@ -22979,15 +23005,6 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/raw-body/node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", @@ -23584,12 +23601,12 @@ } }, "node_modules/rollup": { - "version": "4.24.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.0.tgz", - "integrity": "sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz", + "integrity": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==", "dev": true, "dependencies": { - "@types/estree": "1.0.6" + "@types/estree": "1.0.5" }, "bin": { "rollup": "dist/bin/rollup" @@ -23599,22 +23616,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.24.0", - "@rollup/rollup-android-arm64": "4.24.0", - "@rollup/rollup-darwin-arm64": "4.24.0", - "@rollup/rollup-darwin-x64": "4.24.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.24.0", - "@rollup/rollup-linux-arm-musleabihf": "4.24.0", - "@rollup/rollup-linux-arm64-gnu": "4.24.0", - "@rollup/rollup-linux-arm64-musl": "4.24.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.24.0", - "@rollup/rollup-linux-riscv64-gnu": "4.24.0", - "@rollup/rollup-linux-s390x-gnu": "4.24.0", - "@rollup/rollup-linux-x64-gnu": "4.24.0", - "@rollup/rollup-linux-x64-musl": "4.24.0", - "@rollup/rollup-win32-arm64-msvc": "4.24.0", - "@rollup/rollup-win32-ia32-msvc": "4.24.0", - "@rollup/rollup-win32-x64-msvc": "4.24.0", + "@rollup/rollup-android-arm-eabi": "4.21.2", + "@rollup/rollup-android-arm64": "4.21.2", + "@rollup/rollup-darwin-arm64": "4.21.2", + "@rollup/rollup-darwin-x64": "4.21.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.21.2", + "@rollup/rollup-linux-arm-musleabihf": "4.21.2", + "@rollup/rollup-linux-arm64-gnu": "4.21.2", + "@rollup/rollup-linux-arm64-musl": "4.21.2", + "@rollup/rollup-linux-powerpc64le-gnu": "4.21.2", + "@rollup/rollup-linux-riscv64-gnu": "4.21.2", + "@rollup/rollup-linux-s390x-gnu": "4.21.2", + "@rollup/rollup-linux-x64-gnu": "4.21.2", + "@rollup/rollup-linux-x64-musl": "4.21.2", + "@rollup/rollup-win32-arm64-msvc": "4.21.2", + "@rollup/rollup-win32-ia32-msvc": "4.21.2", + "@rollup/rollup-win32-x64-msvc": "4.21.2", "fsevents": "~2.3.2" } }, @@ -24051,9 +24068,9 @@ } }, "node_modules/simple-git": { - "version": "3.26.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.26.0.tgz", - "integrity": "sha512-5tbkCSzuskR6uA7uA23yjasmA0RzugVo8QM2bpsnxkrgP13eisFT7TMS4a+xKEJvbmr4qf+l0WT3eKa9IxxUyw==", + "version": "3.27.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.27.0.tgz", + "integrity": "sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", @@ -25113,754 +25130,421 @@ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz", "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==", "dependencies": { - "b4a": "^1.6.4" - } - }, - "node_modules/text-extensions": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz", - "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/thingies": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", - "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", - "dev": true, - "engines": { - "node": ">=10.18" - }, - "peerDependencies": { - "tslib": "^2" - } - }, - "node_modules/third-party-web": { - "version": "0.24.5", - "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.24.5.tgz", - "integrity": "sha512-1rUOdMYpNTRajgk1F7CmHD26oA6rTKekBjHay854J6OkPXeNyPcR54rhWDaamlWyi9t2wAVPQESdedBhucmOLA==" - }, - "node_modules/thread-stream": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz", - "integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==", - "dev": true, - "dependencies": { - "real-require": "^0.2.0" - } - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - }, - "node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/tinybench": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", - "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", - "dev": true - }, - "node_modules/tinypool": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", - "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", - "dev": true, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tinyspy": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", - "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", - "dev": true, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/tldts-core": { - "version": "6.1.41", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.41.tgz", - "integrity": "sha512-SkwZgo1ZzMp2ziMBwci5VBnLR9VywCi02jSgMX5TO5kf9fdaBsxZkblLff3NlJNTcH0vfvEsgw2B7jVR556Vgw==" - }, - "node_modules/tldts-icann": { - "version": "6.1.41", - "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-6.1.41.tgz", - "integrity": "sha512-XkIufk7M5+QmT+7yqLRgegJLyp0+mh0hKpoDzOuEcrcGav6ZI8FcO+iCe9/5amrxgx/DQ3SGNeWV0Hs/wEyEYA==", - "dependencies": { - "tldts-core": "^6.1.41" - } - }, - "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", - "engines": { - "node": ">=14.14" - } - }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "dev": true - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, - "node_modules/token-types": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/token-types/-/token-types-5.0.1.tgz", - "integrity": "sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==", - "dev": true, - "dependencies": { - "@tokenizer/token": "^0.3.0", - "ieee754": "^1.2.1" - }, - "engines": { - "node": ">=14.16" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/Borewit" - } - }, - "node_modules/totalist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/tough-cookie": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", - "dev": true, - "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/tr46": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", - "dev": true, - "dependencies": { - "punycode": "^2.3.1" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/tree-dump": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", - "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", - "dev": true, - "engines": { - "node": ">=10.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" - }, - "peerDependencies": { - "tslib": "2" - } - }, - "node_modules/trim-repeated": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-2.0.0.tgz", - "integrity": "sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^5.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/trim-repeated/node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "b4a": "^1.6.4" + } + }, + "node_modules/text-extensions": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz", + "integrity": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==", "dev": true, "engines": { - "node": ">=12" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ts-api-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + }, + "node_modules/thingies": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", + "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", "dev": true, "engines": { - "node": ">=16" + "node": ">=10.18" }, "peerDependencies": { - "typescript": ">=4.2.0" + "tslib": "^2" } }, - "node_modules/ts-declaration-location": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.4.tgz", - "integrity": "sha512-r4JoxYhKULbZuH81Pjrp9OEG5St7XWk7zXwGkLKhmVcjiBVHTJXV5wK6dEa9JKW5QGSTW6b1lOjxAKp8R1SQhg==", - "dev": true, - "dependencies": { - "minimatch": "^10.0.0" - }, - "peerDependencies": { - "typescript": ">=4.0.0" - } + "node_modules/third-party-web": { + "version": "0.24.5", + "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.24.5.tgz", + "integrity": "sha512-1rUOdMYpNTRajgk1F7CmHD26oA6rTKekBjHay854J6OkPXeNyPcR54rhWDaamlWyi9t2wAVPQESdedBhucmOLA==" }, - "node_modules/ts-declaration-location/node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "node_modules/thread-stream": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz", + "integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "real-require": "^0.2.0" } }, - "node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + }, + "node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" } }, - "node_modules/tsconfig-paths": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", - "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", - "dependencies": { - "json5": "^2.2.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - }, - "engines": { - "node": ">=6" - } + "node_modules/tinybench": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", + "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", + "dev": true }, - "node_modules/tsconfig-paths/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "node_modules/tinyexec": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz", + "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==", + "dev": true + }, + "node_modules/tinypool": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", + "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", + "dev": true, "engines": { - "node": ">=4" + "node": ">=14.0.0" } }, - "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" - }, - "node_modules/tsscmp": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", - "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==", + "node_modules/tinyspy": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", + "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", "dev": true, "engines": { - "node": ">=0.6.x" + "node": ">=14.0.0" } }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "node_modules/tldts": { + "version": "6.1.64", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.64.tgz", + "integrity": "sha512-ph4AE5BXWIOsSy9stpoeo7bYe/Cy7VfpciIH4RhVZUPItCJmhqWCN0EVzxd8BOHiyNb42vuJc6NWTjJkg91Tuw==", "dev": true, "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" + "tldts-core": "^6.1.64" }, - "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" + "bin": { + "tldts": "bin/cli.js" } }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true + "node_modules/tldts-core": { + "version": "6.1.64", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.64.tgz", + "integrity": "sha512-uqnl8vGV16KsyflHOzqrYjjArjfXaU6rMPXYy2/ZWoRKCkXtghgB4VwTDXUG+t0OTGeSewNAG31/x1gCTfLt+Q==" }, - "node_modules/tsx": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", - "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", - "dev": true, + "node_modules/tldts-icann": { + "version": "6.1.41", + "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-6.1.41.tgz", + "integrity": "sha512-XkIufk7M5+QmT+7yqLRgegJLyp0+mh0hKpoDzOuEcrcGav6ZI8FcO+iCe9/5amrxgx/DQ3SGNeWV0Hs/wEyEYA==", "dependencies": { - "esbuild": "~0.23.0", - "get-tsconfig": "^4.7.5" - }, - "bin": { - "tsx": "dist/cli.mjs" - }, - "engines": { - "node": ">=18.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" + "tldts-core": "^6.1.41" } }, - "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", - "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], + "node_modules/tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", "engines": { - "node": ">=18" + "node": ">=14.14" } }, - "node_modules/tsx/node_modules/@esbuild/android-arm": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", - "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", - "cpu": [ - "arm" - ], + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, - "optional": true, - "os": [ - "android" - ], "engines": { - "node": ">=18" + "node": ">=4" } }, - "node_modules/tsx/node_modules/@esbuild/android-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", - "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", - "cpu": [ - "arm64" - ], + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dev": true, - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "is-number": "^7.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8.0" } }, - "node_modules/tsx/node_modules/@esbuild/android-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", - "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", - "cpu": [ - "x64" - ], + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "dev": true, - "optional": true, - "os": [ - "android" - ], "engines": { - "node": ">=18" + "node": ">=0.6" } }, - "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", - "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", - "cpu": [ - "arm64" - ], + "node_modules/token-types": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/token-types/-/token-types-5.0.1.tgz", + "integrity": "sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "@tokenizer/token": "^0.3.0", + "ieee754": "^1.2.1" + }, "engines": { - "node": ">=18" + "node": ">=14.16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" } }, - "node_modules/tsx/node_modules/@esbuild/darwin-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", - "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", - "cpu": [ - "x64" - ], + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], "engines": { - "node": ">=18" + "node": ">=6" } }, - "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", - "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", - "cpu": [ - "arm64" - ], + "node_modules/tough-cookie": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, "engines": { - "node": ">=18" + "node": ">=6" } }, - "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", - "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", - "cpu": [ - "x64" - ], + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], "engines": { - "node": ">=18" + "node": ">= 4.0.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-arm": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", - "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", - "cpu": [ - "arm" - ], + "node_modules/tr46": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", + "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "punycode": "^2.3.1" + }, "engines": { "node": ">=18" } }, - "node_modules/tsx/node_modules/@esbuild/linux-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", - "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", - "cpu": [ - "arm64" - ], + "node_modules/tree-dump": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", + "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" } }, - "node_modules/tsx/node_modules/@esbuild/linux-ia32": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", - "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", - "cpu": [ - "ia32" - ], + "node_modules/trim-repeated": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-2.0.0.tgz", + "integrity": "sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "escape-string-regexp": "^5.0.0" + }, "engines": { - "node": ">=18" + "node": ">=12" } }, - "node_modules/tsx/node_modules/@esbuild/linux-loong64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", - "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", - "cpu": [ - "loong64" - ], + "node_modules/trim-repeated/node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", - "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", - "cpu": [ - "mips64el" - ], + "node_modules/ts-api-utils": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", + "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">=16" + }, + "peerDependencies": { + "typescript": ">=4.2.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", - "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", - "cpu": [ - "ppc64" - ], + "node_modules/ts-declaration-location": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.4.tgz", + "integrity": "sha512-r4JoxYhKULbZuH81Pjrp9OEG5St7XWk7zXwGkLKhmVcjiBVHTJXV5wK6dEa9JKW5QGSTW6b1lOjxAKp8R1SQhg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "minimatch": "^10.0.0" + }, + "peerDependencies": { + "typescript": ">=4.0.0" } }, - "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", - "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", - "cpu": [ - "riscv64" - ], + "node_modules/ts-node": { + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } } }, - "node_modules/tsx/node_modules/@esbuild/linux-s390x": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", - "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], + "node_modules/tsconfig-paths": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", + "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", + "dependencies": { + "json5": "^2.2.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + }, "engines": { - "node": ">=18" + "node": ">=6" } }, - "node_modules/tsx/node_modules/@esbuild/linux-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", - "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], + "node_modules/tsconfig-paths/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "engines": { - "node": ">=18" + "node": ">=4" } }, - "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", - "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } + "node_modules/tslib": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, - "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", - "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", - "cpu": [ - "x64" - ], + "node_modules/tsscmp": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==", "dev": true, - "optional": true, - "os": [ - "openbsd" - ], "engines": { - "node": ">=18" + "node": ">=0.6.x" } }, - "node_modules/tsx/node_modules/@esbuild/sunos-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", - "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", - "cpu": [ - "x64" - ], + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "tslib": "^1.8.1" + }, "engines": { - "node": ">=18" + "node": ">= 6" + }, + "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" } }, - "node_modules/tsx/node_modules/@esbuild/win32-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", - "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", - "cpu": [ - "arm64" - ], + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tsx": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", + "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "esbuild": "~0.23.0", + "get-tsconfig": "^4.7.5" + }, + "bin": { + "tsx": "dist/cli.mjs" + }, "engines": { - "node": ">=18" + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" } }, - "node_modules/tsx/node_modules/@esbuild/win32-ia32": { + "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", - "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", + "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", "cpu": [ - "ia32" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=18" @@ -25978,12 +25662,12 @@ } }, "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.28.0.tgz", + "integrity": "sha512-jXMwges/FVbFRe5lTMJZVEZCrO9kI9c8k0PA/z7nF3bo0JSCCLysvokFjNPIUK/itEMas10MQM+AiHoHt/T/XA==", "dev": true, "engines": { - "node": ">=10" + "node": ">=16" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -26075,11 +25759,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/typed-query-selector": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz", - "integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==" - }, "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", @@ -26403,12 +26082,12 @@ } }, "node_modules/verdaccio": { - "version": "5.32.2", - "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.32.2.tgz", - "integrity": "sha512-QnVYIUvwB884fwVcA/D+x7AabsRPlTPyYAKMtExm8kJjiH+s2LGK2qX2o3I4VmYXqBR3W9b8gEnyQnGwQhUPsw==", + "version": "5.33.0", + "resolved": "https://registry.npmjs.org/verdaccio/-/verdaccio-5.33.0.tgz", + "integrity": "sha512-mZWTt/k3KyprhS9IriUEHfKSV4lqB9P1aTVhw5GcNgu4533GSsJRwlBwrFijnoBbWDVarjZoIf+t8wq0iv+5jg==", "dev": true, "dependencies": { - "@cypress/request": "3.0.1", + "@cypress/request": "3.0.6", "@verdaccio/auth": "8.0.0-next-8.1", "@verdaccio/config": "8.0.0-next-8.1", "@verdaccio/core": "8.0.0-next-8.1", @@ -26422,13 +26101,13 @@ "@verdaccio/ui-theme": "8.0.0-next-8.1", "@verdaccio/url": "13.0.0-next-8.1", "@verdaccio/utils": "7.0.1-next-8.1", - "async": "3.2.5", - "clipanion": "4.0.0-rc.3", - "compression": "1.7.4", + "async": "3.2.6", + "clipanion": "4.0.0-rc.4", + "compression": "1.7.5", "cors": "2.8.5", - "debug": "^4.3.5", - "envinfo": "7.13.0", - "express": "4.21.0", + "debug": "^4.3.7", + "envinfo": "7.14.0", + "express": "4.21.1", "express-rate-limit": "5.5.1", "fast-safe-stringify": "2.1.1", "handlebars": "4.7.8", @@ -26573,11 +26252,90 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/verdaccio/node_modules/async": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", - "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", - "dev": true + "node_modules/verdaccio/node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/verdaccio/node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verdaccio/node_modules/express": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.10", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/verdaccio/node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/verdaccio/node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } }, "node_modules/verdaccio/node_modules/js-yaml": { "version": "4.1.0", @@ -26624,6 +26382,36 @@ "node": ">=10" } }, + "node_modules/verdaccio/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/verdaccio/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/verdaccio/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", @@ -26645,9 +26433,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", @@ -27710,12 +27498,14 @@ "dev": true }, "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true, + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", + "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "bin": { + "yaml": "bin.mjs" + }, "engines": { - "node": ">= 6" + "node": ">= 14" } }, "node_modules/yargs": { diff --git a/package.json b/package.json index b93c84b6b..86e1a6ee4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.8.4", + "@nx/devkit": "19.8.9", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", @@ -35,7 +35,7 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.8.4", + "nx": "19.8.9", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", @@ -54,13 +54,13 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.4", - "@nx/eslint-plugin": "19.8.4", - "@nx/js": "19.8.4", - "@nx/plugin": "19.8.4", - "@nx/react": "19.8.4", - "@nx/vite": "19.8.4", - "@nx/workspace": "19.8.4", + "@nx/esbuild": "19.8.9", + "@nx/eslint-plugin": "19.8.9", + "@nx/js": "19.8.9", + "@nx/plugin": "19.8.9", + "@nx/react": "19.8.9", + "@nx/vite": "19.8.9", + "@nx/workspace": "19.8.9", "@push-based/nx-verdaccio": "0.0.0-alpha.26", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index a94fc48f3..dceb999c8 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -32,9 +32,9 @@ "generators": "./generators.json", "executors": "./executors.json", "dependencies": { - "@nx/devkit": "^17.1.3", + "@nx/devkit": "^19.8.9", "tslib": "^2.6.2", - "nx": "^17.1.3", + "nx": "^19.8.9", "@code-pushup/models": "0.56.0", "zod": "^3.22.4", "@code-pushup/utils": "0.56.0" From e104e1b9167446c5a5ae64c852a7bf20c54be580 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Mon, 25 Nov 2024 17:14:43 +0100 Subject: [PATCH 05/45] refactor: temporary ignore use of deprecated CreteNodes at nx/devkit --- packages/nx-plugin/src/plugin/plugin.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/nx-plugin/src/plugin/plugin.ts b/packages/nx-plugin/src/plugin/plugin.ts index e548bfa7a..8e813f121 100644 --- a/packages/nx-plugin/src/plugin/plugin.ts +++ b/packages/nx-plugin/src/plugin/plugin.ts @@ -1,5 +1,9 @@ -import type { CreateNodes, CreateNodesContext } from '@nx/devkit'; -import type { CreateNodesResult } from 'nx/src/utils/nx-plugin'; +/* eslint-disable deprecation/deprecation,import/no-deprecated */ +import type { + CreateNodes, + CreateNodesContext, + CreateNodesResult, +} from '@nx/devkit'; import { PROJECT_JSON_FILE_NAME } from '../internal/constants'; import { createTargets } from './target/targets'; import type { CreateNodesOptions } from './types'; From f53b7d2d881d6c550102305d679ce75f23c336dd Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Tue, 26 Nov 2024 13:46:26 +0100 Subject: [PATCH 06/45] build: bump nx optional deps --- package-lock.json | 69 +++++++++-------------------------------------- package.json | 6 ++--- 2 files changed, 15 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d212fae9..8d7b7d356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,9 +106,9 @@ }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.8.4", - "@nx/nx-darwin-x64": "19.8.4", - "@nx/nx-linux-x64-gnu": "19.8.4" + "@nx/nx-darwin-arm64": "19.8.9", + "@nx/nx-darwin-x64": "19.8.9", + "@nx/nx-linux-x64-gnu": "19.8.9" } }, "node_modules/@adobe/css-tools": { @@ -5893,9 +5893,9 @@ } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.4.tgz", - "integrity": "sha512-mbSGt63hYcVCSQ54kpHl0lFqr5CsbkGJ4L3liWE30Da7vXZJwUBr9f+b9DnQ64IZzlu6vAhNcaiYQXa9lAk0yQ==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.9.tgz", + "integrity": "sha512-x/jAxUB7wrUEQu1LpMgloUuAL3LhZg1MmFJkb82lsv/jMUyb6IWisZaw5IP921z4gf3tYIWz+gzF6JmXH7yszg==", "cpu": [ "arm64" ], @@ -5908,9 +5908,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.4.tgz", - "integrity": "sha512-lTcXUCXNvqHdLmrNCOyDF+u6pDx209Ew7nSR47sQPvkycIHYi0gvgk0yndFn1Swah0lP4OxWg7rzAfmOlZd6ew==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.9.tgz", + "integrity": "sha512-EXK1PoQC+yxw/fqxLdaF4j20kqHD95CMqEIWExgperSarjAaf5aAAa/y9OKgQepxM+hB2ZOxDEate3F7TLXNOg==", "cpu": [ "x64" ], @@ -5983,9 +5983,9 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.4.tgz", - "integrity": "sha512-XcRBNe0ws7KB0PMcUlpQqzzjjxMP8VdqirBz7CfB2XQ8xKmP3370p0cDvqs/4oKDHK4PCkmvVFX60tzakutylA==", + "version": "19.8.9", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.9.tgz", + "integrity": "sha512-BGqY+yQsA+xfBVoK+3bosJppt3/7jKcdVGisIf8igpWpWsP11j6hcGiSUfXErdA6cfxJHLfOY//bi/6GB4OwQQ==", "cpu": [ "x64" ], @@ -21504,51 +21504,6 @@ } } }, - "node_modules/nx/node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.9.tgz", - "integrity": "sha512-x/jAxUB7wrUEQu1LpMgloUuAL3LhZg1MmFJkb82lsv/jMUyb6IWisZaw5IP921z4gf3tYIWz+gzF6JmXH7yszg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-darwin-x64": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.9.tgz", - "integrity": "sha512-EXK1PoQC+yxw/fqxLdaF4j20kqHD95CMqEIWExgperSarjAaf5aAAa/y9OKgQepxM+hB2ZOxDEate3F7TLXNOg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.9.tgz", - "integrity": "sha512-BGqY+yQsA+xfBVoK+3bosJppt3/7jKcdVGisIf8igpWpWsP11j6hcGiSUfXErdA6cfxJHLfOY//bi/6GB4OwQQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/package.json b/package.json index 86e1a6ee4..6d7281c48 100644 --- a/package.json +++ b/package.json @@ -118,9 +118,9 @@ }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.8.4", - "@nx/nx-darwin-x64": "19.8.4", - "@nx/nx-linux-x64-gnu": "19.8.4" + "@nx/nx-darwin-arm64": "19.8.9", + "@nx/nx-darwin-x64": "19.8.9", + "@nx/nx-linux-x64-gnu": "19.8.9" }, "overrides": { "@beaussan/nx-knip": { From db403a3c5f07c3964a44e4ea6bd7c4e7f50694b2 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Tue, 26 Nov 2024 14:11:59 +0100 Subject: [PATCH 07/45] build: add rollup optional deps --- package-lock.json | 238 +++++++++++++++++++++++++++++++++++++++++++++- package.json | 4 + 2 files changed, 240 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d7b7d356..908d96b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,11 @@ "@esbuild/darwin-arm64": "^0.19.12", "@nx/nx-darwin-arm64": "19.8.9", "@nx/nx-darwin-x64": "19.8.9", - "@nx/nx-linux-x64-gnu": "19.8.9" + "@nx/nx-linux-x64-gnu": "19.8.9", + "@rollup/rollup-darwin-arm64": "^4.0.0", + "@rollup/rollup-darwin-x64": "^4.0.0", + "@rollup/rollup-linux-x64-gnu": "^4.0.0", + "@rollup/rollup-win32-x64-msvc": "^4.0.0" } }, "node_modules/@adobe/css-tools": { @@ -6422,6 +6426,198 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz", + "integrity": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz", + "integrity": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.27.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.27.4.tgz", + "integrity": "sha512-PlNiRQapift4LNS8DPUHuDX/IdXiLjf8mc5vdEmUR0fF/pyy2qWwzdLjB+iZquGr8LuN4LnUoSEvKRwjSVYz3Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.27.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.27.4.tgz", + "integrity": "sha512-o9bH2dbdgBDJaXWJCDTNDYa171ACUdzpxSZt+u/AAeQ20Nk5x+IhA+zsGmrQtpkLiumRJEYef68gcpn2ooXhSQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz", + "integrity": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz", + "integrity": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz", + "integrity": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz", + "integrity": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz", + "integrity": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz", + "integrity": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz", + "integrity": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.27.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.4.tgz", + "integrity": "sha512-Ni8mMtfo+o/G7DVtweXXV/Ol2TFf63KYjTtoZ5f078AUgJTmaIJnj4JFU7TK/9SVWTaSJGxPi5zMDgK4w+Ez7Q==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz", + "integrity": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz", + "integrity": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz", + "integrity": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@rollup/rollup-win32-x64-msvc": { "version": "4.21.2", "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz", @@ -6429,7 +6625,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "win32" @@ -23590,6 +23785,45 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz", + "integrity": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz", + "integrity": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz", + "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/rrweb-cssom": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", diff --git a/package.json b/package.json index 6d7281c48..482ef1392 100644 --- a/package.json +++ b/package.json @@ -117,6 +117,10 @@ "zod2md": "^0.1.3" }, "optionalDependencies": { + "@rollup/rollup-darwin-x64": "^4.0.0", + "@rollup/rollup-darwin-arm64": "^4.0.0", + "@rollup/rollup-linux-x64-gnu": "^4.0.0", + "@rollup/rollup-win32-x64-msvc": "^4.0.0", "@esbuild/darwin-arm64": "^0.19.12", "@nx/nx-darwin-arm64": "19.8.9", "@nx/nx-darwin-x64": "19.8.9", From 4b67055e140113b3445e53773db8e838d6baec92 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Tue, 26 Nov 2024 16:01:46 +0100 Subject: [PATCH 08/45] test: update integration test check to correspond with reduced lintFilePatterns --- packages/plugin-eslint/src/lib/nx.integration.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/plugin-eslint/src/lib/nx.integration.test.ts b/packages/plugin-eslint/src/lib/nx.integration.test.ts index 9bf799d26..17daf4e4b 100644 --- a/packages/plugin-eslint/src/lib/nx.integration.test.ts +++ b/packages/plugin-eslint/src/lib/nx.integration.test.ts @@ -92,8 +92,6 @@ describe('Nx helpers', () => { eslintrc: './packages/nx-plugin/.eslintrc.json', patterns: [ 'packages/nx-plugin/**/*.ts', - 'packages/nx-plugin/package.json', - 'packages/nx-plugin/generators.json', 'packages/nx-plugin/*.spec.ts', 'packages/nx-plugin/*.cy.ts', 'packages/nx-plugin/*.stories.ts', From 85575d6e8fbd5554fd22dea39d7ab32a6ac00486 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Tue, 26 Nov 2024 16:28:03 +0100 Subject: [PATCH 09/45] test: update e2e test check to include parallelism option --- .../tests/__snapshots__/plugin-create-nodes.e2e.test.ts.snap | 3 +++ e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts | 2 ++ 2 files changed, 5 insertions(+) diff --git a/e2e/nx-plugin-e2e/tests/__snapshots__/plugin-create-nodes.e2e.test.ts.snap b/e2e/nx-plugin-e2e/tests/__snapshots__/plugin-create-nodes.e2e.test.ts.snap index d1599c84c..66639fa2d 100644 --- a/e2e/nx-plugin-e2e/tests/__snapshots__/plugin-create-nodes.e2e.test.ts.snap +++ b/e2e/nx-plugin-e2e/tests/__snapshots__/plugin-create-nodes.e2e.test.ts.snap @@ -6,6 +6,7 @@ exports[`nx-plugin > should NOT add config targets dynamically if the project is "configurations": {}, "executor": "@code-pushup/nx-plugin:cli", "options": {}, + "parallelism": true, }, } `; @@ -18,6 +19,7 @@ exports[`nx-plugin > should add configuration target dynamically 1`] = ` "options": { "command": "nx g @code-pushup/nx-plugin:configuration --skipTarget --targetName="code-pushup" --project="my-lib"", }, + "parallelism": true, }, } `; @@ -28,6 +30,7 @@ exports[`nx-plugin > should add executor target dynamically if the project is co "configurations": {}, "executor": "@code-pushup/nx-plugin:cli", "options": {}, + "parallelism": true, }, } `; diff --git a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts index 163ba1a11..0ebe1142d 100644 --- a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts +++ b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts @@ -52,6 +52,7 @@ describe('nx-plugin', () => { options: { command: `nx g @code-pushup/nx-plugin:configuration --skipTarget --targetName="code-pushup" --project="${project}"`, }, + parallelism: true, }, }); @@ -158,6 +159,7 @@ describe('nx-plugin', () => { configurations: {}, executor: `@code-pushup/nx-plugin:cli`, options: {}, + parallelism: true, }, }); From c35f049815f94fee3331ebdfe3ff90460c14d050 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Thu, 28 Nov 2024 19:38:22 +0100 Subject: [PATCH 10/45] test: use fake cache for create-cli e2e --- e2e/create-cli-e2e/tests/init.e2e.test.ts | 30 ++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/e2e/create-cli-e2e/tests/init.e2e.test.ts b/e2e/create-cli-e2e/tests/init.e2e.test.ts index 9077d9b49..0521c44b9 100644 --- a/e2e/create-cli-e2e/tests/init.e2e.test.ts +++ b/e2e/create-cli-e2e/tests/init.e2e.test.ts @@ -10,7 +10,10 @@ import { } from '@code-pushup/test-utils'; import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils'; -describe('create-cli-inti', () => { +const fakeCacheFolderName = () => + `fake-cache-${new Date().toISOString().replace(/[:.]/g, '-')}`; + +describe('create-cli-init', () => { const workspaceRoot = join(E2E_ENVIRONMENTS_DIR, nxTargetProject()); const testFileDir = join(workspaceRoot, TEST_OUTPUT_DIR, 'init'); @@ -23,7 +26,12 @@ describe('create-cli-inti', () => { await createNpmWorkspace(cwd); const { code, stdout } = await executeProcess({ command: 'npm', - args: ['exec', '@code-pushup/create-cli'], + args: [ + 'exec', + '--yes', + `--cache=${fakeCacheFolderName()}`, + '@code-pushup/create-cli', + ], cwd, }); @@ -58,7 +66,12 @@ describe('create-cli-inti', () => { const { code, stdout } = await executeProcess({ command: 'npm', - args: ['init', '@code-pushup/cli'], + args: [ + 'init', + '--yes', + `--cache=${fakeCacheFolderName()}`, + '@code-pushup/cli', + ], cwd, }); @@ -87,13 +100,18 @@ describe('create-cli-inti', () => { ); }); - it('should produce an executable setup when running npm init', async () => { - const cwd = join(testFileDir, 'npm-init-executable'); + it('should produce an executable setup when running npm exec', async () => { + const cwd = join(testFileDir, 'npm-executable'); await createNpmWorkspace(cwd); await executeProcess({ command: 'npm', - args: ['init', '@code-pushup/cli'], + args: [ + 'exec', + '--yes', + `--cache=${fakeCacheFolderName()}`, + '@code-pushup/create-cli', + ], cwd, }); From f8844dd462e460f9c4a53bd2bb0527aacb081ac3 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 13:44:53 +0100 Subject: [PATCH 11/45] test: remove arbitrary nx output prefix to fix test after update --- e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts index 0ebe1142d..04d812674 100644 --- a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts +++ b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts @@ -76,7 +76,7 @@ describe('nx-plugin', () => { const cleanStdout = removeColorCodes(stdout); expect(cleanStdout).toContain( - `> NX Successfully ran target code-pushup--configuration for project ${project}`, + `Successfully ran target code-pushup--configuration for project ${project}`, ); await expect( readTextFile(join(cwd, projectRoot, 'code-pushup.config.ts')), @@ -187,7 +187,7 @@ describe('nx-plugin', () => { }, ], upload: { - server: 'http://staging.code-pushup.dev', + server: 'https://api.staging.code-pushup.dev/graphql', organization: 'code-pushup', apiKey: '12345678', }, From 3ff69158cc054ea549a9a4bfd3a80f81086c7125 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 15:06:21 +0100 Subject: [PATCH 12/45] build: switch to plain tsc instead of esbuild --- examples/plugins/project.json | 2 +- packages/ci/project.json | 2 +- packages/cli/project.json | 2 +- packages/core/project.json | 2 +- packages/create-cli/project.json | 4 ++-- packages/models/project.json | 2 +- packages/plugin-coverage/project.json | 2 +- packages/plugin-eslint/project.json | 2 +- packages/plugin-js-packages/project.json | 2 +- packages/plugin-lighthouse/project.json | 2 +- packages/utils/project.json | 2 +- testing/test-nx-utils/project.json | 2 +- testing/test-setup/project.json | 2 +- testing/test-utils/project.json | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/plugins/project.json b/examples/plugins/project.json index 540db1eb3..61aa47b0b 100644 --- a/examples/plugins/project.json +++ b/examples/plugins/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/examples/plugins", diff --git a/packages/ci/project.json b/packages/ci/project.json index b368a54e7..6043ff5a8 100644 --- a/packages/ci/project.json +++ b/packages/ci/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/ci", diff --git a/packages/cli/project.json b/packages/cli/project.json index 4449eead3..919787427 100644 --- a/packages/cli/project.json +++ b/packages/cli/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/cli", diff --git a/packages/core/project.json b/packages/core/project.json index d9b10a238..5419a5f4d 100644 --- a/packages/core/project.json +++ b/packages/core/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/core", diff --git a/packages/create-cli/project.json b/packages/create-cli/project.json index 3de664f25..280752d17 100644 --- a/packages/create-cli/project.json +++ b/packages/create-cli/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/create-cli", @@ -39,7 +39,7 @@ }, "exec-node": { "dependsOn": ["build"], - "command": "node ./dist/packages/create-cli/index.js", + "command": "node ./dist/packages/create-cli/src/index.js", "options": {} }, "exec-npm": { diff --git a/packages/models/project.json b/packages/models/project.json index b221be20d..246019102 100644 --- a/packages/models/project.json +++ b/packages/models/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/models", diff --git a/packages/plugin-coverage/project.json b/packages/plugin-coverage/project.json index 384776571..a3aeed4e2 100644 --- a/packages/plugin-coverage/project.json +++ b/packages/plugin-coverage/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/plugin-coverage", diff --git a/packages/plugin-eslint/project.json b/packages/plugin-eslint/project.json index 38b5698d0..b5c9d05c3 100644 --- a/packages/plugin-eslint/project.json +++ b/packages/plugin-eslint/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/plugin-eslint", diff --git a/packages/plugin-js-packages/project.json b/packages/plugin-js-packages/project.json index 7a7a38eab..4b64b9aa5 100644 --- a/packages/plugin-js-packages/project.json +++ b/packages/plugin-js-packages/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/plugin-js-packages", diff --git a/packages/plugin-lighthouse/project.json b/packages/plugin-lighthouse/project.json index f58622ae5..4b4df9209 100644 --- a/packages/plugin-lighthouse/project.json +++ b/packages/plugin-lighthouse/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/plugin-lighthouse", diff --git a/packages/utils/project.json b/packages/utils/project.json index 5b385f317..bad2330f0 100644 --- a/packages/utils/project.json +++ b/packages/utils/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/packages/utils", diff --git a/testing/test-nx-utils/project.json b/testing/test-nx-utils/project.json index 72d84d1c7..adce84992 100644 --- a/testing/test-nx-utils/project.json +++ b/testing/test-nx-utils/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/testing/test-nx-utils", diff --git a/testing/test-setup/project.json b/testing/test-setup/project.json index 60f5cbd40..5684b1bf4 100644 --- a/testing/test-setup/project.json +++ b/testing/test-setup/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/testing/test-setup", diff --git a/testing/test-utils/project.json b/testing/test-utils/project.json index 93271a696..3dc97d4ed 100644 --- a/testing/test-utils/project.json +++ b/testing/test-utils/project.json @@ -5,7 +5,7 @@ "projectType": "library", "targets": { "build": { - "executor": "@nx/esbuild:esbuild", + "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/testing/test-utils", From f6ef55f7bc801265c13e82eb8516cfb63f0d5fbe Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 15:07:40 +0100 Subject: [PATCH 13/45] build: update to latest minor nx version --- package-lock.json | 365 ++++++++++++++++++++++++++-------------------- package.json | 18 +-- 2 files changed, 214 insertions(+), 169 deletions(-) diff --git a/package-lock.json b/package-lock.json index 908d96b93..50ba251c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.8.9", + "@nx/devkit": "19.8.13", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", @@ -23,7 +23,7 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.8.9", + "nx": "19.8.13", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", @@ -42,13 +42,13 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.9", - "@nx/eslint-plugin": "19.8.9", - "@nx/js": "19.8.9", - "@nx/plugin": "19.8.9", - "@nx/react": "19.8.9", - "@nx/vite": "19.8.9", - "@nx/workspace": "19.8.9", + "@nx/esbuild": "19.8.13", + "@nx/eslint-plugin": "19.8.13", + "@nx/js": "19.8.13", + "@nx/plugin": "19.8.13", + "@nx/react": "19.8.13", + "@nx/vite": "19.8.13", + "@nx/workspace": "19.8.13", "@push-based/nx-verdaccio": "0.0.0-alpha.26", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", @@ -4718,73 +4718,73 @@ } }, "node_modules/@nrwl/devkit": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.9.tgz", - "integrity": "sha512-BCHdLzoySEg5HxWOWfcp/CEnUyVss66CBNlfdG1xAvQjDb6DfYRpeT9YUUmS+DddLHCDfI9uutbzW08tdv7/tA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.13.tgz", + "integrity": "sha512-M7QhASAczxZWgVbHPdG5XLJ3Xg/frNNC3Op5BxThe3L4dBblFWpAAAgqxhwVLxbkgxdsfp+HDFnFzHRfAp1DCQ==", "dependencies": { - "@nx/devkit": "19.8.9" + "@nx/devkit": "19.8.13" } }, "node_modules/@nrwl/esbuild": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.9.tgz", - "integrity": "sha512-2veKJqNF01w2j/C03QBvYp1hOdE8QwTSM8tWM8tZ+tYT6dszSvEOFmrpR3l09xQC0G1hYis/crraWo+EgQctrg==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.13.tgz", + "integrity": "sha512-SkRTr64l7j4ouMfV/HK4HOCTVmIXjHkp44OxNVHwPw/rlnVKNs1vjoJkGY84+2qplE/teSDnFZKxM8m9EB9xOA==", "dev": true, "dependencies": { - "@nx/esbuild": "19.8.9" + "@nx/esbuild": "19.8.13" } }, "node_modules/@nrwl/eslint-plugin-nx": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.9.tgz", - "integrity": "sha512-WRvfEIVdLk2/TyTzURZXze4epEEiW/2mSP+89eSJve49ztWQ2OJZXxC0ZjAdLhCNbu2jYObb2PThyBe10GAMTA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.13.tgz", + "integrity": "sha512-U9iDSGN0dkJq/vM1jCTrZk/n68wGoyzo9rWpdBCJd33IIE6PofiEoqVls6u9t586PI38jWDE1/agCbFCPEYDvw==", "dev": true, "dependencies": { - "@nx/eslint-plugin": "19.8.9" + "@nx/eslint-plugin": "19.8.13" } }, "node_modules/@nrwl/jest": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.8.9.tgz", - "integrity": "sha512-2kJn7MN2b7sATRlzqPrxzS6oP/Fgm+EZwEepQSmEs9B5NTEp7gkFGepSt6jO6EX5JIgu8GoEQEBRNKeUVYYwgw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-19.8.13.tgz", + "integrity": "sha512-JDi0WFhhyRA8PQv3p0Dz0ASetAzIR8SL4v4ho2Q3zZxGuCz7wqmWopSvKorJYKUWQ/YYUlGG+3TTl2pVZ4K15A==", "dev": true, "dependencies": { - "@nx/jest": "19.8.9" + "@nx/jest": "19.8.13" } }, "node_modules/@nrwl/js": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.8.9.tgz", - "integrity": "sha512-6mK/xUxzQnHBd/sp17QXbxbhPe4Vwc4eeDNm9uVAlElYlet31OruA6tQ89ex0JEuMfh8f2w4URybkySyDMSfbQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-19.8.13.tgz", + "integrity": "sha512-K7siaowQaE1glvdEdeV0pz2l9GPEKhBwgRopMBARq4xCd/rd8aq7Bi9srx6yt4aVsuzRkSY2GdiFf3p4TtzVIg==", "dev": true, "dependencies": { - "@nx/js": "19.8.9" + "@nx/js": "19.8.13" } }, "node_modules/@nrwl/nx-plugin": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.8.9.tgz", - "integrity": "sha512-d7dIRkZTUQljdypvPVT1tB28K6jolQtVM2RHrg6Z7HU8DbT7pJkBnj/Fxwetn6ZUrGtwp30NdgoCHgLUaeFxjw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/nx-plugin/-/nx-plugin-19.8.13.tgz", + "integrity": "sha512-9bTJe5FbtZt98MZPwQXFpQsyoOFBLdh17QPI/H+uaiA9ZB7fbRaTiFUF4iS7zC6C/fMJY3uIRXNv+JFiU16nNw==", "dev": true, "dependencies": { - "@nx/plugin": "19.8.9" + "@nx/plugin": "19.8.13" } }, "node_modules/@nrwl/react": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.8.9.tgz", - "integrity": "sha512-SzOjPEtTYVGD9waKGXaNpscuZUkYXPodKjVEaSxHodt3yQDiKnZe1aEdV+rNrBZ5DLmk6etA28jQamSQIv+mtQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/react/-/react-19.8.13.tgz", + "integrity": "sha512-UZkePxApI8AxXaZ+jbu8F+vcTDsegrLRMLAqKWTaUwh67gl5i50iRL7Woi1+vd6gl0kKhowUDlKIDOG5rXn6kQ==", "dev": true, "dependencies": { - "@nx/react": "19.8.9" + "@nx/react": "19.8.13" } }, "node_modules/@nrwl/tao": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.9.tgz", - "integrity": "sha512-WjtYl1t0K/WX52QRW1Oag4MfDigcYgpL/at69nLX3ugGh/FSzh8OBpQOYXaYv23KSuiDWyZLpv1pHrq4a2U5Vg==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.13.tgz", + "integrity": "sha512-IhVvo6GMyR1AjDETZxEL29ox75ARiXx8ao5tBxZKgQgGM1vpkkkYQkKJEP6jFYPBKYA7rEYnSkXi1tBrhwBbGQ==", "dependencies": { - "nx": "19.8.9", + "nx": "19.8.13", "tslib": "^2.3.0" }, "bin": { @@ -4792,38 +4792,38 @@ } }, "node_modules/@nrwl/vite": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.8.9.tgz", - "integrity": "sha512-JyrzbVPow/KJGSV8QOZGGKSdjhag9hczn7qJ2r2WucIPOPwenloG79rsZvs2eCcmgMkwcfRdZ1vPqAzQOR/yWQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/vite/-/vite-19.8.13.tgz", + "integrity": "sha512-CYpgEJ0Nk9IU+Byzr5LzqpuWR9tGazDxUQfPDv631EHJ01KK0bpOXcU9vuzHOrLyUOuNP7x9O1WOVjNXt9crqg==", "dev": true, "dependencies": { - "@nx/vite": "19.8.9" + "@nx/vite": "19.8.13" } }, "node_modules/@nrwl/web": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.8.9.tgz", - "integrity": "sha512-M2vuGJcgQiC5PFAwkuacMJF8vTjwHu1zmlLAvKFccX2ZVIXiawkl0bGMiD4NkXAjiKQs9wjyXyrUyKRIbtttpA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/web/-/web-19.8.13.tgz", + "integrity": "sha512-q4tbWyTzJq/SkXizzXs7S/0tVa2P8dP4BiCTYlxbim6l6zNiZlHI8p03q6uBUjjS7nCsdeyAj8HwhLlYARCHFw==", "dev": true, "dependencies": { - "@nx/web": "19.8.9" + "@nx/web": "19.8.13" } }, "node_modules/@nrwl/workspace": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.8.9.tgz", - "integrity": "sha512-pFeqIX00F4K9+WVyrTo0Ap2cyM8DQ68BPHI6qUnYXjR9RiRWD8xOCrSoAyZ/57WFgQ9DzlAtZMk8FhQOLvzAHw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-19.8.13.tgz", + "integrity": "sha512-NT9bnVx4GR1H7NyO7b043G2PeEa+9LKrZvjpHCop1nxuOeFiFv48Y/o6Msl2oFDFF4/sAo5XcqgEv6PE2EoncA==", "dev": true, "dependencies": { - "@nx/workspace": "19.8.9" + "@nx/workspace": "19.8.13" } }, "node_modules/@nx/devkit": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.9.tgz", - "integrity": "sha512-jrt1RwVoI7Dh6AhWrOIThwXBawdNu360D/6Oeqfjx4PQFiTWTI9uo9d6+tF0VuRHwekR+EEIRxUh9zhbC4YD9Q==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.13.tgz", + "integrity": "sha512-CoLDFhKGHmark+ZHBXauZLcFynA0JFg5e2+SPNWBZgmsba/KY2ffd7V6P7IGbG8sGgZLZtZliiaRpHVk7cge9g==", "dependencies": { - "@nrwl/devkit": "19.8.9", + "@nrwl/devkit": "19.8.13", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -4852,14 +4852,14 @@ } }, "node_modules/@nx/esbuild": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.9.tgz", - "integrity": "sha512-sWpzjB81dN4n37CmGRDILgn4tGkCHSsaotrlgYlfqf4TNeQm09mFdRUa24b9aSL24tgl0+CIzXoe4lRssyuU8g==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.13.tgz", + "integrity": "sha512-UILV0ytjtZ7yF0U2hAaifOLeYak+oW2dXeP8yhAXFYbNE/kr80WxET8Zf+OI3nivIdXIjxjwE+VLkECqEY6FVQ==", "dev": true, "dependencies": { - "@nrwl/esbuild": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/esbuild": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", "fast-glob": "3.2.7", "picocolors": "^1.1.0", "tsconfig-paths": "^4.1.2", @@ -4938,14 +4938,14 @@ } }, "node_modules/@nx/eslint": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.9.tgz", - "integrity": "sha512-Nf/CnRFi8OzPHBLUnVaPtUItr5jkPgL51512JWZDPLzMLgpLfE54gsaX+9PtZqpjxJR6PcfYsxy5E+1+3SQM7g==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.13.tgz", + "integrity": "sha512-t0iI921sw1wHhrIitDMLYhMD+RjRSQtdJc1ksbdXDSdUW1TpZ3q1KMHg3vJLKZFNHQAsxR4/Iqwj1WwqaF5Dfw==", "dev": true, "dependencies": { - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", - "@nx/linter": "19.8.9", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", + "@nx/linter": "19.8.13", "semver": "^7.5.3", "tslib": "^2.3.0", "typescript": "~5.4.2" @@ -4961,15 +4961,15 @@ } }, "node_modules/@nx/eslint-plugin": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.8.9.tgz", - "integrity": "sha512-xU7NV8nPi2UTUpfzj4gKOPwVyyCkUmiSH0LB2dSI7U6rQZZGItYCH37iG/PujChoGUbAccE0+ANkVlEVj3qUvQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-19.8.13.tgz", + "integrity": "sha512-VzsfySQ4nIXSOERNdAKFbSllDI8x8RdDDxcqG6WTpQrkb4fzg2yWZqkyeIluurdiciP4658+czH7LNHGZMuWHw==", "dev": true, "dependencies": { "@eslint/compat": "^1.1.1", - "@nrwl/eslint-plugin-nx": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/eslint-plugin-nx": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", "@typescript-eslint/type-utils": "^8.0.0", "@typescript-eslint/utils": "^8.0.0", "chalk": "^4.1.0", @@ -5585,16 +5585,16 @@ } }, "node_modules/@nx/jest": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.8.9.tgz", - "integrity": "sha512-qGC71ZIqFD+jrSc9/09A1qexcgKe9iSUMEXgRZU7Xb8iISqN9wXQZBKWEnTOmhSM5+mBsAuy51bxvsuZ4kmHdw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/jest/-/jest-19.8.13.tgz", + "integrity": "sha512-LV3Ranbm79O+Hxs4KyHzmX70TELBwip7LA70ZSAMCA4h03PYuCixq3Q5CNXPJaFTDiPewx+wIl2Ntzu04E8niA==", "dev": true, "dependencies": { "@jest/reporters": "^29.4.1", "@jest/test-result": "^29.4.1", - "@nrwl/jest": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/jest": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", "@phenomnomnominal/tsquery": "~5.0.1", "chalk": "^4.1.0", "identity-obj-proxy": "3.0.0", @@ -5694,9 +5694,9 @@ } }, "node_modules/@nx/js": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.8.9.tgz", - "integrity": "sha512-ojoIiD145AuGOrxi40B3nmMxd5S8STvTIu9upymQnF+Tkvf3KDDoOQDVaUEpLcKM3zMf65bPXfSOpsNms2NRdQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-19.8.13.tgz", + "integrity": "sha512-8xQRKp8dBQp/2TPn35tbzAgDk7qqBIfqy0780G4x8TmgI41Iu6oUqYe4tvZRxWnLKwFnjPCG30bTJ4Ak0w+B+A==", "dev": true, "dependencies": { "@babel/core": "^7.23.2", @@ -5706,9 +5706,9 @@ "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.22.5", "@babel/runtime": "^7.22.6", - "@nrwl/js": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/workspace": "19.8.9", + "@nrwl/js": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/workspace": "19.8.13", "babel-plugin-const-enum": "^1.0.1", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-typescript-metadata": "^0.3.1", @@ -5888,12 +5888,12 @@ } }, "node_modules/@nx/linter": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.8.9.tgz", - "integrity": "sha512-5c/WXYKxzldNrMg0bte2yLhUi8XZZDuVab8eRpRDPPbWucy/sdG/WpM0LYnmb04KX3cYCZZ9QUTLClbwwBXLHQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/linter/-/linter-19.8.13.tgz", + "integrity": "sha512-byplBa+OTrSdqC02Ii1B4XVVWkPnP6Jk84Dn0zt7eOYbUGUhMMRjY1p9cLpSPdSaXq5h8BlR/1QzHarQAK7+8A==", "dev": true, "dependencies": { - "@nx/eslint": "19.8.9" + "@nx/eslint": "19.8.13" } }, "node_modules/@nx/nx-darwin-arm64": { @@ -5927,9 +5927,9 @@ } }, "node_modules/@nx/nx-freebsd-x64": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.9.tgz", - "integrity": "sha512-nP43Bi5kJHik+UCAt5xB247a3Pq4zBIeCPnbvW6J3095lqnCrfp1msZMRftouapI15HE3kNjEcJut/R2iPSLQQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.8.13.tgz", + "integrity": "sha512-UUfMQyn59pl0gHV8iqn+dYPPlM0jC5SzTN0wsK83h5fzvi87iAAgnDlf9uwElj4Sjadg+gqAWi2foT9nxX+Tfg==", "cpu": [ "x64" ], @@ -5942,9 +5942,9 @@ } }, "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.9.tgz", - "integrity": "sha512-TrAGTKyoSRSFN1DdxobtwcusZnjNxpRAurELQmjYjXPt+DqKcXVajaM//Tz1snDIQ/8/pl9idBwkEBGbjHKC1g==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.8.13.tgz", + "integrity": "sha512-vXae2CHBInpWXdLrI/4HFQXoilOvUiQr7/b859V4tf6Zgg9GRIraxvTMR5TBH7xv9cPzEK9845gx46BQTiik/A==", "cpu": [ "arm" ], @@ -5957,9 +5957,9 @@ } }, "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.9.tgz", - "integrity": "sha512-vNKr+Rs8iU0L131ZLx/k0zTlblCfgbC02LNgTkiHnzpfQ1gV3BCmTl/UMUGZCwOB/qiI+BxlQJanaUGpdQOVPg==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.8.13.tgz", + "integrity": "sha512-c86YY7oe/8jo1eOKe0x6zvLn9yERL+Pc2WnkGfvcIb48NGNfUbxuzgPss6ywCg4zNN1LCenmVvU0/NFV9b/YwQ==", "cpu": [ "arm64" ], @@ -5972,9 +5972,9 @@ } }, "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.9.tgz", - "integrity": "sha512-9QwutzSfjjQZxRKsMj7E31QPRl4Xyqbv6V5V/+1BLEtXI4JTETZGjQPLp/9DsTeHHnwxGHTNfDmRC8F6/C7fzA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.8.13.tgz", + "integrity": "sha512-VQSY5nhtUc6bfTAl1jYPuB0CdwppSee84wxT1QtXxmPzg/6QCat7ulesZOES6UQzXVSsIKInJH4KKWQ0mFwM+A==", "cpu": [ "arm64" ], @@ -6002,9 +6002,9 @@ } }, "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.9.tgz", - "integrity": "sha512-/YGXTIo77lC5Mc9vrnD9Bi5IS/csiz2f+CB8ofhEZWWYcJ268JQQ/WUXM0EYbmmiDyVZVICWAuOVp3da84taLw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.8.13.tgz", + "integrity": "sha512-PcZXN2acZ/KJLAnmVt1++qucOVamXXl4/tjVVhXD6X5mCRtyGBcO+JL7/pcaIRGuut50yEY/QHxWVA+n7Ii2Yg==", "cpu": [ "x64" ], @@ -6017,9 +6017,9 @@ } }, "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.9.tgz", - "integrity": "sha512-f0/gMZ2ZezIR0Kncdhpoc2Jzi72fAxG1SPMn3TuZEzfMxzWm+sG2VXUF1fG51rhwPWCWHQr5dPjBBO4WqSoX7w==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.8.13.tgz", + "integrity": "sha512-WAtlfBggfW0MTbsaBhTyfnm1Iap+auAKpEusiFoSIhXp5Xqnvs+Zfdz8Ep3Ilc0BKIhyfyaWABJaU7QhRjYGKg==", "cpu": [ "arm64" ], @@ -6032,9 +6032,9 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.9.tgz", - "integrity": "sha512-5QqW03r1ChEE3NYClzGFuZeg0+1OAce4Sy7VShYUA4IWW1I2ryYeKKSW87tJKFJUhIAUxzSK0kZLmvoC8Javxw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.8.13.tgz", + "integrity": "sha512-CLWmTRUYl7EtIu22d9Y9qpMdPOVPdh4BFmYpCa5Q+E0pk9Edd+EcQYMR0pgz8KDgbOBmRFGCr7CETVOAeTKzCw==", "cpu": [ "x64" ], @@ -6047,31 +6047,31 @@ } }, "node_modules/@nx/plugin": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.8.9.tgz", - "integrity": "sha512-nF01cAT3nSZEhiJyc81ykm8gGkJ9qG0dSvgvoL5ORu6DvlWpZaIGyH08uUWSOIFsmignIh7EqAIcgInqJ2kmoA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/plugin/-/plugin-19.8.13.tgz", + "integrity": "sha512-46G4QqKO7TMiT9UXR7czcmY2mmGZ/rqHHh5pG9t8LqRu34JnWjRiI7qTUXoop81lYK+9z7kUKZSWXfbOeVGbpg==", "dev": true, "dependencies": { - "@nrwl/nx-plugin": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/eslint": "19.8.9", - "@nx/jest": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/nx-plugin": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/eslint": "19.8.13", + "@nx/jest": "19.8.13", + "@nx/js": "19.8.13", "tslib": "^2.3.0" } }, "node_modules/@nx/react": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.8.9.tgz", - "integrity": "sha512-i+fD4p17IZW7wzwqc1tMANvJMP5wc3fciZ3IkPHosfBMmlKyWuiyaEmcqIClsg/0LwWt5urqdGG2Cw8OvKFgJA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/react/-/react-19.8.13.tgz", + "integrity": "sha512-Wb1dbsGuQdJgfwcQsu84BrqsKKjmnqBV197Lk79QvP2LztmLj7OJE1xeZagZ/bWw0bpcs1y5uwpWUNrzp5dY2g==", "dev": true, "dependencies": { "@module-federation/enhanced": "~0.6.0", - "@nrwl/react": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/eslint": "19.8.9", - "@nx/js": "19.8.9", - "@nx/web": "19.8.9", + "@nrwl/react": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/eslint": "19.8.13", + "@nx/js": "19.8.13", + "@nx/web": "19.8.13", "@phenomnomnominal/tsquery": "~5.0.1", "@svgr/webpack": "^8.0.1", "express": "^4.19.2", @@ -6098,14 +6098,14 @@ } }, "node_modules/@nx/vite": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.8.9.tgz", - "integrity": "sha512-P6duRF2IdmFZWeQWbhp0lwI5423y7ADraLo0YRUj5mj86hEtZke/2jbXa11xy95zehdKsdOZh0E3dHOUMPADyw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/vite/-/vite-19.8.13.tgz", + "integrity": "sha512-ke7xktDrPVuwjjSQ9gRgEV4Q5FVOOdJX0JKNkdhHn4e9wkpIw6WRndF7nX4Gb8Kxj/w/C40PXV3A2WzWh7OOiw==", "dev": true, "dependencies": { - "@nrwl/vite": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/vite": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", "@phenomnomnominal/tsquery": "~5.0.1", "@swc/helpers": "~0.5.0", "enquirer": "~2.3.6", @@ -6133,14 +6133,14 @@ } }, "node_modules/@nx/web": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.8.9.tgz", - "integrity": "sha512-78GMQwu1xUb0vzIgfB9Gal4G9i0Zuaxg5NyTvxIgArMyXLa5TKc4nqkcOy1cfAwtRsbQVG8dYtWgdCHQEIld2A==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/web/-/web-19.8.13.tgz", + "integrity": "sha512-JtOC0sAqauvaE14yFG9fUE+80etYTqg66/Hldl3H9jKxBmc2i3acrBZe2SyZUkaeJvw/8EQJaX1SMmr+rlilGg==", "dev": true, "dependencies": { - "@nrwl/web": "19.8.9", - "@nx/devkit": "19.8.9", - "@nx/js": "19.8.9", + "@nrwl/web": "19.8.13", + "@nx/devkit": "19.8.13", + "@nx/js": "19.8.13", "detect-port": "^1.5.1", "http-server": "^14.1.0", "picocolors": "^1.1.0", @@ -6148,16 +6148,16 @@ } }, "node_modules/@nx/workspace": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.8.9.tgz", - "integrity": "sha512-XLCvMXkWruL1fW2qeXaOctZXp1BjioEu49/zL6Bb4K1flK/k4RdjomusFbCznUfW6QIq5g4NaT7bTcDvLZz8Xw==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-19.8.13.tgz", + "integrity": "sha512-sC6z7hDwFy8+g9EWOVgPlczqHkctQn/QVrwOtaxqGRfzAOvNoKE3qC24Lgk39vYZEnMERtR4D/4hYnb4KWicFw==", "dev": true, "dependencies": { - "@nrwl/workspace": "19.8.9", - "@nx/devkit": "19.8.9", + "@nrwl/workspace": "19.8.13", + "@nx/devkit": "19.8.13", "chalk": "^4.1.0", "enquirer": "~2.3.6", - "nx": "19.8.9", + "nx": "19.8.13", "tslib": "^2.3.0", "yargs-parser": "21.1.1" } @@ -21630,13 +21630,13 @@ "dev": true }, "node_modules/nx": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.9.tgz", - "integrity": "sha512-BiyEF2ycnk1KAa0ajmI1gUpyOvEKQGDDh2mQm+lXOMVtN5G+7Hy5u0aL/oQRxwSE9BUee0ldBpKVG3723Zx8oA==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.13.tgz", + "integrity": "sha512-qAoL/Qpc+1l/5UshAXyB8m27yCY0Tzol/udJhc1kD7Dt6yg8Ngxgi1ZtTmJn6yaLDOsW+oteatQPMtqsk8Lkdg==", "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.8.9", + "@nrwl/tao": "19.8.13", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -21675,16 +21675,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.8.9", - "@nx/nx-darwin-x64": "19.8.9", - "@nx/nx-freebsd-x64": "19.8.9", - "@nx/nx-linux-arm-gnueabihf": "19.8.9", - "@nx/nx-linux-arm64-gnu": "19.8.9", - "@nx/nx-linux-arm64-musl": "19.8.9", - "@nx/nx-linux-x64-gnu": "19.8.9", - "@nx/nx-linux-x64-musl": "19.8.9", - "@nx/nx-win32-arm64-msvc": "19.8.9", - "@nx/nx-win32-x64-msvc": "19.8.9" + "@nx/nx-darwin-arm64": "19.8.13", + "@nx/nx-darwin-x64": "19.8.13", + "@nx/nx-freebsd-x64": "19.8.13", + "@nx/nx-linux-arm-gnueabihf": "19.8.13", + "@nx/nx-linux-arm64-gnu": "19.8.13", + "@nx/nx-linux-arm64-musl": "19.8.13", + "@nx/nx-linux-x64-gnu": "19.8.13", + "@nx/nx-linux-x64-musl": "19.8.13", + "@nx/nx-win32-arm64-msvc": "19.8.13", + "@nx/nx-win32-x64-msvc": "19.8.13" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -21699,6 +21699,51 @@ } } }, + "node_modules/nx/node_modules/@nx/nx-darwin-arm64": { + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.13.tgz", + "integrity": "sha512-3kfEkIxqug7q3vsGvqtR4Nz5TYF2T02BXtuD0ML9xbGDfbksNrRp2c0xjPbnyvJtOdgmtx0wcguwUrm+S3uiHw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-darwin-x64": { + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.13.tgz", + "integrity": "sha512-BXiegV6ZV/9ma31R1Kgh8CBglr3C96aBcssOSX6w91bUO08XfirLLMPQ8BpRc9AF/IGt3Y1gYRLOdHcibi36QQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.13.tgz", + "integrity": "sha512-w8F7yGuUOA+VDIf5K05e4tIExKEIuhPNS/qTea+iagdWnnnmqEm+EJpiXrf9L6TSMUxu2GgDI03DVuBck7oUgw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/package.json b/package.json index 482ef1392..503f85de3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@code-pushup/portal-client": "^0.9.0", "@isaacs/cliui": "^8.0.2", - "@nx/devkit": "19.8.9", + "@nx/devkit": "19.8.13", "@poppinss/cliui": "^6.4.1", "@swc/helpers": "0.5.13", "ansis": "^3.3.2", @@ -35,7 +35,7 @@ "lighthouse": "^12.0.0", "lighthouse-logger": "2.0.1", "multi-progress-bars": "^5.0.3", - "nx": "19.8.9", + "nx": "19.8.13", "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", @@ -54,13 +54,13 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.9", - "@nx/eslint-plugin": "19.8.9", - "@nx/js": "19.8.9", - "@nx/plugin": "19.8.9", - "@nx/react": "19.8.9", - "@nx/vite": "19.8.9", - "@nx/workspace": "19.8.9", + "@nx/esbuild": "19.8.13", + "@nx/eslint-plugin": "19.8.13", + "@nx/js": "19.8.13", + "@nx/plugin": "19.8.13", + "@nx/react": "19.8.13", + "@nx/vite": "19.8.13", + "@nx/workspace": "19.8.13", "@push-based/nx-verdaccio": "0.0.0-alpha.26", "@swc-node/register": "1.9.2", "@swc/cli": "0.3.14", From ce86ee7396494078def7ee4b6ff10390f5bead2e Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 15:08:28 +0100 Subject: [PATCH 14/45] build: get rid of explicit main as tsc executor will fill it out --- packages/ci/package.json | 1 - packages/cli/package.json | 4 +--- packages/core/package.json | 1 - packages/create-cli/package.json | 1 - packages/models/package.json | 1 - packages/plugin-coverage/package.json | 1 - packages/plugin-eslint/package.json | 1 - packages/plugin-js-packages/package.json | 1 - packages/plugin-lighthouse/package.json | 1 - packages/utils/package.json | 1 - 10 files changed, 1 insertion(+), 12 deletions(-) diff --git a/packages/ci/package.json b/packages/ci/package.json index 63bd3e0f7..d07744f2d 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -25,7 +25,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index d213fd2af..ada2edc50 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -38,10 +38,8 @@ "access": "public" }, "type": "module", - "main": "./index.js", - "types": "./src/index.d.ts", "bin": { - "code-pushup": "index.js" + "code-pushup": "./src/index.js" }, "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/core/package.json b/packages/core/package.json index 5bb1f2270..fce136d68 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,7 +38,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/create-cli/package.json b/packages/create-cli/package.json index 66295c0da..af7b26537 100644 --- a/packages/create-cli/package.json +++ b/packages/create-cli/package.json @@ -25,7 +25,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/nx-plugin": "0.56.0", diff --git a/packages/models/package.json b/packages/models/package.json index c70d5c38f..d3edfced6 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -26,7 +26,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "zod": "^3.22.1", diff --git a/packages/plugin-coverage/package.json b/packages/plugin-coverage/package.json index f5fd80a07..c87ed2d04 100644 --- a/packages/plugin-coverage/package.json +++ b/packages/plugin-coverage/package.json @@ -33,7 +33,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/plugin-eslint/package.json b/packages/plugin-eslint/package.json index 7a16c1b21..85991b15d 100644 --- a/packages/plugin-eslint/package.json +++ b/packages/plugin-eslint/package.json @@ -37,7 +37,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/utils": "0.56.0", diff --git a/packages/plugin-js-packages/package.json b/packages/plugin-js-packages/package.json index 61c0e1a4c..326578687 100644 --- a/packages/plugin-js-packages/package.json +++ b/packages/plugin-js-packages/package.json @@ -36,7 +36,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/plugin-lighthouse/package.json b/packages/plugin-lighthouse/package.json index 583b52b02..5eccaeb69 100644 --- a/packages/plugin-lighthouse/package.json +++ b/packages/plugin-lighthouse/package.json @@ -35,7 +35,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index f80a79cca..e8573302e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -23,7 +23,6 @@ "access": "public" }, "type": "module", - "main": "./index.js", "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", From 7f4b01d2d18b142401e8b693d43070823a202129 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 15:11:02 +0100 Subject: [PATCH 15/45] build: remove esbuild file from project configs --- esbuild.config.js | 57 ------------------------ examples/plugins/project.json | 3 +- packages/ci/project.json | 3 +- packages/cli/project.json | 3 +- packages/core/project.json | 3 +- packages/create-cli/project.json | 3 +- packages/models/project.json | 3 +- packages/plugin-coverage/project.json | 3 +- packages/plugin-eslint/project.json | 3 +- packages/plugin-js-packages/project.json | 3 +- packages/plugin-lighthouse/project.json | 3 +- packages/utils/project.json | 3 +- testing/test-nx-utils/project.json | 3 +- testing/test-setup/project.json | 3 +- testing/test-utils/project.json | 3 +- 15 files changed, 14 insertions(+), 85 deletions(-) delete mode 100644 esbuild.config.js diff --git a/esbuild.config.js b/esbuild.config.js deleted file mode 100644 index a41c78d51..000000000 --- a/esbuild.config.js +++ /dev/null @@ -1,57 +0,0 @@ -const { exec } = require('node:child_process'); -const { promisify } = require('node:util'); - -const { createProjectGraphAsync } = require('@nx/devkit'); - -const { NX_TASK_TARGET_PROJECT, NX_TASK_TARGET_TARGET } = process.env; -if (!NX_TASK_TARGET_PROJECT) { - throw new Error('Missing NX_TASK_TARGET_PROJECT environment variable'); -} -if (!NX_TASK_TARGET_TARGET) { - throw new Error('Missing NX_TASK_TARGET_TARGET environment variable'); -} - -const getNxProject = async () => { - const graph = await createProjectGraphAsync(); - return graph.nodes[NX_TASK_TARGET_PROJECT]; -}; - -/** - * @param {import('@nx/devkit').ProjectGraphProjectNode} project - * @returns {import('@nx/esbuild/src/executors/esbuild/schema').EsBuildExecutorOptions} - */ -const getESBuildExecutorOptions = project => { - const target = project.data.targets[NX_TASK_TARGET_TARGET]; - if (target.executor !== '@nx/esbuild:esbuild') { - throw new Error( - `Unexpected ${target.executor} executor for ${NX_TASK_TARGET_TARGET} target, expected @nx/esbuild:esbuild`, - ); - } - return target.options; -}; - -/** @type {import('esbuild').BuildOptions} */ -module.exports = { - plugins: [ - { - name: 'TypeScriptDeclarations', - setup(build) { - build.onEnd(async result => { - if (result.errors.length > 0) return; - - const project = await getNxProject(); - const { tsConfig } = getESBuildExecutorOptions(project); - - try { - await promisify(exec)( - `npx tsc --emitDeclarationOnly --project ${tsConfig} --outDir dist`, - ); - } catch (err) { - console.error(err); - throw err; - } - }); - }, - }, - ], -}; diff --git a/examples/plugins/project.json b/examples/plugins/project.json index 61aa47b0b..c939f536f 100644 --- a/examples/plugins/project.json +++ b/examples/plugins/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/examples/plugins", "main": "examples/plugins/src/index.ts", "tsConfig": "examples/plugins/tsconfig.lib.json", - "assets": ["examples/plugins/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["examples/plugins/*.md"] } }, "lint": { diff --git a/packages/ci/project.json b/packages/ci/project.json index 6043ff5a8..3dabfdfac 100644 --- a/packages/ci/project.json +++ b/packages/ci/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/ci", "main": "packages/ci/src/index.ts", "tsConfig": "packages/ci/tsconfig.lib.json", - "assets": ["packages/ci/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/ci/*.md"] } }, "lint": { diff --git a/packages/cli/project.json b/packages/cli/project.json index 919787427..ad1330e08 100644 --- a/packages/cli/project.json +++ b/packages/cli/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/cli", "main": "packages/cli/src/index.ts", "tsConfig": "packages/cli/tsconfig.lib.json", - "assets": ["packages/cli/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/cli/*.md"] } }, "lint": { diff --git a/packages/core/project.json b/packages/core/project.json index 5419a5f4d..0236cb78e 100644 --- a/packages/core/project.json +++ b/packages/core/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/core", "main": "packages/core/src/index.ts", "tsConfig": "packages/core/tsconfig.lib.json", - "assets": ["packages/core/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/core/*.md"] } }, "lint": { diff --git a/packages/create-cli/project.json b/packages/create-cli/project.json index 280752d17..52a213363 100644 --- a/packages/create-cli/project.json +++ b/packages/create-cli/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/create-cli", "main": "packages/create-cli/src/index.ts", "tsConfig": "packages/create-cli/tsconfig.lib.json", - "assets": ["packages/create-cli/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/create-cli/*.md"] } }, "lint": { diff --git a/packages/models/project.json b/packages/models/project.json index 246019102..dfeb3e2d2 100644 --- a/packages/models/project.json +++ b/packages/models/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/models", "main": "packages/models/src/index.ts", "tsConfig": "packages/models/tsconfig.lib.json", - "assets": ["packages/models/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/models/*.md"] } }, "lint": { diff --git a/packages/plugin-coverage/project.json b/packages/plugin-coverage/project.json index a3aeed4e2..5c33144ff 100644 --- a/packages/plugin-coverage/project.json +++ b/packages/plugin-coverage/project.json @@ -12,8 +12,7 @@ "main": "packages/plugin-coverage/src/index.ts", "tsConfig": "packages/plugin-coverage/tsconfig.lib.json", "additionalEntryPoints": ["packages/plugin-coverage/src/bin.ts"], - "assets": ["packages/plugin-coverage/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/plugin-coverage/*.md"] } }, "lint": { diff --git a/packages/plugin-eslint/project.json b/packages/plugin-eslint/project.json index b5c9d05c3..ab6569a8b 100644 --- a/packages/plugin-eslint/project.json +++ b/packages/plugin-eslint/project.json @@ -12,8 +12,7 @@ "main": "packages/plugin-eslint/src/index.ts", "tsConfig": "packages/plugin-eslint/tsconfig.lib.json", "assets": ["packages/plugin-eslint/*.md"], - "additionalEntryPoints": ["packages/plugin-eslint/src/bin.ts"], - "esbuildConfig": "esbuild.config.js" + "additionalEntryPoints": ["packages/plugin-eslint/src/bin.ts"] } }, "lint": { diff --git a/packages/plugin-js-packages/project.json b/packages/plugin-js-packages/project.json index 4b64b9aa5..c0c3c06ec 100644 --- a/packages/plugin-js-packages/project.json +++ b/packages/plugin-js-packages/project.json @@ -12,8 +12,7 @@ "main": "packages/plugin-js-packages/src/index.ts", "tsConfig": "packages/plugin-js-packages/tsconfig.lib.json", "additionalEntryPoints": ["packages/plugin-js-packages/src/bin.ts"], - "assets": ["packages/plugin-js-packages/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/plugin-js-packages/*.md"] } }, "lint": { diff --git a/packages/plugin-lighthouse/project.json b/packages/plugin-lighthouse/project.json index 4b4df9209..84f7f91f1 100644 --- a/packages/plugin-lighthouse/project.json +++ b/packages/plugin-lighthouse/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/plugin-lighthouse", "main": "packages/plugin-lighthouse/src/index.ts", "tsConfig": "packages/plugin-lighthouse/tsconfig.lib.json", - "assets": ["packages/plugin-lighthouse/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/plugin-lighthouse/*.md"] } }, "lint": { diff --git a/packages/utils/project.json b/packages/utils/project.json index bad2330f0..a4c623dab 100644 --- a/packages/utils/project.json +++ b/packages/utils/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/packages/utils", "main": "packages/utils/src/index.ts", "tsConfig": "packages/utils/tsconfig.lib.json", - "assets": ["packages/utils/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["packages/utils/*.md"] } }, "lint": { diff --git a/testing/test-nx-utils/project.json b/testing/test-nx-utils/project.json index adce84992..b1cbb7799 100644 --- a/testing/test-nx-utils/project.json +++ b/testing/test-nx-utils/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/testing/test-nx-utils", "main": "testing/test-nx-utils/src/index.ts", "tsConfig": "testing/test-nx-utils/tsconfig.lib.json", - "assets": ["testing/test-nx-utils/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["testing/test-nx-utils/*.md"] } }, "lint": { diff --git a/testing/test-setup/project.json b/testing/test-setup/project.json index 5684b1bf4..58840ce8f 100644 --- a/testing/test-setup/project.json +++ b/testing/test-setup/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/testing/test-setup", "main": "testing/test-setup/src/index.ts", "tsConfig": "testing/test-setup/tsconfig.lib.json", - "assets": ["testing/test-setup/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["testing/test-setup/*.md"] } }, "lint": { diff --git a/testing/test-utils/project.json b/testing/test-utils/project.json index 3dc97d4ed..6432d3d4e 100644 --- a/testing/test-utils/project.json +++ b/testing/test-utils/project.json @@ -11,8 +11,7 @@ "outputPath": "dist/testing/test-utils", "main": "testing/test-utils/src/index.ts", "tsConfig": "testing/test-utils/tsconfig.lib.json", - "assets": ["testing/test-utils/*.md"], - "esbuildConfig": "esbuild.config.js" + "assets": ["testing/test-utils/*.md"] } }, "lint": { From 40c83c0b37b578cb0634ca15c4393e5cd2dc8f19 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 15:14:27 +0100 Subject: [PATCH 16/45] build: remove esbuild --- .github/labeler.yml | 1 - knip.config.ts | 1 - nx.json | 7 ---- package-lock.json | 96 --------------------------------------------- package.json | 13 +++--- 5 files changed, 6 insertions(+), 112 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index adfc5a17d..47a25558a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -73,7 +73,6 @@ - 'nx.json' - '.nvmrc' - '.prettierrc' - - 'esbuild.config.js' - '.github/ISSUE_TEMPLATE/**' - '.husky/**' - 'commitlint.config.mjs' diff --git a/knip.config.ts b/knip.config.ts index 9f753c273..ece4aba2d 100644 --- a/knip.config.ts +++ b/knip.config.ts @@ -70,7 +70,6 @@ const withNxStandards = (): KnipConfigPlugin => () => { '**/code-pushup.*.{js,mjs,ts,cjs,mts,cts}', '**/vite.config.*.ts', '**/*.d.ts', - 'esbuild.config.js', 'tools/**/*.{js,mjs,ts,cjs,mts,cts}', ], ignoreDependencies: [ diff --git a/nx.json b/nx.json index 23a1511fb..26e28e12a 100644 --- a/nx.json +++ b/nx.json @@ -6,13 +6,6 @@ "inputs": ["production", "^production"], "cache": true }, - "@nx/esbuild:esbuild": { - "inputs": [ - "production", - "^production", - "{workspaceRoot}/esbuild.config.js" - ] - }, "lint": { "inputs": [ "default", diff --git a/package-lock.json b/package-lock.json index 50ba251c9..11dd78799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,6 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.13", "@nx/eslint-plugin": "19.8.13", "@nx/js": "19.8.13", "@nx/plugin": "19.8.13", @@ -4725,15 +4724,6 @@ "@nx/devkit": "19.8.13" } }, - "node_modules/@nrwl/esbuild": { - "version": "19.8.13", - "resolved": "https://registry.npmjs.org/@nrwl/esbuild/-/esbuild-19.8.13.tgz", - "integrity": "sha512-SkRTr64l7j4ouMfV/HK4HOCTVmIXjHkp44OxNVHwPw/rlnVKNs1vjoJkGY84+2qplE/teSDnFZKxM8m9EB9xOA==", - "dev": true, - "dependencies": { - "@nx/esbuild": "19.8.13" - } - }, "node_modules/@nrwl/eslint-plugin-nx": { "version": "19.8.13", "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-19.8.13.tgz", @@ -4851,92 +4841,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@nx/esbuild": { - "version": "19.8.13", - "resolved": "https://registry.npmjs.org/@nx/esbuild/-/esbuild-19.8.13.tgz", - "integrity": "sha512-UILV0ytjtZ7yF0U2hAaifOLeYak+oW2dXeP8yhAXFYbNE/kr80WxET8Zf+OI3nivIdXIjxjwE+VLkECqEY6FVQ==", - "dev": true, - "dependencies": { - "@nrwl/esbuild": "19.8.13", - "@nx/devkit": "19.8.13", - "@nx/js": "19.8.13", - "fast-glob": "3.2.7", - "picocolors": "^1.1.0", - "tsconfig-paths": "^4.1.2", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "esbuild": "~0.19.2" - }, - "peerDependenciesMeta": { - "esbuild": { - "optional": true - } - } - }, - "node_modules/@nx/esbuild/node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nx/esbuild/node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nx/esbuild/node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nx/esbuild/node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nx/esbuild/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/@nx/eslint": { "version": "19.8.13", "resolved": "https://registry.npmjs.org/@nx/eslint/-/eslint-19.8.13.tgz", diff --git a/package.json b/package.json index 503f85de3..6cfeaf7eb 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "@commitlint/cz-commitlint": "^19.5.0", "@commitlint/types": "^19.5.0", "@nodelib/fs.walk": "^2.0.0", - "@nx/esbuild": "19.8.13", "@nx/eslint-plugin": "19.8.13", "@nx/js": "19.8.13", "@nx/plugin": "19.8.13", @@ -117,14 +116,14 @@ "zod2md": "^0.1.3" }, "optionalDependencies": { - "@rollup/rollup-darwin-x64": "^4.0.0", + "@esbuild/darwin-arm64": "^0.19.12", + "@nx/nx-darwin-arm64": "19.8.13", + "@nx/nx-darwin-x64": "19.8.13", + "@nx/nx-linux-x64-gnu": "19.8.13", "@rollup/rollup-darwin-arm64": "^4.0.0", + "@rollup/rollup-darwin-x64": "^4.0.0", "@rollup/rollup-linux-x64-gnu": "^4.0.0", - "@rollup/rollup-win32-x64-msvc": "^4.0.0", - "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.8.9", - "@nx/nx-darwin-x64": "19.8.9", - "@nx/nx-linux-x64-gnu": "19.8.9" + "@rollup/rollup-win32-x64-msvc": "^4.0.0" }, "overrides": { "@beaussan/nx-knip": { From 2202dfda343d0284672e3f48a5a3df6cd2a09cd7 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 17:16:41 +0100 Subject: [PATCH 17/45] build: use explicit js file extension imports --- e2e/ci-e2e/vite.config.e2e.ts | 2 +- .../dummy-setup/code-pushup.config.js | 2 +- .../dummy-setup/code-pushup.config.mjs | 2 +- .../dummy-setup/code-pushup.config.ts | 2 +- .../existing-reports/code-pushup.config.ts | 2 +- e2e/cli-e2e/vite.config.e2e.ts | 2 +- e2e/create-cli-e2e/vite.config.e2e.ts | 2 +- e2e/nx-plugin-e2e/vite.config.e2e.ts | 2 +- .../fixtures/basic-setup/src/index.test.mjs | 2 +- e2e/plugin-coverage-e2e/vite.config.e2e.ts | 2 +- e2e/plugin-eslint-e2e/vite.config.e2e.ts | 2 +- e2e/plugin-lighthouse-e2e/vite.config.e2e.ts | 2 +- examples/plugins/code-pushup.config.ts | 2 +- examples/plugins/mocks/constants.ts | 2 +- .../src/file-size.plugin.integration.test.ts | 2 +- .../src/file-size.plugin.unit.test.ts | 2 +- examples/plugins/src/index.ts | 8 +-- examples/plugins/src/lighthouse/src/index.ts | 4 +- .../src/lighthouse.plugin.integration.test.ts | 6 +- .../src/lighthouse/src/lighthouse.plugin.ts | 9 ++- .../src/lighthouse.plugin.unit.test.ts | 4 +- examples/plugins/src/lighthouse/src/utils.ts | 4 +- .../src/lighthouse/src/utils.unit.test.ts | 2 +- .../plugins/src/package-json/src/constants.ts | 6 +- .../plugins/src/package-json/src/index.ts | 6 +- .../src/integration/dependencies.audit.ts | 4 +- .../dependencies.audit.unit.test.ts | 4 +- .../src/integration/license.audit.ts | 4 +- .../integration/license.audit.unit.test.ts | 4 +- .../src/integration/type.audit.ts | 4 +- .../src/integration/type.audit.unit.test.ts | 6 +- .../src/package-json/src/integration/utils.ts | 2 +- .../package-json.plugin.integration.test.ts | 6 +- .../package-json/src/package-json.plugin.ts | 12 ++-- .../plugins/src/package-json/src/scoring.ts | 8 +-- examples/plugins/vite.config.integration.ts | 2 +- examples/plugins/vite.config.unit.ts | 2 +- packages/ci/src/index.ts | 8 +-- packages/ci/src/lib/cli/commands/collect.ts | 4 +- packages/ci/src/lib/cli/commands/compare.ts | 4 +- .../ci/src/lib/cli/commands/merge-diffs.ts | 4 +- .../ci/src/lib/cli/commands/print-config.ts | 2 +- packages/ci/src/lib/cli/context.ts | 4 +- packages/ci/src/lib/cli/context.unit.test.ts | 4 +- packages/ci/src/lib/cli/index.ts | 12 ++-- packages/ci/src/lib/cli/persist.unit.test.ts | 2 +- packages/ci/src/lib/comment.ts | 2 +- packages/ci/src/lib/comment.unit.test.ts | 4 +- packages/ci/src/lib/constants.ts | 2 +- packages/ci/src/lib/git.integration.test.ts | 4 +- packages/ci/src/lib/issues.ts | 2 +- packages/ci/src/lib/issues.unit.test.ts | 2 +- packages/ci/src/lib/models.ts | 4 +- packages/ci/src/lib/monorepo/detect-tool.ts | 4 +- .../ci/src/lib/monorepo/handlers/index.ts | 12 ++-- packages/ci/src/lib/monorepo/handlers/npm.ts | 4 +- packages/ci/src/lib/monorepo/handlers/nx.ts | 2 +- packages/ci/src/lib/monorepo/handlers/pnpm.ts | 4 +- .../ci/src/lib/monorepo/handlers/turbo.ts | 8 +-- packages/ci/src/lib/monorepo/handlers/yarn.ts | 4 +- packages/ci/src/lib/monorepo/index.ts | 4 +- packages/ci/src/lib/monorepo/list-projects.ts | 10 ++-- .../lib/monorepo/list-projects.unit.test.ts | 8 +-- packages/ci/src/lib/run.integration.test.ts | 4 +- packages/ci/src/lib/run.ts | 14 ++--- packages/ci/vite.config.integration.ts | 2 +- packages/ci/vite.config.unit.ts | 2 +- packages/cli/docs/custom-plugins.md | 4 +- packages/cli/mocks/constants.ts | 6 +- packages/cli/src/index.ts | 2 +- .../cli/src/lib/autorun/autorun-command.ts | 4 +- .../lib/autorun/autorun-command.unit.test.ts | 6 +- packages/cli/src/lib/cli.ts | 10 ++-- .../cli/src/lib/collect/collect-command.ts | 4 +- .../lib/collect/collect-command.unit.test.ts | 6 +- packages/cli/src/lib/commands.ts | 14 ++--- .../cli/src/lib/compare/compare-command.ts | 6 +- .../lib/compare/compare-command.unit.test.ts | 6 +- .../cli/src/lib/history/history-command.ts | 10 ++-- .../lib/history/history-command.unit.test.ts | 6 +- .../cli/src/lib/history/history.options.ts | 2 +- packages/cli/src/lib/history/utils.ts | 2 +- .../cli/src/lib/history/utils.unit.test.ts | 4 +- .../src/lib/implementation/compare.options.ts | 2 +- .../core-config.integration.test.ts | 6 +- ...core-config.middleware.integration.test.ts | 2 +- .../implementation/core-config.middleware.ts | 6 +- .../core-config.middleware.unit.test.ts | 8 +-- .../lib/implementation/core-config.options.ts | 2 +- .../lib/implementation/filter.middleware.ts | 4 +- .../filter.middleware.unit.test.ts | 4 +- .../src/lib/implementation/filter.options.ts | 4 +- .../implementation/formatting.unit.test.ts | 2 +- .../src/lib/implementation/global.model.ts | 2 +- .../src/lib/implementation/global.options.ts | 2 +- .../src/lib/implementation/global.utils.ts | 2 +- .../implementation/global.utils.unit.test.ts | 4 +- .../lib/implementation/merge-diffs.options.ts | 2 +- .../validate-filter-options.utils.ts | 2 +- ...validate-filter-options.utils.unit.test.ts | 4 +- .../lib/merge-diffs/merge-diffs-command.ts | 6 +- .../merge-diffs-command.unit.test.ts | 6 +- packages/cli/src/lib/middlewares.ts | 4 +- packages/cli/src/lib/options.ts | 6 +- .../lib/print-config/print-config-command.ts | 2 +- .../print-config-command.unit.test.ts | 6 +- packages/cli/src/lib/upload/upload-command.ts | 4 +- .../lib/upload/upload-command.unit.test.ts | 6 +- .../cli/src/lib/yargs-cli.integration.test.ts | 22 +++---- packages/cli/src/lib/yargs-cli.ts | 4 +- packages/cli/vite.config.integration.ts | 2 +- packages/cli/vite.config.unit.ts | 2 +- packages/core/src/index.ts | 22 +++---- packages/core/src/lib/collect-and-persist.ts | 9 ++- .../src/lib/collect-and-persist.unit.test.ts | 9 ++- packages/core/src/lib/compare.ts | 4 +- packages/core/src/lib/compare.unit.test.ts | 2 +- packages/core/src/lib/history.ts | 6 +- packages/core/src/lib/history.unit.test.ts | 6 +- .../collect.integration.test.ts | 2 +- .../core/src/lib/implementation/collect.ts | 4 +- .../compare-scorables.unit.test.ts | 2 +- .../src/lib/implementation/execute-plugin.ts | 4 +- .../execute-plugin.unit.test.ts | 2 +- .../lib/implementation/persist.unit.test.ts | 2 +- .../read-rc-file.integration.test.ts | 2 +- .../implementation/read-rc-file.unit.test.ts | 2 +- .../implementation/report-to-gql.unit.test.ts | 2 +- .../lib/implementation/runner.unit.test.ts | 2 +- .../core/src/lib/merge-diffs.unit.test.ts | 2 +- packages/core/src/lib/normalize.unit.test.ts | 2 +- packages/core/src/lib/upload.ts | 6 +- packages/core/src/lib/upload.unit.test.ts | 2 +- packages/core/vite.config.integration.ts | 2 +- packages/core/vite.config.unit.ts | 2 +- packages/create-cli/src/index.ts | 2 +- packages/create-cli/src/lib/init.ts | 2 +- packages/create-cli/src/lib/init.unit.test.ts | 4 +- packages/create-cli/src/lib/utils.ts | 2 +- .../create-cli/src/lib/utils.unit.test.ts | 2 +- .../create-cli/vite.config.integration.ts | 2 +- packages/create-cli/vite.config.unit.ts | 2 +- packages/models/src/index.ts | 42 +++++++------- packages/models/src/lib/audit-output.ts | 8 +-- .../models/src/lib/audit-output.unit.test.ts | 2 +- packages/models/src/lib/audit.ts | 4 +- packages/models/src/lib/audit.unit.test.ts | 2 +- packages/models/src/lib/category-config.ts | 4 +- .../src/lib/category-config.unit.test.ts | 2 +- packages/models/src/lib/commit.unit.test.ts | 2 +- packages/models/src/lib/core-config.ts | 10 ++-- .../models/src/lib/core-config.unit.test.ts | 2 +- packages/models/src/lib/group.ts | 4 +- packages/models/src/lib/group.unit.test.ts | 2 +- .../src/lib/implementation/constants.ts | 2 +- .../models/src/lib/implementation/schemas.ts | 4 +- .../lib/implementation/schemas.unit.test.ts | 2 +- .../models/src/lib/implementation/utils.ts | 6 +- .../src/lib/implementation/utils.unit.test.ts | 2 +- packages/models/src/lib/issue.ts | 4 +- packages/models/src/lib/issue.unit.test.ts | 2 +- packages/models/src/lib/persist-config.ts | 2 +- .../src/lib/persist-config.unit.test.ts | 2 +- packages/models/src/lib/plugin-config.ts | 10 ++-- .../models/src/lib/plugin-config.unit.test.ts | 2 +- packages/models/src/lib/report.ts | 16 ++--- packages/models/src/lib/report.unit.test.ts | 2 +- packages/models/src/lib/reports-diff.ts | 8 +-- .../models/src/lib/reports-diff.unit.test.ts | 2 +- packages/models/src/lib/runner-config.ts | 4 +- .../models/src/lib/runner-config.unit.test.ts | 2 +- packages/models/src/lib/source.ts | 2 +- packages/models/src/lib/table.ts | 2 +- packages/models/src/lib/table.unit.test.ts | 2 +- packages/models/src/lib/upload-config.ts | 2 +- .../models/src/lib/upload-config.unit.test.ts | 2 +- packages/models/vite.config.integration.ts | 2 +- packages/models/vite.config.unit.ts | 2 +- packages/nx-plugin/mock/utils/executor.ts | 2 +- .../cli/executor.integration.test.ts | 4 +- .../nx-plugin/src/executors/cli/executor.ts | 8 +-- .../src/executors/cli/executor.unit.test.ts | 2 +- .../nx-plugin/src/executors/cli/schema.ts | 2 +- .../executors/cli/utils.integration.test.ts | 6 +- packages/nx-plugin/src/executors/cli/utils.ts | 10 +++- .../src/executors/cli/utils.unit.test.ts | 4 +- .../src/executors/internal/cli.unit.test.ts | 2 +- .../internal/config.integration.test.ts | 6 +- .../src/executors/internal/config.ts | 4 +- .../executors/internal/config.unit.test.ts | 4 +- .../src/executors/internal/context.ts | 2 +- .../executors/internal/context.unit.test.ts | 2 +- .../src/executors/internal/env.unit.test.ts | 2 +- .../code-pushup-config.integration.test.ts | 2 +- .../configuration/code-pushup-config.ts | 4 +- .../code-pushup-config.unit.test.ts | 8 +-- .../generator.integration.test.ts | 4 +- .../src/generators/configuration/generator.ts | 6 +- .../src/generators/configuration/schema.d.ts | 2 +- .../src/generators/configuration/utils.ts | 2 +- .../configuration/utils.unit.test.ts | 2 +- .../init/generator.integration.test.ts | 2 +- .../src/generators/init/generator.ts | 6 +- packages/nx-plugin/src/index.ts | 23 ++++---- .../src/internal/execute-process.unit.test.ts | 2 +- packages/nx-plugin/src/plugin/index.ts | 4 +- packages/nx-plugin/src/plugin/plugin.ts | 8 +-- .../nx-plugin/src/plugin/plugin.unit.test.ts | 6 +- .../src/plugin/target/configuration-target.ts | 6 +- .../target/configuration.target.unit.test.ts | 4 +- .../src/plugin/target/executor-target.ts | 4 +- .../target/executor.target.unit.test.ts | 2 +- .../nx-plugin/src/plugin/target/targets.ts | 10 ++-- .../src/plugin/target/targets.unit.test.ts | 8 +-- packages/nx-plugin/src/plugin/types.ts | 2 +- packages/nx-plugin/src/plugin/utils.ts | 4 +- .../nx-plugin/src/plugin/utils.unit.test.ts | 2 +- packages/nx-plugin/vite.config.integration.ts | 2 +- packages/nx-plugin/vite.config.unit.ts | 2 +- packages/plugin-coverage/src/bin.ts | 2 +- packages/plugin-coverage/src/index.ts | 6 +- .../src/lib/config.unit.test.ts | 2 +- .../src/lib/coverage-plugin.ts | 7 ++- .../src/lib/coverage-plugin.unit.test.ts | 2 +- .../src/lib/nx/coverage-paths.ts | 2 +- .../src/lib/nx/coverage-paths.unit.test.ts | 4 +- .../plugin-coverage/src/lib/runner/index.ts | 8 +-- .../lcov/lcov-runner.integration.test.ts | 2 +- .../src/lib/runner/lcov/lcov-runner.ts | 10 ++-- .../lib/runner/lcov/lcov-runner.unit.test.ts | 2 +- .../lib/runner/lcov/merge-lcov.unit.test.ts | 2 +- .../src/lib/runner/lcov/transform.ts | 8 +-- .../lib/runner/lcov/transform.unit.test.ts | 6 +- .../src/lib/runner/lcov/types.ts | 2 +- .../src/lib/runner/lcov/utils.ts | 2 +- .../src/lib/runner/lcov/utils.unit.test.ts | 2 +- .../src/lib/runner/runner.integration.test.ts | 8 ++- packages/plugin-coverage/src/lib/utils.ts | 2 +- .../src/lib/utils.unit.test.ts | 2 +- .../vite.config.integration.ts | 2 +- packages/plugin-coverage/vite.config.unit.ts | 2 +- packages/plugin-eslint/src/bin.ts | 2 +- packages/plugin-eslint/src/index.ts | 6 +- .../eslint-plugin.integration.test.ts.snap | 2 +- .../src/lib/eslint-plugin.integration.test.ts | 6 +- .../plugin-eslint/src/lib/eslint-plugin.ts | 7 ++- packages/plugin-eslint/src/lib/meta/groups.ts | 4 +- .../src/lib/meta/groups.unit.test.ts | 4 +- .../src/lib/meta/hash.unit.test.ts | 2 +- packages/plugin-eslint/src/lib/meta/index.ts | 8 +-- .../src/lib/meta/parse.unit.test.ts | 2 +- packages/plugin-eslint/src/lib/meta/rules.ts | 8 +-- .../src/lib/meta/rules.unit.test.ts | 6 +- .../plugin-eslint/src/lib/meta/transform.ts | 4 +- .../src/lib/meta/transform.unit.test.ts | 2 +- .../src/lib/meta/versions/detect.ts | 2 +- .../src/lib/meta/versions/detect.unit.test.ts | 2 +- .../meta/versions/flat.integration.test.ts | 4 +- .../src/lib/meta/versions/flat.ts | 6 +- .../src/lib/meta/versions/index.ts | 14 ++--- .../src/lib/meta/versions/legacy.ts | 6 +- .../src/lib/nx.integration.test.ts | 6 +- .../lib/nx/filter-project-graph.unit.test.ts | 2 +- .../src/lib/nx/find-all-projects.ts | 6 +- .../src/lib/nx/find-project-with-deps.ts | 6 +- .../src/lib/nx/find-project-without-deps.ts | 4 +- packages/plugin-eslint/src/lib/nx/index.ts | 6 +- .../src/lib/nx/projects-to-config.ts | 4 +- .../lib/nx/projects-to-config.unit.test.ts | 4 +- .../src/lib/nx/traverse-graph.unit.test.ts | 2 +- .../src/lib/nx/utils.unit.test.ts | 2 +- .../src/lib/runner.integration.test.ts | 6 +- .../plugin-eslint/src/lib/runner/index.ts | 8 +-- packages/plugin-eslint/src/lib/runner/lint.ts | 6 +- .../src/lib/runner/lint.unit.test.ts | 4 +- .../plugin-eslint/src/lib/runner/transform.ts | 4 +- .../src/lib/runner/transform.unit.test.ts | 2 +- packages/plugin-eslint/src/lib/setup.ts | 2 +- .../plugin-eslint/vite.config.integration.ts | 2 +- packages/plugin-eslint/vite.config.unit.ts | 2 +- packages/plugin-js-packages/src/bin.ts | 2 +- packages/plugin-js-packages/src/index.ts | 4 +- packages/plugin-js-packages/src/lib/config.ts | 2 +- .../src/lib/config.unit.test.ts | 2 +- .../plugin-js-packages/src/lib/constants.ts | 4 +- .../src/lib/js-packages-plugin.ts | 11 ++-- .../src/lib/js-packages-plugin.unit.test.ts | 2 +- .../derive-package-manager.ts | 4 +- .../derive-package-manager.unit.test.ts | 4 +- .../package-managers/derive-yarn.unit.test.ts | 2 +- .../src/lib/package-managers/index.ts | 4 +- .../lib/package-managers/npm/audit-result.ts | 4 +- .../npm/audit-result.unit.test.ts | 6 +- .../src/lib/package-managers/npm/npm.ts | 12 ++-- .../package-managers/npm/outdated-result.ts | 4 +- .../npm/outdated-result.unit.test.ts | 4 +- .../src/lib/package-managers/npm/types.ts | 6 +- .../lib/package-managers/package-managers.ts | 12 ++-- .../lib/package-managers/pnpm/audit-result.ts | 8 +-- .../pnpm/audit-result.unit.test.ts | 6 +- .../package-managers/pnpm/outdated-result.ts | 6 +- .../pnpm/outdated-result.unit.test.ts | 6 +- .../src/lib/package-managers/pnpm/pnpm.ts | 12 ++-- .../src/lib/package-managers/pnpm/types.ts | 4 +- .../src/lib/package-managers/types.ts | 6 +- .../yarn-classic/audit-result.ts | 6 +- .../yarn-classic/audit-result.unit.test.ts | 6 +- .../yarn-classic/constants.ts | 4 +- .../yarn-classic/outdated-result.ts | 9 ++- .../yarn-classic/outdated-result.unit.test.ts | 8 +-- .../package-managers/yarn-classic/types.ts | 2 +- .../yarn-classic/yarn-classic.ts | 10 ++-- .../yarn-modern/audit-result.ts | 6 +- .../yarn-modern/audit-result.unit.test.ts | 6 +- .../yarn-modern/outdated-result.ts | 4 +- .../yarn-modern/outdated-result.unit.test.ts | 4 +- .../lib/package-managers/yarn-modern/types.ts | 4 +- .../yarn-modern/yarn-modern.ts | 10 ++-- .../src/lib/runner/audit/constants.ts | 2 +- .../src/lib/runner/audit/transform.ts | 6 +- .../lib/runner/audit/transform.unit.test.ts | 6 +- .../src/lib/runner/audit/types.ts | 2 +- .../src/lib/runner/audit/utils.ts | 2 +- .../src/lib/runner/index.ts | 16 ++--- .../src/lib/runner/outdated/transform.ts | 8 +-- .../runner/outdated/transform.unit.test.ts | 4 +- .../src/lib/runner/runner.integration.test.ts | 6 +- .../src/lib/runner/utils.ts | 4 +- .../src/lib/runner/utils.unit.test.ts | 6 +- packages/plugin-js-packages/src/lib/utils.ts | 6 +- .../src/lib/utils.unit.test.ts | 2 +- .../vite.config.integration.ts | 2 +- .../plugin-js-packages/vite.config.unit.ts | 2 +- packages/plugin-lighthouse/src/index.ts | 12 ++-- .../src/lib/lighthouse-plugin.ts | 10 ++-- .../src/lib/lighthouse-plugin.unit.test.ts | 2 +- .../src/lib/normalize-flags.ts | 6 +- .../src/lib/normalize-flags.unit.test.ts | 8 +-- .../src/lib/runner/constants.ts | 2 +- .../src/lib/runner/constants.unit.test.ts | 5 +- .../src/lib/runner/details/details.ts | 6 +- .../lib/runner/details/details.unit.test.ts | 2 +- .../runner/details/item-value.unit.test.ts | 2 +- .../lib/runner/details/opportunity.type.ts | 4 +- .../details/opportunity.type.unit.test.ts | 4 +- .../src/lib/runner/details/table.type.ts | 4 +- .../runner/details/table.type.unit.test.ts | 4 +- .../plugin-lighthouse/src/lib/runner/index.ts | 6 +- .../src/lib/runner/runner.ts | 6 +- .../src/lib/runner/runner.unit.test.ts | 8 +-- .../plugin-lighthouse/src/lib/runner/types.ts | 2 +- .../plugin-lighthouse/src/lib/runner/utils.ts | 6 +- .../src/lib/runner/utils.unit.test.ts | 4 +- packages/plugin-lighthouse/src/lib/utils.ts | 4 +- .../src/lib/utils.unit.test.ts | 2 +- .../vite.config.integration.ts | 2 +- .../plugin-lighthouse/vite.config.unit.ts | 2 +- .../mocks/fixtures/execute-progress.mock.mjs | 2 +- .../utils/perf/crawl-file-system/fs-walk.ts | 2 +- .../utils/perf/crawl-file-system/index.ts | 4 +- packages/utils/perf/score-report/index.ts | 10 ++-- .../utils/perf/score-report/optimized0.ts | 2 +- .../utils/perf/score-report/optimized1.ts | 4 +- .../utils/perf/score-report/optimized2.ts | 4 +- .../utils/perf/score-report/optimized3.ts | 6 +- packages/utils/src/index.ts | 58 +++++++++---------- packages/utils/src/lib/diff.unit.test.ts | 2 +- packages/utils/src/lib/errors.unit.test.ts | 2 +- packages/utils/src/lib/execute-process.ts | 2 +- .../src/lib/execute-process.unit.test.ts | 2 +- .../src/lib/file-system.integration.test.ts | 2 +- packages/utils/src/lib/file-system.ts | 6 +- .../utils/src/lib/file-system.unit.test.ts | 4 +- packages/utils/src/lib/filter.unit.test.ts | 2 +- .../utils/src/lib/formatting.unit.test.ts | 2 +- .../git.commits-and-tags.integration.test.ts | 2 +- .../utils/src/lib/git/git.commits-and-tags.ts | 2 +- .../lib/git/git.commits-and-tags.unit.test.ts | 2 +- .../utils/src/lib/git/git.integration.test.ts | 4 +- packages/utils/src/lib/git/git.ts | 4 +- packages/utils/src/lib/git/git.unit.test.ts | 6 +- .../src/lib/group-by-status.unit.test.ts | 2 +- packages/utils/src/lib/guards.unit.test.ts | 2 +- packages/utils/src/lib/log-results.ts | 4 +- .../utils/src/lib/log-results.unit.test.ts | 6 +- packages/utils/src/lib/logging.ts | 2 +- .../utils/src/lib/merge-configs.unit.test.ts | 2 +- .../src/lib/progress.integration.test.ts | 2 +- packages/utils/src/lib/progress.ts | 2 +- .../utils/src/lib/reports/environment-type.ts | 2 +- .../lib/reports/environment-type.unit.test.ts | 2 +- .../lib/reports/flatten-plugins.unit.test.ts | 2 +- packages/utils/src/lib/reports/formatting.ts | 8 +-- .../src/lib/reports/formatting.unit.test.ts | 4 +- ...te-md-report-category-section.unit.test.ts | 4 +- .../generate-md-report-categoy-section.ts | 12 ++-- .../generate-md-report.integration.test.ts | 6 +- .../src/lib/reports/generate-md-report.ts | 18 +++--- .../reports/generate-md-report.unit.test.ts | 6 +- .../reports/generate-md-reports-diff-utils.ts | 6 +- ...enerate-md-reports-diff-utils.unit.test.ts | 4 +- ...nerate-md-reports-diff.integration.test.ts | 2 +- .../lib/reports/generate-md-reports-diff.ts | 12 ++-- packages/utils/src/lib/reports/load-report.ts | 2 +- .../src/lib/reports/load-report.unit.test.ts | 2 +- .../log-stdout-summary.integration.test.ts | 8 +-- .../src/lib/reports/log-stdout-summary.ts | 12 ++-- .../reports/log-stdout-summary.unit.test.ts | 6 +- packages/utils/src/lib/reports/scoring.ts | 4 +- .../src/lib/reports/scoring.unit.test.ts | 2 +- .../lib/reports/sorting.integration.test.ts | 4 +- packages/utils/src/lib/reports/sorting.ts | 4 +- .../src/lib/reports/sorting.unit.test.ts | 4 +- packages/utils/src/lib/reports/utils.ts | 8 ++- .../utils/src/lib/reports/utils.unit.test.ts | 10 +++- packages/utils/src/lib/semver.unit.test.ts | 2 +- .../src/lib/text-formats/html/details.ts | 2 +- .../text-formats/html/font-style.unit.test.ts | 2 +- .../utils/src/lib/text-formats/html/table.ts | 4 +- .../lib/text-formats/html/table.unit.test.ts | 2 +- packages/utils/src/lib/text-formats/index.ts | 10 ++-- packages/utils/src/lib/text-formats/table.ts | 2 +- .../src/lib/text-formats/table.unit.test.ts | 2 +- packages/utils/src/lib/transform.unit.test.ts | 2 +- packages/utils/src/lib/verbose-utils.ts | 2 +- .../utils/src/lib/verbose-utils.unit.test.ts | 4 +- packages/utils/vite.config.integration.ts | 2 +- packages/utils/vite.config.unit.ts | 2 +- testing/test-nx-utils/src/index.ts | 8 +-- .../src/lib/utils/nx-plugin.unit.test.ts | 2 +- .../src/lib/utils/nx.unit.test.ts | 2 +- .../src/lib/utils/tree.integration.test.ts | 2 +- testing/test-nx-utils/vite.config.unit.ts | 2 +- testing/test-setup/src/index.ts | 2 +- testing/test-utils/src/index.ts | 56 +++++++++--------- .../utils/dynamic-mocks/categories.mock.ts | 2 +- .../lib/utils/dynamic-mocks/config.mock.ts | 10 ++-- .../utils/dynamic-mocks/eslint-plugin.mock.ts | 4 +- .../dynamic-mocks/lighthouse-plugin.mock.ts | 4 +- .../utils/dynamic-mocks/plugin-config.mock.ts | 2 +- .../utils/dynamic-mocks/report-diff.mock.ts | 12 ++-- .../lib/utils/dynamic-mocks/report.mock.ts | 8 +-- .../src/lib/utils/file-system.unit.test.ts | 4 +- .../lib/utils/os-agnostic-paths.unit.test.ts | 2 +- .../test-utils/src/lib/utils/report.mock.ts | 4 +- testing/test-utils/vite.config.unit.ts | 2 +- tools/src/debug/bin/clean-npmrc.ts | 4 +- tools/src/debug/bin/kill-process.ts | 4 +- tools/src/debug/bin/list-process.ts | 4 +- tools/src/debug/bin/types.ts | 2 +- tools/src/debug/debug.plugin.ts | 6 +- 451 files changed, 1093 insertions(+), 1044 deletions(-) diff --git a/e2e/ci-e2e/vite.config.e2e.ts b/e2e/ci-e2e/vite.config.e2e.ts index ff6c2e67f..fe5496790 100644 --- a/e2e/ci-e2e/vite.config.e2e.ts +++ b/e2e/ci-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/ci-e2e', diff --git a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.js b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.js index 26928cba2..31a99f0be 100644 --- a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.js +++ b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.js @@ -1,4 +1,4 @@ -import dummyPlugin, { dummyCategory } from './dummy.plugin'; +import dummyPlugin, { dummyCategory } from './dummy.plugin.js'; export default { plugins: [dummyPlugin()], diff --git a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.mjs b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.mjs index 26928cba2..31a99f0be 100644 --- a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.mjs +++ b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.mjs @@ -1,4 +1,4 @@ -import dummyPlugin, { dummyCategory } from './dummy.plugin'; +import dummyPlugin, { dummyCategory } from './dummy.plugin.js'; export default { plugins: [dummyPlugin()], diff --git a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.ts b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.ts index 26928cba2..31a99f0be 100644 --- a/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.ts +++ b/e2e/cli-e2e/mocks/fixtures/dummy-setup/code-pushup.config.ts @@ -1,4 +1,4 @@ -import dummyPlugin, { dummyCategory } from './dummy.plugin'; +import dummyPlugin, { dummyCategory } from './dummy.plugin.js'; export default { plugins: [dummyPlugin()], diff --git a/e2e/cli-e2e/mocks/fixtures/existing-reports/code-pushup.config.ts b/e2e/cli-e2e/mocks/fixtures/existing-reports/code-pushup.config.ts index 26928cba2..31a99f0be 100644 --- a/e2e/cli-e2e/mocks/fixtures/existing-reports/code-pushup.config.ts +++ b/e2e/cli-e2e/mocks/fixtures/existing-reports/code-pushup.config.ts @@ -1,4 +1,4 @@ -import dummyPlugin, { dummyCategory } from './dummy.plugin'; +import dummyPlugin, { dummyCategory } from './dummy.plugin.js'; export default { plugins: [dummyPlugin()], diff --git a/e2e/cli-e2e/vite.config.e2e.ts b/e2e/cli-e2e/vite.config.e2e.ts index 2514c0209..bf0ff7b5c 100644 --- a/e2e/cli-e2e/vite.config.e2e.ts +++ b/e2e/cli-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/cli-e2e', diff --git a/e2e/create-cli-e2e/vite.config.e2e.ts b/e2e/create-cli-e2e/vite.config.e2e.ts index 6d47f697d..8df1f0c24 100644 --- a/e2e/create-cli-e2e/vite.config.e2e.ts +++ b/e2e/create-cli-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/create-cli-e2e', diff --git a/e2e/nx-plugin-e2e/vite.config.e2e.ts b/e2e/nx-plugin-e2e/vite.config.e2e.ts index abdc3d2e2..c333587b5 100644 --- a/e2e/nx-plugin-e2e/vite.config.e2e.ts +++ b/e2e/nx-plugin-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/nx-plugin-e2e', diff --git a/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs b/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs index d02988166..0c1dba82a 100644 --- a/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs +++ b/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { get42, isEven, untested } from './index.mjs'; +import { get42, isEven, untested } from './index.mjs.js'; describe('get42', () => { it('should return 42', async () => { diff --git a/e2e/plugin-coverage-e2e/vite.config.e2e.ts b/e2e/plugin-coverage-e2e/vite.config.e2e.ts index 3956da52e..4f715aa2c 100644 --- a/e2e/plugin-coverage-e2e/vite.config.e2e.ts +++ b/e2e/plugin-coverage-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e', diff --git a/e2e/plugin-eslint-e2e/vite.config.e2e.ts b/e2e/plugin-eslint-e2e/vite.config.e2e.ts index 3956da52e..4f715aa2c 100644 --- a/e2e/plugin-eslint-e2e/vite.config.e2e.ts +++ b/e2e/plugin-eslint-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e', diff --git a/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts b/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts index 3956da52e..4f715aa2c 100644 --- a/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts +++ b/e2e/plugin-lighthouse-e2e/vite.config.e2e.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-lighthouse-e2e', diff --git a/examples/plugins/code-pushup.config.ts b/examples/plugins/code-pushup.config.ts index ad61ae851..b1b0f461b 100644 --- a/examples/plugins/code-pushup.config.ts +++ b/examples/plugins/code-pushup.config.ts @@ -9,7 +9,7 @@ import { packageJsonPerformanceGroupRef, packageJsonPlugin, packageJsonVersionControlGroupRef, -} from '../../dist/examples/plugins'; +} from '../../dist/examples/plugins.js'; /** * Run it with: diff --git a/examples/plugins/mocks/constants.ts b/examples/plugins/mocks/constants.ts index 90c12e637..b85f2374a 100644 --- a/examples/plugins/mocks/constants.ts +++ b/examples/plugins/mocks/constants.ts @@ -1,7 +1,7 @@ import type { PackageJson, SourceResult, -} from '../src/package-json/src/integration/types'; +} from '../src/package-json/src/integration/types.js'; export const packageJsonName = 'package.json'; export const packageJson: PackageJson = { diff --git a/examples/plugins/src/file-size/src/file-size.plugin.integration.test.ts b/examples/plugins/src/file-size/src/file-size.plugin.integration.test.ts index 6e9e85d9e..e647be9c6 100644 --- a/examples/plugins/src/file-size/src/file-size.plugin.integration.test.ts +++ b/examples/plugins/src/file-size/src/file-size.plugin.integration.test.ts @@ -13,7 +13,7 @@ import { create, recommendedRefs, pluginSlug as slug, -} from './file-size.plugin'; +} from './file-size.plugin.js'; const projectJson = JSON.stringify( { diff --git a/examples/plugins/src/file-size/src/file-size.plugin.unit.test.ts b/examples/plugins/src/file-size/src/file-size.plugin.unit.test.ts index 09ec33359..5ce737439 100644 --- a/examples/plugins/src/file-size/src/file-size.plugin.unit.test.ts +++ b/examples/plugins/src/file-size/src/file-size.plugin.unit.test.ts @@ -10,7 +10,7 @@ import { fileSizeIssues, infoMessage, runnerFunction, -} from './file-size.plugin'; +} from './file-size.plugin.js'; const outputDir = 'test'; const projectJson = JSON.stringify( diff --git a/examples/plugins/src/index.ts b/examples/plugins/src/index.ts index f6f676ccd..ed62fc922 100644 --- a/examples/plugins/src/index.ts +++ b/examples/plugins/src/index.ts @@ -3,16 +3,16 @@ export { audits as fileSizeAudits, recommendedRefs as fileSizeRecommendedRefs, type PluginOptions as FileSizePluginOptions, -} from './file-size/src/file-size.plugin'; +} from './file-size/src/file-size.plugin.js'; export { recommendedRefs as packageJsonRecommendedRefs, versionControlGroupRef as packageJsonVersionControlGroupRef, documentationGroupRef as packageJsonDocumentationGroupRef, performanceGroupRef as packageJsonPerformanceGroupRef, -} from './package-json/src/scoring'; -export { create as packageJsonPlugin } from './package-json/src/package-json.plugin'; +} from './package-json/src/scoring.js'; +export { create as packageJsonPlugin } from './package-json/src/package-json.plugin.js'; export { create as lighthousePlugin, LIGHTHOUSE_OUTPUT_FILE_DEFAULT, recommendedRefs as lighthouseCorePerfGroupRefs, -} from './lighthouse/src/index'; +} from './lighthouse/src/index.js'; diff --git a/examples/plugins/src/lighthouse/src/index.ts b/examples/plugins/src/lighthouse/src/index.ts index 8bb1ea7ee..0f487ec82 100644 --- a/examples/plugins/src/lighthouse/src/index.ts +++ b/examples/plugins/src/lighthouse/src/index.ts @@ -1,7 +1,7 @@ -export { create } from './lighthouse.plugin'; +export { create } from './lighthouse.plugin.js'; export { LIGHTHOUSE_OUTPUT_FILE_DEFAULT, corePerfGroupRefs as recommendedRefs, PLUGIN_SLUG, audits, -} from './constants'; +} from './constants.js'; diff --git a/examples/plugins/src/lighthouse/src/lighthouse.plugin.integration.test.ts b/examples/plugins/src/lighthouse/src/lighthouse.plugin.integration.test.ts index bf4c6e6ef..c158fd33a 100644 --- a/examples/plugins/src/lighthouse/src/lighthouse.plugin.integration.test.ts +++ b/examples/plugins/src/lighthouse/src/lighthouse.plugin.integration.test.ts @@ -5,9 +5,9 @@ import { categoryRefSchema, pluginConfigSchema, } from '@code-pushup/models'; -import { corePerfGroupRefs } from './constants'; -import { audits, PLUGIN_SLUG as slug } from './index'; -import { create } from './lighthouse.plugin'; +import { corePerfGroupRefs } from './constants.js'; +import { audits, PLUGIN_SLUG as slug } from './index.js'; +import { create } from './lighthouse.plugin.js'; describe('lighthouse-create-export-config', () => { it('should return valid PluginConfig if create is called', async () => { diff --git a/examples/plugins/src/lighthouse/src/lighthouse.plugin.ts b/examples/plugins/src/lighthouse/src/lighthouse.plugin.ts index a520eba60..6fb88e400 100644 --- a/examples/plugins/src/lighthouse/src/lighthouse.plugin.ts +++ b/examples/plugins/src/lighthouse/src/lighthouse.plugin.ts @@ -16,9 +16,12 @@ import { PLUGIN_SLUG, audits, categoryCorePerfGroup, -} from './constants'; -import type { LighthouseCliOptions, PluginOptions } from './types'; -import { getLighthouseCliArguments, lhrDetailsToIssueDetails } from './utils'; +} from './constants.js'; +import type { LighthouseCliOptions, PluginOptions } from './types.js'; +import { + getLighthouseCliArguments, + lhrDetailsToIssueDetails, +} from './utils.js'; /** * @example diff --git a/examples/plugins/src/lighthouse/src/lighthouse.plugin.unit.test.ts b/examples/plugins/src/lighthouse/src/lighthouse.plugin.unit.test.ts index 831421ce6..0e807dab9 100644 --- a/examples/plugins/src/lighthouse/src/lighthouse.plugin.unit.test.ts +++ b/examples/plugins/src/lighthouse/src/lighthouse.plugin.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; -import { LIGHTHOUSE_OUTPUT_FILE_DEFAULT } from './constants'; -import { runnerConfig } from './lighthouse.plugin'; +import { LIGHTHOUSE_OUTPUT_FILE_DEFAULT } from './constants.js'; +import { runnerConfig } from './lighthouse.plugin.js'; describe('lighthouse-runnerConfig', () => { it('should execute if url is given', () => { diff --git a/examples/plugins/src/lighthouse/src/utils.ts b/examples/plugins/src/lighthouse/src/utils.ts index d478805ba..636c3349d 100644 --- a/examples/plugins/src/lighthouse/src/utils.ts +++ b/examples/plugins/src/lighthouse/src/utils.ts @@ -1,8 +1,8 @@ import type Result from 'lighthouse/types/lhr/lhr'; import { type Issue, MAX_ISSUE_MESSAGE_LENGTH } from '@code-pushup/models'; import { objectToCliArgs, toArray } from '@code-pushup/utils'; -import { LIGHTHOUSE_REPORT_NAME } from './constants'; -import type { LighthouseCliOptions } from './types'; +import { LIGHTHOUSE_REPORT_NAME } from './constants.js'; +import type { LighthouseCliOptions } from './types.js'; export function getLighthouseCliArguments( options: LighthouseCliOptions, diff --git a/examples/plugins/src/lighthouse/src/utils.unit.test.ts b/examples/plugins/src/lighthouse/src/utils.unit.test.ts index 5c82d0ce0..6af526196 100644 --- a/examples/plugins/src/lighthouse/src/utils.unit.test.ts +++ b/examples/plugins/src/lighthouse/src/utils.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { getLighthouseCliArguments } from './utils'; +import { getLighthouseCliArguments } from './utils.js'; describe('getLighthouseCliArguments', () => { it('should parse valid options', () => { diff --git a/examples/plugins/src/package-json/src/constants.ts b/examples/plugins/src/package-json/src/constants.ts index a8f47059f..9cc6a8a13 100644 --- a/examples/plugins/src/package-json/src/constants.ts +++ b/examples/plugins/src/package-json/src/constants.ts @@ -1,6 +1,6 @@ -import { dependenciesAuditMeta } from './integration/dependencies.audit'; -import { licenseAuditMeta } from './integration/license.audit'; -import { typeAuditInfoMeta } from './integration/type.audit'; +import { dependenciesAuditMeta } from './integration/dependencies.audit.js'; +import { licenseAuditMeta } from './integration/license.audit.js'; +import { typeAuditInfoMeta } from './integration/type.audit.js'; export const pluginSlug = 'package-json'; export const audits = [ diff --git a/examples/plugins/src/package-json/src/index.ts b/examples/plugins/src/package-json/src/index.ts index 15efb8a7f..bf2ea8e26 100644 --- a/examples/plugins/src/package-json/src/index.ts +++ b/examples/plugins/src/package-json/src/index.ts @@ -1,8 +1,8 @@ -export { pluginSlug, audits } from './constants'; +export { pluginSlug, audits } from './constants.js'; export { performanceGroupRef, documentationGroupRef, versionControlGroupRef, recommendedRefs, -} from './scoring'; -export { create, type PluginOptions } from './package-json.plugin'; +} from './scoring.js'; +export { create, type PluginOptions } from './package-json.plugin.js'; diff --git a/examples/plugins/src/package-json/src/integration/dependencies.audit.ts b/examples/plugins/src/package-json/src/integration/dependencies.audit.ts index ce22f6b53..e21d5ed91 100644 --- a/examples/plugins/src/package-json/src/integration/dependencies.audit.ts +++ b/examples/plugins/src/package-json/src/integration/dependencies.audit.ts @@ -5,8 +5,8 @@ import type { DependencyType, SourceResult, SourceResults, -} from './types'; -import { filterSeverityError, pluralizePackage } from './utils'; +} from './types.js'; +import { filterSeverityError, pluralizePackage } from './utils.js'; export type RequiredDependencies = DependencyMap; diff --git a/examples/plugins/src/package-json/src/integration/dependencies.audit.unit.test.ts b/examples/plugins/src/package-json/src/integration/dependencies.audit.unit.test.ts index caba3ecf9..00621aefa 100644 --- a/examples/plugins/src/package-json/src/integration/dependencies.audit.unit.test.ts +++ b/examples/plugins/src/package-json/src/integration/dependencies.audit.unit.test.ts @@ -1,11 +1,11 @@ import { describe, expect, it } from 'vitest'; import type { AuditOutput } from '@code-pushup/models'; -import { packageJson, packageResult } from '../../../../mocks/constants'; +import { packageJson, packageResult } from '../../../../mocks/constants.js'; import { assertDependency, dependenciesAudit, packageNotInstalledIssue, -} from './dependencies.audit'; +} from './dependencies.audit.js'; describe('packageNotInstalledIssue', () => { it.each([ diff --git a/examples/plugins/src/package-json/src/integration/license.audit.ts b/examples/plugins/src/package-json/src/integration/license.audit.ts index 1b301ccd1..a82683be3 100644 --- a/examples/plugins/src/package-json/src/integration/license.audit.ts +++ b/examples/plugins/src/package-json/src/integration/license.audit.ts @@ -1,11 +1,11 @@ import type { Audit, AuditOutput, Issue } from '@code-pushup/models'; -import type { SourceResults } from './types'; +import type { SourceResults } from './types.js'; import { assertPropertyEmpty, assertPropertyEqual, baseAuditOutput, scoreByErrorIssues, -} from './utils'; +} from './utils.js'; const licenseAuditSlug = 'package-license'; export const licenseAuditMeta: Audit = { diff --git a/examples/plugins/src/package-json/src/integration/license.audit.unit.test.ts b/examples/plugins/src/package-json/src/integration/license.audit.unit.test.ts index d3e00926a..3fe3c4562 100644 --- a/examples/plugins/src/package-json/src/integration/license.audit.unit.test.ts +++ b/examples/plugins/src/package-json/src/integration/license.audit.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; -import { packageResult } from '../../../../mocks/constants'; -import { licenseAudit } from './license.audit'; +import { packageResult } from '../../../../mocks/constants.js'; +import { licenseAudit } from './license.audit.js'; describe('licenseAudit', () => { it('should pass if not configured', () => { diff --git a/examples/plugins/src/package-json/src/integration/type.audit.ts b/examples/plugins/src/package-json/src/integration/type.audit.ts index 2a6a2bb56..65b0322f2 100644 --- a/examples/plugins/src/package-json/src/integration/type.audit.ts +++ b/examples/plugins/src/package-json/src/integration/type.audit.ts @@ -1,11 +1,11 @@ import type { AuditOutput, Issue } from '@code-pushup/models'; -import type { PackageJson, SourceResult, SourceResults } from './types'; +import type { PackageJson, SourceResult, SourceResults } from './types.js'; import { assertPropertyEmpty, assertPropertyEqual, baseAuditOutput, scoreByErrorIssues, -} from './utils'; +} from './utils.js'; const typeAuditSlug = 'package-type'; export const typeAuditInfoMeta = { diff --git a/examples/plugins/src/package-json/src/integration/type.audit.unit.test.ts b/examples/plugins/src/package-json/src/integration/type.audit.unit.test.ts index 3e0ecc0e0..68d0e2526 100644 --- a/examples/plugins/src/package-json/src/integration/type.audit.unit.test.ts +++ b/examples/plugins/src/package-json/src/integration/type.audit.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from 'vitest'; -import { packageResult } from '../../../../mocks/constants'; -import { typeAudit } from './type.audit'; -import type { PackageJson } from './types'; +import { packageResult } from '../../../../mocks/constants.js'; +import { typeAudit } from './type.audit.js'; +import type { PackageJson } from './types.js'; describe('typeAudit', () => { it('should pass if not configured', () => { diff --git a/examples/plugins/src/package-json/src/integration/utils.ts b/examples/plugins/src/package-json/src/integration/utils.ts index 5e088d7fd..9ad74981b 100644 --- a/examples/plugins/src/package-json/src/integration/utils.ts +++ b/examples/plugins/src/package-json/src/integration/utils.ts @@ -1,6 +1,6 @@ import type { AuditOutput, Issue } from '@code-pushup/models'; import { factorOf, pluralizeToken } from '@code-pushup/utils'; -import type { PackageJson, SourceResult } from './types'; +import type { PackageJson, SourceResult } from './types.js'; export function baseAuditOutput(slug: string): AuditOutput { return { diff --git a/examples/plugins/src/package-json/src/package-json.plugin.integration.test.ts b/examples/plugins/src/package-json/src/package-json.plugin.integration.test.ts index a76265391..634ec9653 100644 --- a/examples/plugins/src/package-json/src/package-json.plugin.integration.test.ts +++ b/examples/plugins/src/package-json/src/package-json.plugin.integration.test.ts @@ -8,14 +8,14 @@ import { pluginReportSchema, } from '@code-pushup/models'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { audits, pluginSlug as slug } from './constants'; -import { type PluginOptions, create } from './package-json.plugin'; +import { audits, pluginSlug as slug } from './constants.js'; +import { type PluginOptions, create } from './package-json.plugin.js'; import { documentationGroupRef, performanceGroupRef, recommendedRefs, versionControlGroupRef, -} from './scoring'; +} from './scoring.js'; describe('create-package-json', () => { const baseOptions: PluginOptions = { diff --git a/examples/plugins/src/package-json/src/package-json.plugin.ts b/examples/plugins/src/package-json/src/package-json.plugin.ts index 10e49d9b6..3c75ed6f5 100644 --- a/examples/plugins/src/package-json/src/package-json.plugin.ts +++ b/examples/plugins/src/package-json/src/package-json.plugin.ts @@ -8,24 +8,24 @@ import { readJsonFile, readTextFile, } from '@code-pushup/utils'; -import { pluginSlug } from './constants'; +import { pluginSlug } from './constants.js'; import { type RequiredDependencies, dependenciesAudit, dependenciesAuditMeta, -} from './integration/dependencies.audit'; -import { licenseAudit, licenseAuditMeta } from './integration/license.audit'; -import { typeAudit, typeAuditInfoMeta } from './integration/type.audit'; +} from './integration/dependencies.audit.js'; +import { licenseAudit, licenseAuditMeta } from './integration/license.audit.js'; +import { typeAudit, typeAuditInfoMeta } from './integration/type.audit.js'; import type { PackageJson, SourceResult, SourceResults, -} from './integration/types'; +} from './integration/types.js'; import { documentationGroup, performanceGroup, versionControlGroup, -} from './scoring'; +} from './scoring.js'; export type PluginOptions = { directory: string; diff --git a/examples/plugins/src/package-json/src/scoring.ts b/examples/plugins/src/package-json/src/scoring.ts index c2843a909..9745657be 100644 --- a/examples/plugins/src/package-json/src/scoring.ts +++ b/examples/plugins/src/package-json/src/scoring.ts @@ -1,8 +1,8 @@ import type { CategoryRef, Group } from '@code-pushup/models'; -import { pluginSlug } from './constants'; -import { dependenciesAuditMeta } from './integration/dependencies.audit'; -import { licenseAuditMeta } from './integration/license.audit'; -import { typeAuditInfoMeta } from './integration/type.audit'; +import { pluginSlug } from './constants.js'; +import { dependenciesAuditMeta } from './integration/dependencies.audit.js'; +import { licenseAuditMeta } from './integration/license.audit.js'; +import { typeAuditInfoMeta } from './integration/type.audit.js'; const documentationGroupSlug = 'documentation'; export const documentationGroup: Group = { diff --git a/examples/plugins/vite.config.integration.ts b/examples/plugins/vite.config.integration.ts index ffbbb0491..5859ca287 100644 --- a/examples/plugins/vite.config.integration.ts +++ b/examples/plugins/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/examples-plugins', diff --git a/examples/plugins/vite.config.unit.ts b/examples/plugins/vite.config.unit.ts index 2260796b7..a39e779dc 100644 --- a/examples/plugins/vite.config.unit.ts +++ b/examples/plugins/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/examples-plugins', diff --git a/packages/ci/src/index.ts b/packages/ci/src/index.ts index 52016bde8..5b0b5958e 100644 --- a/packages/ci/src/index.ts +++ b/packages/ci/src/index.ts @@ -1,8 +1,8 @@ -export type { SourceFileIssue } from './lib/issues'; -export type * from './lib/models'; +export type { SourceFileIssue } from './lib/issues.js'; +export type * from './lib/models.js'; export { MONOREPO_TOOLS, isMonorepoTool, type MonorepoTool, -} from './lib/monorepo'; -export { runInCI } from './lib/run'; +} from './lib/monorepo/index.js'; +export { runInCI } from './lib/run.js'; diff --git a/packages/ci/src/lib/cli/commands/collect.ts b/packages/ci/src/lib/cli/commands/collect.ts index 40620b28b..754f0291c 100644 --- a/packages/ci/src/lib/cli/commands/collect.ts +++ b/packages/ci/src/lib/cli/commands/collect.ts @@ -1,10 +1,10 @@ import { executeProcess } from '@code-pushup/utils'; -import type { CommandContext } from '../context'; +import type { CommandContext } from '../context.js'; import { type PersistedCliFiles, persistCliOptions, persistedCliFiles, -} from '../persist'; +} from '../persist.js'; export async function runCollect({ bin, diff --git a/packages/ci/src/lib/cli/commands/compare.ts b/packages/ci/src/lib/cli/commands/compare.ts index 89ddf3ec7..34ff4ee02 100644 --- a/packages/ci/src/lib/cli/commands/compare.ts +++ b/packages/ci/src/lib/cli/commands/compare.ts @@ -1,10 +1,10 @@ import { executeProcess } from '@code-pushup/utils'; -import type { CommandContext } from '../context'; +import type { CommandContext } from '../context.js'; import { type PersistedCliFiles, persistCliOptions, persistedCliFiles, -} from '../persist'; +} from '../persist.js'; type CompareOptions = { before: string; diff --git a/packages/ci/src/lib/cli/commands/merge-diffs.ts b/packages/ci/src/lib/cli/commands/merge-diffs.ts index fb2d0bcca..1a6528acd 100644 --- a/packages/ci/src/lib/cli/commands/merge-diffs.ts +++ b/packages/ci/src/lib/cli/commands/merge-diffs.ts @@ -1,10 +1,10 @@ import { executeProcess } from '@code-pushup/utils'; -import type { CommandContext } from '../context'; +import type { CommandContext } from '../context.js'; import { type PersistedCliFiles, persistCliOptions, persistedCliFiles, -} from '../persist'; +} from '../persist.js'; export async function runMergeDiffs( files: string[], diff --git a/packages/ci/src/lib/cli/commands/print-config.ts b/packages/ci/src/lib/cli/commands/print-config.ts index 593f3b080..ca7a5e455 100644 --- a/packages/ci/src/lib/cli/commands/print-config.ts +++ b/packages/ci/src/lib/cli/commands/print-config.ts @@ -1,5 +1,5 @@ import { executeProcess } from '@code-pushup/utils'; -import type { CommandContext } from '../context'; +import type { CommandContext } from '../context.js'; export async function runPrintConfig({ bin, diff --git a/packages/ci/src/lib/cli/context.ts b/packages/ci/src/lib/cli/context.ts index 746028ebb..3ed0d682a 100644 --- a/packages/ci/src/lib/cli/context.ts +++ b/packages/ci/src/lib/cli/context.ts @@ -1,5 +1,5 @@ -import type { Settings } from '../models'; -import type { ProjectConfig } from '../monorepo'; +import type { Settings } from '../models.js'; +import type { ProjectConfig } from '../monorepo/index.js'; export type CommandContext = Pick< Settings, diff --git a/packages/ci/src/lib/cli/context.unit.test.ts b/packages/ci/src/lib/cli/context.unit.test.ts index bdd2e8356..f6489d7c0 100644 --- a/packages/ci/src/lib/cli/context.unit.test.ts +++ b/packages/ci/src/lib/cli/context.unit.test.ts @@ -1,5 +1,5 @@ -import { DEFAULT_SETTINGS } from '../constants'; -import { type CommandContext, createCommandContext } from './context'; +import { DEFAULT_SETTINGS } from '../constants.js'; +import { type CommandContext, createCommandContext } from './context.js'; describe('createCommandContext', () => { it('should pick CLI-related settings in standalone mode', () => { diff --git a/packages/ci/src/lib/cli/index.ts b/packages/ci/src/lib/cli/index.ts index 14df2100e..a472958bf 100644 --- a/packages/ci/src/lib/cli/index.ts +++ b/packages/ci/src/lib/cli/index.ts @@ -1,6 +1,6 @@ -export { runCollect } from './commands/collect'; -export { runCompare } from './commands/compare'; -export { runMergeDiffs } from './commands/merge-diffs'; -export { runPrintConfig } from './commands/print-config'; -export { createCommandContext, type CommandContext } from './context'; -export { findPersistedFiles, type PersistedCliFiles } from './persist'; +export { runCollect } from './commands/collect.js'; +export { runCompare } from './commands/compare.js'; +export { runMergeDiffs } from './commands/merge-diffs.js'; +export { runPrintConfig } from './commands/print-config.js'; +export { createCommandContext, type CommandContext } from './context.js'; +export { findPersistedFiles, type PersistedCliFiles } from './persist.js'; diff --git a/packages/ci/src/lib/cli/persist.unit.test.ts b/packages/ci/src/lib/cli/persist.unit.test.ts index 48cf96592..cf599efa7 100644 --- a/packages/ci/src/lib/cli/persist.unit.test.ts +++ b/packages/ci/src/lib/cli/persist.unit.test.ts @@ -4,7 +4,7 @@ import { findPersistedFiles, persistCliOptions, persistedCliFiles, -} from './persist'; +} from './persist.js'; describe('persistCliOptions', () => { it('should create CLI arguments for standalone project', () => { diff --git a/packages/ci/src/lib/comment.ts b/packages/ci/src/lib/comment.ts index cd6310bee..51b9df777 100644 --- a/packages/ci/src/lib/comment.ts +++ b/packages/ci/src/lib/comment.ts @@ -1,5 +1,5 @@ import { readFile } from 'node:fs/promises'; -import type { Logger, ProviderAPIClient } from './models'; +import type { Logger, ProviderAPIClient } from './models.js'; export async function commentOnPR( mdPath: string, diff --git a/packages/ci/src/lib/comment.unit.test.ts b/packages/ci/src/lib/comment.unit.test.ts index 7e5ff9a3a..385e387c0 100644 --- a/packages/ci/src/lib/comment.unit.test.ts +++ b/packages/ci/src/lib/comment.unit.test.ts @@ -2,8 +2,8 @@ import { vol } from 'memfs'; import { writeFile } from 'node:fs/promises'; import { join } from 'node:path'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { commentOnPR } from './comment'; -import type { Comment, Logger, ProviderAPIClient } from './models'; +import { commentOnPR } from './comment.js'; +import type { Comment, Logger, ProviderAPIClient } from './models.js'; describe('commentOnPR', () => { const diffText = '# Code PushUp\n\nNo changes to report.\n'; diff --git a/packages/ci/src/lib/constants.ts b/packages/ci/src/lib/constants.ts index 6aab3dfd2..85de8af3e 100644 --- a/packages/ci/src/lib/constants.ts +++ b/packages/ci/src/lib/constants.ts @@ -1,5 +1,5 @@ import { DEFAULT_PERSIST_OUTPUT_DIR } from '@code-pushup/models'; -import type { Settings } from './models'; +import type { Settings } from './models.js'; export const DEFAULT_SETTINGS: Settings = { monorepo: false, diff --git a/packages/ci/src/lib/git.integration.test.ts b/packages/ci/src/lib/git.integration.test.ts index e68f68871..0635801ab 100644 --- a/packages/ci/src/lib/git.integration.test.ts +++ b/packages/ci/src/lib/git.integration.test.ts @@ -2,7 +2,7 @@ import { mkdir, rename, rm, writeFile } from 'node:fs/promises'; import { join } from 'node:path'; import { type SimpleGit, simpleGit } from 'simple-git'; import { initGitRepo } from '@code-pushup/test-utils'; -import { type ChangedFiles, listChangedFiles } from './git'; +import { type ChangedFiles, listChangedFiles } from './git.js'; describe('git diff', () => { const baseDir = join('tmp', 'ci', 'git-utils-test'); @@ -38,7 +38,7 @@ describe('git diff', () => { [ "import assert from 'node:assert'", "import test from 'node:test'", - "import { sum } from '../src/index.js'", + "import { sum } from '../src/index.js.js'", '', "test('should sum all numbers', () => {", ' assert.strictEqual(sum([1, 2, 3, 4]), 10)', diff --git a/packages/ci/src/lib/issues.ts b/packages/ci/src/lib/issues.ts index e1fd6775d..2768c43e7 100644 --- a/packages/ci/src/lib/issues.ts +++ b/packages/ci/src/lib/issues.ts @@ -12,7 +12,7 @@ import { adjustFileName, adjustLine, isFileChanged, -} from './git'; +} from './git.js'; export type SourceFileIssue = Required & IssueContext; diff --git a/packages/ci/src/lib/issues.unit.test.ts b/packages/ci/src/lib/issues.unit.test.ts index 5fd854285..806202ca5 100644 --- a/packages/ci/src/lib/issues.unit.test.ts +++ b/packages/ci/src/lib/issues.unit.test.ts @@ -3,7 +3,7 @@ import { calculateGroupImpact, getAuditImpactValue, issuesMatch, -} from './issues'; +} from './issues.js'; describe('issues comparison', () => { it('should match issues with exact same metadata', () => { diff --git a/packages/ci/src/lib/models.ts b/packages/ci/src/lib/models.ts index ecd79a586..1ed578cd8 100644 --- a/packages/ci/src/lib/models.ts +++ b/packages/ci/src/lib/models.ts @@ -1,5 +1,5 @@ -import type { SourceFileIssue } from './issues'; -import type { MonorepoTool } from './monorepo'; +import type { SourceFileIssue } from './issues.js'; +import type { MonorepoTool } from './monorepo/index.js'; /** * Customization options for {@link runInCI} diff --git a/packages/ci/src/lib/monorepo/detect-tool.ts b/packages/ci/src/lib/monorepo/detect-tool.ts index 6004714ee..288de72e0 100644 --- a/packages/ci/src/lib/monorepo/detect-tool.ts +++ b/packages/ci/src/lib/monorepo/detect-tool.ts @@ -1,5 +1,5 @@ -import { MONOREPO_TOOL_HANDLERS } from './handlers'; -import type { MonorepoHandlerOptions, MonorepoTool } from './tools'; +import { MONOREPO_TOOL_HANDLERS } from './handlers/index.js'; +import type { MonorepoHandlerOptions, MonorepoTool } from './tools.js'; export async function detectMonorepoTool( options: MonorepoHandlerOptions, diff --git a/packages/ci/src/lib/monorepo/handlers/index.ts b/packages/ci/src/lib/monorepo/handlers/index.ts index 30306810f..7bc1e202e 100644 --- a/packages/ci/src/lib/monorepo/handlers/index.ts +++ b/packages/ci/src/lib/monorepo/handlers/index.ts @@ -1,9 +1,9 @@ -import type { MonorepoTool, MonorepoToolHandler } from '../tools'; -import { npmHandler } from './npm'; -import { nxHandler } from './nx'; -import { pnpmHandler } from './pnpm'; -import { turboHandler } from './turbo'; -import { yarnHandler } from './yarn'; +import type { MonorepoTool, MonorepoToolHandler } from '../tools.js'; +import { npmHandler } from './npm.js'; +import { nxHandler } from './nx.js'; +import { pnpmHandler } from './pnpm.js'; +import { turboHandler } from './turbo.js'; +import { yarnHandler } from './yarn.js'; export const MONOREPO_TOOL_HANDLERS = [ nxHandler, diff --git a/packages/ci/src/lib/monorepo/handlers/npm.ts b/packages/ci/src/lib/monorepo/handlers/npm.ts index 5956a3a56..4657b4531 100644 --- a/packages/ci/src/lib/monorepo/handlers/npm.ts +++ b/packages/ci/src/lib/monorepo/handlers/npm.ts @@ -5,8 +5,8 @@ import { hasScript, hasWorkspacesEnabled, listWorkspaces, -} from '../packages'; -import type { MonorepoToolHandler } from '../tools'; +} from '../packages.js'; +import type { MonorepoToolHandler } from '../tools.js'; export const npmHandler: MonorepoToolHandler = { tool: 'npm', diff --git a/packages/ci/src/lib/monorepo/handlers/nx.ts b/packages/ci/src/lib/monorepo/handlers/nx.ts index dac746bab..7e7ad236e 100644 --- a/packages/ci/src/lib/monorepo/handlers/nx.ts +++ b/packages/ci/src/lib/monorepo/handlers/nx.ts @@ -5,7 +5,7 @@ import { stringifyError, toArray, } from '@code-pushup/utils'; -import type { MonorepoToolHandler } from '../tools'; +import type { MonorepoToolHandler } from '../tools.js'; export const nxHandler: MonorepoToolHandler = { tool: 'nx', diff --git a/packages/ci/src/lib/monorepo/handlers/pnpm.ts b/packages/ci/src/lib/monorepo/handlers/pnpm.ts index cd24bb5e0..01bc368d5 100644 --- a/packages/ci/src/lib/monorepo/handlers/pnpm.ts +++ b/packages/ci/src/lib/monorepo/handlers/pnpm.ts @@ -6,8 +6,8 @@ import { hasScript, listPackages, readRootPackageJson, -} from '../packages'; -import type { MonorepoToolHandler } from '../tools'; +} from '../packages.js'; +import type { MonorepoToolHandler } from '../tools.js'; const WORKSPACE_FILE = 'pnpm-workspace.yaml'; diff --git a/packages/ci/src/lib/monorepo/handlers/turbo.ts b/packages/ci/src/lib/monorepo/handlers/turbo.ts index 9a2d812ff..0f8e3ff85 100644 --- a/packages/ci/src/lib/monorepo/handlers/turbo.ts +++ b/packages/ci/src/lib/monorepo/handlers/turbo.ts @@ -1,9 +1,9 @@ import { join } from 'node:path'; import { fileExists, readJsonFile } from '@code-pushup/utils'; -import type { MonorepoToolHandler } from '../tools'; -import { npmHandler } from './npm'; -import { pnpmHandler } from './pnpm'; -import { yarnHandler } from './yarn'; +import type { MonorepoToolHandler } from '../tools.js'; +import { npmHandler } from './npm.js'; +import { pnpmHandler } from './pnpm.js'; +import { yarnHandler } from './yarn.js'; const WORKSPACE_HANDLERS = [pnpmHandler, yarnHandler, npmHandler]; diff --git a/packages/ci/src/lib/monorepo/handlers/yarn.ts b/packages/ci/src/lib/monorepo/handlers/yarn.ts index 99bb30163..db5c3f632 100644 --- a/packages/ci/src/lib/monorepo/handlers/yarn.ts +++ b/packages/ci/src/lib/monorepo/handlers/yarn.ts @@ -5,8 +5,8 @@ import { hasScript, hasWorkspacesEnabled, listWorkspaces, -} from '../packages'; -import type { MonorepoToolHandler } from '../tools'; +} from '../packages.js'; +import type { MonorepoToolHandler } from '../tools.js'; export const yarnHandler: MonorepoToolHandler = { tool: 'yarn', diff --git a/packages/ci/src/lib/monorepo/index.ts b/packages/ci/src/lib/monorepo/index.ts index 0ea2d1dc1..58db97767 100644 --- a/packages/ci/src/lib/monorepo/index.ts +++ b/packages/ci/src/lib/monorepo/index.ts @@ -1,7 +1,7 @@ -export { listMonorepoProjects } from './list-projects'; +export { listMonorepoProjects } from './list-projects.js'; export { MONOREPO_TOOLS, isMonorepoTool, type MonorepoTool, type ProjectConfig, -} from './tools'; +} from './tools.js'; diff --git a/packages/ci/src/lib/monorepo/list-projects.ts b/packages/ci/src/lib/monorepo/list-projects.ts index 65791e63a..961608af5 100644 --- a/packages/ci/src/lib/monorepo/list-projects.ts +++ b/packages/ci/src/lib/monorepo/list-projects.ts @@ -1,10 +1,10 @@ import { glob } from 'glob'; import { join } from 'node:path'; -import type { Logger, Settings } from '../models'; -import { detectMonorepoTool } from './detect-tool'; -import { getToolHandler } from './handlers'; -import { listPackages } from './packages'; -import type { MonorepoHandlerOptions, ProjectConfig } from './tools'; +import type { Logger, Settings } from '../models.js'; +import { detectMonorepoTool } from './detect-tool.js'; +import { getToolHandler } from './handlers/index.js'; +import { listPackages } from './packages.js'; +import type { MonorepoHandlerOptions, ProjectConfig } from './tools.js'; export async function listMonorepoProjects( settings: Settings, diff --git a/packages/ci/src/lib/monorepo/list-projects.unit.test.ts b/packages/ci/src/lib/monorepo/list-projects.unit.test.ts index 619bce098..439897473 100644 --- a/packages/ci/src/lib/monorepo/list-projects.unit.test.ts +++ b/packages/ci/src/lib/monorepo/list-projects.unit.test.ts @@ -3,10 +3,10 @@ import { join } from 'node:path'; import type { PackageJson } from 'type-fest'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; import * as utils from '@code-pushup/utils'; -import { DEFAULT_SETTINGS } from '../constants'; -import type { Settings } from '../models'; -import { listMonorepoProjects } from './list-projects'; -import type { ProjectConfig } from './tools'; +import { DEFAULT_SETTINGS } from '../constants.js'; +import type { Settings } from '../models.js'; +import { listMonorepoProjects } from './list-projects.js'; +import type { ProjectConfig } from './tools.js'; describe('listMonorepoProjects', () => { const MONOREPO_SETTINGS: Settings = { diff --git a/packages/ci/src/lib/run.integration.test.ts b/packages/ci/src/lib/run.integration.test.ts index dc3371c59..80c2ae9d4 100644 --- a/packages/ci/src/lib/run.integration.test.ts +++ b/packages/ci/src/lib/run.integration.test.ts @@ -24,8 +24,8 @@ import type { Options, ProviderAPIClient, RunResult, -} from './models'; -import { runInCI } from './run'; +} from './models.js'; +import { runInCI } from './run.js'; describe('runInCI', () => { const fixturesDir = join( diff --git a/packages/ci/src/lib/run.ts b/packages/ci/src/lib/run.ts index 276f50ce0..b3ac85e41 100644 --- a/packages/ci/src/lib/run.ts +++ b/packages/ci/src/lib/run.ts @@ -11,11 +11,11 @@ import { runCompare, runMergeDiffs, runPrintConfig, -} from './cli'; -import { commentOnPR } from './comment'; -import { DEFAULT_SETTINGS } from './constants'; -import { listChangedFiles } from './git'; -import { type SourceFileIssue, filterRelevantIssues } from './issues'; +} from './cli/index.js'; +import { commentOnPR } from './comment.js'; +import { DEFAULT_SETTINGS } from './constants.js'; +import { listChangedFiles } from './git.js'; +import { type SourceFileIssue, filterRelevantIssues } from './issues.js'; import type { GitBranch, GitRefs, @@ -25,8 +25,8 @@ import type { ProviderAPIClient, RunResult, Settings, -} from './models'; -import { type ProjectConfig, listMonorepoProjects } from './monorepo'; +} from './models.js'; +import { type ProjectConfig, listMonorepoProjects } from './monorepo/index.js'; /** * Runs Code PushUp in CI environment. diff --git a/packages/ci/vite.config.integration.ts b/packages/ci/vite.config.integration.ts index 3952d46ce..88517c4c7 100644 --- a/packages/ci/vite.config.integration.ts +++ b/packages/ci/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/ci', diff --git a/packages/ci/vite.config.unit.ts b/packages/ci/vite.config.unit.ts index c342a0176..e6dcce6bd 100644 --- a/packages/ci/vite.config.unit.ts +++ b/packages/ci/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/ci', diff --git a/packages/cli/docs/custom-plugins.md b/packages/cli/docs/custom-plugins.md index 773d3e496..2736b758f 100644 --- a/packages/cli/docs/custom-plugins.md +++ b/packages/cli/docs/custom-plugins.md @@ -208,7 +208,7 @@ of `AuditOutputs`: // file-size.plugin.ts import { AuditOutput } from '@code-pushup/models'; import { crawlFileSystem, pluralizeToken } from '@code-pushup/utils'; -import { RunnerFunction } from './plugin-config-runner'; +import { RunnerFunction } from './plugin-config-runner.js'; // ... @@ -496,7 +496,7 @@ We will extend the `fileSizeAuditOutput` with `details` show which files exceed // ... import { basename } from 'path'; import { formatBytes } from '@code-pushup/utils'; -import { AuditOutput } from './plugin-process-output'; +import { AuditOutput } from './plugin-process-output.js'; async function runnerFunction(options: Options): Promise { // ... diff --git a/packages/cli/mocks/constants.ts b/packages/cli/mocks/constants.ts index df2fc0812..dc9713937 100644 --- a/packages/cli/mocks/constants.ts +++ b/packages/cli/mocks/constants.ts @@ -1,6 +1,6 @@ -import { commands } from '../src/lib/commands'; -import { middlewares } from '../src/lib/middlewares'; -import { options } from '../src/lib/options'; +import { commands } from '../src/lib/commands.js'; +import { middlewares } from '../src/lib/middlewares.js'; +import { options } from '../src/lib/options.js'; export const DEFAULT_CLI_CONFIGURATION = { usageMessage: 'Code PushUp CLI', diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 70c8f312d..b43351712 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -1,6 +1,6 @@ #! /usr/bin/env node import { hideBin } from 'yargs/helpers'; -import { cli } from './lib/cli'; +import { cli } from './lib/cli.js'; // bootstrap Yargs, parse arguments and execute command await cli(hideBin(process.argv)).argv; diff --git a/packages/cli/src/lib/autorun/autorun-command.ts b/packages/cli/src/lib/autorun/autorun-command.ts index dd0dfeb53..0771c3237 100644 --- a/packages/cli/src/lib/autorun/autorun-command.ts +++ b/packages/cli/src/lib/autorun/autorun-command.ts @@ -7,13 +7,13 @@ import { upload, } from '@code-pushup/core'; import { ui } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; +import { CLI_NAME } from '../constants.js'; import { collectSuccessfulLog, renderConfigureCategoriesHint, renderIntegratePortalHint, uploadSuccessfulLog, -} from '../implementation/logging'; +} from '../implementation/logging.js'; type AutorunOptions = CollectOptions & UploadOptions; diff --git a/packages/cli/src/lib/autorun/autorun-command.unit.test.ts b/packages/cli/src/lib/autorun/autorun-command.unit.test.ts index cb5d3b17e..891b49dfb 100644 --- a/packages/cli/src/lib/autorun/autorun-command.unit.test.ts +++ b/packages/cli/src/lib/autorun/autorun-command.unit.test.ts @@ -3,9 +3,9 @@ import { describe, expect, it, vi } from 'vitest'; import { uploadToPortal } from '@code-pushup/portal-client'; import { collectAndPersistReports, readRcByPath } from '@code-pushup/core'; import { MEMFS_VOLUME, MINIMAL_REPORT_MOCK } from '@code-pushup/test-utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsAutorunCommandObject } from './autorun-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsAutorunCommandObject } from './autorun-command.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/cli.ts b/packages/cli/src/lib/cli.ts index afb561853..50eef57be 100644 --- a/packages/cli/src/lib/cli.ts +++ b/packages/cli/src/lib/cli.ts @@ -1,8 +1,8 @@ -import { commands } from './commands'; -import { CLI_NAME, CLI_SCRIPT_NAME } from './constants'; -import { middlewares } from './middlewares'; -import { groups, options } from './options'; -import { yargsCli } from './yargs-cli'; +import { commands } from './commands.js'; +import { CLI_NAME, CLI_SCRIPT_NAME } from './constants.js'; +import { middlewares } from './middlewares.js'; +import { groups, options } from './options.js'; +import { yargsCli } from './yargs-cli.js'; export const cli = (args: string[]) => yargsCli(args, { diff --git a/packages/cli/src/lib/collect/collect-command.ts b/packages/cli/src/lib/collect/collect-command.ts index fc51781b1..0f295d0fa 100644 --- a/packages/cli/src/lib/collect/collect-command.ts +++ b/packages/cli/src/lib/collect/collect-command.ts @@ -5,11 +5,11 @@ import { collectAndPersistReports, } from '@code-pushup/core'; import { link, ui } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; +import { CLI_NAME } from '../constants.js'; import { collectSuccessfulLog, renderConfigureCategoriesHint, -} from '../implementation/logging'; +} from '../implementation/logging.js'; export function yargsCollectCommandObject(): CommandModule { const command = 'collect'; diff --git a/packages/cli/src/lib/collect/collect-command.unit.test.ts b/packages/cli/src/lib/collect/collect-command.unit.test.ts index 99e3eb0b4..796fee62b 100644 --- a/packages/cli/src/lib/collect/collect-command.unit.test.ts +++ b/packages/cli/src/lib/collect/collect-command.unit.test.ts @@ -6,9 +6,9 @@ import { DEFAULT_PERSIST_OUTPUT_DIR, type PersistConfig, } from '@code-pushup/models'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsCollectCommandObject } from './collect-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsCollectCommandObject } from './collect-command.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/commands.ts b/packages/cli/src/lib/commands.ts index b31a0f257..7dacdf981 100644 --- a/packages/cli/src/lib/commands.ts +++ b/packages/cli/src/lib/commands.ts @@ -1,11 +1,11 @@ import type { CommandModule } from 'yargs'; -import { yargsAutorunCommandObject } from './autorun/autorun-command'; -import { yargsCollectCommandObject } from './collect/collect-command'; -import { yargsCompareCommandObject } from './compare/compare-command'; -import { yargsHistoryCommandObject } from './history/history-command'; -import { yargsMergeDiffsCommandObject } from './merge-diffs/merge-diffs-command'; -import { yargsConfigCommandObject } from './print-config/print-config-command'; -import { yargsUploadCommandObject } from './upload/upload-command'; +import { yargsAutorunCommandObject } from './autorun/autorun-command.js'; +import { yargsCollectCommandObject } from './collect/collect-command.js'; +import { yargsCompareCommandObject } from './compare/compare-command.js'; +import { yargsHistoryCommandObject } from './history/history-command.js'; +import { yargsMergeDiffsCommandObject } from './merge-diffs/merge-diffs-command.js'; +import { yargsConfigCommandObject } from './print-config/print-config-command.js'; +import { yargsUploadCommandObject } from './upload/upload-command.js'; export const commands: CommandModule[] = [ { diff --git a/packages/cli/src/lib/compare/compare-command.ts b/packages/cli/src/lib/compare/compare-command.ts index 0c11245fb..c098fb848 100644 --- a/packages/cli/src/lib/compare/compare-command.ts +++ b/packages/cli/src/lib/compare/compare-command.ts @@ -3,9 +3,9 @@ import type { CommandModule } from 'yargs'; import { compareReportFiles } from '@code-pushup/core'; import type { PersistConfig, UploadConfig } from '@code-pushup/models'; import { ui } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; -import type { CompareOptions } from '../implementation/compare.model'; -import { yargsCompareOptionsDefinition } from '../implementation/compare.options'; +import { CLI_NAME } from '../constants.js'; +import type { CompareOptions } from '../implementation/compare.model.js'; +import { yargsCompareOptionsDefinition } from '../implementation/compare.options.js'; export function yargsCompareCommandObject() { const command = 'compare'; diff --git a/packages/cli/src/lib/compare/compare-command.unit.test.ts b/packages/cli/src/lib/compare/compare-command.unit.test.ts index 781c61142..d38e69517 100644 --- a/packages/cli/src/lib/compare/compare-command.unit.test.ts +++ b/packages/cli/src/lib/compare/compare-command.unit.test.ts @@ -7,9 +7,9 @@ import { } from '@code-pushup/models'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsCompareCommandObject } from './compare-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsCompareCommandObject } from './compare-command.js'; vi.mock('@code-pushup/core', async () => { const core: object = await vi.importActual('@code-pushup/core'); diff --git a/packages/cli/src/lib/history/history-command.ts b/packages/cli/src/lib/history/history-command.ts index 12b208d84..1895ba80e 100644 --- a/packages/cli/src/lib/history/history-command.ts +++ b/packages/cli/src/lib/history/history-command.ts @@ -9,11 +9,11 @@ import { safeCheckout, ui, } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; -import { yargsFilterOptionsDefinition } from '../implementation/filter.options'; -import type { HistoryCliOptions } from './history.model'; -import { yargsHistoryOptionsDefinition } from './history.options'; -import { normalizeHashOptions } from './utils'; +import { CLI_NAME } from '../constants.js'; +import { yargsFilterOptionsDefinition } from '../implementation/filter.options.js'; +import type { HistoryCliOptions } from './history.model.js'; +import { yargsHistoryOptionsDefinition } from './history.options.js'; +import { normalizeHashOptions } from './utils.js'; const command = 'history'; async function handler(args: unknown) { diff --git a/packages/cli/src/lib/history/history-command.unit.test.ts b/packages/cli/src/lib/history/history-command.unit.test.ts index b796c53be..e1892d7f0 100644 --- a/packages/cli/src/lib/history/history-command.unit.test.ts +++ b/packages/cli/src/lib/history/history-command.unit.test.ts @@ -1,9 +1,9 @@ import { describe, expect, vi } from 'vitest'; import { type HistoryOptions, history } from '@code-pushup/core'; import { safeCheckout } from '@code-pushup/utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsHistoryCommandObject } from './history-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsHistoryCommandObject } from './history-command.js'; vi.mock('@code-pushup/core', async () => { const { diff --git a/packages/cli/src/lib/history/history.options.ts b/packages/cli/src/lib/history/history.options.ts index b48e1b7e0..c4504309d 100644 --- a/packages/cli/src/lib/history/history.options.ts +++ b/packages/cli/src/lib/history/history.options.ts @@ -1,5 +1,5 @@ import type { Options } from 'yargs'; -import type { HistoryCliOptions } from './history.model'; +import type { HistoryCliOptions } from './history.model.js'; export function yargsHistoryOptionsDefinition(): Record< keyof HistoryCliOptions, diff --git a/packages/cli/src/lib/history/utils.ts b/packages/cli/src/lib/history/utils.ts index 413e9b56c..adc0b0a02 100644 --- a/packages/cli/src/lib/history/utils.ts +++ b/packages/cli/src/lib/history/utils.ts @@ -1,6 +1,6 @@ import type { HistoryOptions } from '@code-pushup/core'; import { getHashFromTag, isSemver } from '@code-pushup/utils'; -import type { HistoryCliOptions } from './history.model'; +import type { HistoryCliOptions } from './history.model.js'; export async function normalizeHashOptions( processArgs: HistoryCliOptions & HistoryOptions, diff --git a/packages/cli/src/lib/history/utils.unit.test.ts b/packages/cli/src/lib/history/utils.unit.test.ts index 30e5913f7..fe42bae77 100644 --- a/packages/cli/src/lib/history/utils.unit.test.ts +++ b/packages/cli/src/lib/history/utils.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, vi } from 'vitest'; import type { HistoryOptions } from '@code-pushup/core'; -import type { HistoryCliOptions } from './history.model'; -import { normalizeHashOptions } from './utils'; +import type { HistoryCliOptions } from './history.model.js'; +import { normalizeHashOptions } from './utils.js'; vi.mock('simple-git', async () => { const actual = await vi.importActual('simple-git'); diff --git a/packages/cli/src/lib/implementation/compare.options.ts b/packages/cli/src/lib/implementation/compare.options.ts index c7e2cb22b..d7ab52985 100644 --- a/packages/cli/src/lib/implementation/compare.options.ts +++ b/packages/cli/src/lib/implementation/compare.options.ts @@ -1,5 +1,5 @@ import type { Options } from 'yargs'; -import type { CompareOptions } from './compare.model'; +import type { CompareOptions } from './compare.model.js'; export function yargsCompareOptionsDefinition(): Record< keyof CompareOptions, diff --git a/packages/cli/src/lib/implementation/core-config.integration.test.ts b/packages/cli/src/lib/implementation/core-config.integration.test.ts index 94ea12093..5cca9ee80 100644 --- a/packages/cli/src/lib/implementation/core-config.integration.test.ts +++ b/packages/cli/src/lib/implementation/core-config.integration.test.ts @@ -8,9 +8,9 @@ import { type UploadConfig, } from '@code-pushup/models'; import { CORE_CONFIG_MOCK, MINIMAL_CONFIG_MOCK } from '@code-pushup/test-utils'; -import { yargsCli } from '../yargs-cli'; -import { coreConfigMiddleware } from './core-config.middleware'; -import { yargsCoreConfigOptionsDefinition } from './core-config.options'; +import { yargsCli } from '../yargs-cli.js'; +import { coreConfigMiddleware } from './core-config.middleware.js'; +import { yargsCoreConfigOptionsDefinition } from './core-config.options.js'; vi.mock('@code-pushup/core', async () => { const core = await vi.importActual('@code-pushup/core'); diff --git a/packages/cli/src/lib/implementation/core-config.middleware.integration.test.ts b/packages/cli/src/lib/implementation/core-config.middleware.integration.test.ts index 2d592fc3f..b0d29dd27 100644 --- a/packages/cli/src/lib/implementation/core-config.middleware.integration.test.ts +++ b/packages/cli/src/lib/implementation/core-config.middleware.integration.test.ts @@ -1,7 +1,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import { describe, expect } from 'vitest'; -import { coreConfigMiddleware } from './core-config.middleware'; +import { coreConfigMiddleware } from './core-config.middleware.js'; const configDirPath = join( fileURLToPath(dirname(import.meta.url)), diff --git a/packages/cli/src/lib/implementation/core-config.middleware.ts b/packages/cli/src/lib/implementation/core-config.middleware.ts index 7be073286..0f2891178 100644 --- a/packages/cli/src/lib/implementation/core-config.middleware.ts +++ b/packages/cli/src/lib/implementation/core-config.middleware.ts @@ -7,9 +7,9 @@ import { type Format, uploadConfigSchema, } from '@code-pushup/models'; -import type { CoreConfigCliOptions } from './core-config.model'; -import type { FilterOptions } from './filter.model'; -import type { GeneralCliOptions } from './global.model'; +import type { CoreConfigCliOptions } from './core-config.model.js'; +import type { FilterOptions } from './filter.model.js'; +import type { GeneralCliOptions } from './global.model.js'; export type CoreConfigMiddlewareOptions = GeneralCliOptions & CoreConfigCliOptions & diff --git a/packages/cli/src/lib/implementation/core-config.middleware.unit.test.ts b/packages/cli/src/lib/implementation/core-config.middleware.unit.test.ts index 4c85365c9..134b8f183 100644 --- a/packages/cli/src/lib/implementation/core-config.middleware.unit.test.ts +++ b/packages/cli/src/lib/implementation/core-config.middleware.unit.test.ts @@ -3,10 +3,10 @@ import { autoloadRc, readRcByPath } from '@code-pushup/core'; import { coreConfigMiddleware, normalizeFormats, -} from './core-config.middleware'; -import type { CoreConfigCliOptions } from './core-config.model'; -import type { FilterOptions } from './filter.model'; -import type { GeneralCliOptions } from './global.model'; +} from './core-config.middleware.js'; +import type { CoreConfigCliOptions } from './core-config.model.js'; +import type { FilterOptions } from './filter.model.js'; +import type { GeneralCliOptions } from './global.model.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/implementation/core-config.options.ts b/packages/cli/src/lib/implementation/core-config.options.ts index c507a8956..79d62346a 100644 --- a/packages/cli/src/lib/implementation/core-config.options.ts +++ b/packages/cli/src/lib/implementation/core-config.options.ts @@ -2,7 +2,7 @@ import type { Options } from 'yargs'; import type { PersistConfigCliOptions, UploadConfigCliOptions, -} from './core-config.model'; +} from './core-config.model.js'; export function yargsCoreConfigOptionsDefinition(): Record< keyof (PersistConfigCliOptions & UploadConfigCliOptions), diff --git a/packages/cli/src/lib/implementation/filter.middleware.ts b/packages/cli/src/lib/implementation/filter.middleware.ts index 716f6a2cc..92f380f2b 100644 --- a/packages/cli/src/lib/implementation/filter.middleware.ts +++ b/packages/cli/src/lib/implementation/filter.middleware.ts @@ -1,11 +1,11 @@ import type { CoreConfig } from '@code-pushup/models'; import { filterItemRefsBy } from '@code-pushup/utils'; -import type { FilterOptions, Filterables } from './filter.model'; +import type { FilterOptions, Filterables } from './filter.model.js'; import { handleConflictingOptions, validateFilterOption, validateFinalState, -} from './validate-filter-options.utils'; +} from './validate-filter-options.utils.js'; export function filterMiddleware( originalProcessArgs: T, diff --git a/packages/cli/src/lib/implementation/filter.middleware.unit.test.ts b/packages/cli/src/lib/implementation/filter.middleware.unit.test.ts index c81bc9e86..5a8ad6a03 100644 --- a/packages/cli/src/lib/implementation/filter.middleware.unit.test.ts +++ b/packages/cli/src/lib/implementation/filter.middleware.unit.test.ts @@ -1,7 +1,7 @@ import type { CategoryConfig, PluginConfig } from '@code-pushup/models'; import { ui } from '@code-pushup/utils'; -import { filterMiddleware } from './filter.middleware'; -import { OptionValidationError } from './validate-filter-options.utils'; +import { filterMiddleware } from './filter.middleware.js'; +import { OptionValidationError } from './validate-filter-options.utils.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/implementation/filter.options.ts b/packages/cli/src/lib/implementation/filter.options.ts index 6917b3bde..6139b109b 100644 --- a/packages/cli/src/lib/implementation/filter.options.ts +++ b/packages/cli/src/lib/implementation/filter.options.ts @@ -1,6 +1,6 @@ import type { Options } from 'yargs'; -import type { FilterCliOptions } from './filter.model'; -import { coerceArray } from './global.utils'; +import type { FilterCliOptions } from './filter.model.js'; +import { coerceArray } from './global.utils.js'; export const skipCategoriesOption: Options = { describe: 'List of categories to skip. If not set all categories are run.', diff --git a/packages/cli/src/lib/implementation/formatting.unit.test.ts b/packages/cli/src/lib/implementation/formatting.unit.test.ts index 492537862..3ba992c11 100644 --- a/packages/cli/src/lib/implementation/formatting.unit.test.ts +++ b/packages/cli/src/lib/implementation/formatting.unit.test.ts @@ -6,7 +6,7 @@ import { formatObjectValue, headerStyle, titleStyle, -} from './formatting'; +} from './formatting.js'; describe('titleStyle', () => { it('should return a string with green color', () => { diff --git a/packages/cli/src/lib/implementation/global.model.ts b/packages/cli/src/lib/implementation/global.model.ts index 02e186801..5c5c408b7 100644 --- a/packages/cli/src/lib/implementation/global.model.ts +++ b/packages/cli/src/lib/implementation/global.model.ts @@ -1,4 +1,4 @@ import type { GlobalOptions } from '@code-pushup/core'; -import type { ConfigCliOptions } from './core-config.model'; +import type { ConfigCliOptions } from './core-config.model.js'; export type GeneralCliOptions = ConfigCliOptions & GlobalOptions; diff --git a/packages/cli/src/lib/implementation/global.options.ts b/packages/cli/src/lib/implementation/global.options.ts index 7f2b20ae3..9cbf4c8df 100644 --- a/packages/cli/src/lib/implementation/global.options.ts +++ b/packages/cli/src/lib/implementation/global.options.ts @@ -1,5 +1,5 @@ import type { Options } from 'yargs'; -import type { GeneralCliOptions } from './global.model'; +import type { GeneralCliOptions } from './global.model.js'; export function yargsGlobalOptionsDefinition(): Record< keyof GeneralCliOptions, diff --git a/packages/cli/src/lib/implementation/global.utils.ts b/packages/cli/src/lib/implementation/global.utils.ts index ddc46334e..54b1e9212 100644 --- a/packages/cli/src/lib/implementation/global.utils.ts +++ b/packages/cli/src/lib/implementation/global.utils.ts @@ -1,6 +1,6 @@ import yargs from 'yargs'; import { toArray, ui } from '@code-pushup/utils'; -import { OptionValidationError } from './validate-filter-options.utils'; +import { OptionValidationError } from './validate-filter-options.utils.js'; export function filterKebabCaseKeys>( obj: T, diff --git a/packages/cli/src/lib/implementation/global.utils.unit.test.ts b/packages/cli/src/lib/implementation/global.utils.unit.test.ts index 2e6390e67..07627f060 100644 --- a/packages/cli/src/lib/implementation/global.utils.unit.test.ts +++ b/packages/cli/src/lib/implementation/global.utils.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it, vi } from 'vitest'; import { ui } from '@code-pushup/utils'; -import { filterKebabCaseKeys, logErrorBeforeThrow } from './global.utils'; -import { OptionValidationError } from './validate-filter-options.utils'; +import { filterKebabCaseKeys, logErrorBeforeThrow } from './global.utils.js'; +import { OptionValidationError } from './validate-filter-options.utils.js'; describe('filterKebabCaseKeys', () => { it('should filter root level kebab-case keys', () => { diff --git a/packages/cli/src/lib/implementation/merge-diffs.options.ts b/packages/cli/src/lib/implementation/merge-diffs.options.ts index 48a25e9f1..b35020580 100644 --- a/packages/cli/src/lib/implementation/merge-diffs.options.ts +++ b/packages/cli/src/lib/implementation/merge-diffs.options.ts @@ -1,5 +1,5 @@ import type { Options } from 'yargs'; -import type { MergeDiffsOptions } from './merge-diffs.model'; +import type { MergeDiffsOptions } from './merge-diffs.model.js'; export function yargsMergeDiffsOptionsDefinition(): Record< keyof MergeDiffsOptions, diff --git a/packages/cli/src/lib/implementation/validate-filter-options.utils.ts b/packages/cli/src/lib/implementation/validate-filter-options.utils.ts index d4baa8948..c84b4af03 100644 --- a/packages/cli/src/lib/implementation/validate-filter-options.utils.ts +++ b/packages/cli/src/lib/implementation/validate-filter-options.utils.ts @@ -5,7 +5,7 @@ import { pluralize, ui, } from '@code-pushup/utils'; -import type { FilterOptionType, Filterables } from './filter.model'; +import type { FilterOptionType, Filterables } from './filter.model.js'; export class OptionValidationError extends Error {} diff --git a/packages/cli/src/lib/implementation/validate-filter-options.utils.unit.test.ts b/packages/cli/src/lib/implementation/validate-filter-options.utils.unit.test.ts index f6f0be6c3..770ffd520 100644 --- a/packages/cli/src/lib/implementation/validate-filter-options.utils.unit.test.ts +++ b/packages/cli/src/lib/implementation/validate-filter-options.utils.unit.test.ts @@ -2,7 +2,7 @@ import { describe, expect } from 'vitest'; import type { CategoryConfig, PluginConfig } from '@code-pushup/models'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import type { FilterOptionType } from './filter.model'; +import type { FilterOptionType } from './filter.model.js'; import { OptionValidationError, createValidationMessage, @@ -10,7 +10,7 @@ import { handleConflictingOptions, validateFilterOption, validateFinalState, -} from './validate-filter-options.utils'; +} from './validate-filter-options.utils.js'; describe('validateFilterOption', () => { it.each([ diff --git a/packages/cli/src/lib/merge-diffs/merge-diffs-command.ts b/packages/cli/src/lib/merge-diffs/merge-diffs-command.ts index d72c53373..3a3a7308c 100644 --- a/packages/cli/src/lib/merge-diffs/merge-diffs-command.ts +++ b/packages/cli/src/lib/merge-diffs/merge-diffs-command.ts @@ -3,9 +3,9 @@ import type { CommandModule } from 'yargs'; import { mergeDiffs } from '@code-pushup/core'; import type { PersistConfig } from '@code-pushup/models'; import { ui } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; -import type { MergeDiffsOptions } from '../implementation/merge-diffs.model'; -import { yargsMergeDiffsOptionsDefinition } from '../implementation/merge-diffs.options'; +import { CLI_NAME } from '../constants.js'; +import type { MergeDiffsOptions } from '../implementation/merge-diffs.model.js'; +import { yargsMergeDiffsOptionsDefinition } from '../implementation/merge-diffs.options.js'; export function yargsMergeDiffsCommandObject() { const command = 'merge-diffs'; diff --git a/packages/cli/src/lib/merge-diffs/merge-diffs-command.unit.test.ts b/packages/cli/src/lib/merge-diffs/merge-diffs-command.unit.test.ts index 1481e8e33..6e95f5a90 100644 --- a/packages/cli/src/lib/merge-diffs/merge-diffs-command.unit.test.ts +++ b/packages/cli/src/lib/merge-diffs/merge-diffs-command.unit.test.ts @@ -7,9 +7,9 @@ import { } from '@code-pushup/models'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsMergeDiffsCommandObject } from './merge-diffs-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsMergeDiffsCommandObject } from './merge-diffs-command.js'; vi.mock('@code-pushup/core', async () => { const core: object = await vi.importActual('@code-pushup/core'); diff --git a/packages/cli/src/lib/middlewares.ts b/packages/cli/src/lib/middlewares.ts index e4e4f0eb7..b163a8085 100644 --- a/packages/cli/src/lib/middlewares.ts +++ b/packages/cli/src/lib/middlewares.ts @@ -1,6 +1,6 @@ import type { MiddlewareFunction } from 'yargs'; -import { coreConfigMiddleware } from './implementation/core-config.middleware'; -import { filterMiddleware } from './implementation/filter.middleware'; +import { coreConfigMiddleware } from './implementation/core-config.middleware.js'; +import { filterMiddleware } from './implementation/filter.middleware.js'; export const middlewares = [ { diff --git a/packages/cli/src/lib/options.ts b/packages/cli/src/lib/options.ts index 07e401e78..e1835ed5c 100644 --- a/packages/cli/src/lib/options.ts +++ b/packages/cli/src/lib/options.ts @@ -2,9 +2,9 @@ import { yargsCoreConfigOptionsDefinition, yargsPersistConfigOptionsDefinition, yargsUploadConfigOptionsDefinition, -} from './implementation/core-config.options'; -import { yargsFilterOptionsDefinition } from './implementation/filter.options'; -import { yargsGlobalOptionsDefinition } from './implementation/global.options'; +} from './implementation/core-config.options.js'; +import { yargsFilterOptionsDefinition } from './implementation/filter.options.js'; +import { yargsGlobalOptionsDefinition } from './implementation/global.options.js'; export const options = { ...yargsGlobalOptionsDefinition(), diff --git a/packages/cli/src/lib/print-config/print-config-command.ts b/packages/cli/src/lib/print-config/print-config-command.ts index ff6e3bd7b..7325729fd 100644 --- a/packages/cli/src/lib/print-config/print-config-command.ts +++ b/packages/cli/src/lib/print-config/print-config-command.ts @@ -1,6 +1,6 @@ import type { CommandModule } from 'yargs'; import { ui } from '@code-pushup/utils'; -import { filterKebabCaseKeys } from '../implementation/global.utils'; +import { filterKebabCaseKeys } from '../implementation/global.utils.js'; export function yargsConfigCommandObject() { const command = 'print-config'; diff --git a/packages/cli/src/lib/print-config/print-config-command.unit.test.ts b/packages/cli/src/lib/print-config/print-config-command.unit.test.ts index 403b36a92..8e3c8cae4 100644 --- a/packages/cli/src/lib/print-config/print-config-command.unit.test.ts +++ b/packages/cli/src/lib/print-config/print-config-command.unit.test.ts @@ -1,9 +1,9 @@ import { describe, expect, vi } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsConfigCommandObject } from './print-config-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsConfigCommandObject } from './print-config-command.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/upload/upload-command.ts b/packages/cli/src/lib/upload/upload-command.ts index aeba2a609..23adad16a 100644 --- a/packages/cli/src/lib/upload/upload-command.ts +++ b/packages/cli/src/lib/upload/upload-command.ts @@ -2,11 +2,11 @@ import { bold, gray } from 'ansis'; import type { ArgumentsCamelCase, CommandModule } from 'yargs'; import { type UploadOptions, upload } from '@code-pushup/core'; import { ui } from '@code-pushup/utils'; -import { CLI_NAME } from '../constants'; +import { CLI_NAME } from '../constants.js'; import { renderIntegratePortalHint, uploadSuccessfulLog, -} from '../implementation/logging'; +} from '../implementation/logging.js'; export function yargsUploadCommandObject() { const command = 'upload'; diff --git a/packages/cli/src/lib/upload/upload-command.unit.test.ts b/packages/cli/src/lib/upload/upload-command.unit.test.ts index 040e07999..5bd722b55 100644 --- a/packages/cli/src/lib/upload/upload-command.unit.test.ts +++ b/packages/cli/src/lib/upload/upload-command.unit.test.ts @@ -7,9 +7,9 @@ import { MEMFS_VOLUME, MINIMAL_REPORT_MOCK, } from '@code-pushup/test-utils'; -import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants'; -import { yargsCli } from '../yargs-cli'; -import { yargsUploadCommandObject } from './upload-command'; +import { DEFAULT_CLI_CONFIGURATION } from '../../../mocks/constants.js'; +import { yargsCli } from '../yargs-cli.js'; +import { yargsUploadCommandObject } from './upload-command.js'; vi.mock('@code-pushup/core', async () => { const { CORE_CONFIG_MOCK }: typeof import('@code-pushup/test-utils') = diff --git a/packages/cli/src/lib/yargs-cli.integration.test.ts b/packages/cli/src/lib/yargs-cli.integration.test.ts index e4ffbe931..4e99a2311 100644 --- a/packages/cli/src/lib/yargs-cli.integration.test.ts +++ b/packages/cli/src/lib/yargs-cli.integration.test.ts @@ -1,19 +1,19 @@ import { describe, expect, it } from 'vitest'; import type { CoreConfig, Format } from '@code-pushup/models'; -import { yargsHistoryOptionsDefinition } from './history/history.options'; -import type { CompareOptions } from './implementation/compare.model'; -import { yargsCompareOptionsDefinition } from './implementation/compare.options'; +import { yargsHistoryOptionsDefinition } from './history/history.options.js'; +import type { CompareOptions } from './implementation/compare.model.js'; +import { yargsCompareOptionsDefinition } from './implementation/compare.options.js'; import type { PersistConfigCliOptions, UploadConfigCliOptions, -} from './implementation/core-config.model'; -import type { FilterOptions } from './implementation/filter.model'; -import { yargsFilterOptionsDefinition } from './implementation/filter.options'; -import type { GeneralCliOptions } from './implementation/global.model'; -import type { MergeDiffsOptions } from './implementation/merge-diffs.model'; -import { yargsMergeDiffsOptionsDefinition } from './implementation/merge-diffs.options'; -import { options } from './options'; -import { yargsCli } from './yargs-cli'; +} from './implementation/core-config.model.js'; +import type { FilterOptions } from './implementation/filter.model.js'; +import { yargsFilterOptionsDefinition } from './implementation/filter.options.js'; +import type { GeneralCliOptions } from './implementation/global.model.js'; +import type { MergeDiffsOptions } from './implementation/merge-diffs.model.js'; +import { yargsMergeDiffsOptionsDefinition } from './implementation/merge-diffs.options.js'; +import { options } from './options.js'; +import { yargsCli } from './yargs-cli.js'; describe('yargsCli', () => { it('should provide correct default values for global options', async () => { diff --git a/packages/cli/src/lib/yargs-cli.ts b/packages/cli/src/lib/yargs-cli.ts index 92bee9aa5..6211cb3f9 100644 --- a/packages/cli/src/lib/yargs-cli.ts +++ b/packages/cli/src/lib/yargs-cli.ts @@ -16,8 +16,8 @@ import { formatObjectValue, headerStyle, titleStyle, -} from './implementation/formatting'; -import { logErrorBeforeThrow } from './implementation/global.utils'; +} from './implementation/formatting.js'; +import { logErrorBeforeThrow } from './implementation/global.utils.js'; export const yargsDecorator = { 'Commands:': `${green('Commands')}:`, diff --git a/packages/cli/vite.config.integration.ts b/packages/cli/vite.config.integration.ts index 6d633a928..f16f21744 100644 --- a/packages/cli/vite.config.integration.ts +++ b/packages/cli/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/cli', diff --git a/packages/cli/vite.config.unit.ts b/packages/cli/vite.config.unit.ts index eadf41526..8ce1638f4 100644 --- a/packages/cli/vite.config.unit.ts +++ b/packages/cli/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/cli', diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 3871141b7..0dc27e77e 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,30 +1,30 @@ export { type CollectAndPersistReportsOptions, collectAndPersistReports, -} from './lib/collect-and-persist'; -export { compareReportFiles, compareReports } from './lib/compare'; -export { type CollectOptions, collect } from './lib/implementation/collect'; -export type { ReportsToCompare } from './lib/implementation/compare-scorables'; +} from './lib/collect-and-persist.js'; +export { compareReportFiles, compareReports } from './lib/compare.js'; +export { type CollectOptions, collect } from './lib/implementation/collect.js'; +export type { ReportsToCompare } from './lib/implementation/compare-scorables.js'; export { PluginOutputMissingAuditError, executePlugin, executePlugins, -} from './lib/implementation/execute-plugin'; +} from './lib/implementation/execute-plugin.js'; export { PersistDirError, PersistError, persistReport, -} from './lib/implementation/persist'; +} from './lib/implementation/persist.js'; export { history, type HistoryOptions, type HistoryOnlyOptions, -} from './lib/history'; +} from './lib/history.js'; export { ConfigPathError, autoloadRc, readRcByPath, -} from './lib/implementation/read-rc-file'; -export type { GlobalOptions } from './lib/types'; -export { type UploadOptions, upload } from './lib/upload'; -export { mergeDiffs } from './lib/merge-diffs'; +} from './lib/implementation/read-rc-file.js'; +export type { GlobalOptions } from './lib/types.js'; +export { type UploadOptions, upload } from './lib/upload.js'; +export { mergeDiffs } from './lib/merge-diffs.js'; diff --git a/packages/core/src/lib/collect-and-persist.ts b/packages/core/src/lib/collect-and-persist.ts index 036479a72..21c379695 100644 --- a/packages/core/src/lib/collect-and-persist.ts +++ b/packages/core/src/lib/collect-and-persist.ts @@ -9,9 +9,12 @@ import { sortReport, verboseUtils, } from '@code-pushup/utils'; -import { collect } from './implementation/collect'; -import { logPersistedResults, persistReport } from './implementation/persist'; -import type { GlobalOptions } from './types'; +import { collect } from './implementation/collect.js'; +import { + logPersistedResults, + persistReport, +} from './implementation/persist.js'; +import type { GlobalOptions } from './types.js'; export type CollectAndPersistReportsOptions = Pick< CoreConfig, diff --git a/packages/core/src/lib/collect-and-persist.unit.test.ts b/packages/core/src/lib/collect-and-persist.unit.test.ts index e36529694..f9b6f8d22 100644 --- a/packages/core/src/lib/collect-and-persist.unit.test.ts +++ b/packages/core/src/lib/collect-and-persist.unit.test.ts @@ -16,9 +16,12 @@ import * as utils from '@code-pushup/utils'; import { type CollectAndPersistReportsOptions, collectAndPersistReports, -} from './collect-and-persist'; -import { collect } from './implementation/collect'; -import { logPersistedResults, persistReport } from './implementation/persist'; +} from './collect-and-persist.js'; +import { collect } from './implementation/collect.js'; +import { + logPersistedResults, + persistReport, +} from './implementation/persist.js'; vi.mock('./implementation/collect', () => ({ collect: vi.fn().mockResolvedValue(MINIMAL_REPORT_MOCK), diff --git a/packages/core/src/lib/compare.ts b/packages/core/src/lib/compare.ts index 40e9a89a7..7e8ab0016 100644 --- a/packages/core/src/lib/compare.ts +++ b/packages/core/src/lib/compare.ts @@ -23,8 +23,8 @@ import { compareAudits, compareCategories, compareGroups, -} from './implementation/compare-scorables'; -import { loadPortalClient } from './load-portal-client'; +} from './implementation/compare-scorables.js'; +import { loadPortalClient } from './load-portal-client.js'; export async function compareReportFiles( inputPaths: Diff, diff --git a/packages/core/src/lib/compare.unit.test.ts b/packages/core/src/lib/compare.unit.test.ts index 277500665..78b5a6779 100644 --- a/packages/core/src/lib/compare.unit.test.ts +++ b/packages/core/src/lib/compare.unit.test.ts @@ -16,7 +16,7 @@ import { reportMock, } from '@code-pushup/test-utils'; import { type Diff, fileExists, readJsonFile } from '@code-pushup/utils'; -import { compareReportFiles, compareReports } from './compare'; +import { compareReportFiles, compareReports } from './compare.js'; describe('compareReportFiles', () => { const commitShas = { diff --git a/packages/core/src/lib/history.ts b/packages/core/src/lib/history.ts index 6761138f6..9f094bb71 100644 --- a/packages/core/src/lib/history.ts +++ b/packages/core/src/lib/history.ts @@ -4,9 +4,9 @@ import type { UploadConfig, } from '@code-pushup/models'; import { getCurrentBranchOrTag, safeCheckout, ui } from '@code-pushup/utils'; -import { collectAndPersistReports } from './collect-and-persist'; -import type { GlobalOptions } from './types'; -import { upload } from './upload'; +import { collectAndPersistReports } from './collect-and-persist.js'; +import type { GlobalOptions } from './types.js'; +import { upload } from './upload.js'; export type HistoryOnlyOptions = { targetBranch?: string; diff --git a/packages/core/src/lib/history.unit.test.ts b/packages/core/src/lib/history.unit.test.ts index 85cfbf5e1..dec3a3d37 100644 --- a/packages/core/src/lib/history.unit.test.ts +++ b/packages/core/src/lib/history.unit.test.ts @@ -1,9 +1,9 @@ import { describe, expect, vi } from 'vitest'; import { MINIMAL_PLUGIN_CONFIG_MOCK } from '@code-pushup/test-utils'; import { getCurrentBranchOrTag, safeCheckout } from '@code-pushup/utils'; -import { collectAndPersistReports } from './collect-and-persist'; -import { type HistoryOptions, history } from './history'; -import { upload } from './upload'; +import { collectAndPersistReports } from './collect-and-persist.js'; +import { type HistoryOptions, history } from './history.js'; +import { upload } from './upload.js'; vi.mock('@code-pushup/utils', async () => { const utils: object = await vi.importActual('@code-pushup/utils'); diff --git a/packages/core/src/lib/implementation/collect.integration.test.ts b/packages/core/src/lib/implementation/collect.integration.test.ts index 8de4662ae..ec2365aad 100644 --- a/packages/core/src/lib/implementation/collect.integration.test.ts +++ b/packages/core/src/lib/implementation/collect.integration.test.ts @@ -2,7 +2,7 @@ import { vol } from 'memfs'; import { describe, expect, it } from 'vitest'; import { commitSchema } from '@code-pushup/models'; import { MEMFS_VOLUME, MINIMAL_CONFIG_MOCK } from '@code-pushup/test-utils'; -import { collect } from './collect'; +import { collect } from './collect.js'; describe('collect', () => { it('should execute with valid options', async () => { diff --git a/packages/core/src/lib/implementation/collect.ts b/packages/core/src/lib/implementation/collect.ts index 783437a57..ac5d70893 100644 --- a/packages/core/src/lib/implementation/collect.ts +++ b/packages/core/src/lib/implementation/collect.ts @@ -1,8 +1,8 @@ import type { CoreConfig, Report } from '@code-pushup/models'; import { calcDuration, getLatestCommit } from '@code-pushup/utils'; import { name, version } from '../../../package.json'; -import type { GlobalOptions } from '../types'; -import { executePlugins } from './execute-plugin'; +import type { GlobalOptions } from '../types.js'; +import { executePlugins } from './execute-plugin.js'; export type CollectOptions = Pick & Partial; diff --git a/packages/core/src/lib/implementation/compare-scorables.unit.test.ts b/packages/core/src/lib/implementation/compare-scorables.unit.test.ts index 8b5f5261a..535a28438 100644 --- a/packages/core/src/lib/implementation/compare-scorables.unit.test.ts +++ b/packages/core/src/lib/implementation/compare-scorables.unit.test.ts @@ -4,7 +4,7 @@ import { compareAudits, compareCategories, compareGroups, -} from './compare-scorables'; +} from './compare-scorables.js'; describe('compareCategories', () => { it('should match categories by slug and check for equal scores', () => { diff --git a/packages/core/src/lib/implementation/execute-plugin.ts b/packages/core/src/lib/implementation/execute-plugin.ts index 29d721600..e4488e6bb 100644 --- a/packages/core/src/lib/implementation/execute-plugin.ts +++ b/packages/core/src/lib/implementation/execute-plugin.ts @@ -16,8 +16,8 @@ import { logMultipleResults, pluralizeToken, } from '@code-pushup/utils'; -import { normalizeAuditOutputs } from '../normalize'; -import { executeRunnerConfig, executeRunnerFunction } from './runner'; +import { normalizeAuditOutputs } from '../normalize.js'; +import { executeRunnerConfig, executeRunnerFunction } from './runner.js'; /** * Error thrown when plugin output is invalid. diff --git a/packages/core/src/lib/implementation/execute-plugin.unit.test.ts b/packages/core/src/lib/implementation/execute-plugin.unit.test.ts index 43d3ff210..c74a9e509 100644 --- a/packages/core/src/lib/implementation/execute-plugin.unit.test.ts +++ b/packages/core/src/lib/implementation/execute-plugin.unit.test.ts @@ -10,7 +10,7 @@ import { PluginOutputMissingAuditError, executePlugin, executePlugins, -} from './execute-plugin'; +} from './execute-plugin.js'; describe('executePlugin', () => { it('should execute a valid plugin config', async () => { diff --git a/packages/core/src/lib/implementation/persist.unit.test.ts b/packages/core/src/lib/implementation/persist.unit.test.ts index 74f9c6b9f..fc4cb70c5 100644 --- a/packages/core/src/lib/implementation/persist.unit.test.ts +++ b/packages/core/src/lib/implementation/persist.unit.test.ts @@ -10,7 +10,7 @@ import { getLogMessages, } from '@code-pushup/test-utils'; import { scoreReport, sortReport, ui } from '@code-pushup/utils'; -import { logPersistedResults, persistReport } from './persist'; +import { logPersistedResults, persistReport } from './persist.js'; describe('persistReport', () => { beforeEach(() => { diff --git a/packages/core/src/lib/implementation/read-rc-file.integration.test.ts b/packages/core/src/lib/implementation/read-rc-file.integration.test.ts index f3e470de8..9a780f58e 100644 --- a/packages/core/src/lib/implementation/read-rc-file.integration.test.ts +++ b/packages/core/src/lib/implementation/read-rc-file.integration.test.ts @@ -1,7 +1,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import { describe, expect } from 'vitest'; -import { readRcByPath } from './read-rc-file'; +import { readRcByPath } from './read-rc-file.js'; describe('readRcByPath', () => { const configDirPath = join( diff --git a/packages/core/src/lib/implementation/read-rc-file.unit.test.ts b/packages/core/src/lib/implementation/read-rc-file.unit.test.ts index 7e33f712b..d9c5e2001 100644 --- a/packages/core/src/lib/implementation/read-rc-file.unit.test.ts +++ b/packages/core/src/lib/implementation/read-rc-file.unit.test.ts @@ -2,7 +2,7 @@ import { vol } from 'memfs'; import { describe, expect, vi } from 'vitest'; import { CONFIG_FILE_NAME, type CoreConfig } from '@code-pushup/models'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { autoloadRc } from './read-rc-file'; +import { autoloadRc } from './read-rc-file.js'; // mock bundleRequire inside importEsmModule used for fetching config vi.mock('bundle-require', async () => { diff --git a/packages/core/src/lib/implementation/report-to-gql.unit.test.ts b/packages/core/src/lib/implementation/report-to-gql.unit.test.ts index beef887f8..c8be3b007 100644 --- a/packages/core/src/lib/implementation/report-to-gql.unit.test.ts +++ b/packages/core/src/lib/implementation/report-to-gql.unit.test.ts @@ -1,5 +1,5 @@ import { describe } from 'vitest'; -import { issueToGQL, tableToGQL } from './report-to-gql'; +import { issueToGQL, tableToGQL } from './report-to-gql.js'; describe('issueToGQL', () => { it('transforms issue to GraphQL input type', () => { diff --git a/packages/core/src/lib/implementation/runner.unit.test.ts b/packages/core/src/lib/implementation/runner.unit.test.ts index 4e131c324..db012e761 100644 --- a/packages/core/src/lib/implementation/runner.unit.test.ts +++ b/packages/core/src/lib/implementation/runner.unit.test.ts @@ -10,7 +10,7 @@ import { type RunnerResult, executeRunnerConfig, executeRunnerFunction, -} from './runner'; +} from './runner.js'; describe('executeRunnerConfig', () => { beforeEach(() => { diff --git a/packages/core/src/lib/merge-diffs.unit.test.ts b/packages/core/src/lib/merge-diffs.unit.test.ts index 8c6f7c636..b4db7ad64 100644 --- a/packages/core/src/lib/merge-diffs.unit.test.ts +++ b/packages/core/src/lib/merge-diffs.unit.test.ts @@ -11,7 +11,7 @@ import { reportsDiffUnchangedMock, } from '@code-pushup/test-utils'; import { fileExists, ui } from '@code-pushup/utils'; -import { mergeDiffs } from './merge-diffs'; +import { mergeDiffs } from './merge-diffs.js'; describe('mergeDiffs', () => { const diffPaths = { diff --git a/packages/core/src/lib/normalize.unit.test.ts b/packages/core/src/lib/normalize.unit.test.ts index 1913931b6..74a194e45 100644 --- a/packages/core/src/lib/normalize.unit.test.ts +++ b/packages/core/src/lib/normalize.unit.test.ts @@ -1,7 +1,7 @@ import { join } from 'node:path'; import { describe, expect } from 'vitest'; import type { AuditOutput, Issue } from '@code-pushup/models'; -import { normalizeAuditOutputs, normalizeIssue } from './normalize'; +import { normalizeAuditOutputs, normalizeIssue } from './normalize.js'; vi.mock('@code-pushup/utils', async () => { const actual = await vi.importActual('@code-pushup/utils'); diff --git a/packages/core/src/lib/upload.ts b/packages/core/src/lib/upload.ts index 157e4c228..cda695a8d 100644 --- a/packages/core/src/lib/upload.ts +++ b/packages/core/src/lib/upload.ts @@ -1,9 +1,9 @@ import type { SaveReportMutationVariables } from '@code-pushup/portal-client'; import type { PersistConfig, Report, UploadConfig } from '@code-pushup/models'; import { loadReport } from '@code-pushup/utils'; -import { reportToGQL } from './implementation/report-to-gql'; -import { loadPortalClient } from './load-portal-client'; -import type { GlobalOptions } from './types'; +import { reportToGQL } from './implementation/report-to-gql.js'; +import { loadPortalClient } from './load-portal-client.js'; +import type { GlobalOptions } from './types.js'; export type UploadOptions = { upload?: UploadConfig } & { persist: Required; diff --git a/packages/core/src/lib/upload.unit.test.ts b/packages/core/src/lib/upload.unit.test.ts index 409c423dc..822950440 100644 --- a/packages/core/src/lib/upload.unit.test.ts +++ b/packages/core/src/lib/upload.unit.test.ts @@ -6,7 +6,7 @@ import { MEMFS_VOLUME, MINIMAL_REPORT_MOCK, } from '@code-pushup/test-utils'; -import { upload } from './upload'; +import { upload } from './upload.js'; describe('upload', () => { beforeEach(() => { diff --git a/packages/core/vite.config.integration.ts b/packages/core/vite.config.integration.ts index c65724a5a..80fba4a58 100644 --- a/packages/core/vite.config.integration.ts +++ b/packages/core/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/core', diff --git a/packages/core/vite.config.unit.ts b/packages/core/vite.config.unit.ts index 18b419e1a..ce56fb16c 100644 --- a/packages/core/vite.config.unit.ts +++ b/packages/core/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/core', diff --git a/packages/create-cli/src/index.ts b/packages/create-cli/src/index.ts index 456b4421d..221a00a2a 100755 --- a/packages/create-cli/src/index.ts +++ b/packages/create-cli/src/index.ts @@ -1,4 +1,4 @@ #! /usr/bin/env node -import { initCodePushup } from './lib/init'; +import { initCodePushup } from './lib/init.js'; await initCodePushup(); diff --git a/packages/create-cli/src/lib/init.ts b/packages/create-cli/src/lib/init.ts index f5f3fb9bd..5aba7c9bc 100644 --- a/packages/create-cli/src/lib/init.ts +++ b/packages/create-cli/src/lib/init.ts @@ -7,7 +7,7 @@ import { parseNxProcessOutput, setupNxContext, teardownNxContext, -} from './utils'; +} from './utils.js'; export function nxPluginGenerator( generator: 'init' | 'configuration', diff --git a/packages/create-cli/src/lib/init.unit.test.ts b/packages/create-cli/src/lib/init.unit.test.ts index 09073d610..e231b0dfb 100644 --- a/packages/create-cli/src/lib/init.unit.test.ts +++ b/packages/create-cli/src/lib/init.unit.test.ts @@ -3,8 +3,8 @@ import { afterEach, beforeEach, describe, expect } from 'vitest'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; import type { ProcessResult } from '@code-pushup/utils'; import * as utils from '@code-pushup/utils'; -import { initCodePushup, nxPluginGenerator } from './init'; -import * as createUtils from './utils'; +import { initCodePushup, nxPluginGenerator } from './init.js'; +import * as createUtils from './utils.js'; describe('nxPluginGenerator', () => { it('should create valid command', () => { diff --git a/packages/create-cli/src/lib/utils.ts b/packages/create-cli/src/lib/utils.ts index 4a8d3931d..19249661e 100644 --- a/packages/create-cli/src/lib/utils.ts +++ b/packages/create-cli/src/lib/utils.ts @@ -6,7 +6,7 @@ import { PROJECT_JSON_CONTENT, PROJECT_JSON_FILENAME, PROJECT_NAME, -} from './constants'; +} from './constants.js'; export type SetupResult = { filename: string; diff --git a/packages/create-cli/src/lib/utils.unit.test.ts b/packages/create-cli/src/lib/utils.unit.test.ts index ce61b9b85..f3c0ae24d 100644 --- a/packages/create-cli/src/lib/utils.unit.test.ts +++ b/packages/create-cli/src/lib/utils.unit.test.ts @@ -5,7 +5,7 @@ import { parseNxProcessOutput, setupNxContext, teardownNxContext, -} from './utils'; +} from './utils.js'; describe('parseNxProcessOutput', () => { it('should replace NX with <✓>', () => { diff --git a/packages/create-cli/vite.config.integration.ts b/packages/create-cli/vite.config.integration.ts index a33d66f8d..4669fb226 100644 --- a/packages/create-cli/vite.config.integration.ts +++ b/packages/create-cli/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/create-cli', diff --git a/packages/create-cli/vite.config.unit.ts b/packages/create-cli/vite.config.unit.ts index 6ceede6ef..b990c0c6f 100644 --- a/packages/create-cli/vite.config.unit.ts +++ b/packages/create-cli/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/create-cli', diff --git a/packages/models/src/index.ts b/packages/models/src/index.ts index 7e901cb49..810d7ca7d 100644 --- a/packages/models/src/index.ts +++ b/packages/models/src/index.ts @@ -1,13 +1,13 @@ export { type TableCellValue, tableCellValueSchema, -} from './lib/implementation/schemas'; +} from './lib/implementation/schemas.js'; export { type SourceFileLocation, sourceFileLocationSchema, -} from './lib/source'; +} from './lib/source.js'; -export { type Audit, auditSchema } from './lib/audit'; +export { type Audit, auditSchema } from './lib/audit.js'; export { type AuditDetails, type AuditOutput, @@ -15,42 +15,42 @@ export { auditDetailsSchema, auditOutputSchema, auditOutputsSchema, -} from './lib/audit-output'; +} from './lib/audit-output.js'; export { type CategoryConfig, type CategoryRef, categoryConfigSchema, categoryRefSchema, -} from './lib/category-config'; -export { type Commit, commitSchema } from './lib/commit'; -export { type CoreConfig, coreConfigSchema } from './lib/core-config'; +} from './lib/category-config.js'; +export { type Commit, commitSchema } from './lib/commit.js'; +export { type CoreConfig, coreConfigSchema } from './lib/core-config.js'; export { type Group, type GroupRef, type GroupMeta, groupRefSchema, groupSchema, -} from './lib/group'; +} from './lib/group.js'; export { CONFIG_FILE_NAME, SUPPORTED_CONFIG_FILE_FORMATS, -} from './lib/implementation/configuration'; +} from './lib/implementation/configuration.js'; export { DEFAULT_PERSIST_FILENAME, DEFAULT_PERSIST_FORMAT, DEFAULT_PERSIST_OUTPUT_DIR, -} from './lib/implementation/constants'; +} from './lib/implementation/constants.js'; export { MAX_DESCRIPTION_LENGTH, MAX_ISSUE_MESSAGE_LENGTH, MAX_SLUG_LENGTH, MAX_TITLE_LENGTH, -} from './lib/implementation/limits'; +} from './lib/implementation/limits.js'; export { type MaterialIcon, materialIconSchema, -} from './lib/implementation/schemas'; -export { exists } from './lib/implementation/utils'; +} from './lib/implementation/schemas.js'; +export { exists } from './lib/implementation/utils.js'; export { type TableAlignment, tableAlignmentSchema, @@ -64,25 +64,25 @@ export { tableColumnObjectSchema, type Table, tableSchema, -} from './lib/table'; +} from './lib/table.js'; export { type Issue, type IssueSeverity, issueSchema, issueSeveritySchema, -} from './lib/issue'; +} from './lib/issue.js'; export { type Format, type PersistConfig, formatSchema, persistConfigSchema, -} from './lib/persist-config'; +} from './lib/persist-config.js'; export { type PluginConfig, type PluginMeta, pluginConfigSchema, pluginMetaSchema, -} from './lib/plugin-config'; +} from './lib/plugin-config.js'; export { type AuditReport, type PluginReport, @@ -90,7 +90,7 @@ export { auditReportSchema, pluginReportSchema, reportSchema, -} from './lib/report'; +} from './lib/report.js'; export { type AuditDiff, type AuditResult, @@ -106,7 +106,7 @@ export { groupDiffSchema, groupResultSchema, reportsDiffSchema, -} from './lib/reports-diff'; +} from './lib/reports-diff.js'; export { type OnProgress, type RunnerConfig, @@ -114,5 +114,5 @@ export { onProgressSchema, runnerConfigSchema, runnerFunctionSchema, -} from './lib/runner-config'; -export { type UploadConfig, uploadConfigSchema } from './lib/upload-config'; +} from './lib/runner-config.js'; +export { type UploadConfig, uploadConfigSchema } from './lib/upload-config.js'; diff --git a/packages/models/src/lib/audit-output.ts b/packages/models/src/lib/audit-output.ts index bfce9f68b..4f9c121dc 100644 --- a/packages/models/src/lib/audit-output.ts +++ b/packages/models/src/lib/audit-output.ts @@ -3,10 +3,10 @@ import { nonnegativeNumberSchema, scoreSchema, slugSchema, -} from './implementation/schemas'; -import { errorItems, hasDuplicateStrings } from './implementation/utils'; -import { issueSchema } from './issue'; -import { tableSchema } from './table'; +} from './implementation/schemas.js'; +import { errorItems, hasDuplicateStrings } from './implementation/utils.js'; +import { issueSchema } from './issue.js'; +import { tableSchema } from './table.js'; export const auditValueSchema = nonnegativeNumberSchema.describe('Raw numeric value'); diff --git a/packages/models/src/lib/audit-output.unit.test.ts b/packages/models/src/lib/audit-output.unit.test.ts index e3607b184..64160ceaa 100644 --- a/packages/models/src/lib/audit-output.unit.test.ts +++ b/packages/models/src/lib/audit-output.unit.test.ts @@ -4,7 +4,7 @@ import { type AuditOutputs, auditOutputSchema, auditOutputsSchema, -} from './audit-output'; +} from './audit-output.js'; describe('auditOutputSchema', () => { it('should accept a valid audit output without details', () => { diff --git a/packages/models/src/lib/audit.ts b/packages/models/src/lib/audit.ts index 2ef9074cb..3b45289a2 100644 --- a/packages/models/src/lib/audit.ts +++ b/packages/models/src/lib/audit.ts @@ -1,6 +1,6 @@ import { z } from 'zod'; -import { metaSchema, slugSchema } from './implementation/schemas'; -import { errorItems, hasDuplicateStrings } from './implementation/utils'; +import { metaSchema, slugSchema } from './implementation/schemas.js'; +import { errorItems, hasDuplicateStrings } from './implementation/utils.js'; export const auditSchema = z .object({ diff --git a/packages/models/src/lib/audit.unit.test.ts b/packages/models/src/lib/audit.unit.test.ts index dce022d80..0f789bafd 100644 --- a/packages/models/src/lib/audit.unit.test.ts +++ b/packages/models/src/lib/audit.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type Audit, auditSchema, pluginAuditsSchema } from './audit'; +import { type Audit, auditSchema, pluginAuditsSchema } from './audit.js'; describe('auditSchema', () => { it('should accept a valid audit with all information', () => { diff --git a/packages/models/src/lib/category-config.ts b/packages/models/src/lib/category-config.ts index 8110b1db6..16dd04aa9 100644 --- a/packages/models/src/lib/category-config.ts +++ b/packages/models/src/lib/category-config.ts @@ -4,8 +4,8 @@ import { scorableSchema, slugSchema, weightedRefSchema, -} from './implementation/schemas'; -import { errorItems, hasDuplicateStrings } from './implementation/utils'; +} from './implementation/schemas.js'; +import { errorItems, hasDuplicateStrings } from './implementation/utils.js'; export const categoryRefSchema = weightedRefSchema( 'Weighted references to audits and/or groups for the category', diff --git a/packages/models/src/lib/category-config.unit.test.ts b/packages/models/src/lib/category-config.unit.test.ts index 6bf3f4b75..dede5596a 100644 --- a/packages/models/src/lib/category-config.unit.test.ts +++ b/packages/models/src/lib/category-config.unit.test.ts @@ -5,7 +5,7 @@ import { categoriesSchema, categoryConfigSchema, categoryRefSchema, -} from './category-config'; +} from './category-config.js'; describe('categoryRefSchema', () => { it('should accept a valid category reference audit', () => { diff --git a/packages/models/src/lib/commit.unit.test.ts b/packages/models/src/lib/commit.unit.test.ts index 2d146caf7..f554eea9d 100644 --- a/packages/models/src/lib/commit.unit.test.ts +++ b/packages/models/src/lib/commit.unit.test.ts @@ -1,4 +1,4 @@ -import { type Commit, commitSchema } from './commit'; +import { type Commit, commitSchema } from './commit.js'; describe('commitSchema', () => { it('should accept valid git commit data', () => { diff --git a/packages/models/src/lib/core-config.ts b/packages/models/src/lib/core-config.ts index 711825841..48e142d1b 100644 --- a/packages/models/src/lib/core-config.ts +++ b/packages/models/src/lib/core-config.ts @@ -1,12 +1,12 @@ import { z } from 'zod'; -import { categoriesSchema } from './category-config'; +import { categoriesSchema } from './category-config.js'; import { getMissingRefsForCategories, missingRefsForCategoriesErrorMsg, -} from './implementation/utils'; -import { persistConfigSchema } from './persist-config'; -import { pluginConfigSchema } from './plugin-config'; -import { uploadConfigSchema } from './upload-config'; +} from './implementation/utils.js'; +import { persistConfigSchema } from './persist-config.js'; +import { pluginConfigSchema } from './plugin-config.js'; +import { uploadConfigSchema } from './upload-config.js'; export const unrefinedCoreConfigSchema = z.object({ plugins: z diff --git a/packages/models/src/lib/core-config.unit.test.ts b/packages/models/src/lib/core-config.unit.test.ts index 4e9cf8d56..65d2105d4 100644 --- a/packages/models/src/lib/core-config.unit.test.ts +++ b/packages/models/src/lib/core-config.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type CoreConfig, coreConfigSchema } from './core-config'; +import { type CoreConfig, coreConfigSchema } from './core-config.js'; describe('coreConfigSchema', () => { it('should accept a valid core configuration with all entities', () => { diff --git a/packages/models/src/lib/group.ts b/packages/models/src/lib/group.ts index 90e3dedf9..aad2d63c2 100644 --- a/packages/models/src/lib/group.ts +++ b/packages/models/src/lib/group.ts @@ -4,12 +4,12 @@ import { metaSchema, scorableSchema, weightedRefSchema, -} from './implementation/schemas'; +} from './implementation/schemas.js'; import { errorItems, exists, hasDuplicateStrings, -} from './implementation/utils'; +} from './implementation/utils.js'; export const groupRefSchema = weightedRefSchema( 'Weighted reference to a group', diff --git a/packages/models/src/lib/group.unit.test.ts b/packages/models/src/lib/group.unit.test.ts index 97cef6cfa..d45b68ab6 100644 --- a/packages/models/src/lib/group.unit.test.ts +++ b/packages/models/src/lib/group.unit.test.ts @@ -5,7 +5,7 @@ import { groupRefSchema, groupSchema, groupsSchema, -} from './group'; +} from './group.js'; describe('groupRefSchema', () => { it('should accept a valid group reference', () => { diff --git a/packages/models/src/lib/implementation/constants.ts b/packages/models/src/lib/implementation/constants.ts index a1cf97f07..6cdc05505 100644 --- a/packages/models/src/lib/implementation/constants.ts +++ b/packages/models/src/lib/implementation/constants.ts @@ -1,4 +1,4 @@ -import type { Format } from '../persist-config'; +import type { Format } from '../persist-config.js'; export const DEFAULT_PERSIST_OUTPUT_DIR = '.code-pushup'; export const DEFAULT_PERSIST_FILENAME = 'report'; diff --git a/packages/models/src/lib/implementation/schemas.ts b/packages/models/src/lib/implementation/schemas.ts index 161e67dfd..6f785b111 100644 --- a/packages/models/src/lib/implementation/schemas.ts +++ b/packages/models/src/lib/implementation/schemas.ts @@ -4,8 +4,8 @@ import { MAX_DESCRIPTION_LENGTH, MAX_SLUG_LENGTH, MAX_TITLE_LENGTH, -} from './limits'; -import { filenameRegex, slugRegex } from './utils'; +} from './limits.js'; +import { filenameRegex, slugRegex } from './utils.js'; export const tableCellValueSchema = z .union([z.string(), z.number(), z.boolean(), z.null()]) diff --git a/packages/models/src/lib/implementation/schemas.unit.test.ts b/packages/models/src/lib/implementation/schemas.unit.test.ts index b0e221781..82ed37143 100644 --- a/packages/models/src/lib/implementation/schemas.unit.test.ts +++ b/packages/models/src/lib/implementation/schemas.unit.test.ts @@ -3,7 +3,7 @@ import { type TableCellValue, tableCellValueSchema, weightSchema, -} from './schemas'; +} from './schemas.js'; describe('primitiveValueSchema', () => { it('should accept a valid union', () => { diff --git a/packages/models/src/lib/implementation/utils.ts b/packages/models/src/lib/implementation/utils.ts index f99a4d593..2bd6142e9 100644 --- a/packages/models/src/lib/implementation/utils.ts +++ b/packages/models/src/lib/implementation/utils.ts @@ -1,6 +1,6 @@ -import type { CategoryConfig } from '../category-config'; -import type { PluginConfig } from '../plugin-config'; -import type { PluginReport } from '../report'; +import type { CategoryConfig } from '../category-config.js'; +import type { PluginConfig } from '../plugin-config.js'; +import type { PluginReport } from '../report.js'; /** * Regular expression to validate a slug for categories, plugins and audits. diff --git a/packages/models/src/lib/implementation/utils.unit.test.ts b/packages/models/src/lib/implementation/utils.unit.test.ts index 04456499c..345a5cd36 100644 --- a/packages/models/src/lib/implementation/utils.unit.test.ts +++ b/packages/models/src/lib/implementation/utils.unit.test.ts @@ -4,7 +4,7 @@ import { hasDuplicateStrings, hasMissingStrings, slugRegex, -} from './utils'; +} from './utils.js'; describe('slugRegex', () => { it.each([ diff --git a/packages/models/src/lib/issue.ts b/packages/models/src/lib/issue.ts index fd3d4dd39..c7184f140 100644 --- a/packages/models/src/lib/issue.ts +++ b/packages/models/src/lib/issue.ts @@ -1,6 +1,6 @@ import { z } from 'zod'; -import { MAX_ISSUE_MESSAGE_LENGTH } from './implementation/limits'; -import { sourceFileLocationSchema } from './source'; +import { MAX_ISSUE_MESSAGE_LENGTH } from './implementation/limits.js'; +import { sourceFileLocationSchema } from './source.js'; export const issueSeveritySchema = z.enum(['info', 'warning', 'error'], { description: 'Severity level', diff --git a/packages/models/src/lib/issue.unit.test.ts b/packages/models/src/lib/issue.unit.test.ts index 1fc76c775..0ffcf9683 100644 --- a/packages/models/src/lib/issue.unit.test.ts +++ b/packages/models/src/lib/issue.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type Issue, issueSchema } from './issue'; +import { type Issue, issueSchema } from './issue.js'; describe('issueSchema', () => { it('should accept a valid issue without source file information', () => { diff --git a/packages/models/src/lib/persist-config.ts b/packages/models/src/lib/persist-config.ts index 7f8dcf7e1..b349343ff 100644 --- a/packages/models/src/lib/persist-config.ts +++ b/packages/models/src/lib/persist-config.ts @@ -1,5 +1,5 @@ import { z } from 'zod'; -import { fileNameSchema, filePathSchema } from './implementation/schemas'; +import { fileNameSchema, filePathSchema } from './implementation/schemas.js'; export const formatSchema = z.enum(['json', 'md']); export type Format = z.infer; diff --git a/packages/models/src/lib/persist-config.unit.test.ts b/packages/models/src/lib/persist-config.unit.test.ts index b298232ba..9693217bc 100644 --- a/packages/models/src/lib/persist-config.unit.test.ts +++ b/packages/models/src/lib/persist-config.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type PersistConfig, persistConfigSchema } from './persist-config'; +import { type PersistConfig, persistConfigSchema } from './persist-config.js'; describe('persistConfigSchema', () => { it('should accept a valid configuration with all information', () => { diff --git a/packages/models/src/lib/plugin-config.ts b/packages/models/src/lib/plugin-config.ts index 0cf97706c..962dd819c 100644 --- a/packages/models/src/lib/plugin-config.ts +++ b/packages/models/src/lib/plugin-config.ts @@ -1,14 +1,14 @@ import { z } from 'zod'; -import { pluginAuditsSchema } from './audit'; -import { groupsSchema } from './group'; +import { pluginAuditsSchema } from './audit.js'; +import { groupsSchema } from './group.js'; import { materialIconSchema, metaSchema, packageVersionSchema, slugSchema, -} from './implementation/schemas'; -import { errorItems, hasMissingStrings } from './implementation/utils'; -import { runnerConfigSchema, runnerFunctionSchema } from './runner-config'; +} from './implementation/schemas.js'; +import { errorItems, hasMissingStrings } from './implementation/utils.js'; +import { runnerConfigSchema, runnerFunctionSchema } from './runner-config.js'; export const pluginMetaSchema = packageVersionSchema() .merge( diff --git a/packages/models/src/lib/plugin-config.unit.test.ts b/packages/models/src/lib/plugin-config.unit.test.ts index cfc78bf84..56c0ddec5 100644 --- a/packages/models/src/lib/plugin-config.unit.test.ts +++ b/packages/models/src/lib/plugin-config.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type PluginConfig, pluginConfigSchema } from './plugin-config'; +import { type PluginConfig, pluginConfigSchema } from './plugin-config.js'; describe('pluginConfigSchema', () => { it('should accept a valid plugin configuration with all entities', () => { diff --git a/packages/models/src/lib/report.ts b/packages/models/src/lib/report.ts index ea3b11c88..72da71453 100644 --- a/packages/models/src/lib/report.ts +++ b/packages/models/src/lib/report.ts @@ -1,20 +1,20 @@ import { z } from 'zod'; -import { auditSchema } from './audit'; -import { auditOutputSchema } from './audit-output'; -import { categoryConfigSchema } from './category-config'; -import { commitSchema } from './commit'; -import { type Group, groupSchema } from './group'; +import { auditOutputSchema } from './audit-output.js'; +import { auditSchema } from './audit.js'; +import { categoryConfigSchema } from './category-config.js'; +import { commitSchema } from './commit.js'; +import { type Group, groupSchema } from './group.js'; import { executionMetaSchema, packageVersionSchema, -} from './implementation/schemas'; +} from './implementation/schemas.js'; import { errorItems, getMissingRefsForCategories, hasMissingStrings, missingRefsForCategoriesErrorMsg, -} from './implementation/utils'; -import { pluginMetaSchema } from './plugin-config'; +} from './implementation/utils.js'; +import { pluginMetaSchema } from './plugin-config.js'; export const auditReportSchema = auditSchema.merge(auditOutputSchema); export type AuditReport = z.infer; diff --git a/packages/models/src/lib/report.unit.test.ts b/packages/models/src/lib/report.unit.test.ts index 63a5d18ba..900532aad 100644 --- a/packages/models/src/lib/report.unit.test.ts +++ b/packages/models/src/lib/report.unit.test.ts @@ -6,7 +6,7 @@ import { auditReportSchema, pluginReportSchema, reportSchema, -} from './report'; +} from './report.js'; describe('auditReportSchema', () => { it('should accept a valid audit report with all entities', () => { diff --git a/packages/models/src/lib/reports-diff.ts b/packages/models/src/lib/reports-diff.ts index 0f38a5b61..b02f61264 100644 --- a/packages/models/src/lib/reports-diff.ts +++ b/packages/models/src/lib/reports-diff.ts @@ -3,8 +3,8 @@ import { auditDisplayValueSchema, auditOutputSchema, auditValueSchema, -} from './audit-output'; -import { commitSchema } from './commit'; +} from './audit-output.js'; +import { commitSchema } from './commit.js'; import { docsUrlSchema, executionMetaSchema, @@ -13,8 +13,8 @@ import { slugSchema, titleSchema, urlSchema, -} from './implementation/schemas'; -import { pluginMetaSchema } from './plugin-config'; +} from './implementation/schemas.js'; +import { pluginMetaSchema } from './plugin-config.js'; function makeComparisonSchema(schema: T) { const sharedDescription = schema.description || 'Result'; diff --git a/packages/models/src/lib/reports-diff.unit.test.ts b/packages/models/src/lib/reports-diff.unit.test.ts index 0f8197d69..e65d4fb89 100644 --- a/packages/models/src/lib/reports-diff.unit.test.ts +++ b/packages/models/src/lib/reports-diff.unit.test.ts @@ -1,4 +1,4 @@ -import { type ReportsDiff, reportsDiffSchema } from './reports-diff'; +import { type ReportsDiff, reportsDiffSchema } from './reports-diff.js'; describe('reportsDiffSchema', () => { it('should parse valid reports diff', () => { diff --git a/packages/models/src/lib/runner-config.ts b/packages/models/src/lib/runner-config.ts index 302ffe56c..6c5239841 100644 --- a/packages/models/src/lib/runner-config.ts +++ b/packages/models/src/lib/runner-config.ts @@ -1,6 +1,6 @@ import { z } from 'zod'; -import { auditOutputsSchema } from './audit-output'; -import { filePathSchema } from './implementation/schemas'; +import { auditOutputsSchema } from './audit-output.js'; +import { filePathSchema } from './implementation/schemas.js'; export const outputTransformSchema = z .function() diff --git a/packages/models/src/lib/runner-config.unit.test.ts b/packages/models/src/lib/runner-config.unit.test.ts index 640f74a42..0be4b3406 100644 --- a/packages/models/src/lib/runner-config.unit.test.ts +++ b/packages/models/src/lib/runner-config.unit.test.ts @@ -6,7 +6,7 @@ import { outputTransformSchema, runnerConfigSchema, runnerFunctionSchema, -} from './runner-config'; +} from './runner-config.js'; describe('runnerConfigSchema', () => { it('should accept a valid runner configuration', () => { diff --git a/packages/models/src/lib/source.ts b/packages/models/src/lib/source.ts index 2319c29de..f1e55f2fb 100644 --- a/packages/models/src/lib/source.ts +++ b/packages/models/src/lib/source.ts @@ -1,5 +1,5 @@ import { z } from 'zod'; -import { filePathSchema, positiveIntSchema } from './implementation/schemas'; +import { filePathSchema, positiveIntSchema } from './implementation/schemas.js'; export const sourceFileLocationSchema = z.object( { diff --git a/packages/models/src/lib/table.ts b/packages/models/src/lib/table.ts index ff166e2c0..53d7cd1e4 100644 --- a/packages/models/src/lib/table.ts +++ b/packages/models/src/lib/table.ts @@ -1,5 +1,5 @@ import { z } from 'zod'; -import { tableCellValueSchema } from './implementation/schemas'; +import { tableCellValueSchema } from './implementation/schemas.js'; export const tableAlignmentSchema = z.enum(['left', 'center', 'right'], { description: 'Cell alignment', diff --git a/packages/models/src/lib/table.unit.test.ts b/packages/models/src/lib/table.unit.test.ts index 273ac59d2..1e49a40d6 100644 --- a/packages/models/src/lib/table.unit.test.ts +++ b/packages/models/src/lib/table.unit.test.ts @@ -12,7 +12,7 @@ import { tableRowObjectSchema, tableRowPrimitiveSchema, tableSchema, -} from './table'; +} from './table.js'; describe('tableAlignmentSchema', () => { it('should accept a valid enum', () => { diff --git a/packages/models/src/lib/upload-config.ts b/packages/models/src/lib/upload-config.ts index 3fee5517b..cc36ac0d6 100644 --- a/packages/models/src/lib/upload-config.ts +++ b/packages/models/src/lib/upload-config.ts @@ -1,5 +1,5 @@ import { z } from 'zod'; -import { slugSchema, urlSchema } from './implementation/schemas'; +import { slugSchema, urlSchema } from './implementation/schemas.js'; export const uploadConfigSchema = z.object({ server: urlSchema.describe('URL of deployed portal API'), diff --git a/packages/models/src/lib/upload-config.unit.test.ts b/packages/models/src/lib/upload-config.unit.test.ts index 664becfdd..422ea67ac 100644 --- a/packages/models/src/lib/upload-config.unit.test.ts +++ b/packages/models/src/lib/upload-config.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { type UploadConfig, uploadConfigSchema } from './upload-config'; +import { type UploadConfig, uploadConfigSchema } from './upload-config.js'; describe('uploadConfigSchema', () => { it('should accept a valid upload configuration', () => { diff --git a/packages/models/vite.config.integration.ts b/packages/models/vite.config.integration.ts index 4be0b9a21..3026d7fe7 100644 --- a/packages/models/vite.config.integration.ts +++ b/packages/models/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/models', diff --git a/packages/models/vite.config.unit.ts b/packages/models/vite.config.unit.ts index f32af1892..386a073db 100644 --- a/packages/models/vite.config.unit.ts +++ b/packages/models/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/models', diff --git a/packages/nx-plugin/mock/utils/executor.ts b/packages/nx-plugin/mock/utils/executor.ts index cdc7b9cec..8ca06fd8c 100644 --- a/packages/nx-plugin/mock/utils/executor.ts +++ b/packages/nx-plugin/mock/utils/executor.ts @@ -1,4 +1,4 @@ -import type { NormalizedExecutorContext } from '../../src/executors/internal/context'; +import type { NormalizedExecutorContext } from '../../src/executors/internal/context.js'; export function normalizedExecutorContext( nameOrOpt: string | { projectName: string }, diff --git a/packages/nx-plugin/src/executors/cli/executor.integration.test.ts b/packages/nx-plugin/src/executors/cli/executor.integration.test.ts index 51dcd037a..947e7c1fa 100644 --- a/packages/nx-plugin/src/executors/cli/executor.integration.test.ts +++ b/packages/nx-plugin/src/executors/cli/executor.integration.test.ts @@ -2,8 +2,8 @@ import { execSync } from 'node:child_process'; import { afterEach, expect, vi } from 'vitest'; import { executorContext } from '@code-pushup/test-nx-utils'; -import runAutorunExecutor from './executor'; -import * as utils from './utils'; +import runAutorunExecutor from './executor.js'; +import * as utils from './utils.js'; vi.mock('node:child_process', async () => { const actual = await vi.importActual('node:child_process'); diff --git a/packages/nx-plugin/src/executors/cli/executor.ts b/packages/nx-plugin/src/executors/cli/executor.ts index 223d6baa4..39ac9575c 100644 --- a/packages/nx-plugin/src/executors/cli/executor.ts +++ b/packages/nx-plugin/src/executors/cli/executor.ts @@ -1,10 +1,10 @@ import { type ExecutorContext, logger } from '@nx/devkit'; // eslint-disable-next-line n/no-sync import { execSync } from 'node:child_process'; -import { createCliCommand } from '../internal/cli'; -import { normalizeContext } from '../internal/context'; -import type { AutorunCommandExecutorOptions } from './schema'; -import { parseAutorunExecutorOptions } from './utils'; +import { createCliCommand } from '../internal/cli.js'; +import { normalizeContext } from '../internal/context.js'; +import type { AutorunCommandExecutorOptions } from './schema.js'; +import { parseAutorunExecutorOptions } from './utils.js'; export type ExecutorOutput = { success: boolean; diff --git a/packages/nx-plugin/src/executors/cli/executor.unit.test.ts b/packages/nx-plugin/src/executors/cli/executor.unit.test.ts index f19386933..14827fb57 100644 --- a/packages/nx-plugin/src/executors/cli/executor.unit.test.ts +++ b/packages/nx-plugin/src/executors/cli/executor.unit.test.ts @@ -3,7 +3,7 @@ import { logger } from '@nx/devkit'; import { execSync } from 'node:child_process'; import { afterEach, beforeEach, expect, vi } from 'vitest'; import { executorContext } from '@code-pushup/test-nx-utils'; -import runAutorunExecutor from './executor'; +import runAutorunExecutor from './executor.js'; vi.mock('node:child_process', async () => { const actual = await vi.importActual('node:child_process'); diff --git a/packages/nx-plugin/src/executors/cli/schema.ts b/packages/nx-plugin/src/executors/cli/schema.ts index d610483cb..d73a394b6 100644 --- a/packages/nx-plugin/src/executors/cli/schema.ts +++ b/packages/nx-plugin/src/executors/cli/schema.ts @@ -4,7 +4,7 @@ import type { GeneralExecutorOnlyOptions, GlobalExecutorOptions, ProjectExecutorOnlyOptions, -} from '../internal/types'; +} from '../internal/types.js'; export type AutorunCommandExecutorOnlyOptions = ProjectExecutorOnlyOptions & CollectExecutorOnlyOptions & diff --git a/packages/nx-plugin/src/executors/cli/utils.integration.test.ts b/packages/nx-plugin/src/executors/cli/utils.integration.test.ts index d15f9961d..180f22af1 100644 --- a/packages/nx-plugin/src/executors/cli/utils.integration.test.ts +++ b/packages/nx-plugin/src/executors/cli/utils.integration.test.ts @@ -1,8 +1,8 @@ import { expect, vi } from 'vitest'; import type { UploadConfig } from '@code-pushup/models'; -import { normalizedExecutorContext } from '../../../mock/utils/executor'; -import * as config from '../internal/config'; -import { parseAutorunExecutorOptions } from './utils'; +import { normalizedExecutorContext } from '../../../mock/utils/executor.js'; +import * as config from '../internal/config.js'; +import { parseAutorunExecutorOptions } from './utils.js'; describe('parseAutorunExecutorOptions', () => { const persistConfigSpy = vi.spyOn(config, 'persistConfig'); diff --git a/packages/nx-plugin/src/executors/cli/utils.ts b/packages/nx-plugin/src/executors/cli/utils.ts index 15a0266b7..d4f01b2d4 100644 --- a/packages/nx-plugin/src/executors/cli/utils.ts +++ b/packages/nx-plugin/src/executors/cli/utils.ts @@ -1,9 +1,13 @@ -import { globalConfig, persistConfig, uploadConfig } from '../internal/config'; -import type { NormalizedExecutorContext } from '../internal/context'; +import { + globalConfig, + persistConfig, + uploadConfig, +} from '../internal/config.js'; +import type { NormalizedExecutorContext } from '../internal/context.js'; import type { AutorunCommandExecutorOnlyOptions, AutorunCommandExecutorOptions, -} from './schema'; +} from './schema.js'; export function parseAutorunExecutorOnlyOptions( options: Partial, diff --git a/packages/nx-plugin/src/executors/cli/utils.unit.test.ts b/packages/nx-plugin/src/executors/cli/utils.unit.test.ts index c163f9cb7..67b3a0b7b 100644 --- a/packages/nx-plugin/src/executors/cli/utils.unit.test.ts +++ b/packages/nx-plugin/src/executors/cli/utils.unit.test.ts @@ -1,10 +1,10 @@ import { type MockInstance, expect, vi } from 'vitest'; import { osAgnosticPath } from '@code-pushup/test-utils'; -import type { Command } from '../internal/types'; +import type { Command } from '../internal/types.js'; import { parseAutorunExecutorOnlyOptions, parseAutorunExecutorOptions, -} from './utils'; +} from './utils.js'; describe('parseAutorunExecutorOnlyOptions', () => { it('should provide NO default projectPrefix', () => { diff --git a/packages/nx-plugin/src/executors/internal/cli.unit.test.ts b/packages/nx-plugin/src/executors/internal/cli.unit.test.ts index ab39b876b..e65cb0ec0 100644 --- a/packages/nx-plugin/src/executors/internal/cli.unit.test.ts +++ b/packages/nx-plugin/src/executors/internal/cli.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { createCliCommand, objectToCliArgs } from './cli'; +import { createCliCommand, objectToCliArgs } from './cli.js'; describe('objectToCliArgs', () => { it('should empty params', () => { diff --git a/packages/nx-plugin/src/executors/internal/config.integration.test.ts b/packages/nx-plugin/src/executors/internal/config.integration.test.ts index e8e128e3c..54b2e32dc 100644 --- a/packages/nx-plugin/src/executors/internal/config.integration.test.ts +++ b/packages/nx-plugin/src/executors/internal/config.integration.test.ts @@ -1,7 +1,7 @@ import { describe, expect } from 'vitest'; -import { ENV } from '../../../mock/fixtures/env'; -import { uploadConfig } from './config'; -import * as env from './env'; +import { ENV } from '../../../mock/fixtures/env.js'; +import { uploadConfig } from './config.js'; +import * as env from './env.js'; describe('uploadConfig', () => { const processEnvSpy = vi.spyOn(process, 'env', 'get').mockReturnValue({}); diff --git a/packages/nx-plugin/src/executors/internal/config.ts b/packages/nx-plugin/src/executors/internal/config.ts index f8437f613..4f3829963 100644 --- a/packages/nx-plugin/src/executors/internal/config.ts +++ b/packages/nx-plugin/src/executors/internal/config.ts @@ -1,11 +1,11 @@ import { join } from 'node:path'; import type { PersistConfig, UploadConfig } from '@code-pushup/models'; -import { parseEnv } from './env'; +import { parseEnv } from './env.js'; import type { BaseNormalizedExecutorContext, GlobalExecutorOptions, ProjectExecutorOnlyOptions, -} from './types'; +} from './types.js'; export function globalConfig( options: Partial>, diff --git a/packages/nx-plugin/src/executors/internal/config.unit.test.ts b/packages/nx-plugin/src/executors/internal/config.unit.test.ts index f446212fc..b1229e8f0 100644 --- a/packages/nx-plugin/src/executors/internal/config.unit.test.ts +++ b/packages/nx-plugin/src/executors/internal/config.unit.test.ts @@ -1,7 +1,7 @@ import { type MockInstance, describe, expect } from 'vitest'; import { osAgnosticPath } from '@code-pushup/test-utils'; -import { ENV } from '../../../mock/fixtures/env'; -import { globalConfig, persistConfig, uploadConfig } from './config'; +import { ENV } from '../../../mock/fixtures/env.js'; +import { globalConfig, persistConfig, uploadConfig } from './config.js'; describe('globalConfig', () => { it('should provide default global verbose options', () => { diff --git a/packages/nx-plugin/src/executors/internal/context.ts b/packages/nx-plugin/src/executors/internal/context.ts index 33fd4ca14..38ca33416 100644 --- a/packages/nx-plugin/src/executors/internal/context.ts +++ b/packages/nx-plugin/src/executors/internal/context.ts @@ -1,5 +1,5 @@ import type { ExecutorContext } from 'nx/src/config/misc-interfaces'; -import type { BaseNormalizedExecutorContext } from './types'; +import type { BaseNormalizedExecutorContext } from './types.js'; export type NormalizedExecutorContext = BaseNormalizedExecutorContext & { projectName: string; diff --git a/packages/nx-plugin/src/executors/internal/context.unit.test.ts b/packages/nx-plugin/src/executors/internal/context.unit.test.ts index 04acb3db7..a1995da5a 100644 --- a/packages/nx-plugin/src/executors/internal/context.unit.test.ts +++ b/packages/nx-plugin/src/executors/internal/context.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { normalizeContext } from './context'; +import { normalizeContext } from './context.js'; describe('normalizeContext', () => { it('should normalizeContext', () => { diff --git a/packages/nx-plugin/src/executors/internal/env.unit.test.ts b/packages/nx-plugin/src/executors/internal/env.unit.test.ts index eca10b8c5..548ef1e3b 100644 --- a/packages/nx-plugin/src/executors/internal/env.unit.test.ts +++ b/packages/nx-plugin/src/executors/internal/env.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect } from 'vitest'; -import { parseEnv } from './env'; +import { parseEnv } from './env.js'; describe('parseEnv', () => { it('should parse empty env vars', () => { diff --git a/packages/nx-plugin/src/generators/configuration/code-pushup-config.integration.test.ts b/packages/nx-plugin/src/generators/configuration/code-pushup-config.integration.test.ts index e41cb45c8..5a9734e79 100644 --- a/packages/nx-plugin/src/generators/configuration/code-pushup-config.integration.test.ts +++ b/packages/nx-plugin/src/generators/configuration/code-pushup-config.integration.test.ts @@ -3,7 +3,7 @@ import { formatFiles } from '@nx/devkit'; import { createTreeWithEmptyWorkspace } from '@nx/devkit/testing'; import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; -import { generateCodePushupConfig } from './code-pushup-config'; +import { generateCodePushupConfig } from './code-pushup-config.js'; describe('generateCodePushupConfig options', () => { let tree: devKit.Tree; diff --git a/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts b/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts index b11aac7c9..c041b13fa 100644 --- a/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts +++ b/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts @@ -2,14 +2,14 @@ import { type Tree, generateFiles, logger } from '@nx/devkit'; import { join } from 'node:path'; import type { PersistConfig, UploadConfig } from '@code-pushup/models'; import type { ItemOrArray } from '@code-pushup/utils'; -import type { ExecutableCode } from './types'; +import type { ExecutableCode } from './types.js'; import { formatArrayToJSArray, formatArrayToLinesOfJsString, formatObjectToFormattedJsString, normalizeExecutableCode, normalizeItemOrArray, -} from './utils'; +} from './utils.js'; export const DEFAULT_IMPORTS = [ "import type { CoreConfig } from '@code-pushup/models';", diff --git a/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts b/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts index 787a3acdf..dd52a48d4 100644 --- a/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts +++ b/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts @@ -6,13 +6,13 @@ import { removeColorCodes } from '@code-pushup/test-utils'; import { DEFAULT_IMPORTS, generateCodePushupConfig, -} from './code-pushup-config'; +} from './code-pushup-config.js'; import { formatArrayToJSArray, formatArrayToLinesOfJsString, formatObjectToFormattedJsString, normalizeExecutableCode, -} from './utils'; +} from './utils.js'; describe('generateCodePushupConfig options', () => { let tree: devKit.Tree; @@ -126,7 +126,7 @@ describe('generateCodePushupConfig options', () => { it('should use fileImports options', () => { generateCodePushupConfig(tree, testProjectName, { fileImports: [ - "import type { CoreConfig } from '../../dist/packages/models';", + "import type { CoreConfig } from '../../dist/packages/models.js';", ], }); expect(generateFilesSpy).toHaveBeenCalledWith( @@ -135,7 +135,7 @@ describe('generateCodePushupConfig options', () => { expect.any(String), expect.objectContaining({ fileImports: formatArrayToLinesOfJsString([ - 'import type { CoreConfig } from "../../dist/packages/models";', + 'import type { CoreConfig } from "../../dist/packages/models.js";', ]), }), ); diff --git a/packages/nx-plugin/src/generators/configuration/generator.integration.test.ts b/packages/nx-plugin/src/generators/configuration/generator.integration.test.ts index 1191c8993..032632e04 100644 --- a/packages/nx-plugin/src/generators/configuration/generator.integration.test.ts +++ b/packages/nx-plugin/src/generators/configuration/generator.integration.test.ts @@ -7,8 +7,8 @@ import { import { createTreeWithEmptyWorkspace } from '@nx/devkit/testing'; import { join } from 'node:path'; import { afterEach, describe, expect, it, vi } from 'vitest'; -import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants'; -import { addTargetToProject, configurationGenerator } from './generator'; +import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants.js'; +import { addTargetToProject, configurationGenerator } from './generator.js'; describe('addTargetToProject', () => { let tree: Tree; diff --git a/packages/nx-plugin/src/generators/configuration/generator.ts b/packages/nx-plugin/src/generators/configuration/generator.ts index dc0d49913..4b71b60a2 100644 --- a/packages/nx-plugin/src/generators/configuration/generator.ts +++ b/packages/nx-plugin/src/generators/configuration/generator.ts @@ -6,9 +6,9 @@ import { updateProjectConfiguration, } from '@nx/devkit'; import type { ProjectConfiguration } from 'nx/src/config/workspace-json-project-json'; -import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants'; -import { generateCodePushupConfig } from './code-pushup-config'; -import type { ConfigurationGeneratorOptions } from './schema'; +import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants.js'; +import { generateCodePushupConfig } from './code-pushup-config.js'; +import type { ConfigurationGeneratorOptions } from './schema.js'; export async function configurationGenerator( tree: Tree, diff --git a/packages/nx-plugin/src/generators/configuration/schema.d.ts b/packages/nx-plugin/src/generators/configuration/schema.d.ts index d7b700308..b105270c6 100644 --- a/packages/nx-plugin/src/generators/configuration/schema.d.ts +++ b/packages/nx-plugin/src/generators/configuration/schema.d.ts @@ -1,4 +1,4 @@ -import type { DynamicTargetOptions } from '../../internal/types'; +import type { DynamicTargetOptions } from '../../internal/types.js'; export type ConfigurationGeneratorOptions = { project: string; diff --git a/packages/nx-plugin/src/generators/configuration/utils.ts b/packages/nx-plugin/src/generators/configuration/utils.ts index 4dc8d5200..01de15e82 100644 --- a/packages/nx-plugin/src/generators/configuration/utils.ts +++ b/packages/nx-plugin/src/generators/configuration/utils.ts @@ -1,5 +1,5 @@ import type { ExtractArrays } from '@code-pushup/utils'; -import type { ExecutableCode } from './types'; +import type { ExecutableCode } from './types.js'; export function normalizeExecutableCode( executableCode: ExecutableCode, diff --git a/packages/nx-plugin/src/generators/configuration/utils.unit.test.ts b/packages/nx-plugin/src/generators/configuration/utils.unit.test.ts index eada369b6..3a140c8ff 100644 --- a/packages/nx-plugin/src/generators/configuration/utils.unit.test.ts +++ b/packages/nx-plugin/src/generators/configuration/utils.unit.test.ts @@ -4,7 +4,7 @@ import { formatArrayToLinesOfJsString, normalizeExecutableCode, normalizeItemOrArray, -} from './utils'; +} from './utils.js'; describe('formatArrayToJSArray', () => { it('should return array as JS', () => { diff --git a/packages/nx-plugin/src/generators/init/generator.integration.test.ts b/packages/nx-plugin/src/generators/init/generator.integration.test.ts index 05fe14511..5ab890bd1 100644 --- a/packages/nx-plugin/src/generators/init/generator.integration.test.ts +++ b/packages/nx-plugin/src/generators/init/generator.integration.test.ts @@ -1,7 +1,7 @@ import { type Tree, logger, readJson, readNxJson } from '@nx/devkit'; import { createTreeWithEmptyWorkspace } from '@nx/devkit/testing'; import { describe, expect, it, vi } from 'vitest'; -import { initGenerator } from './generator'; +import { initGenerator } from './generator.js'; type PackageJson = { devDependencies: Record; diff --git a/packages/nx-plugin/src/generators/init/generator.ts b/packages/nx-plugin/src/generators/init/generator.ts index 12f058751..265298fb0 100644 --- a/packages/nx-plugin/src/generators/init/generator.ts +++ b/packages/nx-plugin/src/generators/init/generator.ts @@ -12,14 +12,14 @@ import { updateNxJson, } from '@nx/devkit'; import type { PackageJson } from 'nx/src/utils/package-json'; -import { PACKAGE_NAME } from '../../internal/constants'; +import { PACKAGE_NAME } from '../../internal/constants.js'; import { cpCliVersion, cpModelVersion, cpNxPluginVersion, cpUtilsVersion, -} from '../../internal/versions'; -import type { InitGeneratorSchema } from './schema'; +} from '../../internal/versions.js'; +import type { InitGeneratorSchema } from './schema.js'; function checkDependenciesInstalled(host: Tree) { const packageJson = readJson(host, 'package.json'); diff --git a/packages/nx-plugin/src/index.ts b/packages/nx-plugin/src/index.ts index 6e50b1f9c..b2e406cb7 100644 --- a/packages/nx-plugin/src/index.ts +++ b/packages/nx-plugin/src/index.ts @@ -1,14 +1,17 @@ -import { createNodes } from './plugin'; +import { createNodes } from './plugin/index.js'; // default export for nx.json#plugins export default createNodes; -export * from './internal/versions'; -export { type InitGeneratorSchema } from './generators/init/schema'; -export { initGenerator, initSchematic } from './generators/init/generator'; -export type { ConfigurationGeneratorOptions } from './generators/configuration/schema'; -export { configurationGenerator } from './generators/configuration/generator'; -export { generateCodePushupConfig } from './generators/configuration/code-pushup-config'; -export { createNodes } from './plugin'; -export { executeProcess, type ProcessConfig } from './internal/execute-process'; -export { objectToCliArgs } from './executors/internal/cli'; +export * from './internal/versions.js'; +export { type InitGeneratorSchema } from './generators/init/schema.js'; +export { initGenerator, initSchematic } from './generators/init/generator.js'; +export type { ConfigurationGeneratorOptions } from './generators/configuration/schema.js'; +export { configurationGenerator } from './generators/configuration/generator.js'; +export { generateCodePushupConfig } from './generators/configuration/code-pushup-config.js'; +export { createNodes } from './plugin/index.js'; +export { + executeProcess, + type ProcessConfig, +} from './internal/execute-process.js'; +export { objectToCliArgs } from './executors/internal/cli.js'; diff --git a/packages/nx-plugin/src/internal/execute-process.unit.test.ts b/packages/nx-plugin/src/internal/execute-process.unit.test.ts index 58555a7ee..5893b867f 100644 --- a/packages/nx-plugin/src/internal/execute-process.unit.test.ts +++ b/packages/nx-plugin/src/internal/execute-process.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it, vi } from 'vitest'; import { getAsyncProcessRunnerConfig } from '@code-pushup/test-utils'; -import { type ProcessObserver, executeProcess } from './execute-process'; +import { type ProcessObserver, executeProcess } from './execute-process.js'; describe('executeProcess', () => { const spyObserver: ProcessObserver = { diff --git a/packages/nx-plugin/src/plugin/index.ts b/packages/nx-plugin/src/plugin/index.ts index 186bb0d5c..648d0b4aa 100644 --- a/packages/nx-plugin/src/plugin/index.ts +++ b/packages/nx-plugin/src/plugin/index.ts @@ -1,2 +1,2 @@ -export { createNodes } from './plugin'; -export type { CreateNodesOptions } from './types'; +export { createNodes } from './plugin.js'; +export type { CreateNodesOptions } from './types.js'; diff --git a/packages/nx-plugin/src/plugin/plugin.ts b/packages/nx-plugin/src/plugin/plugin.ts index 8e813f121..ffddb82f7 100644 --- a/packages/nx-plugin/src/plugin/plugin.ts +++ b/packages/nx-plugin/src/plugin/plugin.ts @@ -4,10 +4,10 @@ import type { CreateNodesContext, CreateNodesResult, } from '@nx/devkit'; -import { PROJECT_JSON_FILE_NAME } from '../internal/constants'; -import { createTargets } from './target/targets'; -import type { CreateNodesOptions } from './types'; -import { normalizedCreateNodesContext } from './utils'; +import { PROJECT_JSON_FILE_NAME } from '../internal/constants.js'; +import { createTargets } from './target/targets.js'; +import type { CreateNodesOptions } from './types.js'; +import { normalizedCreateNodesContext } from './utils.js'; // name has to be "createNodes" to get picked up by Nx export const createNodes: CreateNodes = [ diff --git a/packages/nx-plugin/src/plugin/plugin.unit.test.ts b/packages/nx-plugin/src/plugin/plugin.unit.test.ts index aa218e617..c51ebf570 100644 --- a/packages/nx-plugin/src/plugin/plugin.unit.test.ts +++ b/packages/nx-plugin/src/plugin/plugin.unit.test.ts @@ -2,9 +2,9 @@ import type { CreateNodesContext } from '@nx/devkit'; import { vol } from 'memfs'; import { describe, expect } from 'vitest'; import { invokeCreateNodesOnVirtualFiles } from '@code-pushup/test-nx-utils'; -import { PACKAGE_NAME, PROJECT_JSON_FILE_NAME } from '../internal/constants'; -import { CP_TARGET_NAME } from './constants'; -import { createNodes } from './plugin'; +import { PACKAGE_NAME, PROJECT_JSON_FILE_NAME } from '../internal/constants.js'; +import { CP_TARGET_NAME } from './constants.js'; +import { createNodes } from './plugin.js'; describe('@code-pushup/nx-plugin/plugin', () => { let context: CreateNodesContext; diff --git a/packages/nx-plugin/src/plugin/target/configuration-target.ts b/packages/nx-plugin/src/plugin/target/configuration-target.ts index f9b16c985..d19b9325b 100644 --- a/packages/nx-plugin/src/plugin/target/configuration-target.ts +++ b/packages/nx-plugin/src/plugin/target/configuration-target.ts @@ -1,8 +1,8 @@ import type { TargetConfiguration } from '@nx/devkit'; import type { RunCommandsOptions } from 'nx/src/executors/run-commands/run-commands.impl'; -import { objectToCliArgs } from '../../executors/internal/cli'; -import { PACKAGE_NAME } from '../../internal/constants'; -import { CP_TARGET_NAME } from '../constants'; +import { objectToCliArgs } from '../../executors/internal/cli.js'; +import { PACKAGE_NAME } from '../../internal/constants.js'; +import { CP_TARGET_NAME } from '../constants.js'; export function createConfigurationTarget(options?: { targetName?: string; diff --git a/packages/nx-plugin/src/plugin/target/configuration.target.unit.test.ts b/packages/nx-plugin/src/plugin/target/configuration.target.unit.test.ts index 95bf05a6d..87f4418c9 100644 --- a/packages/nx-plugin/src/plugin/target/configuration.target.unit.test.ts +++ b/packages/nx-plugin/src/plugin/target/configuration.target.unit.test.ts @@ -1,6 +1,6 @@ import { expect } from 'vitest'; -import { PACKAGE_NAME } from '../../internal/constants'; -import { createConfigurationTarget } from './configuration-target'; +import { PACKAGE_NAME } from '../../internal/constants.js'; +import { createConfigurationTarget } from './configuration-target.js'; describe('createConfigurationTarget', () => { it('should return code-pushup--configuration target for given project', () => { diff --git a/packages/nx-plugin/src/plugin/target/executor-target.ts b/packages/nx-plugin/src/plugin/target/executor-target.ts index aeba82ad8..e8b52eb8f 100644 --- a/packages/nx-plugin/src/plugin/target/executor-target.ts +++ b/packages/nx-plugin/src/plugin/target/executor-target.ts @@ -1,6 +1,6 @@ import type { TargetConfiguration } from '@nx/devkit'; -import { PACKAGE_NAME } from '../../internal/constants'; -import type { ProjectPrefixOptions } from '../types'; +import { PACKAGE_NAME } from '../../internal/constants.js'; +import type { ProjectPrefixOptions } from '../types.js'; export function createExecutorTarget(options?: { bin?: string; diff --git a/packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts b/packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts index 8ea0799a7..610b44bd7 100644 --- a/packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts +++ b/packages/nx-plugin/src/plugin/target/executor.target.unit.test.ts @@ -1,5 +1,5 @@ import { expect } from 'vitest'; -import { createExecutorTarget } from './executor-target'; +import { createExecutorTarget } from './executor-target.js'; describe('createExecutorTarget', () => { it('should return executor target without project name', () => { diff --git a/packages/nx-plugin/src/plugin/target/targets.ts b/packages/nx-plugin/src/plugin/target/targets.ts index e6d62e03a..3e659688b 100644 --- a/packages/nx-plugin/src/plugin/target/targets.ts +++ b/packages/nx-plugin/src/plugin/target/targets.ts @@ -1,9 +1,9 @@ import { readdir } from 'node:fs/promises'; -import { CP_TARGET_NAME } from '../constants'; -import type { NormalizedCreateNodesContext } from '../types'; -import { createConfigurationTarget } from './configuration-target'; -import { CODE_PUSHUP_CONFIG_REGEX } from './constants'; -import { createExecutorTarget } from './executor-target'; +import { CP_TARGET_NAME } from '../constants.js'; +import type { NormalizedCreateNodesContext } from '../types.js'; +import { createConfigurationTarget } from './configuration-target.js'; +import { CODE_PUSHUP_CONFIG_REGEX } from './constants.js'; +import { createExecutorTarget } from './executor-target.js'; export async function createTargets( normalizedContext: NormalizedCreateNodesContext, diff --git a/packages/nx-plugin/src/plugin/target/targets.unit.test.ts b/packages/nx-plugin/src/plugin/target/targets.unit.test.ts index 0de7288d2..9b730f726 100644 --- a/packages/nx-plugin/src/plugin/target/targets.unit.test.ts +++ b/packages/nx-plugin/src/plugin/target/targets.unit.test.ts @@ -2,10 +2,10 @@ import { vol } from 'memfs'; import { rm } from 'node:fs/promises'; import { afterEach, beforeEach, expect } from 'vitest'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants'; -import { CP_TARGET_NAME } from '../constants'; -import type { NormalizedCreateNodesContext } from '../types'; -import { createTargets } from './targets'; +import { DEFAULT_TARGET_NAME, PACKAGE_NAME } from '../../internal/constants.js'; +import { CP_TARGET_NAME } from '../constants.js'; +import type { NormalizedCreateNodesContext } from '../types.js'; +import { createTargets } from './targets.js'; describe('createTargets', () => { beforeEach(async () => { diff --git a/packages/nx-plugin/src/plugin/types.ts b/packages/nx-plugin/src/plugin/types.ts index 17d79ee3b..5e8d59db7 100644 --- a/packages/nx-plugin/src/plugin/types.ts +++ b/packages/nx-plugin/src/plugin/types.ts @@ -1,6 +1,6 @@ import type { CreateNodesContext, ProjectConfiguration } from '@nx/devkit'; import type { WithRequired } from '@code-pushup/utils'; -import type { DynamicTargetOptions } from '../internal/types'; +import type { DynamicTargetOptions } from '../internal/types.js'; export type ProjectPrefixOptions = { projectPrefix?: string; diff --git a/packages/nx-plugin/src/plugin/utils.ts b/packages/nx-plugin/src/plugin/utils.ts index 667cb01ff..1e2ce4863 100644 --- a/packages/nx-plugin/src/plugin/utils.ts +++ b/packages/nx-plugin/src/plugin/utils.ts @@ -1,12 +1,12 @@ import type { CreateNodesContext } from '@nx/devkit'; import { readFile } from 'node:fs/promises'; import { dirname } from 'node:path'; -import { CP_TARGET_NAME } from './constants'; +import { CP_TARGET_NAME } from './constants.js'; import type { CreateNodesOptions, NormalizedCreateNodesContext, ProjectConfigurationWithName, -} from './types'; +} from './types.js'; export async function normalizedCreateNodesContext( context: CreateNodesContext, diff --git a/packages/nx-plugin/src/plugin/utils.unit.test.ts b/packages/nx-plugin/src/plugin/utils.unit.test.ts index f88811467..edf2bf1cb 100644 --- a/packages/nx-plugin/src/plugin/utils.unit.test.ts +++ b/packages/nx-plugin/src/plugin/utils.unit.test.ts @@ -2,7 +2,7 @@ import { vol } from 'memfs'; import { describe, expect } from 'vitest'; import { createNodesContext } from '@code-pushup/test-nx-utils'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { normalizedCreateNodesContext } from './utils'; +import { normalizedCreateNodesContext } from './utils.js'; describe('normalizedCreateNodesContext', () => { it('should provide workspaceRoot', async () => { diff --git a/packages/nx-plugin/vite.config.integration.ts b/packages/nx-plugin/vite.config.integration.ts index 1ccc8b2d3..9e09bb418 100644 --- a/packages/nx-plugin/vite.config.integration.ts +++ b/packages/nx-plugin/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/nx-plugin', diff --git a/packages/nx-plugin/vite.config.unit.ts b/packages/nx-plugin/vite.config.unit.ts index 835b6b7a3..db557f696 100644 --- a/packages/nx-plugin/vite.config.unit.ts +++ b/packages/nx-plugin/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/nx-plugin', diff --git a/packages/plugin-coverage/src/bin.ts b/packages/plugin-coverage/src/bin.ts index c2ae92523..bf6572a76 100644 --- a/packages/plugin-coverage/src/bin.ts +++ b/packages/plugin-coverage/src/bin.ts @@ -1,3 +1,3 @@ -import { executeRunner } from './lib/runner'; +import { executeRunner } from './lib/runner/index.js'; await executeRunner(); diff --git a/packages/plugin-coverage/src/index.ts b/packages/plugin-coverage/src/index.ts index fadde8e0d..50a0bb48b 100644 --- a/packages/plugin-coverage/src/index.ts +++ b/packages/plugin-coverage/src/index.ts @@ -1,5 +1,5 @@ -import { coveragePlugin } from './lib/coverage-plugin'; +import { coveragePlugin } from './lib/coverage-plugin.js'; export default coveragePlugin; -export type { CoveragePluginConfig } from './lib/config'; -export { getNxCoveragePaths } from './lib/nx/coverage-paths'; +export type { CoveragePluginConfig } from './lib/config.js'; +export { getNxCoveragePaths } from './lib/nx/coverage-paths.js'; diff --git a/packages/plugin-coverage/src/lib/config.unit.test.ts b/packages/plugin-coverage/src/lib/config.unit.test.ts index 444623f7b..a5938fa19 100644 --- a/packages/plugin-coverage/src/lib/config.unit.test.ts +++ b/packages/plugin-coverage/src/lib/config.unit.test.ts @@ -3,7 +3,7 @@ import { type CoveragePluginConfig, type CoverageType, coveragePluginConfigSchema, -} from './config'; +} from './config.js'; describe('coveragePluginConfigSchema', () => { it('accepts a code coverage configuration with all entities', () => { diff --git a/packages/plugin-coverage/src/lib/coverage-plugin.ts b/packages/plugin-coverage/src/lib/coverage-plugin.ts index e9f1c4dd8..70e1ca410 100644 --- a/packages/plugin-coverage/src/lib/coverage-plugin.ts +++ b/packages/plugin-coverage/src/lib/coverage-plugin.ts @@ -7,9 +7,9 @@ import { type CoveragePluginConfig, type CoverageType, coveragePluginConfigSchema, -} from './config'; -import { createRunnerConfig } from './runner'; -import { coverageDescription, coverageTypeWeightMapper } from './utils'; +} from './config.js'; +import { createRunnerConfig } from './runner/index.js'; +import { coverageDescription, coverageTypeWeightMapper } from './utils.js'; /** * Instantiates Code PushUp code coverage plugin for core config. @@ -57,6 +57,7 @@ export async function coveragePlugin( const runnerScriptPath = join( fileURLToPath(dirname(import.meta.url)), + '..', 'bin.js', ); diff --git a/packages/plugin-coverage/src/lib/coverage-plugin.unit.test.ts b/packages/plugin-coverage/src/lib/coverage-plugin.unit.test.ts index 6d487af06..59be14780 100644 --- a/packages/plugin-coverage/src/lib/coverage-plugin.unit.test.ts +++ b/packages/plugin-coverage/src/lib/coverage-plugin.unit.test.ts @@ -1,7 +1,7 @@ import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; import type { RunnerConfig } from '@code-pushup/models'; -import { coveragePlugin } from './coverage-plugin'; +import { coveragePlugin } from './coverage-plugin.js'; vi.mock('./runner/index.ts', () => ({ createRunnerConfig: vi.fn().mockReturnValue({ diff --git a/packages/plugin-coverage/src/lib/nx/coverage-paths.ts b/packages/plugin-coverage/src/lib/nx/coverage-paths.ts index 83ffd5f4b..d8f24f285 100644 --- a/packages/plugin-coverage/src/lib/nx/coverage-paths.ts +++ b/packages/plugin-coverage/src/lib/nx/coverage-paths.ts @@ -9,7 +9,7 @@ import type { VitestExecutorOptions } from '@nx/vite/executors'; import { bold } from 'ansis'; import { isAbsolute, join } from 'node:path'; import { importModule, ui } from '@code-pushup/utils'; -import type { CoverageResult } from '../config'; +import type { CoverageResult } from '../config.js'; /** * @param targets nx targets to be used for measuring coverage, test by default diff --git a/packages/plugin-coverage/src/lib/nx/coverage-paths.unit.test.ts b/packages/plugin-coverage/src/lib/nx/coverage-paths.unit.test.ts index 7b70f8348..10605d55e 100644 --- a/packages/plugin-coverage/src/lib/nx/coverage-paths.unit.test.ts +++ b/packages/plugin-coverage/src/lib/nx/coverage-paths.unit.test.ts @@ -4,14 +4,14 @@ import { vol } from 'memfs'; import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import type { CoverageResult } from '../config'; +import type { CoverageResult } from '../config.js'; import { type JestCoverageConfig, type VitestCoverageConfig, getCoveragePathForJest, getCoveragePathForVitest, getCoveragePathsForTarget, -} from './coverage-paths'; +} from './coverage-paths.js'; vi.mock('bundle-require', () => ({ bundleRequire: vi.fn().mockImplementation((options: { filepath: string }) => { diff --git a/packages/plugin-coverage/src/lib/runner/index.ts b/packages/plugin-coverage/src/lib/runner/index.ts index b89d7f38d..07b23b82a 100644 --- a/packages/plugin-coverage/src/lib/runner/index.ts +++ b/packages/plugin-coverage/src/lib/runner/index.ts @@ -10,10 +10,10 @@ import { readJsonFile, ui, } from '@code-pushup/utils'; -import type { FinalCoveragePluginConfig } from '../config'; -import { applyMaxScoreAboveThreshold } from '../utils'; -import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH } from './constants'; -import { lcovResultsToAuditOutputs } from './lcov/lcov-runner'; +import type { FinalCoveragePluginConfig } from '../config.js'; +import { applyMaxScoreAboveThreshold } from '../utils.js'; +import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH } from './constants.js'; +import { lcovResultsToAuditOutputs } from './lcov/lcov-runner.js'; export async function executeRunner(): Promise { const { reports, coverageToolCommand, coverageTypes } = diff --git a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.integration.test.ts b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.integration.test.ts index 8cbe14688..21d706e1d 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.integration.test.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.integration.test.ts @@ -2,7 +2,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import { describe, expect, it } from 'vitest'; import { osAgnosticAuditOutputs } from '@code-pushup/test-utils'; -import { lcovResultsToAuditOutputs } from './lcov-runner'; +import { lcovResultsToAuditOutputs } from './lcov-runner.js'; describe('lcovResultsToAuditOutputs', () => { it('should correctly convert lcov results to AuditOutputs and prepend project paths', async () => { diff --git a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.ts b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.ts index 69ef3c3a0..e0bad2f08 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.ts @@ -2,14 +2,14 @@ import { join } from 'node:path'; import type { LCOVRecord } from 'parse-lcov'; import type { AuditOutputs } from '@code-pushup/models'; import { exists, readTextFile, toUnixNewlines, ui } from '@code-pushup/utils'; -import type { CoverageResult, CoverageType } from '../../config'; -import { mergeLcovResults } from './merge-lcov'; -import { parseLcov } from './parse-lcov'; +import type { CoverageResult, CoverageType } from '../../config.js'; +import { mergeLcovResults } from './merge-lcov.js'; +import { parseLcov } from './parse-lcov.js'; import { lcovCoverageToAuditOutput, recordToStatFunctionMapper, -} from './transform'; -import type { LCOVStat, LCOVStats } from './types'; +} from './transform.js'; +import type { LCOVStat, LCOVStats } from './types.js'; // Note: condition or statement coverage is not supported in LCOV // https://stackoverflow.com/questions/48260434/is-it-possible-to-check-condition-coverage-with-gcov diff --git a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.unit.test.ts b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.unit.test.ts index cbbe8b0e4..cec536989 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.unit.test.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/lcov-runner.unit.test.ts @@ -3,7 +3,7 @@ import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { parseLcovFiles } from './lcov-runner'; +import { parseLcovFiles } from './lcov-runner.js'; describe('parseLcovFiles', () => { const UTILS_REPORT = ` diff --git a/packages/plugin-coverage/src/lib/runner/lcov/merge-lcov.unit.test.ts b/packages/plugin-coverage/src/lib/runner/lcov/merge-lcov.unit.test.ts index dfe71f9b6..8ea4f4ee9 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/merge-lcov.unit.test.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/merge-lcov.unit.test.ts @@ -11,7 +11,7 @@ import { mergeLcovFunctionsDetails, mergeLcovLineDetails, mergeLcovResults, -} from './merge-lcov'; +} from './merge-lcov.js'; describe('mergeLcovResults', () => { it('should merge duplicates and keep unique reports', () => { diff --git a/packages/plugin-coverage/src/lib/runner/lcov/transform.ts b/packages/plugin-coverage/src/lib/runner/lcov/transform.ts index 34df3864e..fedbdfd4d 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/transform.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/transform.ts @@ -1,10 +1,10 @@ import type { LCOVRecord } from 'parse-lcov'; import type { AuditOutput, Issue } from '@code-pushup/models'; import { toNumberPrecision, toOrdinal } from '@code-pushup/utils'; -import type { CoverageType } from '../../config'; -import { INVALID_FUNCTION_NAME } from '../constants'; -import type { LCOVStat } from './types'; -import { calculateCoverage, mergeConsecutiveNumbers } from './utils'; +import type { CoverageType } from '../../config.js'; +import { INVALID_FUNCTION_NAME } from '../constants.js'; +import type { LCOVStat } from './types.js'; +import { calculateCoverage, mergeConsecutiveNumbers } from './utils.js'; export function lcovReportToFunctionStat(record: LCOVRecord): LCOVStat { const validRecord = removeEmptyReport(record); diff --git a/packages/plugin-coverage/src/lib/runner/lcov/transform.unit.test.ts b/packages/plugin-coverage/src/lib/runner/lcov/transform.unit.test.ts index fe30fc269..3125c29c2 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/transform.unit.test.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/transform.unit.test.ts @@ -1,14 +1,14 @@ import type { LCOVRecord } from 'parse-lcov'; import { describe, it } from 'vitest'; import type { AuditOutput, Issue } from '@code-pushup/models'; -import { INVALID_FUNCTION_NAME } from '../constants'; +import { INVALID_FUNCTION_NAME } from '../constants.js'; import { lcovCoverageToAuditOutput, lcovReportToBranchStat, lcovReportToFunctionStat, lcovReportToLineStat, -} from './transform'; -import type { LCOVStat } from './types'; +} from './transform.js'; +import type { LCOVStat } from './types.js'; const lcovRecordMock: LCOVRecord = { file: 'cli.ts', diff --git a/packages/plugin-coverage/src/lib/runner/lcov/types.ts b/packages/plugin-coverage/src/lib/runner/lcov/types.ts index 627105744..1fa924a59 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/types.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/types.ts @@ -1,5 +1,5 @@ import type { Issue } from '@code-pushup/models'; -import type { CoverageType } from '../../config'; +import type { CoverageType } from '../../config.js'; export type LCOVStat = { totalFound: number; diff --git a/packages/plugin-coverage/src/lib/runner/lcov/utils.ts b/packages/plugin-coverage/src/lib/runner/lcov/utils.ts index fce9627cf..5678bdc5c 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/utils.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/utils.ts @@ -1,4 +1,4 @@ -import type { NumberRange } from './types'; +import type { NumberRange } from './types.js'; /** * This function calculates coverage as ratio of tested entities vs total diff --git a/packages/plugin-coverage/src/lib/runner/lcov/utils.unit.test.ts b/packages/plugin-coverage/src/lib/runner/lcov/utils.unit.test.ts index 1225a91d0..15f8d71ed 100644 --- a/packages/plugin-coverage/src/lib/runner/lcov/utils.unit.test.ts +++ b/packages/plugin-coverage/src/lib/runner/lcov/utils.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { calculateCoverage, mergeConsecutiveNumbers } from './utils'; +import { calculateCoverage, mergeConsecutiveNumbers } from './utils.js'; describe('calculateCoverage', () => { it('should calculate coverage for one type of report', () => { diff --git a/packages/plugin-coverage/src/lib/runner/runner.integration.test.ts b/packages/plugin-coverage/src/lib/runner/runner.integration.test.ts index e697b44a8..5e6603a49 100644 --- a/packages/plugin-coverage/src/lib/runner/runner.integration.test.ts +++ b/packages/plugin-coverage/src/lib/runner/runner.integration.test.ts @@ -9,8 +9,12 @@ import type { } from '@code-pushup/models'; import { readJsonFile, removeDirectoryIfExists } from '@code-pushup/utils'; import { createRunnerConfig, executeRunner } from '.'; -import type { FinalCoveragePluginConfig } from '../config'; -import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH, WORKDIR } from './constants'; +import type { FinalCoveragePluginConfig } from '../config.js'; +import { + PLUGIN_CONFIG_PATH, + RUNNER_OUTPUT_PATH, + WORKDIR, +} from './constants.js'; describe('createRunnerConfig', () => { it('should create a valid runner config', async () => { diff --git a/packages/plugin-coverage/src/lib/utils.ts b/packages/plugin-coverage/src/lib/utils.ts index 73052641c..7fb4e8cf1 100644 --- a/packages/plugin-coverage/src/lib/utils.ts +++ b/packages/plugin-coverage/src/lib/utils.ts @@ -1,5 +1,5 @@ import type { AuditOutputs } from '@code-pushup/models'; -import type { CoverageType } from './config'; +import type { CoverageType } from './config.js'; export const coverageDescription: Record = { branch: diff --git a/packages/plugin-coverage/src/lib/utils.unit.test.ts b/packages/plugin-coverage/src/lib/utils.unit.test.ts index 819e8692a..d1ccedc1b 100644 --- a/packages/plugin-coverage/src/lib/utils.unit.test.ts +++ b/packages/plugin-coverage/src/lib/utils.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; import type { AuditOutput } from '@code-pushup/models'; -import { applyMaxScoreAboveThreshold } from './utils'; +import { applyMaxScoreAboveThreshold } from './utils.js'; describe('applyMaxScoreAboveThreshold', () => { it('should transform score above threshold to maximum', () => { diff --git a/packages/plugin-coverage/vite.config.integration.ts b/packages/plugin-coverage/vite.config.integration.ts index 5ffe05dce..4c4c6b107 100644 --- a/packages/plugin-coverage/vite.config.integration.ts +++ b/packages/plugin-coverage/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-coverage', diff --git a/packages/plugin-coverage/vite.config.unit.ts b/packages/plugin-coverage/vite.config.unit.ts index 84340f6e5..e359bb1bb 100644 --- a/packages/plugin-coverage/vite.config.unit.ts +++ b/packages/plugin-coverage/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-coverage', diff --git a/packages/plugin-eslint/src/bin.ts b/packages/plugin-eslint/src/bin.ts index c2ae92523..bf6572a76 100644 --- a/packages/plugin-eslint/src/bin.ts +++ b/packages/plugin-eslint/src/bin.ts @@ -1,3 +1,3 @@ -import { executeRunner } from './lib/runner'; +import { executeRunner } from './lib/runner/index.js'; await executeRunner(); diff --git a/packages/plugin-eslint/src/index.ts b/packages/plugin-eslint/src/index.ts index 3ad1839f0..b70b495c6 100644 --- a/packages/plugin-eslint/src/index.ts +++ b/packages/plugin-eslint/src/index.ts @@ -1,8 +1,8 @@ -import { eslintPlugin } from './lib/eslint-plugin'; +import { eslintPlugin } from './lib/eslint-plugin.js'; export default eslintPlugin; -export type { ESLintPluginConfig } from './lib/config'; +export type { ESLintPluginConfig } from './lib/config.js'; export { eslintConfigFromNxProjectAndDeps, @@ -10,4 +10,4 @@ export { eslintConfigFromNxProjects, eslintConfigFromAllNxProjects, eslintConfigFromNxProject, -} from './lib/nx'; +} from './lib/nx/index.js'; diff --git a/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap b/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap index ecb729eac..b8c23cd23 100644 --- a/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap +++ b/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap @@ -348,7 +348,7 @@ exports[`eslintPlugin > should initialize ESLint plugin for React application 1` "packageName": "@code-pushup/eslint-plugin", "runner": { "args": [ - ""/bin.js"", + "/bin.js", ], "command": "node", "outputFile": "node_modules/.code-pushup/eslint/runner-output.json", diff --git a/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts b/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts index f0b3bd403..a92ada19f 100644 --- a/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts +++ b/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts @@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'; import type { MockInstance } from 'vitest'; import type { Audit, PluginConfig, RunnerConfig } from '@code-pushup/models'; import { toUnixPath } from '@code-pushup/utils'; -import { eslintPlugin } from './eslint-plugin'; +import { eslintPlugin } from './eslint-plugin.js'; describe('eslintPlugin', () => { const thisDir = fileURLToPath(dirname(import.meta.url)); @@ -18,8 +18,8 @@ describe('eslintPlugin', () => { ...plugin, runner: { ...(plugin.runner as RunnerConfig), - args: (plugin.runner as RunnerConfig).args?.map(arg => - toUnixPath(arg.replace(thisDir, '')), + args: (plugin.runner as RunnerConfig).args?.map(() => + toUnixPath('/bin.js'), ), outputFile: toUnixPath((plugin.runner as RunnerConfig).outputFile), }, diff --git a/packages/plugin-eslint/src/lib/eslint-plugin.ts b/packages/plugin-eslint/src/lib/eslint-plugin.ts index 8a70cc2d0..9b7427a55 100644 --- a/packages/plugin-eslint/src/lib/eslint-plugin.ts +++ b/packages/plugin-eslint/src/lib/eslint-plugin.ts @@ -2,9 +2,9 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { PluginConfig } from '@code-pushup/models'; import { name, version } from '../../package.json'; -import { type ESLintPluginConfig, eslintPluginConfigSchema } from './config'; -import { listAuditsAndGroups } from './meta'; -import { createRunnerConfig } from './runner'; +import { type ESLintPluginConfig, eslintPluginConfigSchema } from './config.js'; +import { listAuditsAndGroups } from './meta/index.js'; +import { createRunnerConfig } from './runner/index.js'; /** * Instantiates Code PushUp ESLint plugin for use in core config. @@ -35,6 +35,7 @@ export async function eslintPlugin( const runnerScriptPath = join( fileURLToPath(dirname(import.meta.url)), + '..', 'bin.js', ); diff --git a/packages/plugin-eslint/src/lib/meta/groups.ts b/packages/plugin-eslint/src/lib/meta/groups.ts index 534dee7f9..e2c84f9ef 100644 --- a/packages/plugin-eslint/src/lib/meta/groups.ts +++ b/packages/plugin-eslint/src/lib/meta/groups.ts @@ -1,8 +1,8 @@ import type { Rule } from 'eslint'; import type { Group, GroupRef } from '@code-pushup/models'; import { objectToKeys, slugify } from '@code-pushup/utils'; -import { ruleIdToSlug } from './hash'; -import { type RuleData, parseRuleId } from './parse'; +import { ruleIdToSlug } from './hash.js'; +import { type RuleData, parseRuleId } from './parse.js'; type RuleType = NonNullable; diff --git a/packages/plugin-eslint/src/lib/meta/groups.unit.test.ts b/packages/plugin-eslint/src/lib/meta/groups.unit.test.ts index 006d477f4..fda1d7d85 100644 --- a/packages/plugin-eslint/src/lib/meta/groups.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/groups.unit.test.ts @@ -1,6 +1,6 @@ import type { Group } from '@code-pushup/models'; -import { groupsFromRuleCategories, groupsFromRuleTypes } from './groups'; -import type { RuleData } from './parse'; +import { groupsFromRuleCategories, groupsFromRuleTypes } from './groups.js'; +import type { RuleData } from './parse.js'; const eslintRules: RuleData[] = [ { diff --git a/packages/plugin-eslint/src/lib/meta/hash.unit.test.ts b/packages/plugin-eslint/src/lib/meta/hash.unit.test.ts index f04377202..d7c42f7d4 100644 --- a/packages/plugin-eslint/src/lib/meta/hash.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/hash.unit.test.ts @@ -1,4 +1,4 @@ -import { jsonHash, ruleIdToSlug } from './hash'; +import { jsonHash, ruleIdToSlug } from './hash.js'; describe('ruleIdToSlug', () => { it('should leave core rule unchanged', () => { diff --git a/packages/plugin-eslint/src/lib/meta/index.ts b/packages/plugin-eslint/src/lib/meta/index.ts index 41355406c..2e761259d 100644 --- a/packages/plugin-eslint/src/lib/meta/index.ts +++ b/packages/plugin-eslint/src/lib/meta/index.ts @@ -1,8 +1,8 @@ import type { Audit, Group } from '@code-pushup/models'; -import type { ESLintTarget } from '../config'; -import { groupsFromRuleCategories, groupsFromRuleTypes } from './groups'; -import { listRules } from './rules'; -import { ruleToAudit } from './transform'; +import type { ESLintTarget } from '../config.js'; +import { groupsFromRuleCategories, groupsFromRuleTypes } from './groups.js'; +import { listRules } from './rules.js'; +import { ruleToAudit } from './transform.js'; export { detectConfigVersion, type ConfigFormat } from './versions'; diff --git a/packages/plugin-eslint/src/lib/meta/parse.unit.test.ts b/packages/plugin-eslint/src/lib/meta/parse.unit.test.ts index 6817fc3d2..980437f12 100644 --- a/packages/plugin-eslint/src/lib/meta/parse.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/parse.unit.test.ts @@ -1,5 +1,5 @@ import type { Linter } from 'eslint'; -import { isRuleOff, optionsFromRuleEntry, parseRuleId } from './parse'; +import { isRuleOff, optionsFromRuleEntry, parseRuleId } from './parse.js'; describe('parseRuleId', () => { it.each([ diff --git a/packages/plugin-eslint/src/lib/meta/rules.ts b/packages/plugin-eslint/src/lib/meta/rules.ts index 839308085..ec89c2cd7 100644 --- a/packages/plugin-eslint/src/lib/meta/rules.ts +++ b/packages/plugin-eslint/src/lib/meta/rules.ts @@ -1,7 +1,7 @@ -import type { ESLintTarget } from '../config'; -import { jsonHash } from './hash'; -import type { RuleData } from './parse'; -import { detectConfigVersion, selectRulesLoader } from './versions'; +import type { ESLintTarget } from '../config.js'; +import { jsonHash } from './hash.js'; +import type { RuleData } from './parse.js'; +import { detectConfigVersion, selectRulesLoader } from './versions/index.js'; type RulesMap = Record>; diff --git a/packages/plugin-eslint/src/lib/meta/rules.unit.test.ts b/packages/plugin-eslint/src/lib/meta/rules.unit.test.ts index e70a6a1e8..dd7a71a89 100644 --- a/packages/plugin-eslint/src/lib/meta/rules.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/rules.unit.test.ts @@ -1,9 +1,9 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { MockInstance } from 'vitest'; -import type { ESLintTarget } from '../config'; -import type { RuleData } from './parse'; -import { listRules } from './rules'; +import type { ESLintTarget } from '../config.js'; +import type { RuleData } from './parse.js'; +import { listRules } from './rules.js'; describe('listRules', () => { const fixturesDir = join( diff --git a/packages/plugin-eslint/src/lib/meta/transform.ts b/packages/plugin-eslint/src/lib/meta/transform.ts index 549aeed6d..9c986dd75 100644 --- a/packages/plugin-eslint/src/lib/meta/transform.ts +++ b/packages/plugin-eslint/src/lib/meta/transform.ts @@ -1,7 +1,7 @@ import type { Audit } from '@code-pushup/models'; import { truncateDescription, truncateTitle } from '@code-pushup/utils'; -import { ruleIdToSlug } from './hash'; -import type { RuleData } from './parse'; +import { ruleIdToSlug } from './hash.js'; +import type { RuleData } from './parse.js'; export function ruleToAudit({ ruleId, meta, options }: RuleData): Audit { const name = ruleId.split('/').at(-1) ?? ruleId; diff --git a/packages/plugin-eslint/src/lib/meta/transform.unit.test.ts b/packages/plugin-eslint/src/lib/meta/transform.unit.test.ts index 2be905995..4855a2e5b 100644 --- a/packages/plugin-eslint/src/lib/meta/transform.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/transform.unit.test.ts @@ -1,5 +1,5 @@ import type { Audit } from '@code-pushup/models'; -import { ruleToAudit } from './transform'; +import { ruleToAudit } from './transform.js'; describe('ruleToAudit', () => { it('built-in rule without custom options', () => { diff --git a/packages/plugin-eslint/src/lib/meta/versions/detect.ts b/packages/plugin-eslint/src/lib/meta/versions/detect.ts index 09baca7c6..5fe55214f 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/detect.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/detect.ts @@ -1,6 +1,6 @@ import { ESLint } from 'eslint'; import { fileExists } from '@code-pushup/utils'; -import type { ConfigFormat } from './formats'; +import type { ConfigFormat } from './formats.js'; // relevant ESLint docs: // - https://eslint.org/docs/latest/use/configure/configuration-files diff --git a/packages/plugin-eslint/src/lib/meta/versions/detect.unit.test.ts b/packages/plugin-eslint/src/lib/meta/versions/detect.unit.test.ts index 2aa4ff50a..b9a028ceb 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/detect.unit.test.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/detect.unit.test.ts @@ -1,7 +1,7 @@ import { ESLint } from 'eslint'; import { vol } from 'memfs'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { detectConfigVersion } from './detect'; +import { detectConfigVersion } from './detect.js'; describe('detectConfigVersion', () => { beforeEach(() => { diff --git a/packages/plugin-eslint/src/lib/meta/versions/flat.integration.test.ts b/packages/plugin-eslint/src/lib/meta/versions/flat.integration.test.ts index 8ba0dba7b..a8ff222ae 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/flat.integration.test.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/flat.integration.test.ts @@ -1,8 +1,8 @@ import type { ESLint, Linter, Rule } from 'eslint'; import { mkdir, rm, writeFile } from 'node:fs/promises'; import { join } from 'node:path'; -import type { RuleData } from '../parse'; -import { loadRulesForFlatConfig } from './flat'; +import type { RuleData } from '../parse.js'; +import { loadRulesForFlatConfig } from './flat.js'; describe('loadRulesForFlatConfig', () => { const workDir = join( diff --git a/packages/plugin-eslint/src/lib/meta/versions/flat.ts b/packages/plugin-eslint/src/lib/meta/versions/flat.ts index 2fca56c38..f3be89417 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/flat.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/flat.ts @@ -4,14 +4,14 @@ import { builtinRules } from 'eslint/use-at-your-own-risk'; import { isAbsolute, join } from 'node:path'; import { pathToFileURL } from 'node:url'; import { exists, findNearestFile, toArray, ui } from '@code-pushup/utils'; -import type { ESLintTarget } from '../../config'; -import { jsonHash } from '../hash'; +import type { ESLintTarget } from '../../config.js'; +import { jsonHash } from '../hash.js'; import { type RuleData, isRuleOff, optionsFromRuleEntry, parseRuleId, -} from '../parse'; +} from '../parse.js'; export async function loadRulesForFlatConfig({ eslintrc, diff --git a/packages/plugin-eslint/src/lib/meta/versions/index.ts b/packages/plugin-eslint/src/lib/meta/versions/index.ts index e7944ae25..73027db50 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/index.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/index.ts @@ -1,11 +1,11 @@ -import type { ESLintTarget } from '../../config'; -import type { RuleData } from '../parse'; -import { loadRulesForFlatConfig } from './flat'; -import type { ConfigFormat } from './formats'; -import { loadRulesForLegacyConfig } from './legacy'; +import type { ESLintTarget } from '../../config.js'; +import type { RuleData } from '../parse.js'; +import { loadRulesForFlatConfig } from './flat.js'; +import type { ConfigFormat } from './formats.js'; +import { loadRulesForLegacyConfig } from './legacy.js'; -export { detectConfigVersion } from './detect'; -export type { ConfigFormat } from './formats'; +export { detectConfigVersion } from './detect.js'; +export type { ConfigFormat } from './formats.js'; export function selectRulesLoader( version: ConfigFormat, diff --git a/packages/plugin-eslint/src/lib/meta/versions/legacy.ts b/packages/plugin-eslint/src/lib/meta/versions/legacy.ts index 903dda9c7..304b3dc3e 100644 --- a/packages/plugin-eslint/src/lib/meta/versions/legacy.ts +++ b/packages/plugin-eslint/src/lib/meta/versions/legacy.ts @@ -1,8 +1,8 @@ import type { ESLint, Linter } from 'eslint'; import { distinct, exists, toArray, ui } from '@code-pushup/utils'; -import type { ESLintTarget } from '../../config'; -import { setupESLint } from '../../setup'; -import { type RuleData, isRuleOff, optionsFromRuleEntry } from '../parse'; +import type { ESLintTarget } from '../../config.js'; +import { setupESLint } from '../../setup.js'; +import { type RuleData, isRuleOff, optionsFromRuleEntry } from '../parse.js'; export async function loadRulesForLegacyConfig({ eslintrc, diff --git a/packages/plugin-eslint/src/lib/nx.integration.test.ts b/packages/plugin-eslint/src/lib/nx.integration.test.ts index 17daf4e4b..c8c45794d 100644 --- a/packages/plugin-eslint/src/lib/nx.integration.test.ts +++ b/packages/plugin-eslint/src/lib/nx.integration.test.ts @@ -2,12 +2,12 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import { setWorkspaceRoot, workspaceRoot } from 'nx/src/utils/workspace-root'; import type { MockInstance } from 'vitest'; -import type { ESLintTarget } from './config'; +import type { ESLintTarget } from './config.js'; +import { eslintConfigFromNxProject } from './nx/find-project-without-deps.js'; import { eslintConfigFromAllNxProjects, eslintConfigFromNxProjectAndDeps, -} from './nx'; -import { eslintConfigFromNxProject } from './nx/find-project-without-deps'; +} from './nx/index.js'; const ALL_PROJECTS = ['cli', 'core', 'nx-plugin', 'utils'] as const; type Project = (typeof ALL_PROJECTS)[number]; diff --git a/packages/plugin-eslint/src/lib/nx/filter-project-graph.unit.test.ts b/packages/plugin-eslint/src/lib/nx/filter-project-graph.unit.test.ts index 291ef7edc..5501a02ca 100644 --- a/packages/plugin-eslint/src/lib/nx/filter-project-graph.unit.test.ts +++ b/packages/plugin-eslint/src/lib/nx/filter-project-graph.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; import { toProjectGraph } from '@code-pushup/test-utils'; -import { filterProjectGraph } from './filter-project-graph'; +import { filterProjectGraph } from './filter-project-graph.js'; describe('filterProjectGraph', () => { it('should exclude specified projects from nodes', () => { diff --git a/packages/plugin-eslint/src/lib/nx/find-all-projects.ts b/packages/plugin-eslint/src/lib/nx/find-all-projects.ts index d33e20a1d..11ecfb284 100644 --- a/packages/plugin-eslint/src/lib/nx/find-all-projects.ts +++ b/packages/plugin-eslint/src/lib/nx/find-all-projects.ts @@ -1,6 +1,6 @@ -import type { ESLintTarget } from '../config'; -import { filterProjectGraph } from './filter-project-graph'; -import { nxProjectsToConfig } from './projects-to-config'; +import type { ESLintTarget } from '../config.js'; +import { filterProjectGraph } from './filter-project-graph.js'; +import { nxProjectsToConfig } from './projects-to-config.js'; /** * Finds all Nx projects in workspace and converts their lint configurations to Code PushUp ESLint plugin parameters. diff --git a/packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts b/packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts index 1c52a7de0..55279f828 100644 --- a/packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts +++ b/packages/plugin-eslint/src/lib/nx/find-project-with-deps.ts @@ -1,6 +1,6 @@ -import type { ESLintTarget } from '../config'; -import { nxProjectsToConfig } from './projects-to-config'; -import { findAllDependencies } from './traverse-graph'; +import type { ESLintTarget } from '../config.js'; +import { nxProjectsToConfig } from './projects-to-config.js'; +import { findAllDependencies } from './traverse-graph.js'; /** * Accepts a target Nx projects, finds projects it depends on, and converts lint configurations to Code PushUp ESLint plugin parameters. diff --git a/packages/plugin-eslint/src/lib/nx/find-project-without-deps.ts b/packages/plugin-eslint/src/lib/nx/find-project-without-deps.ts index 46c7f953e..abf78c56c 100644 --- a/packages/plugin-eslint/src/lib/nx/find-project-without-deps.ts +++ b/packages/plugin-eslint/src/lib/nx/find-project-without-deps.ts @@ -1,5 +1,5 @@ -import type { ESLintTarget } from '../config'; -import { nxProjectsToConfig } from './projects-to-config'; +import type { ESLintTarget } from '../config.js'; +import { nxProjectsToConfig } from './projects-to-config.js'; /** * Accepts a target Nx project, converts its lint configuration to Code PushUp ESLint plugin parameters. diff --git a/packages/plugin-eslint/src/lib/nx/index.ts b/packages/plugin-eslint/src/lib/nx/index.ts index 5cdafbc92..37c3ba1f4 100644 --- a/packages/plugin-eslint/src/lib/nx/index.ts +++ b/packages/plugin-eslint/src/lib/nx/index.ts @@ -2,6 +2,6 @@ export { // eslint-disable-next-line deprecation/deprecation eslintConfigFromNxProjects, eslintConfigFromAllNxProjects, -} from './find-all-projects'; -export { eslintConfigFromNxProject } from './find-project-without-deps'; -export { eslintConfigFromNxProjectAndDeps } from './find-project-with-deps'; +} from './find-all-projects.js'; +export { eslintConfigFromNxProject } from './find-project-without-deps.js'; +export { eslintConfigFromNxProjectAndDeps } from './find-project-with-deps.js'; diff --git a/packages/plugin-eslint/src/lib/nx/projects-to-config.ts b/packages/plugin-eslint/src/lib/nx/projects-to-config.ts index 6fcad1ac4..05f698229 100644 --- a/packages/plugin-eslint/src/lib/nx/projects-to-config.ts +++ b/packages/plugin-eslint/src/lib/nx/projects-to-config.ts @@ -1,11 +1,11 @@ import type { ProjectConfiguration, ProjectGraph } from '@nx/devkit'; -import type { ESLintTarget } from '../config'; +import type { ESLintTarget } from '../config.js'; import { detectConfigVersion } from '../meta'; import { findCodePushupEslintConfig, findEslintConfig, getLintFilePatterns, -} from './utils'; +} from './utils.js'; export async function nxProjectsToConfig( projectGraph: ProjectGraph, diff --git a/packages/plugin-eslint/src/lib/nx/projects-to-config.unit.test.ts b/packages/plugin-eslint/src/lib/nx/projects-to-config.unit.test.ts index 09323f327..7bf51e644 100644 --- a/packages/plugin-eslint/src/lib/nx/projects-to-config.unit.test.ts +++ b/packages/plugin-eslint/src/lib/nx/projects-to-config.unit.test.ts @@ -1,8 +1,8 @@ import { vol } from 'memfs'; import type { MockInstance } from 'vitest'; import { MEMFS_VOLUME, toProjectGraph } from '@code-pushup/test-utils'; -import type { ESLintPluginConfig, ESLintTarget } from '../config'; -import { nxProjectsToConfig } from './projects-to-config'; +import type { ESLintPluginConfig, ESLintTarget } from '../config.js'; +import { nxProjectsToConfig } from './projects-to-config.js'; describe('nxProjectsToConfig', () => { let cwdSpy: MockInstance<[], string>; diff --git a/packages/plugin-eslint/src/lib/nx/traverse-graph.unit.test.ts b/packages/plugin-eslint/src/lib/nx/traverse-graph.unit.test.ts index 9c77ffc13..4a5f951e2 100644 --- a/packages/plugin-eslint/src/lib/nx/traverse-graph.unit.test.ts +++ b/packages/plugin-eslint/src/lib/nx/traverse-graph.unit.test.ts @@ -1,5 +1,5 @@ import type { ProjectGraph } from '@nx/devkit'; -import { findAllDependencies } from './traverse-graph'; +import { findAllDependencies } from './traverse-graph.js'; describe('findAllDependencies', () => { const mockProjectGraph = (dependencies: ProjectGraph['dependencies']) => diff --git a/packages/plugin-eslint/src/lib/nx/utils.unit.test.ts b/packages/plugin-eslint/src/lib/nx/utils.unit.test.ts index c39423f6c..69dd3f58d 100644 --- a/packages/plugin-eslint/src/lib/nx/utils.unit.test.ts +++ b/packages/plugin-eslint/src/lib/nx/utils.unit.test.ts @@ -4,7 +4,7 @@ import { findCodePushupEslintConfig, findEslintConfig, getLintFilePatterns, -} from './utils'; +} from './utils.js'; describe('findCodePushupEslintConfig', () => { describe('flat config format', () => { diff --git a/packages/plugin-eslint/src/lib/runner.integration.test.ts b/packages/plugin-eslint/src/lib/runner.integration.test.ts index d354b27f7..c4eed29d8 100644 --- a/packages/plugin-eslint/src/lib/runner.integration.test.ts +++ b/packages/plugin-eslint/src/lib/runner.integration.test.ts @@ -5,13 +5,13 @@ import { type MockInstance, describe, expect, it } from 'vitest'; import type { AuditOutput, AuditOutputs, Issue } from '@code-pushup/models'; import { osAgnosticAuditOutputs } from '@code-pushup/test-utils'; import { readJsonFile } from '@code-pushup/utils'; -import type { ESLintTarget } from './config'; -import { listAuditsAndGroups } from './meta'; +import type { ESLintTarget } from './config.js'; +import { listAuditsAndGroups } from './meta/index.js'; import { RUNNER_OUTPUT_PATH, createRunnerConfig, executeRunner, -} from './runner'; +} from './runner/index.js'; describe('executeRunner', () => { let cwdSpy: MockInstance<[], string>; diff --git a/packages/plugin-eslint/src/lib/runner/index.ts b/packages/plugin-eslint/src/lib/runner/index.ts index 120cc8eff..894ee7e1d 100644 --- a/packages/plugin-eslint/src/lib/runner/index.ts +++ b/packages/plugin-eslint/src/lib/runner/index.ts @@ -7,10 +7,10 @@ import { pluginWorkDir, readJsonFile, } from '@code-pushup/utils'; -import type { ESLintPluginRunnerConfig, ESLintTarget } from '../config'; -import { lint } from './lint'; -import { lintResultsToAudits, mergeLinterOutputs } from './transform'; -import type { LinterOutput } from './types'; +import type { ESLintPluginRunnerConfig, ESLintTarget } from '../config.js'; +import { lint } from './lint.js'; +import { lintResultsToAudits, mergeLinterOutputs } from './transform.js'; +import type { LinterOutput } from './types.js'; export const WORKDIR = pluginWorkDir('eslint'); export const RUNNER_OUTPUT_PATH = join(WORKDIR, 'runner-output.json'); diff --git a/packages/plugin-eslint/src/lib/runner/lint.ts b/packages/plugin-eslint/src/lib/runner/lint.ts index f1a8595d3..80300ded3 100644 --- a/packages/plugin-eslint/src/lib/runner/lint.ts +++ b/packages/plugin-eslint/src/lib/runner/lint.ts @@ -6,9 +6,9 @@ import { filePathToCliArg, toArray, } from '@code-pushup/utils'; -import type { ESLintTarget } from '../config'; -import { setupESLint } from '../setup'; -import type { LinterOutput, RuleOptionsPerFile } from './types'; +import type { ESLintTarget } from '../config.js'; +import { setupESLint } from '../setup.js'; +import type { LinterOutput, RuleOptionsPerFile } from './types.js'; export async function lint({ eslintrc, diff --git a/packages/plugin-eslint/src/lib/runner/lint.unit.test.ts b/packages/plugin-eslint/src/lib/runner/lint.unit.test.ts index bafabe1e5..f5e390296 100644 --- a/packages/plugin-eslint/src/lib/runner/lint.unit.test.ts +++ b/packages/plugin-eslint/src/lib/runner/lint.unit.test.ts @@ -1,8 +1,8 @@ import { ESLint, type Linter } from 'eslint'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; import { executeProcess } from '@code-pushup/utils'; -import type { ESLintPluginConfig } from '../config'; -import { lint } from './lint'; +import type { ESLintPluginConfig } from '../config.js'; +import { lint } from './lint.js'; class MockESLint { calculateConfigForFile = vi.fn().mockImplementation( diff --git a/packages/plugin-eslint/src/lib/runner/transform.ts b/packages/plugin-eslint/src/lib/runner/transform.ts index a199d9be6..f7d03c811 100644 --- a/packages/plugin-eslint/src/lib/runner/transform.ts +++ b/packages/plugin-eslint/src/lib/runner/transform.ts @@ -8,8 +8,8 @@ import { truncateIssueMessage, ui, } from '@code-pushup/utils'; -import { ruleIdToSlug } from '../meta/hash'; -import type { LinterOutput } from './types'; +import { ruleIdToSlug } from '../meta/hash.js'; +import type { LinterOutput } from './types.js'; type LintIssue = Linter.LintMessage & { filePath: string; diff --git a/packages/plugin-eslint/src/lib/runner/transform.unit.test.ts b/packages/plugin-eslint/src/lib/runner/transform.unit.test.ts index 4f3001578..108dd16b1 100644 --- a/packages/plugin-eslint/src/lib/runner/transform.unit.test.ts +++ b/packages/plugin-eslint/src/lib/runner/transform.unit.test.ts @@ -1,6 +1,6 @@ import type { ESLint } from 'eslint'; import type { AuditOutput } from '@code-pushup/models'; -import { lintResultsToAudits } from './transform'; +import { lintResultsToAudits } from './transform.js'; describe('lintResultsToAudits', () => { it('should convert ESLint results with custom options to Code PushUp audits', () => { diff --git a/packages/plugin-eslint/src/lib/setup.ts b/packages/plugin-eslint/src/lib/setup.ts index 50a7e3364..405b70dbd 100644 --- a/packages/plugin-eslint/src/lib/setup.ts +++ b/packages/plugin-eslint/src/lib/setup.ts @@ -1,5 +1,5 @@ import { ESLint } from 'eslint'; -import type { ESLintTarget } from './config'; +import type { ESLintTarget } from './config.js'; export async function setupESLint(eslintrc: ESLintTarget['eslintrc']) { const eslintConstructor = await loadESLint(); diff --git a/packages/plugin-eslint/vite.config.integration.ts b/packages/plugin-eslint/vite.config.integration.ts index fc13938ef..f7c0e3b58 100644 --- a/packages/plugin-eslint/vite.config.integration.ts +++ b/packages/plugin-eslint/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-eslint', diff --git a/packages/plugin-eslint/vite.config.unit.ts b/packages/plugin-eslint/vite.config.unit.ts index c245d5853..da6bc190f 100644 --- a/packages/plugin-eslint/vite.config.unit.ts +++ b/packages/plugin-eslint/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-eslint', diff --git a/packages/plugin-js-packages/src/bin.ts b/packages/plugin-js-packages/src/bin.ts index c2ae92523..bf6572a76 100644 --- a/packages/plugin-js-packages/src/bin.ts +++ b/packages/plugin-js-packages/src/bin.ts @@ -1,3 +1,3 @@ -import { executeRunner } from './lib/runner'; +import { executeRunner } from './lib/runner/index.js'; await executeRunner(); diff --git a/packages/plugin-js-packages/src/index.ts b/packages/plugin-js-packages/src/index.ts index 51f3ced7d..380d69cbd 100644 --- a/packages/plugin-js-packages/src/index.ts +++ b/packages/plugin-js-packages/src/index.ts @@ -1,4 +1,4 @@ -import { jsPackagesPlugin } from './lib/js-packages-plugin'; +import { jsPackagesPlugin } from './lib/js-packages-plugin.js'; export default jsPackagesPlugin; -export type { JSPackagesPluginConfig } from './lib/config'; +export type { JSPackagesPluginConfig } from './lib/config.js'; diff --git a/packages/plugin-js-packages/src/lib/config.ts b/packages/plugin-js-packages/src/lib/config.ts index 9f4773ec0..8a8f4a75a 100644 --- a/packages/plugin-js-packages/src/lib/config.ts +++ b/packages/plugin-js-packages/src/lib/config.ts @@ -1,6 +1,6 @@ import { z } from 'zod'; import { type IssueSeverity, issueSeveritySchema } from '@code-pushup/models'; -import { defaultAuditLevelMapping } from './constants'; +import { defaultAuditLevelMapping } from './constants.js'; export const dependencyGroups = ['prod', 'dev', 'optional'] as const; const dependencyGroupSchema = z.enum(dependencyGroups); diff --git a/packages/plugin-js-packages/src/lib/config.unit.test.ts b/packages/plugin-js-packages/src/lib/config.unit.test.ts index 4b2f9118a..e6e871734 100644 --- a/packages/plugin-js-packages/src/lib/config.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/config.unit.test.ts @@ -5,7 +5,7 @@ import { type JSPackagesPluginConfig, fillAuditLevelMapping, jsPackagesPluginConfigSchema, -} from './config'; +} from './config.js'; describe('jsPackagesPluginConfigSchema', () => { it('should accept a JS package configuration with all entities', () => { diff --git a/packages/plugin-js-packages/src/lib/constants.ts b/packages/plugin-js-packages/src/lib/constants.ts index ba2bc1400..823913069 100644 --- a/packages/plugin-js-packages/src/lib/constants.ts +++ b/packages/plugin-js-packages/src/lib/constants.ts @@ -1,6 +1,6 @@ import type { IssueSeverity } from '@code-pushup/models'; -import type { DependencyGroup, PackageAuditLevel } from './config'; -import type { DependencyGroupLong } from './runner/outdated/types'; +import type { DependencyGroup, PackageAuditLevel } from './config.js'; +import type { DependencyGroupLong } from './runner/outdated/types.js'; export const defaultAuditLevelMapping: Record< PackageAuditLevel, diff --git a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts index cf14b3858..b6132065f 100644 --- a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts +++ b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts @@ -8,11 +8,11 @@ import { type PackageCommand, type PackageManagerId, dependencyGroups, -} from './config'; -import { dependencyDocs, dependencyGroupWeights } from './constants'; -import { packageManagers } from './package-managers'; -import { createRunnerConfig } from './runner'; -import { normalizeConfig } from './utils'; +} from './config.js'; +import { dependencyDocs, dependencyGroupWeights } from './constants.js'; +import { packageManagers } from './package-managers/index.js'; +import { createRunnerConfig } from './runner/index.js'; +import { normalizeConfig } from './utils.js'; /** * Instantiates Code PushUp JS packages plugin for core config. @@ -39,6 +39,7 @@ export async function jsPackagesPlugin( const runnerScriptPath = join( fileURLToPath(dirname(import.meta.url)), + '..', 'bin.js', ); diff --git a/packages/plugin-js-packages/src/lib/js-packages-plugin.unit.test.ts b/packages/plugin-js-packages/src/lib/js-packages-plugin.unit.test.ts index 4202b60df..7bb2a682a 100644 --- a/packages/plugin-js-packages/src/lib/js-packages-plugin.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/js-packages-plugin.unit.test.ts @@ -2,7 +2,7 @@ import { vol } from 'memfs'; import { describe, expect, it } from 'vitest'; import type { Group, PluginConfig, RunnerConfig } from '@code-pushup/models'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import { jsPackagesPlugin } from './js-packages-plugin'; +import { jsPackagesPlugin } from './js-packages-plugin.js'; vi.mock('./runner/index.ts', () => ({ createRunnerConfig: vi.fn().mockReturnValue({ diff --git a/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.ts b/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.ts index e28efbaa1..b327ad81b 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.ts @@ -1,8 +1,8 @@ import { readFile } from 'node:fs/promises'; import { join } from 'node:path'; import { fileExists } from '@code-pushup/utils'; -import type { PackageManagerId } from '../config'; -import { deriveYarnVersion } from './derive-yarn'; +import type { PackageManagerId } from '../config.js'; +import { deriveYarnVersion } from './derive-yarn.js'; export async function derivePackageManagerInPackageJson( currentDir = process.cwd(), diff --git a/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.unit.test.ts index 6608400df..7f7e2724a 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/derive-package-manager.unit.test.ts @@ -5,8 +5,8 @@ import * as utils from '@code-pushup/utils'; import { derivePackageManager, derivePackageManagerInPackageJson, -} from './derive-package-manager'; -import * as deriveYarn from './derive-yarn'; +} from './derive-package-manager.js'; +import * as deriveYarn from './derive-yarn.js'; describe('derivePackageManagerInPackageJson', () => { const fileExistsSpy = vi.spyOn(utils, 'fileExists'); diff --git a/packages/plugin-js-packages/src/lib/package-managers/derive-yarn.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/derive-yarn.unit.test.ts index 1b2916576..868c8b9ed 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/derive-yarn.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/derive-yarn.unit.test.ts @@ -1,7 +1,7 @@ import { beforeEach, describe, expect, it, vi } from 'vitest'; import * as utils from '@code-pushup/utils'; import type { ProcessResult } from '@code-pushup/utils'; -import { deriveYarnVersion } from './derive-yarn'; +import { deriveYarnVersion } from './derive-yarn.js'; describe('deriveYarnVersion', () => { const executeProcessSpy = vi.spyOn(utils, 'executeProcess'); diff --git a/packages/plugin-js-packages/src/lib/package-managers/index.ts b/packages/plugin-js-packages/src/lib/package-managers/index.ts index 2efa790f0..b7158f97b 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/index.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/index.ts @@ -1,2 +1,2 @@ -export { packageManagers } from './package-managers'; -export type { PackageManager } from './types'; +export { packageManagers } from './package-managers.js'; +export type { PackageManager } from './types.js'; diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.ts index 23cd94b29..172448d98 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.ts @@ -1,11 +1,11 @@ import { objectToEntries } from '@code-pushup/utils'; -import type { AuditResult, Vulnerability } from '../../runner/audit/types'; +import type { AuditResult, Vulnerability } from '../../runner/audit/types.js'; import type { NpmAdvisory, NpmAuditResultJson, NpmFixInformation, NpmVulnerabilities, -} from './types'; +} from './types.js'; export function npmToAuditResult(output: string): AuditResult { const npmAudit = JSON.parse(output) as NpmAuditResultJson; diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.unit.test.ts index 739972086..92e123582 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/audit-result.unit.test.ts @@ -1,15 +1,15 @@ import { describe, expect, it } from 'vitest'; -import type { AuditResult } from '../../runner/audit/types'; +import type { AuditResult } from '../../runner/audit/types.js'; import { npmToAdvisory, npmToAuditResult, npmToFixInformation, -} from './audit-result'; +} from './audit-result.js'; import type { NpmAdvisory, NpmAuditResultJson, NpmVulnerability, -} from './types'; +} from './types.js'; describe('npmToAuditResult', () => { it('should transform NPM audit to unified audit result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/npm.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/npm.ts index 6ed13ecc6..7935c8709 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/npm.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/npm.ts @@ -1,10 +1,10 @@ import { objectToKeys } from '@code-pushup/utils'; -import type { DependencyGroup } from '../../config'; -import { filterAuditResult } from '../../runner/utils'; -import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants'; -import type { AuditResults, PackageManager } from '../types'; -import { npmToAuditResult } from './audit-result'; -import { npmToOutdatedResult } from './outdated-result'; +import type { DependencyGroup } from '../../config.js'; +import { filterAuditResult } from '../../runner/utils.js'; +import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants.js'; +import type { AuditResults, PackageManager } from '../types.js'; +import { npmToAuditResult } from './audit-result.js'; +import { npmToOutdatedResult } from './outdated-result.js'; const npmDependencyOptions: Record = { prod: ['--omit=dev', '--omit=optional'], diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.ts index f5f93c077..ebb6973b7 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.ts @@ -1,6 +1,6 @@ import { objectToEntries } from '@code-pushup/utils'; -import type { OutdatedResult } from '../../runner/outdated/types'; -import type { NpmNormalizedOverview, NpmOutdatedResultJson } from './types'; +import type { OutdatedResult } from '../../runner/outdated/types.js'; +import type { NpmNormalizedOverview, NpmOutdatedResultJson } from './types.js'; export function npmToOutdatedResult(output: string): OutdatedResult { const npmOutdated = JSON.parse(output) as NpmOutdatedResultJson; diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.unit.test.ts index 37b223af0..0810e08de 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/outdated-result.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; -import type { OutdatedResult } from '../../runner/outdated/types'; -import { npmToOutdatedResult } from './outdated-result'; +import type { OutdatedResult } from '../../runner/outdated/types.js'; +import { npmToOutdatedResult } from './outdated-result.js'; describe('npmToOutdatedResult', () => { it('should transform NPM outdated to unified outdated result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/npm/types.ts b/packages/plugin-js-packages/src/lib/package-managers/npm/types.ts index 3d785bd8f..e0525ef23 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/npm/types.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/npm/types.ts @@ -1,6 +1,6 @@ -import type { PackageAuditLevel } from '../../config'; -import type { AuditSummary } from '../../runner/audit/types'; -import type { DependencyGroupLong } from '../../runner/outdated/types'; +import type { PackageAuditLevel } from '../../config.js'; +import type { AuditSummary } from '../../runner/audit/types.js'; +import type { DependencyGroupLong } from '../../runner/outdated/types.js'; // Subset of NPM audit JSON type export type NpmAdvisory = { diff --git a/packages/plugin-js-packages/src/lib/package-managers/package-managers.ts b/packages/plugin-js-packages/src/lib/package-managers/package-managers.ts index cb2655c44..8772da89a 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/package-managers.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/package-managers.ts @@ -1,9 +1,9 @@ -import type { PackageManagerId } from '../config'; -import { npmPackageManager } from './npm/npm'; -import { pnpmPackageManager } from './pnpm/pnpm'; -import type { PackageManager } from './types'; -import { yarnv1PackageManager } from './yarn-classic/yarn-classic'; -import { yarnv2PackageManager } from './yarn-modern/yarn-modern'; +import type { PackageManagerId } from '../config.js'; +import { npmPackageManager } from './npm/npm.js'; +import { pnpmPackageManager } from './pnpm/pnpm.js'; +import type { PackageManager } from './types.js'; +import { yarnv1PackageManager } from './yarn-classic/yarn-classic.js'; +import { yarnv2PackageManager } from './yarn-modern/yarn-modern.js'; export const packageManagers: Record = { npm: npmPackageManager, diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.ts index 292062313..1a57f157b 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.ts @@ -1,7 +1,7 @@ -import type { AuditResult, Vulnerability } from '../../runner/audit/types'; -import { getVulnerabilitiesTotal } from '../../runner/audit/utils'; -import type { PnpmAuditResultJson } from './types'; -import { filterOutWarnings } from './utils'; +import type { AuditResult, Vulnerability } from '../../runner/audit/types.js'; +import { getVulnerabilitiesTotal } from '../../runner/audit/utils.js'; +import type { PnpmAuditResultJson } from './types.js'; +import { filterOutWarnings } from './utils.js'; export function pnpmToAuditResult(output: string): AuditResult { const pnpmResult = JSON.parse( diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.unit.test.ts index b75a7fafd..f550a7c39 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/audit-result.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from 'vitest'; -import type { AuditResult } from '../../runner/audit/types'; -import { pnpmToAuditResult, pnpmToDirectDependency } from './audit-result'; -import type { PnpmAuditResultJson } from './types'; +import type { AuditResult } from '../../runner/audit/types.js'; +import { pnpmToAuditResult, pnpmToDirectDependency } from './audit-result.js'; +import type { PnpmAuditResultJson } from './types.js'; describe('pnpmToAuditResult', () => { it('should transform PNPM audit to unified audit result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.ts index 48ef6d319..239ba8656 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.ts @@ -1,7 +1,7 @@ import { objectToEntries } from '@code-pushup/utils'; -import type { OutdatedResult } from '../../runner/outdated/types'; -import type { PnpmOutdatedResultJson } from './types'; -import { filterOutWarnings } from './utils'; +import type { OutdatedResult } from '../../runner/outdated/types.js'; +import type { PnpmOutdatedResultJson } from './types.js'; +import { filterOutWarnings } from './utils.js'; export function pnpmToOutdatedResult(output: string): OutdatedResult { const pnpmOutdated = JSON.parse( diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.unit.test.ts index 88d6aa554..7e38b838a 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/outdated-result.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from 'vitest'; -import type { OutdatedResult } from '../../runner/outdated/types'; -import { pnpmToOutdatedResult } from './outdated-result'; -import type { PnpmOutdatedResultJson } from './types'; +import type { OutdatedResult } from '../../runner/outdated/types.js'; +import { pnpmToOutdatedResult } from './outdated-result.js'; +import type { PnpmOutdatedResultJson } from './types.js'; describe('pnpmToOutdatedResult', () => { it('should transform PNPM outdated to unified outdated result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/pnpm.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/pnpm.ts index bb688407a..9cf1a5023 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/pnpm.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/pnpm.ts @@ -1,10 +1,10 @@ import { objectToKeys } from '@code-pushup/utils'; -import type { DependencyGroup } from '../../config'; -import { filterAuditResult } from '../../runner/utils'; -import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants'; -import type { AuditResults, PackageManager } from '../types'; -import { pnpmToAuditResult } from './audit-result'; -import { pnpmToOutdatedResult } from './outdated-result'; +import type { DependencyGroup } from '../../config.js'; +import { filterAuditResult } from '../../runner/utils.js'; +import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants.js'; +import type { AuditResults, PackageManager } from '../types.js'; +import { pnpmToAuditResult } from './audit-result.js'; +import { pnpmToOutdatedResult } from './outdated-result.js'; const pnpmDependencyOptions: Record = { prod: ['--prod', '--no-optional'], diff --git a/packages/plugin-js-packages/src/lib/package-managers/pnpm/types.ts b/packages/plugin-js-packages/src/lib/package-managers/pnpm/types.ts index 410804609..de7f6d8a2 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/pnpm/types.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/pnpm/types.ts @@ -1,6 +1,6 @@ // Subset of PNPM audit JSON type -import type { PackageAuditLevel } from '../../config'; -import type { DependencyGroupLong } from '../../runner/outdated/types'; +import type { PackageAuditLevel } from '../../config.js'; +import type { DependencyGroupLong } from '../../runner/outdated/types.js'; /* eslint-disable @typescript-eslint/naming-convention */ export type PnpmAuditAdvisory = { diff --git a/packages/plugin-js-packages/src/lib/package-managers/types.ts b/packages/plugin-js-packages/src/lib/package-managers/types.ts index e43855079..c8529e2b1 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/types.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/types.ts @@ -1,7 +1,7 @@ import type { MaterialIcon } from '@code-pushup/models'; -import type { DependencyGroup, PackageManagerId } from '../config'; -import type { AuditResult } from '../runner/audit/types'; -import type { OutdatedResult } from '../runner/outdated/types'; +import type { DependencyGroup, PackageManagerId } from '../config.js'; +import type { AuditResult } from '../runner/audit/types.js'; +import type { OutdatedResult } from '../runner/outdated/types.js'; export type AuditResults = Partial>; diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.ts index cac1b11f8..3c8f57af4 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.ts @@ -1,11 +1,11 @@ import { fromJsonLines } from '@code-pushup/utils'; -import type { AuditResult, Vulnerability } from '../../runner/audit/types'; -import { filterAuditResult } from '../../runner/utils'; +import type { AuditResult, Vulnerability } from '../../runner/audit/types.js'; +import { filterAuditResult } from '../../runner/utils.js'; import type { Yarnv1AuditAdvisory, Yarnv1AuditResultJson, Yarnv1AuditSummary, -} from './types'; +} from './types.js'; export function yarnv1ToAuditResult(output: string): AuditResult { const yarnv1Result = fromJsonLines(output); diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.unit.test.ts index 985f69208..5c0a393d2 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/audit-result.unit.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it } from 'vitest'; import { toJsonLines } from '@code-pushup/utils'; -import type { AuditResult } from '../../runner/audit/types'; -import { yarnv1ToAuditResult } from './audit-result'; -import type { Yarnv1AuditAdvisory, Yarnv1AuditSummary } from './types'; +import type { AuditResult } from '../../runner/audit/types.js'; +import { yarnv1ToAuditResult } from './audit-result.js'; +import type { Yarnv1AuditAdvisory, Yarnv1AuditSummary } from './types.js'; describe('yarnv1ToAuditResult', () => { it('should transform Yarn v1 audit to unified audit result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/constants.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/constants.ts index 72ec1524c..414cdbca9 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/constants.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/constants.ts @@ -1,5 +1,5 @@ -import type { OutdatedDependency } from '../../runner/outdated/types'; -import type { Yarnv1FieldName } from './types'; +import type { OutdatedDependency } from '../../runner/outdated/types.js'; +import type { Yarnv1FieldName } from './types.js'; export const outdatedtoFieldMapper: Record< keyof OutdatedDependency, diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.ts index 8b4bfe8ef..dc605d0ce 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.ts @@ -7,13 +7,16 @@ import { import type { OutdatedDependency, OutdatedResult, -} from '../../runner/outdated/types'; -import { REQUIRED_OUTDATED_FIELDS, outdatedtoFieldMapper } from './constants'; +} from '../../runner/outdated/types.js'; +import { + REQUIRED_OUTDATED_FIELDS, + outdatedtoFieldMapper, +} from './constants.js'; import { type Yarnv1FieldName, type Yarnv1OutdatedResultJson, yarnv1FieldNames, -} from './types'; +} from './types.js'; export function yarnv1ToOutdatedResult(output: string): OutdatedResult { const yarnv1Outdated = fromJsonLines(output); diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.unit.test.ts index a459d6686..bc6877f63 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/outdated-result.unit.test.ts @@ -3,14 +3,14 @@ import { toJsonLines } from '@code-pushup/utils'; import type { OutdatedDependency, OutdatedResult, -} from '../../runner/outdated/types'; -import { REQUIRED_OUTDATED_FIELDS } from './constants'; +} from '../../runner/outdated/types.js'; +import { REQUIRED_OUTDATED_FIELDS } from './constants.js'; import { getOutdatedFieldIndexes, validateOutdatedFields, yarnv1ToOutdatedResult, -} from './outdated-result'; -import type { Yarnv1FieldName } from './types'; +} from './outdated-result.js'; +import type { Yarnv1FieldName } from './types.js'; describe('yarnv1ToOutdatedResult', () => { const yarnInfo = { type: 'info', data: 'Colours' }; diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/types.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/types.ts index 91233f5cb..a465417b5 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/types.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/types.ts @@ -1,4 +1,4 @@ -import type { PackageAuditLevel } from '../../config'; +import type { PackageAuditLevel } from '../../config.js'; // Subset of Yarn v1 audit JSON type export type Yarnv1AuditAdvisory = { diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/yarn-classic.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/yarn-classic.ts index f41a1d93b..af6a7d08f 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/yarn-classic.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-classic/yarn-classic.ts @@ -1,8 +1,8 @@ -import { dependencyGroupToLong } from '../../constants'; -import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants'; -import type { PackageManager } from '../types'; -import { yarnv1ToAuditResult } from './audit-result'; -import { yarnv1ToOutdatedResult } from './outdated-result'; +import { dependencyGroupToLong } from '../../constants.js'; +import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants.js'; +import type { PackageManager } from '../types.js'; +import { yarnv1ToAuditResult } from './audit-result.js'; +import { yarnv1ToOutdatedResult } from './outdated-result.js'; export const yarnv1PackageManager: PackageManager = { slug: 'yarn-classic', diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.ts index 4e36a94a1..f86ac8671 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.ts @@ -1,6 +1,6 @@ -import type { AuditResult, Vulnerability } from '../../runner/audit/types'; -import { getVulnerabilitiesTotal } from '../../runner/audit/utils'; -import type { Yarnv2AuditResultJson } from './types'; +import type { AuditResult, Vulnerability } from '../../runner/audit/types.js'; +import { getVulnerabilitiesTotal } from '../../runner/audit/utils.js'; +import type { Yarnv2AuditResultJson } from './types.js'; export function yarnv2ToAuditResult(output: string): AuditResult { const yarnv2Audit = JSON.parse(output) as Yarnv2AuditResultJson; diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.unit.test.ts index 545c43b7c..cc3a2b23c 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/audit-result.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from 'vitest'; -import type { AuditResult } from '../../runner/audit/types'; -import { yarnv2ToAuditResult } from './audit-result'; -import type { Yarnv2AuditResultJson } from './types'; +import type { AuditResult } from '../../runner/audit/types.js'; +import { yarnv2ToAuditResult } from './audit-result.js'; +import type { Yarnv2AuditResultJson } from './types.js'; describe('yarnv2ToAuditResult', () => { it('should transform Yarn v2 audit to unified audit result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.ts index 541223498..8bc52f71d 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.ts @@ -1,5 +1,5 @@ -import type { OutdatedResult } from '../../runner/outdated/types'; -import type { Yarnv2OutdatedResultJson } from './types'; +import type { OutdatedResult } from '../../runner/outdated/types.js'; +import type { Yarnv2OutdatedResultJson } from './types.js'; export function yarnv2ToOutdatedResult(output: string): OutdatedResult { const npmOutdated = JSON.parse(output) as Yarnv2OutdatedResultJson; diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.unit.test.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.unit.test.ts index 122d74aa4..87f20caf4 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/outdated-result.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; -import { yarnv2ToOutdatedResult } from './outdated-result'; -import type { Yarnv2OutdatedResultJson } from './types'; +import { yarnv2ToOutdatedResult } from './outdated-result.js'; +import type { Yarnv2OutdatedResultJson } from './types.js'; describe('yarnv2ToOutdatedResult', () => { it('should transform Yarn v2 outdated to unified outdated result', () => { diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/types.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/types.ts index abea5368f..87f46cfaa 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/types.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/types.ts @@ -1,6 +1,6 @@ // Subset of Yarn v2+ audit JSON type -import type { PackageAuditLevel } from '../../config'; -import type { DependencyGroupLong } from '../../runner/outdated/types'; +import type { PackageAuditLevel } from '../../config.js'; +import type { DependencyGroupLong } from '../../runner/outdated/types.js'; /* eslint-disable @typescript-eslint/naming-convention */ export type Yarnv2AuditAdvisory = { diff --git a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/yarn-modern.ts b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/yarn-modern.ts index 3a8e94b43..c1eea5145 100644 --- a/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/yarn-modern.ts +++ b/packages/plugin-js-packages/src/lib/package-managers/yarn-modern/yarn-modern.ts @@ -1,9 +1,9 @@ // Yarn v2 does not currently audit optional dependencies -import type { DependencyGroup } from '../../config'; -import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants'; -import type { PackageManager } from '../types'; -import { yarnv2ToAuditResult } from './audit-result'; -import { yarnv2ToOutdatedResult } from './outdated-result'; +import type { DependencyGroup } from '../../config.js'; +import { COMMON_AUDIT_ARGS, COMMON_OUTDATED_ARGS } from '../constants.js'; +import type { PackageManager } from '../types.js'; +import { yarnv2ToAuditResult } from './audit-result.js'; +import { yarnv2ToOutdatedResult } from './outdated-result.js'; // see https://github.com/yarnpkg/berry/blob/master/packages/plugin-npm-cli/sources/npmAuditTypes.ts#L5 const yarnv2EnvironmentOptions: Record = { diff --git a/packages/plugin-js-packages/src/lib/runner/audit/constants.ts b/packages/plugin-js-packages/src/lib/runner/audit/constants.ts index e55de6ce8..99b6daca6 100644 --- a/packages/plugin-js-packages/src/lib/runner/audit/constants.ts +++ b/packages/plugin-js-packages/src/lib/runner/audit/constants.ts @@ -1,4 +1,4 @@ -import type { PackageAuditLevel } from '../../config'; +import type { PackageAuditLevel } from '../../config.js'; /* eslint-disable no-magic-numbers */ export const auditScoreModifiers: Record = { diff --git a/packages/plugin-js-packages/src/lib/runner/audit/transform.ts b/packages/plugin-js-packages/src/lib/runner/audit/transform.ts index 91f2adddc..7eddde570 100644 --- a/packages/plugin-js-packages/src/lib/runner/audit/transform.ts +++ b/packages/plugin-js-packages/src/lib/runner/audit/transform.ts @@ -6,9 +6,9 @@ import { type DependencyGroup, type PackageManagerId, packageAuditLevels, -} from '../../config'; -import { auditScoreModifiers } from './constants'; -import type { AuditResult, AuditSummary, Vulnerability } from './types'; +} from '../../config.js'; +import { auditScoreModifiers } from './constants.js'; +import type { AuditResult, AuditSummary, Vulnerability } from './types.js'; export function auditResultToAuditOutput( result: AuditResult, diff --git a/packages/plugin-js-packages/src/lib/runner/audit/transform.unit.test.ts b/packages/plugin-js-packages/src/lib/runner/audit/transform.unit.test.ts index f50ff6148..3d839ff2c 100644 --- a/packages/plugin-js-packages/src/lib/runner/audit/transform.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/runner/audit/transform.unit.test.ts @@ -1,13 +1,13 @@ import { describe, expect, it } from 'vitest'; import type { AuditOutput, Issue } from '@code-pushup/models'; -import { defaultAuditLevelMapping } from '../../constants'; +import { defaultAuditLevelMapping } from '../../constants.js'; import { auditResultToAuditOutput, calculateAuditScore, summaryToDisplayValue, vulnerabilitiesToIssues, -} from './transform'; -import type { Vulnerability } from './types'; +} from './transform.js'; +import type { Vulnerability } from './types.js'; describe('auditResultToAuditOutput', () => { it('should return audit output with no vulnerabilities', () => { diff --git a/packages/plugin-js-packages/src/lib/runner/audit/types.ts b/packages/plugin-js-packages/src/lib/runner/audit/types.ts index e32fe3d3c..916d6db35 100644 --- a/packages/plugin-js-packages/src/lib/runner/audit/types.ts +++ b/packages/plugin-js-packages/src/lib/runner/audit/types.ts @@ -1,4 +1,4 @@ -import type { PackageAuditLevel } from '../../config'; +import type { PackageAuditLevel } from '../../config.js'; // Unified Audit result type export type Vulnerability = { diff --git a/packages/plugin-js-packages/src/lib/runner/audit/utils.ts b/packages/plugin-js-packages/src/lib/runner/audit/utils.ts index 6c2ec7f24..48a915b7c 100644 --- a/packages/plugin-js-packages/src/lib/runner/audit/utils.ts +++ b/packages/plugin-js-packages/src/lib/runner/audit/utils.ts @@ -1,4 +1,4 @@ -import type { PackageAuditLevel } from '../../config'; +import type { PackageAuditLevel } from '../../config.js'; export function getVulnerabilitiesTotal( summary: Record, diff --git a/packages/plugin-js-packages/src/lib/runner/index.ts b/packages/plugin-js-packages/src/lib/runner/index.ts index 5176155fc..b2b4d054c 100644 --- a/packages/plugin-js-packages/src/lib/runner/index.ts +++ b/packages/plugin-js-packages/src/lib/runner/index.ts @@ -17,14 +17,14 @@ import { type PackageJsonPaths, type PackageManagerId, dependencyGroups, -} from '../config'; -import { dependencyGroupToLong } from '../constants'; -import { packageManagers } from '../package-managers'; -import { auditResultToAuditOutput } from './audit/transform'; -import type { AuditResult } from './audit/types'; -import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH } from './constants'; -import { outdatedResultToAuditOutput } from './outdated/transform'; -import { findAllPackageJson, getTotalDependencies } from './utils'; +} from '../config.js'; +import { dependencyGroupToLong } from '../constants.js'; +import { packageManagers } from '../package-managers/index.js'; +import { auditResultToAuditOutput } from './audit/transform.js'; +import type { AuditResult } from './audit/types.js'; +import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH } from './constants.js'; +import { outdatedResultToAuditOutput } from './outdated/transform.js'; +import { findAllPackageJson, getTotalDependencies } from './utils.js'; export async function createRunnerConfig( scriptPath: string, diff --git a/packages/plugin-js-packages/src/lib/runner/outdated/transform.ts b/packages/plugin-js-packages/src/lib/runner/outdated/transform.ts index b702a9895..424b348d2 100644 --- a/packages/plugin-js-packages/src/lib/runner/outdated/transform.ts +++ b/packages/plugin-js-packages/src/lib/runner/outdated/transform.ts @@ -2,10 +2,10 @@ import { md } from 'build-md'; import { clean, diff, neq } from 'semver'; import type { AuditOutput, Issue } from '@code-pushup/models'; import { objectFromEntries, pluralize } from '@code-pushup/utils'; -import type { DependencyGroup, PackageManagerId } from '../../config'; -import { dependencyGroupToLong } from '../../constants'; -import { RELEASE_TYPES, outdatedSeverity } from './constants'; -import type { OutdatedResult, PackageVersion } from './types'; +import type { DependencyGroup, PackageManagerId } from '../../config.js'; +import { dependencyGroupToLong } from '../../constants.js'; +import { RELEASE_TYPES, outdatedSeverity } from './constants.js'; +import type { OutdatedResult, PackageVersion } from './types.js'; export function outdatedResultToAuditOutput( result: OutdatedResult, diff --git a/packages/plugin-js-packages/src/lib/runner/outdated/transform.unit.test.ts b/packages/plugin-js-packages/src/lib/runner/outdated/transform.unit.test.ts index 76ad658b5..352836adc 100644 --- a/packages/plugin-js-packages/src/lib/runner/outdated/transform.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/runner/outdated/transform.unit.test.ts @@ -1,13 +1,13 @@ import { describe, expect, it } from 'vitest'; import type { AuditOutput, Issue } from '@code-pushup/models'; import { objectFromEntries } from '@code-pushup/utils'; -import { RELEASE_TYPES } from './constants'; +import { RELEASE_TYPES } from './constants.js'; import { calculateOutdatedScore, outdatedResultToAuditOutput, outdatedToDisplayValue, outdatedToIssues, -} from './transform'; +} from './transform.js'; describe('outdatedResultToAuditOutput', () => { it('should create an audit output', () => { diff --git a/packages/plugin-js-packages/src/lib/runner/runner.integration.test.ts b/packages/plugin-js-packages/src/lib/runner/runner.integration.test.ts index 65090b62c..8f323ddf2 100644 --- a/packages/plugin-js-packages/src/lib/runner/runner.integration.test.ts +++ b/packages/plugin-js-packages/src/lib/runner/runner.integration.test.ts @@ -2,9 +2,9 @@ import { describe, expect, it } from 'vitest'; import type { RunnerConfig } from '@code-pushup/models'; import { readJsonFile, removeDirectoryIfExists } from '@code-pushup/utils'; import { createRunnerConfig } from '.'; -import type { FinalJSPackagesPluginConfig } from '../config'; -import { defaultAuditLevelMapping } from '../constants'; -import { PLUGIN_CONFIG_PATH, WORKDIR } from './constants'; +import type { FinalJSPackagesPluginConfig } from '../config.js'; +import { defaultAuditLevelMapping } from '../constants.js'; +import { PLUGIN_CONFIG_PATH, WORKDIR } from './constants.js'; describe('createRunnerConfig', () => { it('should create a valid runner config', async () => { diff --git a/packages/plugin-js-packages/src/lib/runner/utils.ts b/packages/plugin-js-packages/src/lib/runner/utils.ts index 7d0933e50..f0aca616b 100644 --- a/packages/plugin-js-packages/src/lib/runner/utils.ts +++ b/packages/plugin-js-packages/src/lib/runner/utils.ts @@ -5,13 +5,13 @@ import { objectToKeys, readJsonFile, } from '@code-pushup/utils'; -import type { AuditResult, Vulnerability } from './audit/types'; +import type { AuditResult, Vulnerability } from './audit/types.js'; import { type DependencyGroupLong, type DependencyTotals, type PackageJson, dependencyGroupLong, -} from './outdated/types'; +} from './outdated/types.js'; export function filterAuditResult( result: AuditResult, diff --git a/packages/plugin-js-packages/src/lib/runner/utils.unit.test.ts b/packages/plugin-js-packages/src/lib/runner/utils.unit.test.ts index d2a1c7fd3..2aff7d72c 100644 --- a/packages/plugin-js-packages/src/lib/runner/utils.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/runner/utils.unit.test.ts @@ -2,13 +2,13 @@ import { vol } from 'memfs'; import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; import { MEMFS_VOLUME } from '@code-pushup/test-utils'; -import type { AuditResult, Vulnerability } from './audit/types'; -import type { DependencyTotals, PackageJson } from './outdated/types'; +import type { AuditResult, Vulnerability } from './audit/types.js'; +import type { DependencyTotals, PackageJson } from './outdated/types.js'; import { filterAuditResult, findAllPackageJson, getTotalDependencies, -} from './utils'; +} from './utils.js'; describe('findAllPackageJson', () => { beforeEach(() => { diff --git a/packages/plugin-js-packages/src/lib/utils.ts b/packages/plugin-js-packages/src/lib/utils.ts index cc13ec96b..7fdfbbed4 100644 --- a/packages/plugin-js-packages/src/lib/utils.ts +++ b/packages/plugin-js-packages/src/lib/utils.ts @@ -1,9 +1,9 @@ import { type JSPackagesPluginConfig, jsPackagesPluginConfigSchema, -} from './config'; -import { packageManagers } from './package-managers'; -import { derivePackageManager } from './package-managers/derive-package-manager'; +} from './config.js'; +import { derivePackageManager } from './package-managers/derive-package-manager.js'; +import { packageManagers } from './package-managers/index.js'; export async function normalizeConfig(config?: JSPackagesPluginConfig) { const jsPackagesPluginConfig = jsPackagesPluginConfigSchema.parse( diff --git a/packages/plugin-js-packages/src/lib/utils.unit.test.ts b/packages/plugin-js-packages/src/lib/utils.unit.test.ts index 9cc321362..0f2b87f81 100644 --- a/packages/plugin-js-packages/src/lib/utils.unit.test.ts +++ b/packages/plugin-js-packages/src/lib/utils.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { normalizeConfig } from './utils'; +import { normalizeConfig } from './utils.js'; describe('normalizeConfig', () => { it('should return checks object', async () => { diff --git a/packages/plugin-js-packages/vite.config.integration.ts b/packages/plugin-js-packages/vite.config.integration.ts index 143f1bd10..1d22bec69 100644 --- a/packages/plugin-js-packages/vite.config.integration.ts +++ b/packages/plugin-js-packages/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-js-packages', diff --git a/packages/plugin-js-packages/vite.config.unit.ts b/packages/plugin-js-packages/vite.config.unit.ts index 8beae7f5e..68f80bdce 100644 --- a/packages/plugin-js-packages/vite.config.unit.ts +++ b/packages/plugin-js-packages/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-js-packages', diff --git a/packages/plugin-lighthouse/src/index.ts b/packages/plugin-lighthouse/src/index.ts index 7153e6f50..3da547178 100644 --- a/packages/plugin-lighthouse/src/index.ts +++ b/packages/plugin-lighthouse/src/index.ts @@ -1,16 +1,16 @@ -import { lighthousePlugin } from './lib/lighthouse-plugin'; +import { lighthousePlugin } from './lib/lighthouse-plugin.js'; -export { LIGHTHOUSE_REPORT_NAME } from './lib/runner'; +export { LIGHTHOUSE_REPORT_NAME } from './lib/runner/index.js'; export { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_PLUGIN_SLUG, LIGHTHOUSE_OUTPUT_PATH, -} from './lib/constants'; +} from './lib/constants.js'; export { lighthouseAuditRef, lighthouseGroupRef, type LighthouseGroupSlugs, -} from './lib/utils'; -export type { LighthouseOptions } from './lib/types'; -export { lighthousePlugin } from './lib/lighthouse-plugin'; +} from './lib/utils.js'; +export type { LighthouseOptions } from './lib/types.js'; +export { lighthousePlugin } from './lib/lighthouse-plugin.js'; export default lighthousePlugin; diff --git a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts index 5ad53ba71..34061ed77 100644 --- a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts +++ b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts @@ -1,14 +1,14 @@ import type { PluginConfig } from '@code-pushup/models'; import { name, version } from '../../package.json'; -import { LIGHTHOUSE_PLUGIN_SLUG } from './constants'; -import { normalizeFlags } from './normalize-flags'; +import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; +import { normalizeFlags } from './normalize-flags.js'; import { LIGHTHOUSE_GROUPS, LIGHTHOUSE_NAVIGATION_AUDITS, createRunnerFunction, -} from './runner'; -import type { LighthouseOptions } from './types'; -import { filterAuditsAndGroupsByOnlyOptions } from './utils'; +} from './runner/index.js'; +import type { LighthouseOptions } from './types.js'; +import { filterAuditsAndGroupsByOnlyOptions } from './utils.js'; export function lighthousePlugin( url: string, diff --git a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.unit.test.ts b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.unit.test.ts index 400faa800..9bcb20015 100644 --- a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.unit.test.ts @@ -1,6 +1,6 @@ import { expect } from 'vitest'; import { pluginConfigSchema } from '@code-pushup/models'; -import { lighthousePlugin } from './lighthouse-plugin'; +import { lighthousePlugin } from './lighthouse-plugin.js'; describe('lighthousePlugin-config-object', () => { it('should create valid plugin config', () => { diff --git a/packages/plugin-lighthouse/src/lib/normalize-flags.ts b/packages/plugin-lighthouse/src/lib/normalize-flags.ts index e7c1c0eb4..a931970f2 100644 --- a/packages/plugin-lighthouse/src/lib/normalize-flags.ts +++ b/packages/plugin-lighthouse/src/lib/normalize-flags.ts @@ -1,8 +1,8 @@ import { bold, yellow } from 'ansis'; import { ui } from '@code-pushup/utils'; -import { LIGHTHOUSE_PLUGIN_SLUG } from './constants'; -import { DEFAULT_CLI_FLAGS, type LighthouseCliFlags } from './runner'; -import type { LighthouseOptions } from './types'; +import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; +import { DEFAULT_CLI_FLAGS, type LighthouseCliFlags } from './runner/index.js'; +import type { LighthouseOptions } from './types.js'; const { onlyCategories, ...originalDefaultCliFlags } = DEFAULT_CLI_FLAGS; export const DEFAULT_LIGHTHOUSE_OPTIONS = { diff --git a/packages/plugin-lighthouse/src/lib/normalize-flags.unit.test.ts b/packages/plugin-lighthouse/src/lib/normalize-flags.unit.test.ts index 92c195df5..f027b84c4 100644 --- a/packages/plugin-lighthouse/src/lib/normalize-flags.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/normalize-flags.unit.test.ts @@ -3,10 +3,10 @@ import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_OUTPUT_PATH } from './constants'; -import { logUnsupportedFlagsInUse, normalizeFlags } from './normalize-flags'; -import { LIGHTHOUSE_REPORT_NAME } from './runner/constants'; -import type { LighthouseOptions } from './types'; +import { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_OUTPUT_PATH } from './constants.js'; +import { logUnsupportedFlagsInUse, normalizeFlags } from './normalize-flags.js'; +import { LIGHTHOUSE_REPORT_NAME } from './runner/constants.js'; +import type { LighthouseOptions } from './types.js'; describe('logUnsupportedFlagsInUse', () => { it('should log unsupported entries', () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/constants.ts b/packages/plugin-lighthouse/src/lib/runner/constants.ts index c3d5cf458..1b5f82672 100644 --- a/packages/plugin-lighthouse/src/lib/runner/constants.ts +++ b/packages/plugin-lighthouse/src/lib/runner/constants.ts @@ -7,7 +7,7 @@ import { } from 'lighthouse'; import { join } from 'node:path'; import type { Audit, Group } from '@code-pushup/models'; -import { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_OUTPUT_PATH } from '../constants'; +import { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_OUTPUT_PATH } from '../constants.js'; const { audits, categories } = defaultConfig; diff --git a/packages/plugin-lighthouse/src/lib/runner/constants.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/constants.unit.test.ts index 1bf902290..b316b36b6 100644 --- a/packages/plugin-lighthouse/src/lib/runner/constants.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/constants.unit.test.ts @@ -1,6 +1,9 @@ import { expect } from 'vitest'; import { auditSchema, groupSchema } from '@code-pushup/models'; -import { LIGHTHOUSE_GROUPS, LIGHTHOUSE_NAVIGATION_AUDITS } from './constants'; +import { + LIGHTHOUSE_GROUPS, + LIGHTHOUSE_NAVIGATION_AUDITS, +} from './constants.js'; describe('constants', () => { it.each(LIGHTHOUSE_NAVIGATION_AUDITS.map(a => [a.slug, a]))( diff --git a/packages/plugin-lighthouse/src/lib/runner/details/details.ts b/packages/plugin-lighthouse/src/lib/runner/details/details.ts index 1467a9147..df54d238c 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/details.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/details.ts @@ -4,9 +4,9 @@ import type Details from 'lighthouse/types/lhr/audit-details'; import type { Result } from 'lighthouse/types/lhr/audit-result'; import type { AuditDetails, Table } from '@code-pushup/models'; import { ui } from '@code-pushup/utils'; -import { PLUGIN_SLUG } from '../constants'; -import { parseOpportunityToAuditDetailsTable } from './opportunity.type'; -import { parseTableToAuditDetailsTable } from './table.type'; +import { PLUGIN_SLUG } from '../constants.js'; +import { parseOpportunityToAuditDetailsTable } from './opportunity.type.js'; +import { parseTableToAuditDetailsTable } from './table.type.js'; export function toAuditDetails>( details: T | undefined, diff --git a/packages/plugin-lighthouse/src/lib/runner/details/details.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/details/details.unit.test.ts index 4cdcb142f..276a839e1 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/details.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/details.unit.test.ts @@ -5,7 +5,7 @@ import type { Result } from 'lighthouse/types/lhr/audit-result'; import { describe, expect, it } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { logUnsupportedDetails, toAuditDetails } from './details'; +import { logUnsupportedDetails, toAuditDetails } from './details.js'; describe('logUnsupportedDetails', () => { it('should log unsupported entries', () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/details/item-value.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/details/item-value.unit.test.ts index 52bb71cd7..2e344b56f 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/item-value.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/item-value.unit.test.ts @@ -9,7 +9,7 @@ import { parseNodeValue, parseSimpleItemValue, parseTableItemPropertyValue, -} from './item-value'; +} from './item-value.js'; describe('parseNodeValue', () => { it('should parse selector of node', () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.ts b/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.ts index a1bac410d..3a662d659 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.ts @@ -5,8 +5,8 @@ import { tableSchema, } from '@code-pushup/models'; import { formatBytes, formatDuration, html } from '@code-pushup/utils'; -import { parseTableColumns, parseTableEntry } from './table.type'; -import { LighthouseAuditDetailsParsingError } from './utils'; +import { parseTableColumns, parseTableEntry } from './table.type.js'; +import { LighthouseAuditDetailsParsingError } from './utils.js'; export function parseOpportunityToAuditDetailsTable( details: Details.Opportunity, diff --git a/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.unit.test.ts index fc0e23321..f0dcf20ec 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/opportunity.type.unit.test.ts @@ -1,8 +1,8 @@ import type Details from 'lighthouse/types/lhr/audit-details'; import { describe, expect, it } from 'vitest'; import type { Table } from '@code-pushup/models'; -import { parseOpportunityToAuditDetailsTable } from './opportunity.type'; -import { LighthouseAuditDetailsParsingError } from './utils'; +import { parseOpportunityToAuditDetailsTable } from './opportunity.type.js'; +import { LighthouseAuditDetailsParsingError } from './utils.js'; describe('parseOpportunityDetails', () => { it('should omit empty opportunities', () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/details/table.type.ts b/packages/plugin-lighthouse/src/lib/runner/details/table.type.ts index 705b166c7..9d5e60947 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/table.type.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/table.type.ts @@ -5,8 +5,8 @@ import { type TableRowObject, tableSchema, } from '@code-pushup/models'; -import { formatTableItemPropertyValue } from './item-value'; -import { LighthouseAuditDetailsParsingError } from './utils'; +import { formatTableItemPropertyValue } from './item-value.js'; +import { LighthouseAuditDetailsParsingError } from './utils.js'; export function parseTableToAuditDetailsTable( details: Details.Table, diff --git a/packages/plugin-lighthouse/src/lib/runner/details/table.type.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/details/table.type.unit.test.ts index 377cd229e..f9605a43b 100644 --- a/packages/plugin-lighthouse/src/lib/runner/details/table.type.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/details/table.type.unit.test.ts @@ -6,8 +6,8 @@ import { parseTableEntry, parseTableRow, parseTableToAuditDetailsTable, -} from './table.type'; -import { LighthouseAuditDetailsParsingError } from './utils'; +} from './table.type.js'; +import { LighthouseAuditDetailsParsingError } from './utils.js'; describe('parseTableToAuditDetails', () => { it('should render complete details of type table', () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/index.ts b/packages/plugin-lighthouse/src/lib/runner/index.ts index eb4831818..9b116e97c 100644 --- a/packages/plugin-lighthouse/src/lib/runner/index.ts +++ b/packages/plugin-lighthouse/src/lib/runner/index.ts @@ -1,8 +1,8 @@ -export { createRunnerFunction } from './runner'; +export { createRunnerFunction } from './runner.js'; export { LIGHTHOUSE_REPORT_NAME, LIGHTHOUSE_NAVIGATION_AUDITS, LIGHTHOUSE_GROUPS, DEFAULT_CLI_FLAGS, -} from './constants'; -export type { LighthouseCliFlags } from './types'; +} from './constants.js'; +export type { LighthouseCliFlags } from './types.js'; diff --git a/packages/plugin-lighthouse/src/lib/runner/runner.ts b/packages/plugin-lighthouse/src/lib/runner/runner.ts index b6a18e2c3..e52c24044 100644 --- a/packages/plugin-lighthouse/src/lib/runner/runner.ts +++ b/packages/plugin-lighthouse/src/lib/runner/runner.ts @@ -3,14 +3,14 @@ import { runLighthouse } from 'lighthouse/cli/run.js'; import { dirname } from 'node:path'; import type { AuditOutputs, RunnerFunction } from '@code-pushup/models'; import { ensureDirectoryExists } from '@code-pushup/utils'; -import { DEFAULT_CLI_FLAGS } from './constants'; -import type { LighthouseCliFlags } from './types'; +import { DEFAULT_CLI_FLAGS } from './constants.js'; +import type { LighthouseCliFlags } from './types.js'; import { determineAndSetLogLevel, getConfig, normalizeAuditOutputs, toAuditOutputs, -} from './utils'; +} from './utils.js'; export function createRunnerFunction( urlUnderTest: string, diff --git a/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts index 1698ce3b5..6b97d704b 100644 --- a/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/runner.unit.test.ts @@ -2,10 +2,10 @@ import type { Config } from 'lighthouse'; import { runLighthouse } from 'lighthouse/cli/run.js'; import type { Result } from 'lighthouse/types/lhr/audit-result'; import { expect, vi } from 'vitest'; -import { DEFAULT_CLI_FLAGS } from './constants'; -import { createRunnerFunction } from './runner'; -import type { LighthouseCliFlags } from './types'; -import { determineAndSetLogLevel, getConfig } from './utils'; +import { DEFAULT_CLI_FLAGS } from './constants.js'; +import { createRunnerFunction } from './runner.js'; +import type { LighthouseCliFlags } from './types.js'; +import { determineAndSetLogLevel, getConfig } from './utils.js'; // used for createRunnerMocking vi.mock('./utils', async () => { diff --git a/packages/plugin-lighthouse/src/lib/runner/types.ts b/packages/plugin-lighthouse/src/lib/runner/types.ts index 5f1f18f18..2bec13f69 100644 --- a/packages/plugin-lighthouse/src/lib/runner/types.ts +++ b/packages/plugin-lighthouse/src/lib/runner/types.ts @@ -1,4 +1,4 @@ -import type { LighthouseOptions } from '../types'; +import type { LighthouseOptions } from '../types.js'; export type NormalizedFlags = { // normalized diff --git a/packages/plugin-lighthouse/src/lib/runner/utils.ts b/packages/plugin-lighthouse/src/lib/runner/utils.ts index 5d5b23d24..99bb3e40b 100644 --- a/packages/plugin-lighthouse/src/lib/runner/utils.ts +++ b/packages/plugin-lighthouse/src/lib/runner/utils.ts @@ -13,9 +13,9 @@ import { readJsonFile, ui, } from '@code-pushup/utils'; -import type { LighthouseOptions } from '../types'; -import { logUnsupportedDetails, toAuditDetails } from './details/details'; -import type { LighthouseCliFlags } from './types'; +import type { LighthouseOptions } from '../types.js'; +import { logUnsupportedDetails, toAuditDetails } from './details/details.js'; +import type { LighthouseCliFlags } from './types.js'; export function normalizeAuditOutputs( auditOutputs: AuditOutputs, diff --git a/packages/plugin-lighthouse/src/lib/runner/utils.unit.test.ts b/packages/plugin-lighthouse/src/lib/runner/utils.unit.test.ts index 2195f7048..5e0aee4b9 100644 --- a/packages/plugin-lighthouse/src/lib/runner/utils.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/runner/utils.unit.test.ts @@ -13,13 +13,13 @@ import { } from '@code-pushup/models'; import { MEMFS_VOLUME, getLogMessages } from '@code-pushup/test-utils'; import { ui } from '@code-pushup/utils'; -import { unsupportedDetailTypes } from './details/details'; +import { unsupportedDetailTypes } from './details/details.js'; import { determineAndSetLogLevel, getConfig, normalizeAuditOutputs, toAuditOutputs, -} from './utils'; +} from './utils.js'; // mock bundleRequire inside importEsmModule used for fetching config vi.mock('bundle-require', async () => { diff --git a/packages/plugin-lighthouse/src/lib/utils.ts b/packages/plugin-lighthouse/src/lib/utils.ts index a9e17a28f..b916147cd 100644 --- a/packages/plugin-lighthouse/src/lib/utils.ts +++ b/packages/plugin-lighthouse/src/lib/utils.ts @@ -1,7 +1,7 @@ import type { Audit, CategoryRef, Group } from '@code-pushup/models'; import { filterItemRefsBy, toArray } from '@code-pushup/utils'; -import { LIGHTHOUSE_PLUGIN_SLUG } from './constants'; -import type { LighthouseCliFlags } from './runner'; +import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; +import type { LighthouseCliFlags } from './runner/index.js'; export type LighthouseGroupSlugs = | 'performance' diff --git a/packages/plugin-lighthouse/src/lib/utils.unit.test.ts b/packages/plugin-lighthouse/src/lib/utils.unit.test.ts index 41740b47f..61aa68a84 100644 --- a/packages/plugin-lighthouse/src/lib/utils.unit.test.ts +++ b/packages/plugin-lighthouse/src/lib/utils.unit.test.ts @@ -14,7 +14,7 @@ import { lighthouseGroupRef, validateAudits, validateOnlyCategories, -} from './utils'; +} from './utils.js'; describe('lighthouseAuditRef', () => { it('should return valid lighthouse group with weight 1 by default', () => { diff --git a/packages/plugin-lighthouse/vite.config.integration.ts b/packages/plugin-lighthouse/vite.config.integration.ts index daa22a6f0..87a7c4ede 100644 --- a/packages/plugin-lighthouse/vite.config.integration.ts +++ b/packages/plugin-lighthouse/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-lighthouse', diff --git a/packages/plugin-lighthouse/vite.config.unit.ts b/packages/plugin-lighthouse/vite.config.unit.ts index a691fac43..932dbde85 100644 --- a/packages/plugin-lighthouse/vite.config.unit.ts +++ b/packages/plugin-lighthouse/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/plugin-lighthouse', diff --git a/packages/utils/mocks/fixtures/execute-progress.mock.mjs b/packages/utils/mocks/fixtures/execute-progress.mock.mjs index bfded37bc..1a2b4cc64 100644 --- a/packages/utils/mocks/fixtures/execute-progress.mock.mjs +++ b/packages/utils/mocks/fixtures/execute-progress.mock.mjs @@ -1,5 +1,5 @@ import { bold, gray } from 'ansis'; -import { getProgressBar } from '../../../../dist/packages/utils/index.js'; +import { getProgressBar } from '../../../../dist/packages/utils/index.js.js'; const _arg = (name, fallback = '') => process.argv diff --git a/packages/utils/perf/crawl-file-system/fs-walk.ts b/packages/utils/perf/crawl-file-system/fs-walk.ts index 396970e18..8c57d12a2 100644 --- a/packages/utils/perf/crawl-file-system/fs-walk.ts +++ b/packages/utils/perf/crawl-file-system/fs-walk.ts @@ -1,5 +1,5 @@ import { type Entry, walkStream } from '@nodelib/fs.walk'; -import type { CrawlFileSystemOptions } from '../../src'; +import type { CrawlFileSystemOptions } from '../../src/index.js'; // from https://github.com/webpro/knip/pull/426 export function crawlFileSystemFsWalk( diff --git a/packages/utils/perf/crawl-file-system/index.ts b/packages/utils/perf/crawl-file-system/index.ts index 178477c4c..4f27f8a6c 100644 --- a/packages/utils/perf/crawl-file-system/index.ts +++ b/packages/utils/perf/crawl-file-system/index.ts @@ -3,8 +3,8 @@ import { join } from 'node:path'; import { type CrawlFileSystemOptions, crawlFileSystem, -} from '../../src/lib/file-system'; -import { crawlFileSystemFsWalk } from './fs-walk'; +} from '../../src/lib/file-system.js'; +import { crawlFileSystemFsWalk } from './fs-walk.js'; const PROCESS_ARGUMENT_TARGET_DIRECTORY = process.argv diff --git a/packages/utils/perf/score-report/index.ts b/packages/utils/perf/score-report/index.ts index c98a42d05..45547cf5c 100644 --- a/packages/utils/perf/score-report/index.ts +++ b/packages/utils/perf/score-report/index.ts @@ -1,10 +1,10 @@ import Benchmark from 'benchmark'; import type { Report } from '@code-pushup/models'; -import { scoreReport } from '../../src/lib/reports/scoring'; -import { scoreReportOptimized0 } from './optimized0'; -import { scoreReportOptimized1 } from './optimized1'; -import { scoreReportOptimized2 } from './optimized2'; -import { scoreReportOptimized3 } from './optimized3'; +import { scoreReport } from '../../src/lib/reports/scoring.js'; +import { scoreReportOptimized0 } from './optimized0.js'; +import { scoreReportOptimized1 } from './optimized1.js'; +import { scoreReportOptimized2 } from './optimized2.js'; +import { scoreReportOptimized3 } from './optimized3.js'; type MinimalReportOptions = { numAuditsP1?: number; diff --git a/packages/utils/perf/score-report/optimized0.ts b/packages/utils/perf/score-report/optimized0.ts index 2b391443f..0aa6e7044 100644 --- a/packages/utils/perf/score-report/optimized0.ts +++ b/packages/utils/perf/score-report/optimized0.ts @@ -4,7 +4,7 @@ import type { GroupRef, Report, } from '@code-pushup/models'; -import type { ScoredGroup, ScoredReport } from '../../src/lib/reports/types'; +import type { ScoredGroup, ScoredReport } from '../../src/lib/reports/types.js'; function groupRefToScore(audits: AuditReport[]) { return (ref: GroupRef) => { diff --git a/packages/utils/perf/score-report/optimized1.ts b/packages/utils/perf/score-report/optimized1.ts index 5265da0e2..6659b9eb6 100644 --- a/packages/utils/perf/score-report/optimized1.ts +++ b/packages/utils/perf/score-report/optimized1.ts @@ -1,11 +1,11 @@ /* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-assignment */ // Note: The plugins of the ScoredReport are not structured correctly, hence the ESLint disables. import type { Report } from '@code-pushup/models'; -import { GroupRefInvalidError } from '../../src/lib/reports/scoring'; +import { GroupRefInvalidError } from '../../src/lib/reports/scoring.js'; import type { ScoredCategoryConfig, ScoredReport, -} from '../../src/lib/reports/types'; +} from '../../src/lib/reports/types.js'; export function calculateScore( refs: T[], diff --git a/packages/utils/perf/score-report/optimized2.ts b/packages/utils/perf/score-report/optimized2.ts index eebdda043..11a0b886c 100644 --- a/packages/utils/perf/score-report/optimized2.ts +++ b/packages/utils/perf/score-report/optimized2.ts @@ -1,11 +1,11 @@ /* eslint-disable @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-assignment */ // Note: The plugins of the ScoredReport are not structured correctly, hence the ESLint disables. import type { CategoryRef, GroupRef, Report } from '@code-pushup/models'; -import { GroupRefInvalidError } from '../../src/lib/reports/scoring'; +import { GroupRefInvalidError } from '../../src/lib/reports/scoring.js'; import type { ScoredCategoryConfig, ScoredReport, -} from '../../src/lib/reports/types'; +} from '../../src/lib/reports/types.js'; export function calculateScore( refs: T[], diff --git a/packages/utils/perf/score-report/optimized3.ts b/packages/utils/perf/score-report/optimized3.ts index b2774fb1a..7d8a7cda4 100644 --- a/packages/utils/perf/score-report/optimized3.ts +++ b/packages/utils/perf/score-report/optimized3.ts @@ -6,12 +6,12 @@ import type { GroupRef, Report, } from '@code-pushup/models'; -import type { ScoredReport } from '../../src'; -import { GroupRefInvalidError } from '../../src/lib/reports/scoring'; +import type { ScoredReport } from '../../src/index.js'; +import { GroupRefInvalidError } from '../../src/lib/reports/scoring.js'; import type { ScoredCategoryConfig, ScoredGroup, -} from '../../src/lib/reports/types'; +} from '../../src/lib/reports/types.js'; export function calculateScore( refs: T[], diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index b864605d1..e53715e75 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -1,13 +1,13 @@ export { exists } from '@code-pushup/models'; -export { comparePairs, matchArrayItemsByKey, type Diff } from './lib/diff'; -export { stringifyError } from './lib/errors'; +export { comparePairs, matchArrayItemsByKey, type Diff } from './lib/diff.js'; +export { stringifyError } from './lib/errors.js'; export { ProcessError, executeProcess, type ProcessConfig, type ProcessObserver, type ProcessResult, -} from './lib/execute-process'; +} from './lib/execute-process.js'; export { crawlFileSystem, directoryExists, @@ -26,8 +26,8 @@ export { type CrawlFileSystemOptions, type FileResult, type MultipleFileResults, -} from './lib/file-system'; -export { filterItemRefsBy } from './lib/filter'; +} from './lib/file-system.js'; +export { filterItemRefsBy } from './lib/filter.js'; export { formatBytes, formatDuration, @@ -38,14 +38,14 @@ export { truncateIssueMessage, truncateText, truncateTitle, -} from './lib/formatting'; +} from './lib/formatting.js'; export { formatGitPath, getGitRoot, guardAgainstLocalChanges, safeCheckout, toGitPath, -} from './lib/git/git'; +} from './lib/git/git.js'; export { getCurrentBranchOrTag, getHashFromTag, @@ -53,48 +53,48 @@ export { getLatestCommit, getSemverTags, type LogResult, -} from './lib/git/git.commits-and-tags'; -export { groupByStatus } from './lib/group-by-status'; +} from './lib/git/git.commits-and-tags.js'; +export { groupByStatus } from './lib/group-by-status.js'; export { isPromiseFulfilledResult, isPromiseRejectedResult, -} from './lib/guards'; -export { logMultipleResults } from './lib/log-results'; -export { link, ui, type CliUi, type Column } from './lib/logging'; -export { mergeConfigs } from './lib/merge-configs'; -export { getProgressBar, type ProgressBar } from './lib/progress'; +} from './lib/guards.js'; +export { logMultipleResults } from './lib/log-results.js'; +export { link, ui, type CliUi, type Column } from './lib/logging.js'; +export { mergeConfigs } from './lib/merge-configs.js'; +export { getProgressBar, type ProgressBar } from './lib/progress.js'; export { CODE_PUSHUP_DOMAIN, CODE_PUSHUP_UNICODE_LOGO, FOOTER_PREFIX, README_LINK, TERMINAL_WIDTH, -} from './lib/reports/constants'; +} from './lib/reports/constants.js'; export { listAuditsFromAllPlugins, listGroupsFromAllPlugins, -} from './lib/reports/flatten-plugins'; -export { generateMdReport } from './lib/reports/generate-md-report'; +} from './lib/reports/flatten-plugins.js'; +export { generateMdReport } from './lib/reports/generate-md-report.js'; export { generateMdReportsDiff, generateMdReportsDiffForMonorepo, -} from './lib/reports/generate-md-reports-diff'; -export { loadReport } from './lib/reports/load-report'; -export { logStdoutSummary } from './lib/reports/log-stdout-summary'; -export { scoreReport } from './lib/reports/scoring'; -export { sortReport } from './lib/reports/sorting'; +} from './lib/reports/generate-md-reports-diff.js'; +export { loadReport } from './lib/reports/load-report.js'; +export { logStdoutSummary } from './lib/reports/log-stdout-summary.js'; +export { scoreReport } from './lib/reports/scoring.js'; +export { sortReport } from './lib/reports/sorting.js'; export type { ScoredCategoryConfig, ScoredGroup, ScoredReport, -} from './lib/reports/types'; +} from './lib/reports/types.js'; export { calcDuration, compareIssueSeverity, formatReportScore, -} from './lib/reports/utils'; -export { isSemver, normalizeSemver, sortSemvers } from './lib/semver'; -export * from './lib/text-formats'; +} from './lib/reports/utils.js'; +export { isSemver, normalizeSemver, sortSemvers } from './lib/semver.js'; +export * from './lib/text-formats/index.js'; export { capitalize, countOccurrences, @@ -112,7 +112,7 @@ export { toUnixNewlines, toUnixPath, type CliArgsObject, -} from './lib/transform'; +} from './lib/transform.js'; export type { ExcludeNullFromPropertyTypes, ExtractArray, @@ -120,5 +120,5 @@ export type { ItemOrArray, Prettify, WithRequired, -} from './lib/types'; -export { verboseUtils } from './lib/verbose-utils'; +} from './lib/types.js'; +export { verboseUtils } from './lib/verbose-utils.js'; diff --git a/packages/utils/src/lib/diff.unit.test.ts b/packages/utils/src/lib/diff.unit.test.ts index b701527da..abafe0c82 100644 --- a/packages/utils/src/lib/diff.unit.test.ts +++ b/packages/utils/src/lib/diff.unit.test.ts @@ -1,4 +1,4 @@ -import { comparePairs, matchArrayItemsByKey } from './diff'; +import { comparePairs, matchArrayItemsByKey } from './diff.js'; describe('matchArrayItemsByKey', () => { it('should pair up items by key string', () => { diff --git a/packages/utils/src/lib/errors.unit.test.ts b/packages/utils/src/lib/errors.unit.test.ts index f6251e8bf..56c9f6271 100644 --- a/packages/utils/src/lib/errors.unit.test.ts +++ b/packages/utils/src/lib/errors.unit.test.ts @@ -1,4 +1,4 @@ -import { stringifyError } from './errors'; +import { stringifyError } from './errors.js'; describe('stringifyError', () => { it('should use only message from plain Error instance', () => { diff --git a/packages/utils/src/lib/execute-process.ts b/packages/utils/src/lib/execute-process.ts index fb069c04e..e561a18a0 100644 --- a/packages/utils/src/lib/execute-process.ts +++ b/packages/utils/src/lib/execute-process.ts @@ -6,7 +6,7 @@ import { spawn, } from 'node:child_process'; import type { Readable, Writable } from 'node:stream'; -import { calcDuration } from './reports/utils'; +import { calcDuration } from './reports/utils.js'; /** * Represents the process result. diff --git a/packages/utils/src/lib/execute-process.unit.test.ts b/packages/utils/src/lib/execute-process.unit.test.ts index 888845355..59728ccaf 100644 --- a/packages/utils/src/lib/execute-process.unit.test.ts +++ b/packages/utils/src/lib/execute-process.unit.test.ts @@ -1,7 +1,7 @@ import { ChildProcess } from 'node:child_process'; import { describe, expect, it, vi } from 'vitest'; import { getAsyncProcessRunnerConfig } from '@code-pushup/test-utils'; -import { type ProcessObserver, executeProcess } from './execute-process'; +import { type ProcessObserver, executeProcess } from './execute-process.js'; describe('executeProcess', () => { const spyObserver: ProcessObserver = { diff --git a/packages/utils/src/lib/file-system.integration.test.ts b/packages/utils/src/lib/file-system.integration.test.ts index 4530ab7f0..88688648b 100644 --- a/packages/utils/src/lib/file-system.integration.test.ts +++ b/packages/utils/src/lib/file-system.integration.test.ts @@ -1,6 +1,6 @@ import { join } from 'node:path'; import { describe, expect, it } from 'vitest'; -import { importModule } from './file-system'; +import { importModule } from './file-system.js'; describe('importModule', () => { const mockDir = join(process.cwd(), 'packages', 'utils', 'mocks', 'fixtures'); diff --git a/packages/utils/src/lib/file-system.ts b/packages/utils/src/lib/file-system.ts index e849e3caa..6234c17f5 100644 --- a/packages/utils/src/lib/file-system.ts +++ b/packages/utils/src/lib/file-system.ts @@ -2,9 +2,9 @@ import { bold, gray } from 'ansis'; import { type Options, bundleRequire } from 'bundle-require'; import { mkdir, readFile, readdir, rm, stat } from 'node:fs/promises'; import { dirname, join } from 'node:path'; -import { formatBytes } from './formatting'; -import { logMultipleResults } from './log-results'; -import { ui } from './logging'; +import { formatBytes } from './formatting.js'; +import { logMultipleResults } from './log-results.js'; +import { ui } from './logging.js'; export async function readTextFile(path: string): Promise { const buffer = await readFile(path); diff --git a/packages/utils/src/lib/file-system.unit.test.ts b/packages/utils/src/lib/file-system.unit.test.ts index 1888fc5e6..3e63d1a39 100644 --- a/packages/utils/src/lib/file-system.unit.test.ts +++ b/packages/utils/src/lib/file-system.unit.test.ts @@ -12,8 +12,8 @@ import { findNearestFile, logMultipleFileResults, projectToFilename, -} from './file-system'; -import * as logResults from './log-results'; +} from './file-system.js'; +import * as logResults from './log-results.js'; describe('ensureDirectoryExists', () => { it('should create a nested folder', async () => { diff --git a/packages/utils/src/lib/filter.unit.test.ts b/packages/utils/src/lib/filter.unit.test.ts index edd914b10..5824bea14 100644 --- a/packages/utils/src/lib/filter.unit.test.ts +++ b/packages/utils/src/lib/filter.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { filterItemRefsBy } from './filter'; +import { filterItemRefsBy } from './filter.js'; describe('filterItemsWithRefBy', () => { it('should return the filtered list based on the given filterFn', () => { diff --git a/packages/utils/src/lib/formatting.unit.test.ts b/packages/utils/src/lib/formatting.unit.test.ts index 7c46753a5..db564b826 100644 --- a/packages/utils/src/lib/formatting.unit.test.ts +++ b/packages/utils/src/lib/formatting.unit.test.ts @@ -7,7 +7,7 @@ import { pluralizeToken, slugify, truncateText, -} from './formatting'; +} from './formatting.js'; describe('slugify', () => { it.each([ diff --git a/packages/utils/src/lib/git/git.commits-and-tags.integration.test.ts b/packages/utils/src/lib/git/git.commits-and-tags.integration.test.ts index 76f48922e..03894d1a0 100644 --- a/packages/utils/src/lib/git/git.commits-and-tags.integration.test.ts +++ b/packages/utils/src/lib/git/git.commits-and-tags.integration.test.ts @@ -8,7 +8,7 @@ import { getHashes, getLatestCommit, getSemverTags, -} from './git.commits-and-tags'; +} from './git.commits-and-tags.js'; async function getAllCommits(git: SimpleGit) { return (await git.log()).all.map(({ hash, message }) => ({ diff --git a/packages/utils/src/lib/git/git.commits-and-tags.ts b/packages/utils/src/lib/git/git.commits-and-tags.ts index 2c9ed6ae2..e13c4d8c9 100644 --- a/packages/utils/src/lib/git/git.commits-and-tags.ts +++ b/packages/utils/src/lib/git/git.commits-and-tags.ts @@ -1,6 +1,6 @@ import { type LogOptions as SimpleGitLogOptions, simpleGit } from 'simple-git'; import { type Commit, commitSchema } from '@code-pushup/models'; -import { isSemver } from '../semver'; +import { isSemver } from '../semver.js'; export async function getLatestCommit( git = simpleGit(), diff --git a/packages/utils/src/lib/git/git.commits-and-tags.unit.test.ts b/packages/utils/src/lib/git/git.commits-and-tags.unit.test.ts index 0a8e2bebb..03e9b2874 100644 --- a/packages/utils/src/lib/git/git.commits-and-tags.unit.test.ts +++ b/packages/utils/src/lib/git/git.commits-and-tags.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, vi } from 'vitest'; -import { filterLogs, getSemverTags } from './git.commits-and-tags'; +import { filterLogs, getSemverTags } from './git.commits-and-tags.js'; vi.mock('simple-git', async () => { const actual = await vi.importActual('simple-git'); diff --git a/packages/utils/src/lib/git/git.integration.test.ts b/packages/utils/src/lib/git/git.integration.test.ts index c9c260fa5..1c914910b 100644 --- a/packages/utils/src/lib/git/git.integration.test.ts +++ b/packages/utils/src/lib/git/git.integration.test.ts @@ -2,13 +2,13 @@ import { mkdir, rm, stat, writeFile } from 'node:fs/promises'; import { join } from 'node:path'; import { type SimpleGit, simpleGit } from 'simple-git'; import { afterAll, beforeAll, beforeEach, describe, expect } from 'vitest'; -import { toUnixPath } from '../transform'; +import { toUnixPath } from '../transform.js'; import { getGitRoot, guardAgainstLocalChanges, safeCheckout, toGitPath, -} from './git'; +} from './git.js'; describe('git utils in a git repo', () => { const baseDir = join(process.cwd(), 'tmp', 'git-tests'); diff --git a/packages/utils/src/lib/git/git.ts b/packages/utils/src/lib/git/git.ts index 6bfd2d74d..5588451d4 100644 --- a/packages/utils/src/lib/git/git.ts +++ b/packages/utils/src/lib/git/git.ts @@ -1,7 +1,7 @@ import { isAbsolute, join, relative } from 'node:path'; import { type StatusResult, simpleGit } from 'simple-git'; -import { ui } from '../logging'; -import { toUnixPath } from '../transform'; +import { ui } from '../logging.js'; +import { toUnixPath } from '../transform.js'; export function getGitRoot(git = simpleGit()): Promise { return git.revparse('--show-toplevel'); diff --git a/packages/utils/src/lib/git/git.unit.test.ts b/packages/utils/src/lib/git/git.unit.test.ts index 7f0498a70..c38563939 100644 --- a/packages/utils/src/lib/git/git.unit.test.ts +++ b/packages/utils/src/lib/git/git.unit.test.ts @@ -1,6 +1,10 @@ import type { SimpleGit, StatusResult } from 'simple-git'; import { describe, expect } from 'vitest'; -import { GitStatusError, formatGitPath, guardAgainstLocalChanges } from './git'; +import { + GitStatusError, + formatGitPath, + guardAgainstLocalChanges, +} from './git.js'; describe('guardAgainstLocalChanges', () => { it('should throw if no files are present', async () => { diff --git a/packages/utils/src/lib/group-by-status.unit.test.ts b/packages/utils/src/lib/group-by-status.unit.test.ts index bcfb4f978..1c6ae74b0 100644 --- a/packages/utils/src/lib/group-by-status.unit.test.ts +++ b/packages/utils/src/lib/group-by-status.unit.test.ts @@ -1,5 +1,5 @@ import { describe } from 'vitest'; -import { groupByStatus } from './group-by-status'; +import { groupByStatus } from './group-by-status.js'; describe('groupByStatus', () => { it('should group results by status', () => { diff --git a/packages/utils/src/lib/guards.unit.test.ts b/packages/utils/src/lib/guards.unit.test.ts index 80d0eac5f..56ce8e5ed 100644 --- a/packages/utils/src/lib/guards.unit.test.ts +++ b/packages/utils/src/lib/guards.unit.test.ts @@ -1,5 +1,5 @@ import { describe } from 'vitest'; -import { isPromiseFulfilledResult, isPromiseRejectedResult } from './guards'; +import { isPromiseFulfilledResult, isPromiseRejectedResult } from './guards.js'; describe('promise-result', () => { it('should get fulfilled result', () => { diff --git a/packages/utils/src/lib/log-results.ts b/packages/utils/src/lib/log-results.ts index e848114ef..254072460 100644 --- a/packages/utils/src/lib/log-results.ts +++ b/packages/utils/src/lib/log-results.ts @@ -1,5 +1,5 @@ -import { isPromiseFulfilledResult, isPromiseRejectedResult } from './guards'; -import { ui } from './logging'; +import { isPromiseFulfilledResult, isPromiseRejectedResult } from './guards.js'; +import { ui } from './logging.js'; export function logMultipleResults( results: PromiseSettledResult[], diff --git a/packages/utils/src/lib/log-results.unit.test.ts b/packages/utils/src/lib/log-results.unit.test.ts index 0688012c4..b0549733b 100644 --- a/packages/utils/src/lib/log-results.unit.test.ts +++ b/packages/utils/src/lib/log-results.unit.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it, vi } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; -import type { FileResult } from './file-system'; -import { logMultipleResults, logPromiseResults } from './log-results'; -import { ui } from './logging'; +import type { FileResult } from './file-system.js'; +import { logMultipleResults, logPromiseResults } from './log-results.js'; +import { ui } from './logging.js'; describe('logMultipleResults', () => { const succeededCallbackMock = vi.fn(); diff --git a/packages/utils/src/lib/logging.ts b/packages/utils/src/lib/logging.ts index f8e0690b3..24d290632 100644 --- a/packages/utils/src/lib/logging.ts +++ b/packages/utils/src/lib/logging.ts @@ -1,7 +1,7 @@ import isaacs_cliui from '@isaacs/cliui'; import { cliui } from '@poppinss/cliui'; import { underline } from 'ansis'; -import { TERMINAL_WIDTH } from './reports/constants'; +import { TERMINAL_WIDTH } from './reports/constants.js'; // eslint-disable-next-line @typescript-eslint/no-explicit-any type ArgumentsType = T extends (...args: infer U) => any ? U : never; diff --git a/packages/utils/src/lib/merge-configs.unit.test.ts b/packages/utils/src/lib/merge-configs.unit.test.ts index dce4234db..6a02e65d6 100644 --- a/packages/utils/src/lib/merge-configs.unit.test.ts +++ b/packages/utils/src/lib/merge-configs.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; import type { CoreConfig, PluginConfig } from '@code-pushup/models'; -import { mergeConfigs } from './merge-configs'; +import { mergeConfigs } from './merge-configs.js'; const MOCK_CONFIG_PERSIST = { persist: { diff --git a/packages/utils/src/lib/progress.integration.test.ts b/packages/utils/src/lib/progress.integration.test.ts index 28412110b..a9aaff054 100644 --- a/packages/utils/src/lib/progress.integration.test.ts +++ b/packages/utils/src/lib/progress.integration.test.ts @@ -3,7 +3,7 @@ import { barStyles, getProgressBar, getSingletonProgressBars, -} from './progress'; +} from './progress.js'; /** * ANSI escape codes in terminal stdout: diff --git a/packages/utils/src/lib/progress.ts b/packages/utils/src/lib/progress.ts index 7634f3134..d598881a2 100644 --- a/packages/utils/src/lib/progress.ts +++ b/packages/utils/src/lib/progress.ts @@ -1,6 +1,6 @@ import { black, bold, gray, green } from 'ansis'; import { type CtorOptions, MultiProgressBars } from 'multi-progress-bars'; -import { TERMINAL_WIDTH } from './reports/constants'; +import { TERMINAL_WIDTH } from './reports/constants.js'; type BarStyles = 'active' | 'done' | 'idle'; type StatusStyles = Record string>; diff --git a/packages/utils/src/lib/reports/environment-type.ts b/packages/utils/src/lib/reports/environment-type.ts index 9b5becc6a..9abae5a83 100644 --- a/packages/utils/src/lib/reports/environment-type.ts +++ b/packages/utils/src/lib/reports/environment-type.ts @@ -1,4 +1,4 @@ -import { type EnvironmentType, SUPPORTED_ENVIRONMENTS } from './types'; +import { type EnvironmentType, SUPPORTED_ENVIRONMENTS } from './types.js'; const environmentChecks: Record boolean> = { vscode: () => process.env['TERM_PROGRAM'] === 'vscode', diff --git a/packages/utils/src/lib/reports/environment-type.unit.test.ts b/packages/utils/src/lib/reports/environment-type.unit.test.ts index 44e44277a..72e1348f8 100644 --- a/packages/utils/src/lib/reports/environment-type.unit.test.ts +++ b/packages/utils/src/lib/reports/environment-type.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { getEnvironmentType } from './environment-type'; +import { getEnvironmentType } from './environment-type.js'; describe('getEnvironmentType', () => { it.each([ diff --git a/packages/utils/src/lib/reports/flatten-plugins.unit.test.ts b/packages/utils/src/lib/reports/flatten-plugins.unit.test.ts index a25f3a7fa..9fe156725 100644 --- a/packages/utils/src/lib/reports/flatten-plugins.unit.test.ts +++ b/packages/utils/src/lib/reports/flatten-plugins.unit.test.ts @@ -2,7 +2,7 @@ import type { Report } from '@code-pushup/models'; import { listAuditsFromAllPlugins, listGroupsFromAllPlugins, -} from './flatten-plugins'; +} from './flatten-plugins.js'; describe('listGroupsFromAllPlugins', () => { it("should flatten plugins' groups", () => { diff --git a/packages/utils/src/lib/reports/formatting.ts b/packages/utils/src/lib/reports/formatting.ts index a2b114b0b..594c093bd 100644 --- a/packages/utils/src/lib/reports/formatting.ts +++ b/packages/utils/src/lib/reports/formatting.ts @@ -10,18 +10,18 @@ import type { SourceFileLocation, Table, } from '@code-pushup/models'; -import { HIERARCHY } from '../text-formats'; +import { HIERARCHY } from '../text-formats/index.js'; import { columnsToStringArray, getColumnAlignments, rowToStringArray, -} from '../text-formats/table'; +} from '../text-formats/table.js'; import { getEnvironmentType, getGitHubBaseUrl, getGitLabBaseUrl, -} from './environment-type'; -import type { MdReportOptions } from './types'; +} from './environment-type.js'; +import type { MdReportOptions } from './types.js'; export function tableSection( tableData: Table, diff --git a/packages/utils/src/lib/reports/formatting.unit.test.ts b/packages/utils/src/lib/reports/formatting.unit.test.ts index ae4775371..c814d2cd6 100644 --- a/packages/utils/src/lib/reports/formatting.unit.test.ts +++ b/packages/utils/src/lib/reports/formatting.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { toUnixPath } from '../transform'; +import { toUnixPath } from '../transform.js'; import { formatFileLink, formatGitHubLink, @@ -8,7 +8,7 @@ import { linkToLocalSourceForIde, metaDescription, tableSection, -} from './formatting'; +} from './formatting.js'; describe('tableSection', () => { it('should accept a title', () => { diff --git a/packages/utils/src/lib/reports/generate-md-report-category-section.unit.test.ts b/packages/utils/src/lib/reports/generate-md-report-category-section.unit.test.ts index a855f6c16..6afaca2f2 100644 --- a/packages/utils/src/lib/reports/generate-md-report-category-section.unit.test.ts +++ b/packages/utils/src/lib/reports/generate-md-report-category-section.unit.test.ts @@ -6,8 +6,8 @@ import { categoriesOverviewSection, categoryGroupItem, categoryRef, -} from './generate-md-report-categoy-section'; -import type { ScoredGroup, ScoredReport } from './types'; +} from './generate-md-report-categoy-section.js'; +import type { ScoredGroup, ScoredReport } from './types.js'; // === Categories Overview Section diff --git a/packages/utils/src/lib/reports/generate-md-report-categoy-section.ts b/packages/utils/src/lib/reports/generate-md-report-categoy-section.ts index 3f7fdada0..063bc30e3 100644 --- a/packages/utils/src/lib/reports/generate-md-report-categoy-section.ts +++ b/packages/utils/src/lib/reports/generate-md-report-categoy-section.ts @@ -1,17 +1,17 @@ import { type InlineText, MarkdownDocument, md } from 'build-md'; import type { AuditReport } from '@code-pushup/models'; -import { slugify } from '../formatting'; -import { HIERARCHY } from '../text-formats'; -import { metaDescription } from './formatting'; -import { getSortableAuditByRef, getSortableGroupByRef } from './sorting'; -import type { ScoredGroup, ScoredReport } from './types'; +import { slugify } from '../formatting.js'; +import { HIERARCHY } from '../text-formats/index.js'; +import { metaDescription } from './formatting.js'; +import { getSortableAuditByRef, getSortableGroupByRef } from './sorting.js'; +import type { ScoredGroup, ScoredReport } from './types.js'; import { countCategoryAudits, formatReportScore, getPluginNameFromSlug, scoreMarker, targetScoreIcon, -} from './utils'; +} from './utils.js'; export function categoriesOverviewSection( report: Required>, diff --git a/packages/utils/src/lib/reports/generate-md-report.integration.test.ts b/packages/utils/src/lib/reports/generate-md-report.integration.test.ts index 24c02cb59..26a16f870 100644 --- a/packages/utils/src/lib/reports/generate-md-report.integration.test.ts +++ b/packages/utils/src/lib/reports/generate-md-report.integration.test.ts @@ -1,8 +1,8 @@ import { describe } from 'vitest'; import { reportMock } from '@code-pushup/test-utils'; -import { generateMdReport } from './generate-md-report'; -import { scoreReport } from './scoring'; -import { sortReport } from './sorting'; +import { generateMdReport } from './generate-md-report.js'; +import { scoreReport } from './scoring.js'; +import { sortReport } from './sorting.js'; describe('generateMdReport', () => { beforeEach(() => { diff --git a/packages/utils/src/lib/reports/generate-md-report.ts b/packages/utils/src/lib/reports/generate-md-report.ts index 13a0e71f6..3ae8b1c7d 100644 --- a/packages/utils/src/lib/reports/generate-md-report.ts +++ b/packages/utils/src/lib/reports/generate-md-report.ts @@ -1,20 +1,24 @@ import { type InlineText, MarkdownDocument, md } from 'build-md'; import type { AuditReport, Issue, Report } from '@code-pushup/models'; -import { formatDate, formatDuration } from '../formatting'; -import { HIERARCHY } from '../text-formats'; -import { FOOTER_PREFIX, README_LINK, REPORT_HEADLINE_TEXT } from './constants'; +import { formatDate, formatDuration } from '../formatting.js'; +import { HIERARCHY } from '../text-formats/index.js'; +import { + FOOTER_PREFIX, + README_LINK, + REPORT_HEADLINE_TEXT, +} from './constants.js'; import { formatSourceLine, linkToLocalSourceForIde, metaDescription, tableSection, -} from './formatting'; +} from './formatting.js'; import { categoriesDetailsSection, categoriesOverviewSection, -} from './generate-md-report-categoy-section'; -import type { MdReportOptions, ScoredReport } from './types'; -import { formatReportScore, scoreMarker, severityMarker } from './utils'; +} from './generate-md-report-categoy-section.js'; +import type { MdReportOptions, ScoredReport } from './types.js'; +import { formatReportScore, scoreMarker, severityMarker } from './utils.js'; export function auditDetailsAuditValue({ score, diff --git a/packages/utils/src/lib/reports/generate-md-report.unit.test.ts b/packages/utils/src/lib/reports/generate-md-report.unit.test.ts index 0b69f08ab..7b7d3f7e9 100644 --- a/packages/utils/src/lib/reports/generate-md-report.unit.test.ts +++ b/packages/utils/src/lib/reports/generate-md-report.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it } from 'vitest'; import type { AuditReport, Issue, Table } from '@code-pushup/models'; -import { tableSection } from './formatting'; +import { tableSection } from './formatting.js'; import { aboutSection, auditDetails, @@ -8,8 +8,8 @@ import { auditDetailsIssues, auditsSection, generateMdReport, -} from './generate-md-report'; -import type { ScoredReport } from './types'; +} from './generate-md-report.js'; +import type { ScoredReport } from './types.js'; const baseScoredReport = { date: '2025.01.01', diff --git a/packages/utils/src/lib/reports/generate-md-reports-diff-utils.ts b/packages/utils/src/lib/reports/generate-md-reports-diff-utils.ts index 6633d2a03..9ecfbbfdb 100644 --- a/packages/utils/src/lib/reports/generate-md-reports-diff-utils.ts +++ b/packages/utils/src/lib/reports/generate-md-reports-diff-utils.ts @@ -1,8 +1,8 @@ import { type InlineText, MarkdownDocument, md } from 'build-md'; import type { ReportsDiff } from '@code-pushup/models'; -import { pluralize, pluralizeToken } from '../formatting'; -import { objectToEntries } from '../transform'; -import type { DiffOutcome } from './types'; +import { pluralize, pluralizeToken } from '../formatting.js'; +import { objectToEntries } from '../transform.js'; +import type { DiffOutcome } from './types.js'; // to prevent exceeding Markdown comment character limit const MAX_ROWS = 100; diff --git a/packages/utils/src/lib/reports/generate-md-reports-diff-utils.unit.test.ts b/packages/utils/src/lib/reports/generate-md-reports-diff-utils.unit.test.ts index af6e65086..2c5c26bcd 100644 --- a/packages/utils/src/lib/reports/generate-md-reports-diff-utils.unit.test.ts +++ b/packages/utils/src/lib/reports/generate-md-reports-diff-utils.unit.test.ts @@ -8,8 +8,8 @@ import { sortChanges, summarizeDiffOutcomes, summarizeUnchanged, -} from './generate-md-reports-diff-utils'; -import type { DiffOutcome } from './types'; +} from './generate-md-reports-diff-utils.js'; +import type { DiffOutcome } from './types.js'; describe('summarizeUnchanged', () => { it('should print unchanged array length with pluralized token and verb', () => { diff --git a/packages/utils/src/lib/reports/generate-md-reports-diff.integration.test.ts b/packages/utils/src/lib/reports/generate-md-reports-diff.integration.test.ts index 3cbd48c10..29a6d73d1 100644 --- a/packages/utils/src/lib/reports/generate-md-reports-diff.integration.test.ts +++ b/packages/utils/src/lib/reports/generate-md-reports-diff.integration.test.ts @@ -10,7 +10,7 @@ import { import { generateMdReportsDiff, generateMdReportsDiffForMonorepo, -} from './generate-md-reports-diff'; +} from './generate-md-reports-diff.js'; describe('generateMdReportsDiff', () => { it('should format Markdown comment for improved reports diff', async () => { diff --git a/packages/utils/src/lib/reports/generate-md-reports-diff.ts b/packages/utils/src/lib/reports/generate-md-reports-diff.ts index 7e40218d8..013b5a871 100644 --- a/packages/utils/src/lib/reports/generate-md-reports-diff.ts +++ b/packages/utils/src/lib/reports/generate-md-reports-diff.ts @@ -6,9 +6,9 @@ import { md, } from 'build-md'; import type { ReportsDiff } from '@code-pushup/models'; -import { HIERARCHY } from '../text-formats'; -import { toArray } from '../transform'; -import type { WithRequired } from '../types'; +import { HIERARCHY } from '../text-formats/index.js'; +import { toArray } from '../transform.js'; +import type { WithRequired } from '../types.js'; import { changesToDiffOutcomes, compareDiffsBy, @@ -21,14 +21,14 @@ import { sortChanges, summarizeDiffOutcomes, summarizeUnchanged, -} from './generate-md-reports-diff-utils'; -import type { DiffOutcome } from './types'; +} from './generate-md-reports-diff-utils.js'; +import type { DiffOutcome } from './types.js'; import { formatScoreChange, formatScoreWithColor, formatValueChange, scoreMarker, -} from './utils'; +} from './utils.js'; export function generateMdReportsDiff(diff: ReportsDiff): string { return new MarkdownDocument() diff --git a/packages/utils/src/lib/reports/load-report.ts b/packages/utils/src/lib/reports/load-report.ts index e8cc0763c..a5fc4217d 100644 --- a/packages/utils/src/lib/reports/load-report.ts +++ b/packages/utils/src/lib/reports/load-report.ts @@ -9,7 +9,7 @@ import { ensureDirectoryExists, readJsonFile, readTextFile, -} from '../file-system'; +} from '../file-system.js'; type LoadedReportFormat = T extends 'json' ? Report : string; diff --git a/packages/utils/src/lib/reports/load-report.unit.test.ts b/packages/utils/src/lib/reports/load-report.unit.test.ts index 4dbd880a7..67d43a492 100644 --- a/packages/utils/src/lib/reports/load-report.unit.test.ts +++ b/packages/utils/src/lib/reports/load-report.unit.test.ts @@ -1,7 +1,7 @@ import { vol } from 'memfs'; import type { Report } from '@code-pushup/models'; import { MEMFS_VOLUME, REPORT_MOCK, reportMock } from '@code-pushup/test-utils'; -import { loadReport } from './load-report'; +import { loadReport } from './load-report.js'; describe('loadReport', () => { it('should load a valid JSON report', async () => { diff --git a/packages/utils/src/lib/reports/log-stdout-summary.integration.test.ts b/packages/utils/src/lib/reports/log-stdout-summary.integration.test.ts index 2b3a3b4a8..7035c4ed9 100644 --- a/packages/utils/src/lib/reports/log-stdout-summary.integration.test.ts +++ b/packages/utils/src/lib/reports/log-stdout-summary.integration.test.ts @@ -1,9 +1,9 @@ import { beforeAll, describe, expect, vi } from 'vitest'; import { removeColorCodes, reportMock } from '@code-pushup/test-utils'; -import { ui } from '../logging'; -import { logStdoutSummary } from './log-stdout-summary'; -import { scoreReport } from './scoring'; -import { sortReport } from './sorting'; +import { ui } from '../logging.js'; +import { logStdoutSummary } from './log-stdout-summary.js'; +import { scoreReport } from './scoring.js'; +import { sortReport } from './sorting.js'; describe('logStdoutSummary', () => { let logs: string[]; diff --git a/packages/utils/src/lib/reports/log-stdout-summary.ts b/packages/utils/src/lib/reports/log-stdout-summary.ts index 59a8c5716..27b9924b8 100644 --- a/packages/utils/src/lib/reports/log-stdout-summary.ts +++ b/packages/utils/src/lib/reports/log-stdout-summary.ts @@ -1,15 +1,19 @@ import { bold, cyan, cyanBright, green, red } from 'ansis'; import type { AuditReport } from '@code-pushup/models'; -import { ui } from '../logging'; +import { ui } from '../logging.js'; import { CODE_PUSHUP_DOMAIN, FOOTER_PREFIX, REPORT_HEADLINE_TEXT, REPORT_RAW_OVERVIEW_TABLE_HEADERS, TERMINAL_WIDTH, -} from './constants'; -import type { ScoredReport } from './types'; -import { applyScoreColor, countCategoryAudits, targetScoreIcon } from './utils'; +} from './constants.js'; +import type { ScoredReport } from './types.js'; +import { + applyScoreColor, + countCategoryAudits, + targetScoreIcon, +} from './utils.js'; function log(msg = ''): void { ui().logger.log(msg); diff --git a/packages/utils/src/lib/reports/log-stdout-summary.unit.test.ts b/packages/utils/src/lib/reports/log-stdout-summary.unit.test.ts index 0bd287b01..1697bea04 100644 --- a/packages/utils/src/lib/reports/log-stdout-summary.unit.test.ts +++ b/packages/utils/src/lib/reports/log-stdout-summary.unit.test.ts @@ -1,12 +1,12 @@ import { beforeAll, describe, expect, vi } from 'vitest'; import { removeColorCodes } from '@code-pushup/test-utils'; -import { ui } from '../logging'; +import { ui } from '../logging.js'; import { binaryIconPrefix, logCategories, logPlugins, -} from './log-stdout-summary'; -import type { ScoredReport } from './types'; +} from './log-stdout-summary.js'; +import type { ScoredReport } from './types.js'; describe('logCategories', () => { let logs: string[]; diff --git a/packages/utils/src/lib/reports/scoring.ts b/packages/utils/src/lib/reports/scoring.ts index 0bdea95d1..7f22fd92b 100644 --- a/packages/utils/src/lib/reports/scoring.ts +++ b/packages/utils/src/lib/reports/scoring.ts @@ -4,8 +4,8 @@ import type { GroupRef, Report, } from '@code-pushup/models'; -import { deepClone } from '../transform'; -import type { ScoredGroup, ScoredReport } from './types'; +import { deepClone } from '../transform.js'; +import type { ScoredGroup, ScoredReport } from './types.js'; export class GroupRefInvalidError extends Error { constructor(auditSlug: string, pluginSlug: string) { diff --git a/packages/utils/src/lib/reports/scoring.unit.test.ts b/packages/utils/src/lib/reports/scoring.unit.test.ts index cb0ab3294..e273eee8a 100644 --- a/packages/utils/src/lib/reports/scoring.unit.test.ts +++ b/packages/utils/src/lib/reports/scoring.unit.test.ts @@ -1,6 +1,6 @@ import { describe, expect } from 'vitest'; import { REPORT_MOCK } from '@code-pushup/test-utils'; -import { calculateScore, scoreReport } from './scoring'; +import { calculateScore, scoreReport } from './scoring.js'; describe('calculateScore', () => { it('should calculate the same score for one reference', () => { diff --git a/packages/utils/src/lib/reports/sorting.integration.test.ts b/packages/utils/src/lib/reports/sorting.integration.test.ts index 4f22f7f4d..57212b3e0 100644 --- a/packages/utils/src/lib/reports/sorting.integration.test.ts +++ b/packages/utils/src/lib/reports/sorting.integration.test.ts @@ -1,6 +1,6 @@ import { REPORT_MOCK } from '@code-pushup/test-utils'; -import { scoreReport } from './scoring'; -import { sortReport } from './sorting'; +import { scoreReport } from './scoring.js'; +import { sortReport } from './sorting.js'; describe('sortReport', () => { it('should sort the audits and audit groups in categories, plugin audits and audit issues', () => { diff --git a/packages/utils/src/lib/reports/sorting.ts b/packages/utils/src/lib/reports/sorting.ts index e922e10fa..be0c79198 100644 --- a/packages/utils/src/lib/reports/sorting.ts +++ b/packages/utils/src/lib/reports/sorting.ts @@ -9,13 +9,13 @@ import type { ScoredReport, SortableAuditReport, SortableGroup, -} from './types'; +} from './types.js'; import { compareAudits, compareCategoryAuditsAndGroups, compareIssues, throwIsNotPresentError, -} from './utils'; +} from './utils.js'; export function getSortableAuditByRef( { slug, weight, plugin }: CategoryRef, diff --git a/packages/utils/src/lib/reports/sorting.unit.test.ts b/packages/utils/src/lib/reports/sorting.unit.test.ts index 87b603984..ceb348938 100644 --- a/packages/utils/src/lib/reports/sorting.unit.test.ts +++ b/packages/utils/src/lib/reports/sorting.unit.test.ts @@ -3,8 +3,8 @@ import { getSortableAuditByRef, getSortableGroupByRef, getSortedGroupAudits, -} from './sorting'; -import type { SortableAuditReport, SortableGroup } from './types'; +} from './sorting.js'; +import type { SortableAuditReport, SortableGroup } from './types.js'; describe('getSortableAuditByRef', () => { it('should return a sortable audit', () => { diff --git a/packages/utils/src/lib/reports/utils.ts b/packages/utils/src/lib/reports/utils.ts index fca80013d..5d5f0b14c 100644 --- a/packages/utils/src/lib/reports/utils.ts +++ b/packages/utils/src/lib/reports/utils.ts @@ -8,8 +8,12 @@ import type { Group, Issue, } from '@code-pushup/models'; -import { SCORE_COLOR_RANGE } from './constants'; -import type { ScoredReport, SortableAuditReport, SortableGroup } from './types'; +import { SCORE_COLOR_RANGE } from './constants.js'; +import type { + ScoredReport, + SortableAuditReport, + SortableGroup, +} from './types.js'; export function formatReportScore(score: number): string { const scaledScore = score * 100; diff --git a/packages/utils/src/lib/reports/utils.unit.test.ts b/packages/utils/src/lib/reports/utils.unit.test.ts index 55468ddba..43c406e15 100644 --- a/packages/utils/src/lib/reports/utils.unit.test.ts +++ b/packages/utils/src/lib/reports/utils.unit.test.ts @@ -1,8 +1,12 @@ import type { Ansis } from 'ansis'; import { type Mock, describe, expect, it } from 'vitest'; import type { AuditReport, Issue, IssueSeverity } from '@code-pushup/models'; -import { SCORE_COLOR_RANGE } from './constants'; -import type { ScoredReport, SortableAuditReport, SortableGroup } from './types'; +import { SCORE_COLOR_RANGE } from './constants.js'; +import type { + ScoredReport, + SortableAuditReport, + SortableGroup, +} from './types.js'; import { MARKERS, type MarkerShape, @@ -25,7 +29,7 @@ import { scoreMarker, severityMarker, targetScoreIcon, -} from './utils'; +} from './utils.js'; describe('formatReportScore', () => { it.each([ diff --git a/packages/utils/src/lib/semver.unit.test.ts b/packages/utils/src/lib/semver.unit.test.ts index b96696570..9648b9710 100644 --- a/packages/utils/src/lib/semver.unit.test.ts +++ b/packages/utils/src/lib/semver.unit.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { isSemver, normalizeSemver, sortSemvers } from './semver'; +import { isSemver, normalizeSemver, sortSemvers } from './semver.js'; describe('isSemver', () => { it.each([ diff --git a/packages/utils/src/lib/text-formats/html/details.ts b/packages/utils/src/lib/text-formats/html/details.ts index 353115d41..e4a01637e 100644 --- a/packages/utils/src/lib/text-formats/html/details.ts +++ b/packages/utils/src/lib/text-formats/html/details.ts @@ -1,4 +1,4 @@ -import { NEW_LINE } from '../constants'; +import { NEW_LINE } from '../constants.js'; /** *
diff --git a/packages/utils/src/lib/text-formats/html/font-style.unit.test.ts b/packages/utils/src/lib/text-formats/html/font-style.unit.test.ts index 2393c6d62..1795bb1c1 100644 --- a/packages/utils/src/lib/text-formats/html/font-style.unit.test.ts +++ b/packages/utils/src/lib/text-formats/html/font-style.unit.test.ts @@ -1,4 +1,4 @@ -import { bold, code, italic } from './font-style'; +import { bold, code, italic } from './font-style.js'; describe('bold', () => { it('should return bold text', () => { diff --git a/packages/utils/src/lib/text-formats/html/table.ts b/packages/utils/src/lib/text-formats/html/table.ts index 22c3420ae..e50fbc009 100644 --- a/packages/utils/src/lib/text-formats/html/table.ts +++ b/packages/utils/src/lib/text-formats/html/table.ts @@ -1,6 +1,6 @@ import type { Table } from '@code-pushup/models'; -import { NEW_LINE } from '../constants'; -import { columnsToStringArray, rowToStringArray } from '../table'; +import { NEW_LINE } from '../constants.js'; +import { columnsToStringArray, rowToStringArray } from '../table.js'; function wrap(elem: string, content: string): string { return `<${elem}>${content}${NEW_LINE}`; diff --git a/packages/utils/src/lib/text-formats/html/table.unit.test.ts b/packages/utils/src/lib/text-formats/html/table.unit.test.ts index eb8f2022a..06f29b989 100644 --- a/packages/utils/src/lib/text-formats/html/table.unit.test.ts +++ b/packages/utils/src/lib/text-formats/html/table.unit.test.ts @@ -1,5 +1,5 @@ import type { Table } from '@code-pushup/models'; -import { table } from './table'; +import { table } from './table.js'; describe('tableHtml', () => { it('should create a complete table', () => { diff --git a/packages/utils/src/lib/text-formats/index.ts b/packages/utils/src/lib/text-formats/index.ts index e3a8268be..fb5f84fe9 100644 --- a/packages/utils/src/lib/text-formats/index.ts +++ b/packages/utils/src/lib/text-formats/index.ts @@ -1,9 +1,9 @@ -import { details } from './html/details'; -import { bold, code, italic } from './html/font-style'; -import { link } from './html/link'; -import { table } from './html/table'; +import { details } from './html/details.js'; +import { bold, code, italic } from './html/font-style.js'; +import { link } from './html/link.js'; +import { table } from './html/table.js'; -export { NEW_LINE, SPACE, TAB, HIERARCHY } from './constants'; +export { NEW_LINE, SPACE, TAB, HIERARCHY } from './constants.js'; export const html = { bold, diff --git a/packages/utils/src/lib/text-formats/table.ts b/packages/utils/src/lib/text-formats/table.ts index d62880f10..6cfb4842c 100644 --- a/packages/utils/src/lib/text-formats/table.ts +++ b/packages/utils/src/lib/text-formats/table.ts @@ -5,7 +5,7 @@ import type { TableColumnObject, TableColumnPrimitive, } from '@code-pushup/models'; -import { capitalize } from '../transform'; +import { capitalize } from '../transform.js'; export function rowToStringArray({ rows, columns = [] }: Table): string[][] { if (Array.isArray(rows.at(0)) && typeof columns.at(0) === 'object') { diff --git a/packages/utils/src/lib/text-formats/table.unit.test.ts b/packages/utils/src/lib/text-formats/table.unit.test.ts index 43be3ca74..fad26fe45 100644 --- a/packages/utils/src/lib/text-formats/table.unit.test.ts +++ b/packages/utils/src/lib/text-formats/table.unit.test.ts @@ -6,7 +6,7 @@ import { getColumnAlignmentForKeyAndIndex, getColumnAlignments, rowToStringArray, -} from './table'; +} from './table.js'; describe('rowToStringArray', () => { it('should throw if data shape is incorrect', () => { diff --git a/packages/utils/src/lib/transform.unit.test.ts b/packages/utils/src/lib/transform.unit.test.ts index f3eb28c7c..3aa72f937 100644 --- a/packages/utils/src/lib/transform.unit.test.ts +++ b/packages/utils/src/lib/transform.unit.test.ts @@ -15,7 +15,7 @@ import { toNumberPrecision, toOrdinal, toUnixPath, -} from './transform'; +} from './transform.js'; describe('toArray', () => { it('should transform non-array value into array with single value', () => { diff --git a/packages/utils/src/lib/verbose-utils.ts b/packages/utils/src/lib/verbose-utils.ts index a0b42fbc3..9daf7d8e2 100644 --- a/packages/utils/src/lib/verbose-utils.ts +++ b/packages/utils/src/lib/verbose-utils.ts @@ -1,4 +1,4 @@ -import { ui } from './logging'; +import { ui } from './logging.js'; function getLogVerbose(verbose = false) { return (msg: string) => { diff --git a/packages/utils/src/lib/verbose-utils.unit.test.ts b/packages/utils/src/lib/verbose-utils.unit.test.ts index 2326f70ec..339131cf7 100644 --- a/packages/utils/src/lib/verbose-utils.unit.test.ts +++ b/packages/utils/src/lib/verbose-utils.unit.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it, vi } from 'vitest'; import { getLogMessages } from '@code-pushup/test-utils'; -import { ui } from './logging'; -import { verboseUtils } from './verbose-utils'; +import { ui } from './logging.js'; +import { verboseUtils } from './verbose-utils.js'; describe('verbose-utils', () => { it('exec should be off by default', () => { diff --git a/packages/utils/vite.config.integration.ts b/packages/utils/vite.config.integration.ts index 40e9b96e3..2a5523111 100644 --- a/packages/utils/vite.config.integration.ts +++ b/packages/utils/vite.config.integration.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/utils', diff --git a/packages/utils/vite.config.unit.ts b/packages/utils/vite.config.unit.ts index 50d728e5c..66d9e7717 100644 --- a/packages/utils/vite.config.unit.ts +++ b/packages/utils/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../../node_modules/.vite/utils', diff --git a/testing/test-nx-utils/src/index.ts b/testing/test-nx-utils/src/index.ts index 74a844499..5713fae83 100644 --- a/testing/test-nx-utils/src/index.ts +++ b/testing/test-nx-utils/src/index.ts @@ -1,4 +1,4 @@ -export * from './lib/utils/environment'; -export * from './lib/utils/nx'; -export * from './lib/utils/nx-plugin'; -export * from './lib/utils/tree'; +export * from './lib/utils/environment.js'; +export * from './lib/utils/nx.js'; +export * from './lib/utils/nx-plugin.js'; +export * from './lib/utils/tree.js'; diff --git a/testing/test-nx-utils/src/lib/utils/nx-plugin.unit.test.ts b/testing/test-nx-utils/src/lib/utils/nx-plugin.unit.test.ts index d4b77cfc3..68a9d5daa 100644 --- a/testing/test-nx-utils/src/lib/utils/nx-plugin.unit.test.ts +++ b/testing/test-nx-utils/src/lib/utils/nx-plugin.unit.test.ts @@ -3,7 +3,7 @@ import { describe, expect } from 'vitest'; import { createNodesContext, invokeCreateNodesOnVirtualFiles, -} from './nx-plugin'; +} from './nx-plugin.js'; describe('createNodesContext', () => { it('should return a context with the provided options', () => { diff --git a/testing/test-nx-utils/src/lib/utils/nx.unit.test.ts b/testing/test-nx-utils/src/lib/utils/nx.unit.test.ts index e9894ff0e..b2cf6697b 100644 --- a/testing/test-nx-utils/src/lib/utils/nx.unit.test.ts +++ b/testing/test-nx-utils/src/lib/utils/nx.unit.test.ts @@ -1,7 +1,7 @@ import * as process from 'node:process'; import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace'; import { describe, expect } from 'vitest'; -import { executorContext, registerPluginInWorkspace } from './nx'; +import { executorContext, registerPluginInWorkspace } from './nx.js'; describe('executorContext', () => { it('should create context for given project name', () => { diff --git a/testing/test-nx-utils/src/lib/utils/tree.integration.test.ts b/testing/test-nx-utils/src/lib/utils/tree.integration.test.ts index d0e7cf660..5cf76ea64 100644 --- a/testing/test-nx-utils/src/lib/utils/tree.integration.test.ts +++ b/testing/test-nx-utils/src/lib/utils/tree.integration.test.ts @@ -2,7 +2,7 @@ import { join } from 'node:path'; import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace'; import { describe, expect, it } from 'vitest'; import { readJsonFile } from '@code-pushup/utils'; -import { materializeTree } from './tree'; +import { materializeTree } from './tree.js'; describe('materializeTree', () => { const baseDir = join('tmp', 'materialize-tree'); diff --git a/testing/test-nx-utils/vite.config.unit.ts b/testing/test-nx-utils/vite.config.unit.ts index 066bbc269..b5a305cc1 100644 --- a/testing/test-nx-utils/vite.config.unit.ts +++ b/testing/test-nx-utils/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../node_modules/.vite/test-nx-utils', diff --git a/testing/test-setup/src/index.ts b/testing/test-setup/src/index.ts index 9c67964a4..e15bd396e 100644 --- a/testing/test-setup/src/index.ts +++ b/testing/test-setup/src/index.ts @@ -1 +1 @@ -export * from './lib/test-folder.setup'; +export * from './lib/test-folder.setup.js'; diff --git a/testing/test-utils/src/index.ts b/testing/test-utils/src/index.ts index 4ada76af9..92909088c 100644 --- a/testing/test-utils/src/index.ts +++ b/testing/test-utils/src/index.ts @@ -1,32 +1,32 @@ -export * from './lib/constants'; -export * from './lib/utils/execute-process-helper.mock'; -export * from './lib/utils/os-agnostic-paths'; -export * from './lib/utils/logging'; -export * from './lib/utils/env'; -export * from './lib/utils/git'; -export * from './lib/utils/string'; -export * from './lib/utils/file-system'; -export * from './lib/utils/create-npm-workshpace'; -export * from './lib/utils/omit-report-data'; -export * from './lib/utils/project-graph'; +export * from './lib/constants.js'; +export * from './lib/utils/execute-process-helper.mock.js'; +export * from './lib/utils/os-agnostic-paths.js'; +export * from './lib/utils/logging.js'; +export * from './lib/utils/env.js'; +export * from './lib/utils/git.js'; +export * from './lib/utils/string.js'; +export * from './lib/utils/file-system.js'; +export * from './lib/utils/create-npm-workshpace.js'; +export * from './lib/utils/omit-report-data.js'; +export * from './lib/utils/project-graph.js'; // static mocks -export * from './lib/utils/commit.mock'; -export * from './lib/utils/core-config.mock'; -export * from './lib/utils/minimal-config.mock'; -export * from './lib/utils/report.mock'; -export * from './lib/fixtures/configs/custom-plugin'; +export * from './lib/utils/commit.mock.js'; +export * from './lib/utils/core-config.mock.js'; +export * from './lib/utils/minimal-config.mock.js'; +export * from './lib/utils/report.mock.js'; +export * from './lib/fixtures/configs/custom-plugin.js'; // dynamic mocks -export * from './lib/utils/dynamic-mocks/categories.mock'; -export * from './lib/utils/dynamic-mocks/config.mock'; -export * from './lib/utils/dynamic-mocks/eslint-audits.mock'; -export * from './lib/utils/dynamic-mocks/eslint-plugin.mock'; -export * from './lib/utils/dynamic-mocks/lighthouse-audits.mock'; -export * from './lib/utils/dynamic-mocks/lighthouse-plugin.mock'; -export * from './lib/utils/dynamic-mocks/persist-config.mock'; -export * from './lib/utils/dynamic-mocks/plugin-config.mock'; -export * from './lib/utils/dynamic-mocks/report-diff.mock'; -export * from './lib/utils/dynamic-mocks/report.mock'; -export * from './lib/utils/dynamic-mocks/runner-config.mock'; -export * from './lib/utils/dynamic-mocks/upload-config.mock'; +export * from './lib/utils/dynamic-mocks/categories.mock.js'; +export * from './lib/utils/dynamic-mocks/config.mock.js'; +export * from './lib/utils/dynamic-mocks/eslint-audits.mock.js'; +export * from './lib/utils/dynamic-mocks/eslint-plugin.mock.js'; +export * from './lib/utils/dynamic-mocks/lighthouse-audits.mock.js'; +export * from './lib/utils/dynamic-mocks/lighthouse-plugin.mock.js'; +export * from './lib/utils/dynamic-mocks/persist-config.mock.js'; +export * from './lib/utils/dynamic-mocks/plugin-config.mock.js'; +export * from './lib/utils/dynamic-mocks/report-diff.mock.js'; +export * from './lib/utils/dynamic-mocks/report.mock.js'; +export * from './lib/utils/dynamic-mocks/runner-config.mock.js'; +export * from './lib/utils/dynamic-mocks/upload-config.mock.js'; diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/categories.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/categories.mock.ts index da03d9962..e35b9ee47 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/categories.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/categories.mock.ts @@ -1,5 +1,5 @@ import type { CategoryConfig } from '@code-pushup/models'; -import { eslintAuditRefMock } from './eslint-plugin.mock'; +import { eslintAuditRefMock } from './eslint-plugin.mock.js'; export const CATEGORIES_MAP = { performance: { diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/config.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/config.mock.ts index ad9fbb74f..5a9d2fc53 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/config.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/config.mock.ts @@ -1,9 +1,9 @@ import { type CoreConfig, coreConfigSchema } from '@code-pushup/models'; -import { categoryConfigsMock } from './categories.mock'; -import { eslintPluginConfigMock } from './eslint-plugin.mock'; -import { lighthousePluginConfigMock } from './lighthouse-plugin.mock'; -import { persistConfigMock } from './persist-config.mock'; -import { auditReportMock, pluginConfigMock } from './plugin-config.mock'; +import { categoryConfigsMock } from './categories.mock.js'; +import { eslintPluginConfigMock } from './eslint-plugin.mock.js'; +import { lighthousePluginConfigMock } from './lighthouse-plugin.mock.js'; +import { persistConfigMock } from './persist-config.mock.js'; +import { auditReportMock, pluginConfigMock } from './plugin-config.mock.js'; export function configMock(outputDir = 'tmp'): CoreConfig { return coreConfigSchema.parse({ diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/eslint-plugin.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/eslint-plugin.mock.ts index 773e9348d..fef734a59 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/eslint-plugin.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/eslint-plugin.mock.ts @@ -11,8 +11,8 @@ import { ESLINT_AUDITS_FIXED_SLUGS, ESLINT_AUDITS_MAP, ESLINT_AUDIT_SLUGS, -} from './eslint-audits.mock'; -import { echoRunnerConfigMock } from './runner-config.mock'; +} from './eslint-audits.mock.js'; +import { echoRunnerConfigMock } from './runner-config.mock.js'; export const ESLINT_PLUGIN_GROUP_MAX_LINES: Group = { slug: 'max-line-limitation', diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/lighthouse-plugin.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/lighthouse-plugin.mock.ts index cea351aab..1360ba8fc 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/lighthouse-plugin.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/lighthouse-plugin.mock.ts @@ -10,8 +10,8 @@ import { LIGHTHOUSE_AUDITS_CHANGES, LIGHTHOUSE_AUDITS_MAP, LIGHTHOUSE_AUDIT_SLUGS, -} from './lighthouse-audits.mock'; -import { echoRunnerConfigMock } from './runner-config.mock'; +} from './lighthouse-audits.mock.js'; +import { echoRunnerConfigMock } from './runner-config.mock.js'; export const LH_PLUGIN_GROUP_PERFORMANCE: Group = { slug: 'performance', diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/plugin-config.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/plugin-config.mock.ts index 983d79d07..c7e37dd2a 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/plugin-config.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/plugin-config.mock.ts @@ -7,7 +7,7 @@ import { auditSchema, pluginConfigSchema, } from '@code-pushup/models'; -import { echoRunnerConfigMock } from './runner-config.mock'; +import { echoRunnerConfigMock } from './runner-config.mock.js'; export function pluginConfigMock( auditOutputs: AuditReport[], diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/report-diff.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/report-diff.mock.ts index c043756b9..9bd8fb100 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/report-diff.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/report-diff.mock.ts @@ -4,31 +4,31 @@ import type { CategoryDiff, ReportsDiff, } from '@code-pushup/models'; -import { COMMIT_ALT_MOCK, COMMIT_MOCK } from '../commit.mock'; +import { COMMIT_ALT_MOCK, COMMIT_MOCK } from '../commit.mock.js'; import { CATEGORIES_MAP, CATEGORY_SLUGS, type CategorySlug, -} from './categories.mock'; +} from './categories.mock.js'; import { ESLINT_AUDITS_FIXED_SLUGS, ESLINT_AUDITS_MAP, ESLINT_AUDIT_SLUGS, -} from './eslint-audits.mock'; +} from './eslint-audits.mock.js'; import { ESLINT_PLUGIN_GROUP_MAX_LINES, ESLINT_PLUGIN_META, type ESLintAuditSlug, -} from './eslint-plugin.mock'; +} from './eslint-plugin.mock.js'; import { LIGHTHOUSE_AUDITS_CHANGES, LIGHTHOUSE_AUDITS_MAP, LIGHTHOUSE_AUDIT_SLUGS, -} from './lighthouse-audits.mock'; +} from './lighthouse-audits.mock.js'; import { LH_PLUGIN_GROUP_PERFORMANCE, LH_PLUGIN_META, -} from './lighthouse-plugin.mock'; +} from './lighthouse-plugin.mock.js'; export function reportsDiffMock(): ReportsDiff { return { diff --git a/testing/test-utils/src/lib/utils/dynamic-mocks/report.mock.ts b/testing/test-utils/src/lib/utils/dynamic-mocks/report.mock.ts index 6b993f0c5..69895386c 100644 --- a/testing/test-utils/src/lib/utils/dynamic-mocks/report.mock.ts +++ b/testing/test-utils/src/lib/utils/dynamic-mocks/report.mock.ts @@ -1,14 +1,14 @@ import type { Report } from '@code-pushup/models'; -import { COMMIT_ALT_MOCK, COMMIT_MOCK } from '../commit.mock'; -import { categoryConfigsMock } from './categories.mock'; +import { COMMIT_ALT_MOCK, COMMIT_MOCK } from '../commit.mock.js'; +import { categoryConfigsMock } from './categories.mock.js'; import { eslintPluginReportAltMock, eslintPluginReportMock, -} from './eslint-plugin.mock'; +} from './eslint-plugin.mock.js'; import { lighthousePluginReportAltMock, lighthousePluginReportMock, -} from './lighthouse-plugin.mock'; +} from './lighthouse-plugin.mock.js'; export function reportMock(): Report { return { diff --git a/testing/test-utils/src/lib/utils/file-system.unit.test.ts b/testing/test-utils/src/lib/utils/file-system.unit.test.ts index 5fdf5047e..4ce6dc381 100644 --- a/testing/test-utils/src/lib/utils/file-system.unit.test.ts +++ b/testing/test-utils/src/lib/utils/file-system.unit.test.ts @@ -10,8 +10,8 @@ import { it, vi, } from 'vitest'; -import { MEMFS_VOLUME } from '../constants'; -import { ensureDirectoryExists } from './file-system'; +import { MEMFS_VOLUME } from '../constants.js'; +import { ensureDirectoryExists } from './file-system.js'; vi.mock('fs', async () => { const memfs: typeof import('memfs') = await vi.importActual('memfs'); diff --git a/testing/test-utils/src/lib/utils/os-agnostic-paths.unit.test.ts b/testing/test-utils/src/lib/utils/os-agnostic-paths.unit.test.ts index 3c7482fcd..1824fe5a5 100644 --- a/testing/test-utils/src/lib/utils/os-agnostic-paths.unit.test.ts +++ b/testing/test-utils/src/lib/utils/os-agnostic-paths.unit.test.ts @@ -7,7 +7,7 @@ import { it, vi, } from 'vitest'; -import { osAgnosticPath } from './os-agnostic-paths'; +import { osAgnosticPath } from './os-agnostic-paths.js'; describe('osAgnosticPath', () => { const cwdSpy: MockInstance<[], string> = vi.spyOn(process, 'cwd'); diff --git a/testing/test-utils/src/lib/utils/report.mock.ts b/testing/test-utils/src/lib/utils/report.mock.ts index bad186816..3b2020ee6 100644 --- a/testing/test-utils/src/lib/utils/report.mock.ts +++ b/testing/test-utils/src/lib/utils/report.mock.ts @@ -1,9 +1,9 @@ import type { PluginConfig, PluginReport, Report } from '@code-pushup/models'; -import { COMMIT_MOCK } from './commit.mock'; +import { COMMIT_MOCK } from './commit.mock.js'; import { auditReportMock, pluginConfigMock, -} from './dynamic-mocks/plugin-config.mock'; +} from './dynamic-mocks/plugin-config.mock.js'; export const MINIMAL_REPORT_MOCK: Report = { packageName: '@code-pushup/core', diff --git a/testing/test-utils/vite.config.unit.ts b/testing/test-utils/vite.config.unit.ts index 33123b7a0..8d5f0328f 100644 --- a/testing/test-utils/vite.config.unit.ts +++ b/testing/test-utils/vite.config.unit.ts @@ -1,6 +1,6 @@ /// import { defineConfig } from 'vite'; -import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases'; +import { tsconfigPathAliases } from '../../tools/vitest-tsconfig-path-aliases.js'; export default defineConfig({ cacheDir: '../node_modules/.vite/test-utils', diff --git a/tools/src/debug/bin/clean-npmrc.ts b/tools/src/debug/bin/clean-npmrc.ts index 1f9d9f30f..476c42818 100644 --- a/tools/src/debug/bin/clean-npmrc.ts +++ b/tools/src/debug/bin/clean-npmrc.ts @@ -1,7 +1,7 @@ import yargs, { type Options } from 'yargs'; import { hideBin } from 'yargs/helpers'; -import { cleanNpmrc } from '../utils'; -import type { CleanNpmrcBinOptions } from './types'; +import { cleanNpmrc } from '../utils.js'; +import type { CleanNpmrcBinOptions } from './types.js'; const argv = yargs(hideBin(process.argv)) .version(false) diff --git a/tools/src/debug/bin/kill-process.ts b/tools/src/debug/bin/kill-process.ts index 51a9f5b9b..8884e0dd5 100644 --- a/tools/src/debug/bin/kill-process.ts +++ b/tools/src/debug/bin/kill-process.ts @@ -1,7 +1,7 @@ import yargs from 'yargs'; import { hideBin } from 'yargs/helpers'; -import { type PID, killProcesses } from '../utils'; -import type { KillProcessesBinOptions } from './types'; +import { type PID, killProcesses } from '../utils.js'; +import type { KillProcessesBinOptions } from './types.js'; const { commandMatch, pid, verbose, force } = yargs(hideBin(process.argv)) .version(false) diff --git a/tools/src/debug/bin/list-process.ts b/tools/src/debug/bin/list-process.ts index b2c7a8c62..e54895d46 100644 --- a/tools/src/debug/bin/list-process.ts +++ b/tools/src/debug/bin/list-process.ts @@ -1,7 +1,7 @@ import yargs from 'yargs'; import { hideBin } from 'yargs/helpers'; -import { type PID, listProcess } from '../utils'; -import type { ListProcessesBinOptions } from './types'; +import { type PID, listProcess } from '../utils.js'; +import type { ListProcessesBinOptions } from './types.js'; const { commandMatch, pid, verbose, slice } = yargs(hideBin(process.argv)) .version(false) diff --git a/tools/src/debug/bin/types.ts b/tools/src/debug/bin/types.ts index cd8964eb3..a0fa9a131 100644 --- a/tools/src/debug/bin/types.ts +++ b/tools/src/debug/bin/types.ts @@ -1,5 +1,5 @@ // options for `bin/list-processes` -import type { CleanNpmrcOptions, ProcessListOption } from '../utils'; +import type { CleanNpmrcOptions, ProcessListOption } from '../utils.js'; export type ListProcessesBinOptions = ProcessListOption & { slice?: number; diff --git a/tools/src/debug/debug.plugin.ts b/tools/src/debug/debug.plugin.ts index 34c302aac..f1a6f307b 100644 --- a/tools/src/debug/debug.plugin.ts +++ b/tools/src/debug/debug.plugin.ts @@ -1,8 +1,8 @@ import type { CreateNodes, CreateNodesContext } from '@nx/devkit'; import { dirname } from 'node:path'; -import { objectToCliArgs } from '../../../packages/nx-plugin/src/executors/internal/cli'; -import { TOOLS_TSCONFIG_PATH } from '../constants'; -import { KILL_PROCESS_BIN, LIST_PROCESS_BIN } from './constants'; +import { objectToCliArgs } from '../../../packages/nx-plugin/src/executors/internal/cli.js'; +import { TOOLS_TSCONFIG_PATH } from '../constants.js'; +import { KILL_PROCESS_BIN, LIST_PROCESS_BIN } from './constants.js'; type CreateNodesOptions = { tsconfig?: string; From da4c689d8ddbd660fa3e06547a06939c1bd42af6 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 18:55:58 +0100 Subject: [PATCH 18/45] refactor: tsx compatible code pushup execution --- code-pushup.config.ts | 6 +++--- code-pushup.preset.ts | 10 +++++----- project.json | 21 +++++++-------------- 3 files changed, 15 insertions(+), 22 deletions(-) diff --git a/code-pushup.config.ts b/code-pushup.config.ts index c96b7551c..dd79e3b03 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -1,19 +1,19 @@ import 'dotenv/config'; import { z } from 'zod'; +import { mergeConfigs } from '@code-pushup/utils'; import { coverageCoreConfigNx, eslintCoreConfigNx, jsPackagesCoreConfig, lighthouseCoreConfig, -} from './code-pushup.preset'; +} from './code-pushup.preset.js'; import { fileSizePlugin, fileSizeRecommendedRefs, packageJsonDocumentationGroupRef, packageJsonPerformanceGroupRef, packageJsonPlugin, -} from './dist/examples/plugins'; -import { mergeConfigs } from './dist/packages/utils'; +} from './examples/plugins/src/index.js'; import type { CoreConfig } from './packages/models/src'; // load upload configuration from environment diff --git a/code-pushup.preset.ts b/code-pushup.preset.ts index 21d6339b3..2f3262519 100644 --- a/code-pushup.preset.ts +++ b/code-pushup.preset.ts @@ -1,15 +1,15 @@ import coveragePlugin, { getNxCoveragePaths, -} from './dist/packages/plugin-coverage'; +} from '@code-pushup/coverage-plugin'; import eslintPlugin, { eslintConfigFromAllNxProjects, eslintConfigFromNxProject, -} from './dist/packages/plugin-eslint'; -import jsPackagesPlugin from './dist/packages/plugin-js-packages'; +} from '@code-pushup/eslint-plugin'; +import jsPackagesPlugin from '@code-pushup/js-packages-plugin'; import lighthousePlugin, { lighthouseGroupRef, -} from './dist/packages/plugin-lighthouse'; -import type { CategoryConfig, CoreConfig } from './packages/models/src'; +} from '@code-pushup/lighthouse-plugin'; +import type { CategoryConfig, CoreConfig } from '@code-pushup/models'; export const jsPackagesCategories: CategoryConfig[] = [ { diff --git a/project.json b/project.json index 93f3644ef..8745d84e2 100644 --- a/project.json +++ b/project.json @@ -3,21 +3,14 @@ "$schema": "node_modules/nx/schemas/project-schema.json", "targets": { "code-pushup": { - "command": "npx dist/packages/cli", - "dependsOn": [ - { - "projects": [ - "cli", - "plugin-eslint", - "plugin-coverage", - "plugin-js-packages", - "plugin-lighthouse", - "examples-plugins", - "react-todos-app" - ], - "target": "build" + "executor": "nx:run-commands", + "options": { + "command": "node packages/cli/src/index.ts", + "env": { + "NODE_OPTIONS": "--import tsx", + "TSX_TSCONFIG_PATH": "tsconfig.base.json" } - ] + } } } } From 28eeee8ff5854f9ca1db41e22293a0520b1335b5 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 29 Nov 2024 19:03:49 +0100 Subject: [PATCH 19/45] build: fix package lock after rebase --- package-lock.json | 69 +++++++++-------------------------------------- 1 file changed, 12 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11dd78799..c868c7a2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,9 +105,9 @@ }, "optionalDependencies": { "@esbuild/darwin-arm64": "^0.19.12", - "@nx/nx-darwin-arm64": "19.8.9", - "@nx/nx-darwin-x64": "19.8.9", - "@nx/nx-linux-x64-gnu": "19.8.9", + "@nx/nx-darwin-arm64": "19.8.13", + "@nx/nx-darwin-x64": "19.8.13", + "@nx/nx-linux-x64-gnu": "19.8.13", "@rollup/rollup-darwin-arm64": "^4.0.0", "@rollup/rollup-darwin-x64": "^4.0.0", "@rollup/rollup-linux-x64-gnu": "^4.0.0", @@ -5801,9 +5801,9 @@ } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.9.tgz", - "integrity": "sha512-x/jAxUB7wrUEQu1LpMgloUuAL3LhZg1MmFJkb82lsv/jMUyb6IWisZaw5IP921z4gf3tYIWz+gzF6JmXH7yszg==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.13.tgz", + "integrity": "sha512-3kfEkIxqug7q3vsGvqtR4Nz5TYF2T02BXtuD0ML9xbGDfbksNrRp2c0xjPbnyvJtOdgmtx0wcguwUrm+S3uiHw==", "cpu": [ "arm64" ], @@ -5816,9 +5816,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.9.tgz", - "integrity": "sha512-EXK1PoQC+yxw/fqxLdaF4j20kqHD95CMqEIWExgperSarjAaf5aAAa/y9OKgQepxM+hB2ZOxDEate3F7TLXNOg==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.13.tgz", + "integrity": "sha512-BXiegV6ZV/9ma31R1Kgh8CBglr3C96aBcssOSX6w91bUO08XfirLLMPQ8BpRc9AF/IGt3Y1gYRLOdHcibi36QQ==", "cpu": [ "x64" ], @@ -5891,9 +5891,9 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.9", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.9.tgz", - "integrity": "sha512-BGqY+yQsA+xfBVoK+3bosJppt3/7jKcdVGisIf8igpWpWsP11j6hcGiSUfXErdA6cfxJHLfOY//bi/6GB4OwQQ==", + "version": "19.8.13", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.13.tgz", + "integrity": "sha512-w8F7yGuUOA+VDIf5K05e4tIExKEIuhPNS/qTea+iagdWnnnmqEm+EJpiXrf9L6TSMUxu2GgDI03DVuBck7oUgw==", "cpu": [ "x64" ], @@ -21603,51 +21603,6 @@ } } }, - "node_modules/nx/node_modules/@nx/nx-darwin-arm64": { - "version": "19.8.13", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.13.tgz", - "integrity": "sha512-3kfEkIxqug7q3vsGvqtR4Nz5TYF2T02BXtuD0ML9xbGDfbksNrRp2c0xjPbnyvJtOdgmtx0wcguwUrm+S3uiHw==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-darwin-x64": { - "version": "19.8.13", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.8.13.tgz", - "integrity": "sha512-BXiegV6ZV/9ma31R1Kgh8CBglr3C96aBcssOSX6w91bUO08XfirLLMPQ8BpRc9AF/IGt3Y1gYRLOdHcibi36QQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/nx/node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.8.13", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.8.13.tgz", - "integrity": "sha512-w8F7yGuUOA+VDIf5K05e4tIExKEIuhPNS/qTea+iagdWnnnmqEm+EJpiXrf9L6TSMUxu2GgDI03DVuBck7oUgw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/nx/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", From 32dda1adb02007ae7549b756ef0b437a96ae0f10 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 30 Nov 2024 11:58:13 +0100 Subject: [PATCH 20/45] build: add explicit tsbuild dependency to all sub packages --- package-lock.json | 2 +- package.json | 2 +- packages/ci/package.json | 1 + packages/cli/package.json | 1 + packages/core/package.json | 1 + packages/create-cli/package.json | 3 ++- packages/models/package.json | 1 + packages/plugin-coverage/package.json | 1 + packages/plugin-eslint/package.json | 1 + packages/plugin-js-packages/package.json | 1 + packages/plugin-lighthouse/package.json | 1 + packages/utils/package.json | 1 + 12 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c868c7a2c..d66cfbf12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", - "tslib": "^2.4.0", + "tslib": "^2.6.2", "vscode-material-icons": "^0.1.1", "yaml": "^2.5.1", "yargs": "^17.7.2", diff --git a/package.json b/package.json index 6cfeaf7eb..157f5785b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "parse-lcov": "^1.0.4", "semver": "^7.6.3", "simple-git": "^3.26.0", - "tslib": "^2.4.0", + "tslib": "^2.6.2", "vscode-material-icons": "^0.1.1", "yaml": "^2.5.1", "yargs": "^17.7.2", diff --git a/packages/ci/package.json b/packages/ci/package.json index d07744f2d..4bee5a93b 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -31,6 +31,7 @@ "@code-pushup/utils": "0.56.0", "glob": "^10.4.5", "simple-git": "^3.20.0", + "tslib": "^2.6.2", "yaml": "^2.5.1" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index ada2edc50..2d964a7a2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -47,6 +47,7 @@ "@code-pushup/utils": "0.56.0", "yargs": "^17.7.2", "ansis": "^3.3.0", + "tslib": "^2.6.2", "simple-git": "^3.20.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index fce136d68..ef7a2eabb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,6 +42,7 @@ "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", + "tslib": "^2.6.2", "ansis": "^3.3.0" }, "peerDependencies": { diff --git a/packages/create-cli/package.json b/packages/create-cli/package.json index af7b26537..bc0759a84 100644 --- a/packages/create-cli/package.json +++ b/packages/create-cli/package.json @@ -28,6 +28,7 @@ "types": "./src/index.d.ts", "dependencies": { "@code-pushup/nx-plugin": "0.56.0", - "@code-pushup/utils": "0.56.0" + "@code-pushup/utils": "0.56.0", + "tslib": "^2.6.2" } } diff --git a/packages/models/package.json b/packages/models/package.json index d3edfced6..5200ca4f7 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -29,6 +29,7 @@ "types": "./src/index.d.ts", "dependencies": { "zod": "^3.22.1", + "tslib": "^2.6.2", "vscode-material-icons": "^0.1.0" } } diff --git a/packages/plugin-coverage/package.json b/packages/plugin-coverage/package.json index c87ed2d04..95e74fad2 100644 --- a/packages/plugin-coverage/package.json +++ b/packages/plugin-coverage/package.json @@ -39,6 +39,7 @@ "@code-pushup/utils": "0.56.0", "ansis": "^3.3.0", "parse-lcov": "^1.0.4", + "tslib": "^2.6.2", "zod": "^3.22.4" }, "peerDependencies": { diff --git a/packages/plugin-eslint/package.json b/packages/plugin-eslint/package.json index 85991b15d..3a71afb00 100644 --- a/packages/plugin-eslint/package.json +++ b/packages/plugin-eslint/package.json @@ -41,6 +41,7 @@ "dependencies": { "@code-pushup/utils": "0.56.0", "@code-pushup/models": "0.56.0", + "tslib": "^2.6.2", "zod": "^3.22.4" }, "peerDependencies": { diff --git a/packages/plugin-js-packages/package.json b/packages/plugin-js-packages/package.json index 326578687..21652e72f 100644 --- a/packages/plugin-js-packages/package.json +++ b/packages/plugin-js-packages/package.json @@ -42,6 +42,7 @@ "@code-pushup/utils": "0.56.0", "build-md": "^0.4.1", "semver": "^7.6.0", + "tslib": "^2.6.2", "zod": "^3.22.4" } } diff --git a/packages/plugin-lighthouse/package.json b/packages/plugin-lighthouse/package.json index 5eccaeb69..37fe3a514 100644 --- a/packages/plugin-lighthouse/package.json +++ b/packages/plugin-lighthouse/package.json @@ -39,6 +39,7 @@ "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", + "tslib": "^2.6.2", "ansis": "^3.3.0", "chrome-launcher": "^1.1.1", "lighthouse": "^12.0.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index e8573302e..1c9cbd60f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -34,6 +34,7 @@ "esbuild": "^0.19.2", "multi-progress-bars": "^5.0.3", "semver": "^7.6.0", + "tslib": "^2.6.2", "simple-git": "^3.20.0" } } From 338478541bfb2b1ff9620d01f3de6b2f0d56c954 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 30 Nov 2024 14:27:15 +0100 Subject: [PATCH 21/45] refactor: correct project json schema reference --- testing/test-nx-utils/project.json | 2 +- testing/test-setup/project.json | 2 +- testing/test-utils/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/test-nx-utils/project.json b/testing/test-nx-utils/project.json index b1cbb7799..09bce6cdf 100644 --- a/testing/test-nx-utils/project.json +++ b/testing/test-nx-utils/project.json @@ -1,6 +1,6 @@ { "name": "test-nx-utils", - "$schema": "../node_modules/nx/schemas/project-schema.json", + "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "testing/test-nx-utils/src", "projectType": "library", "targets": { diff --git a/testing/test-setup/project.json b/testing/test-setup/project.json index 58840ce8f..3db218fb8 100644 --- a/testing/test-setup/project.json +++ b/testing/test-setup/project.json @@ -1,6 +1,6 @@ { "name": "test-setup", - "$schema": "../node_modules/nx/schemas/project-schema.json", + "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "testing/test-setup/src", "projectType": "library", "targets": { diff --git a/testing/test-utils/project.json b/testing/test-utils/project.json index 6432d3d4e..24d01139e 100644 --- a/testing/test-utils/project.json +++ b/testing/test-utils/project.json @@ -1,6 +1,6 @@ { "name": "test-utils", - "$schema": "../node_modules/nx/schemas/project-schema.json", + "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "testing/test-utils/src", "projectType": "library", "targets": { From 6c6cd58be6c3568fdb92f0b10bd3aacfc296ff37 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 30 Nov 2024 14:28:19 +0100 Subject: [PATCH 22/45] build: fix test-utils buildable lib by adding package json with correct name --- testing/test-utils/package.json | 4 ++++ testing/test-utils/src/index.ts | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 testing/test-utils/package.json diff --git a/testing/test-utils/package.json b/testing/test-utils/package.json new file mode 100644 index 000000000..e3ca7107f --- /dev/null +++ b/testing/test-utils/package.json @@ -0,0 +1,4 @@ +{ + "name": "@code-pushup/test-utils", + "type": "module" +} diff --git a/testing/test-utils/src/index.ts b/testing/test-utils/src/index.ts index 92909088c..2adbfb7b9 100644 --- a/testing/test-utils/src/index.ts +++ b/testing/test-utils/src/index.ts @@ -15,7 +15,6 @@ export * from './lib/utils/commit.mock.js'; export * from './lib/utils/core-config.mock.js'; export * from './lib/utils/minimal-config.mock.js'; export * from './lib/utils/report.mock.js'; -export * from './lib/fixtures/configs/custom-plugin.js'; // dynamic mocks export * from './lib/utils/dynamic-mocks/categories.mock.js'; From 3499bbe58fb765241e46e0ae2c471a8b6ca8c472 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 30 Nov 2024 17:39:23 +0100 Subject: [PATCH 23/45] refactor: temporary remove custom-checks as they require dist folder to exist --- code-pushup.config.ts | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/code-pushup.config.ts b/code-pushup.config.ts index dd79e3b03..4b2b259be 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -7,13 +7,6 @@ import { jsPackagesCoreConfig, lighthouseCoreConfig, } from './code-pushup.preset.js'; -import { - fileSizePlugin, - fileSizeRecommendedRefs, - packageJsonDocumentationGroupRef, - packageJsonPerformanceGroupRef, - packageJsonPlugin, -} from './examples/plugins/src/index.js'; import type { CoreConfig } from './packages/models/src'; // load upload configuration from environment @@ -35,31 +28,7 @@ const config: CoreConfig = { }, }), - plugins: [ - fileSizePlugin({ - directory: './dist/packages', - pattern: /\.js$/, - budget: 174_080, // 170 kB - }), - - packageJsonPlugin({ - directory: './dist/packages', - license: 'MIT', - type: 'module', - }), - ], - - categories: [ - { - slug: 'custom-checks', - title: 'Custom checks', - refs: [ - ...fileSizeRecommendedRefs, - packageJsonPerformanceGroupRef, - packageJsonDocumentationGroupRef, - ], - }, - ], + plugins: [], }; export default mergeConfigs( From f8bb13ec4bab3d14be2b89c60f23687200437c37 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Mon, 2 Dec 2024 00:25:28 +0100 Subject: [PATCH 24/45] refactor: use with type json notation for package.json imports --- package-lock.json | 86 ++++++++++++------- package.json | 2 +- packages/cli/src/lib/yargs-cli.ts | 4 +- packages/core/src/lib/compare.ts | 6 +- .../core/src/lib/implementation/collect.ts | 6 +- .../src/lib/coverage-plugin.ts | 6 +- .../plugin-eslint/src/lib/eslint-plugin.ts | 6 +- .../src/lib/js-packages-plugin.ts | 6 +- .../src/lib/lighthouse-plugin.ts | 6 +- 9 files changed, 76 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66cfbf12..25e7d2d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -91,7 +91,7 @@ "memfs": "^4.5.0", "minimatch": "^10.0.1", "moment": "^2.30.1", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "react": "18.3.1", "react-dom": "18.3.1", "tsconfig-paths": "^4.2.0", @@ -506,19 +506,21 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -622,12 +624,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", - "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz", + "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6" + "@babel/types": "^7.26.3" }, "bin": { "parser": "bin/babel-parser.js" @@ -2189,14 +2192,14 @@ } }, "node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -7505,6 +7508,7 @@ "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.3.0.tgz", "integrity": "sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@babel/generator": "7.17.7", "@babel/parser": "^7.20.5", @@ -7528,6 +7532,7 @@ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.17.0", "jsesc": "^2.5.1", @@ -7542,6 +7547,7 @@ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.22.13", "@babel/generator": "^7.23.0", @@ -7559,39 +7565,55 @@ } }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", - "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz", + "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.6", + "@babel/parser": "^7.26.3", + "@babel/types": "^7.26.3", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.26.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz", + "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/traverse/node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/@trivago/prettier-plugin-sort-imports/node_modules/@babel/types": { "version": "7.17.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" @@ -7605,6 +7627,7 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -22725,10 +22748,11 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 157f5785b..fbe017407 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "memfs": "^4.5.0", "minimatch": "^10.0.1", "moment": "^2.30.1", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "react": "18.3.1", "react-dom": "18.3.1", "tsconfig-paths": "^4.2.0", diff --git a/packages/cli/src/lib/yargs-cli.ts b/packages/cli/src/lib/yargs-cli.ts index 6211cb3f9..1e2313737 100644 --- a/packages/cli/src/lib/yargs-cli.ts +++ b/packages/cli/src/lib/yargs-cli.ts @@ -9,7 +9,7 @@ import yargs, { } from 'yargs'; import { type PersistConfig, formatSchema } from '@code-pushup/models'; import { TERMINAL_WIDTH } from '@code-pushup/utils'; -import { version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { descriptionStyle, formatNestedValues, @@ -73,7 +73,7 @@ export function yargsCli( .help('help', descriptionStyle('Show help')) .alias('h', 'help') .showHelpOnFail(false) - .version('version', dim`Show version`, version) + .version('version', dim`Show version`, packageJson.version) .check(args => { const persist = args['persist'] as PersistConfig | undefined; return persist == null || validatePersistFormat(persist); diff --git a/packages/core/src/lib/compare.ts b/packages/core/src/lib/compare.ts index 7e8ab0016..71778eb99 100644 --- a/packages/core/src/lib/compare.ts +++ b/packages/core/src/lib/compare.ts @@ -17,7 +17,7 @@ import { scoreReport, ui, } from '@code-pushup/utils'; -import { name as packageName, version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { type ReportsToCompare, compareAudits, @@ -92,8 +92,8 @@ export function compareReports(reports: Diff): ReportsDiff { categories, groups, audits, - packageName, - version, + packageName: packageJson.name, + version: packageJson.version, date, duration, }; diff --git a/packages/core/src/lib/implementation/collect.ts b/packages/core/src/lib/implementation/collect.ts index ac5d70893..aacd4c0d0 100644 --- a/packages/core/src/lib/implementation/collect.ts +++ b/packages/core/src/lib/implementation/collect.ts @@ -1,6 +1,6 @@ import type { CoreConfig, Report } from '@code-pushup/models'; import { calcDuration, getLatestCommit } from '@code-pushup/utils'; -import { name, version } from '../../../package.json'; +import packageJson from '../../../package.json' with { type: 'json' }; import type { GlobalOptions } from '../types.js'; import { executePlugins } from './execute-plugin.js'; @@ -19,8 +19,8 @@ export async function collect(options: CollectOptions): Promise { const pluginOutputs = await executePlugins(plugins, options); return { commit, - packageName: name, - version, + packageName: packageJson.name, + version: packageJson.version, date, duration: calcDuration(start), categories, diff --git a/packages/plugin-coverage/src/lib/coverage-plugin.ts b/packages/plugin-coverage/src/lib/coverage-plugin.ts index 70e1ca410..f71781ab7 100644 --- a/packages/plugin-coverage/src/lib/coverage-plugin.ts +++ b/packages/plugin-coverage/src/lib/coverage-plugin.ts @@ -2,7 +2,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { Audit, Group, PluginConfig } from '@code-pushup/models'; import { capitalize } from '@code-pushup/utils'; -import { name, version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { type CoveragePluginConfig, type CoverageType, @@ -67,8 +67,8 @@ export async function coveragePlugin( icon: 'folder-coverage-open', description: 'Official Code PushUp code coverage plugin.', docsUrl: 'https://www.npmjs.com/package/@code-pushup/coverage-plugin/', - packageName: name, - version, + packageName: packageJson.name, + version: packageJson.version, audits, groups: [group], runner: await createRunnerConfig(runnerScriptPath, coverageConfig), diff --git a/packages/plugin-eslint/src/lib/eslint-plugin.ts b/packages/plugin-eslint/src/lib/eslint-plugin.ts index 9b7427a55..226633284 100644 --- a/packages/plugin-eslint/src/lib/eslint-plugin.ts +++ b/packages/plugin-eslint/src/lib/eslint-plugin.ts @@ -1,7 +1,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { PluginConfig } from '@code-pushup/models'; -import { name, version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { type ESLintPluginConfig, eslintPluginConfigSchema } from './config.js'; import { listAuditsAndGroups } from './meta/index.js'; import { createRunnerConfig } from './runner/index.js'; @@ -45,8 +45,8 @@ export async function eslintPlugin( icon: 'eslint', description: 'Official Code PushUp ESLint plugin', docsUrl: 'https://www.npmjs.com/package/@code-pushup/eslint-plugin', - packageName: name, - version, + packageName: packageJson.name, + version: packageJson.version, audits, groups, diff --git a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts index b6132065f..5dab39143 100644 --- a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts +++ b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts @@ -1,7 +1,7 @@ import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { Audit, Group, PluginConfig } from '@code-pushup/models'; -import { name, version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { type DependencyGroup, type JSPackagesPluginConfig, @@ -50,8 +50,8 @@ export async function jsPackagesPlugin( description: 'This plugin runs audit to uncover vulnerabilities and lists outdated dependencies. It supports npm, yarn classic, yarn modern, and pnpm package managers.', docsUrl: packageManager.docs.homepage, - packageName: name, - version, + packageName: packageJson.name, + version: packageJson.version, audits: createAudits(packageManager.slug, checks, depGroups), groups: createGroups(packageManager.slug, checks, depGroups), runner: await createRunnerConfig(runnerScriptPath, { diff --git a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts index 34061ed77..3e428d243 100644 --- a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts +++ b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts @@ -1,5 +1,5 @@ import type { PluginConfig } from '@code-pushup/models'; -import { name, version } from '../../package.json'; +import packageJson from '../../package.json' with { type: 'json' }; import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; import { normalizeFlags } from './normalize-flags.js'; import { @@ -25,8 +25,8 @@ export function lighthousePlugin( return { slug: LIGHTHOUSE_PLUGIN_SLUG, - packageName: name, - version, + packageName: packageJson.name, + version: packageJson.version, title: 'Lighthouse', icon: 'lighthouse', audits, From f3e63f5983d6d2277edb7115867da6d0efecfd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Tue, 3 Dec 2024 11:22:31 +0100 Subject: [PATCH 25/45] fix(plugin-eslint): avoid directory imports --- packages/plugin-eslint/src/lib/meta/index.ts | 3 ++- packages/plugin-eslint/src/lib/nx/projects-to-config.ts | 2 +- packages/plugin-eslint/src/lib/nx/utils.ts | 2 +- packages/plugin-eslint/src/lib/runner/transform.ts | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/plugin-eslint/src/lib/meta/index.ts b/packages/plugin-eslint/src/lib/meta/index.ts index 2e761259d..2b4f61728 100644 --- a/packages/plugin-eslint/src/lib/meta/index.ts +++ b/packages/plugin-eslint/src/lib/meta/index.ts @@ -4,7 +4,8 @@ import { groupsFromRuleCategories, groupsFromRuleTypes } from './groups.js'; import { listRules } from './rules.js'; import { ruleToAudit } from './transform.js'; -export { detectConfigVersion, type ConfigFormat } from './versions'; +export { ruleIdToSlug } from './hash.js'; +export { detectConfigVersion, type ConfigFormat } from './versions/index.js'; export async function listAuditsAndGroups( targets: ESLintTarget[], diff --git a/packages/plugin-eslint/src/lib/nx/projects-to-config.ts b/packages/plugin-eslint/src/lib/nx/projects-to-config.ts index 05f698229..54180d7f8 100644 --- a/packages/plugin-eslint/src/lib/nx/projects-to-config.ts +++ b/packages/plugin-eslint/src/lib/nx/projects-to-config.ts @@ -1,6 +1,6 @@ import type { ProjectConfiguration, ProjectGraph } from '@nx/devkit'; import type { ESLintTarget } from '../config.js'; -import { detectConfigVersion } from '../meta'; +import { detectConfigVersion } from '../meta/index.js'; import { findCodePushupEslintConfig, findEslintConfig, diff --git a/packages/plugin-eslint/src/lib/nx/utils.ts b/packages/plugin-eslint/src/lib/nx/utils.ts index 6723ddc69..45bd134be 100644 --- a/packages/plugin-eslint/src/lib/nx/utils.ts +++ b/packages/plugin-eslint/src/lib/nx/utils.ts @@ -1,7 +1,7 @@ import type { ProjectConfiguration } from '@nx/devkit'; import { join } from 'node:path'; import { fileExists, toArray } from '@code-pushup/utils'; -import type { ConfigFormat } from '../meta'; +import type { ConfigFormat } from '../meta/index.js'; const ESLINT_CONFIG_EXTENSIONS: Record = { // https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file-formats diff --git a/packages/plugin-eslint/src/lib/runner/transform.ts b/packages/plugin-eslint/src/lib/runner/transform.ts index f7d03c811..7d30e35ce 100644 --- a/packages/plugin-eslint/src/lib/runner/transform.ts +++ b/packages/plugin-eslint/src/lib/runner/transform.ts @@ -8,7 +8,7 @@ import { truncateIssueMessage, ui, } from '@code-pushup/utils'; -import { ruleIdToSlug } from '../meta/hash.js'; +import { ruleIdToSlug } from '../meta/index.js'; import type { LinterOutput } from './types.js'; type LintIssue = Linter.LintMessage & { From 34cc22c9dd83aea734a642a5a6e28cae62dcb540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Tue, 3 Dec 2024 11:45:02 +0100 Subject: [PATCH 26/45] fix: prevent "ExperimentalWarning: Importing JSON" logged to stderr --- packages/cli/src/lib/yargs-cli.ts | 7 ++++++- packages/core/src/lib/compare.ts | 6 +++++- packages/core/src/lib/implementation/collect.ts | 5 ++++- packages/plugin-coverage/src/lib/coverage-plugin.ts | 6 +++++- packages/plugin-eslint/src/lib/eslint-plugin.ts | 6 +++++- packages/plugin-js-packages/src/lib/js-packages-plugin.ts | 6 +++++- packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts | 6 +++++- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/packages/cli/src/lib/yargs-cli.ts b/packages/cli/src/lib/yargs-cli.ts index 1e2313737..1fdf9da15 100644 --- a/packages/cli/src/lib/yargs-cli.ts +++ b/packages/cli/src/lib/yargs-cli.ts @@ -1,5 +1,7 @@ /* eslint-disable max-lines-per-function */ + import { blue, dim, green } from 'ansis'; +import { createRequire } from 'node:module'; import yargs, { type Argv, type CommandModule, @@ -9,7 +11,6 @@ import yargs, { } from 'yargs'; import { type PersistConfig, formatSchema } from '@code-pushup/models'; import { TERMINAL_WIDTH } from '@code-pushup/utils'; -import packageJson from '../../package.json' with { type: 'json' }; import { descriptionStyle, formatNestedValues, @@ -65,6 +66,10 @@ export function yargsCli( const examples = cfg.examples ?? []; const cli = yargs(argv); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + // setup yargs cli .updateLocale(yargsDecorator) diff --git a/packages/core/src/lib/compare.ts b/packages/core/src/lib/compare.ts index 71778eb99..227ccbf7f 100644 --- a/packages/core/src/lib/compare.ts +++ b/packages/core/src/lib/compare.ts @@ -1,4 +1,5 @@ import { writeFile } from 'node:fs/promises'; +import { createRequire } from 'node:module'; import { join } from 'node:path'; import { type Format, @@ -17,7 +18,6 @@ import { scoreReport, ui, } from '@code-pushup/utils'; -import packageJson from '../../package.json' with { type: 'json' }; import { type ReportsToCompare, compareAudits, @@ -87,6 +87,10 @@ export function compareReports(reports: Diff): ReportsDiff { const duration = calcDuration(start); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + return { commits, categories, diff --git a/packages/core/src/lib/implementation/collect.ts b/packages/core/src/lib/implementation/collect.ts index aacd4c0d0..99cc47740 100644 --- a/packages/core/src/lib/implementation/collect.ts +++ b/packages/core/src/lib/implementation/collect.ts @@ -1,6 +1,6 @@ +import { createRequire } from 'node:module'; import type { CoreConfig, Report } from '@code-pushup/models'; import { calcDuration, getLatestCommit } from '@code-pushup/utils'; -import packageJson from '../../../package.json' with { type: 'json' }; import type { GlobalOptions } from '../types.js'; import { executePlugins } from './execute-plugin.js'; @@ -17,6 +17,9 @@ export async function collect(options: CollectOptions): Promise { const start = performance.now(); const commit = await getLatestCommit(); const pluginOutputs = await executePlugins(plugins, options); + const packageJson = createRequire(import.meta.url)( + '../../../package.json', + ) as typeof import('../../../package.json'); return { commit, packageName: packageJson.name, diff --git a/packages/plugin-coverage/src/lib/coverage-plugin.ts b/packages/plugin-coverage/src/lib/coverage-plugin.ts index f71781ab7..0dc005f58 100644 --- a/packages/plugin-coverage/src/lib/coverage-plugin.ts +++ b/packages/plugin-coverage/src/lib/coverage-plugin.ts @@ -1,8 +1,8 @@ +import { createRequire } from 'node:module'; import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { Audit, Group, PluginConfig } from '@code-pushup/models'; import { capitalize } from '@code-pushup/utils'; -import packageJson from '../../package.json' with { type: 'json' }; import { type CoveragePluginConfig, type CoverageType, @@ -61,6 +61,10 @@ export async function coveragePlugin( 'bin.js', ); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + return { slug: 'coverage', title: 'Code coverage', diff --git a/packages/plugin-eslint/src/lib/eslint-plugin.ts b/packages/plugin-eslint/src/lib/eslint-plugin.ts index 226633284..a4350d11a 100644 --- a/packages/plugin-eslint/src/lib/eslint-plugin.ts +++ b/packages/plugin-eslint/src/lib/eslint-plugin.ts @@ -1,7 +1,7 @@ +import { createRequire } from 'node:module'; import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { PluginConfig } from '@code-pushup/models'; -import packageJson from '../../package.json' with { type: 'json' }; import { type ESLintPluginConfig, eslintPluginConfigSchema } from './config.js'; import { listAuditsAndGroups } from './meta/index.js'; import { createRunnerConfig } from './runner/index.js'; @@ -39,6 +39,10 @@ export async function eslintPlugin( 'bin.js', ); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + return { slug: 'eslint', title: 'ESLint', diff --git a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts index 5dab39143..2c15be6bb 100644 --- a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts +++ b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts @@ -1,7 +1,7 @@ +import { createRequire } from 'node:module'; import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; import type { Audit, Group, PluginConfig } from '@code-pushup/models'; -import packageJson from '../../package.json' with { type: 'json' }; import { type DependencyGroup, type JSPackagesPluginConfig, @@ -43,6 +43,10 @@ export async function jsPackagesPlugin( 'bin.js', ); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + return { slug: 'js-packages', title: 'JS Packages', diff --git a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts index 3e428d243..e10c9102a 100644 --- a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts +++ b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts @@ -1,5 +1,5 @@ +import { createRequire } from 'node:module'; import type { PluginConfig } from '@code-pushup/models'; -import packageJson from '../../package.json' with { type: 'json' }; import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; import { normalizeFlags } from './normalize-flags.js'; import { @@ -23,6 +23,10 @@ export function lighthousePlugin( { skipAudits, onlyAudits, onlyCategories }, ); + const packageJson = createRequire(import.meta.url)( + '../../package.json', + ) as typeof import('../../package.json'); + return { slug: LIGHTHOUSE_PLUGIN_SLUG, packageName: packageJson.name, From 89d2d88fe0a1cb054519165732f16ace022b8129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Tue, 3 Dec 2024 12:23:29 +0100 Subject: [PATCH 27/45] test(plugin-coverage-e2e): fix import path in test fixture --- .../mocks/fixtures/basic-setup/src/index.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs b/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs index 0c1dba82a..d02988166 100644 --- a/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs +++ b/e2e/plugin-coverage-e2e/mocks/fixtures/basic-setup/src/index.test.mjs @@ -1,5 +1,5 @@ import { describe, expect, it } from 'vitest'; -import { get42, isEven, untested } from './index.mjs.js'; +import { get42, isEven, untested } from './index.mjs'; describe('get42', () => { it('should return 42', async () => { From 92c3b5e5cd2a6d48b101e4912b01c64791a791f9 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Wed, 4 Dec 2024 16:51:48 +0100 Subject: [PATCH 28/45] test: fix nx-plugin tests and inline custom dummy plugin --- .../tests/executor-cli.e2e.test.ts | 21 ++++--------------- e2e/nx-plugin-e2e/tests/inline-plugin.ts | 21 +++++++++++++++++++ .../tests/plugin-create-nodes.e2e.test.ts | 18 ++++++---------- .../configuration/code-pushup-config.ts | 9 ++------ .../code-pushup-config.unit.test.ts | 8 +++---- testing/test-nx-utils/src/lib/utils/nx.ts | 5 +++-- 6 files changed, 40 insertions(+), 42 deletions(-) create mode 100644 e2e/nx-plugin-e2e/tests/inline-plugin.ts diff --git a/e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts b/e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts index dadac76ac..c3cb1ec80 100644 --- a/e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts +++ b/e2e/nx-plugin-e2e/tests/executor-cli.e2e.test.ts @@ -1,5 +1,5 @@ import { type Tree, updateProjectConfiguration } from '@nx/devkit'; -import { join, relative } from 'node:path'; +import { join } from 'node:path'; import { readProjectConfiguration } from 'nx/src/generators/utils/project-configuration'; import { afterEach, expect } from 'vitest'; import { generateCodePushupConfig } from '@code-pushup/nx-plugin'; @@ -12,21 +12,16 @@ import { teardownTestFolder } from '@code-pushup/test-setup'; import { E2E_ENVIRONMENTS_DIR, TEST_OUTPUT_DIR, - osAgnosticPath, removeColorCodes, } from '@code-pushup/test-utils'; import { executeProcess, readJsonFile } from '@code-pushup/utils'; - -function relativePathToCwd(testDir: string): string { - return relative(join(process.cwd(), testDir), process.cwd()); -} +import { INLINE_PLUGIN } from './inline-plugin.js'; async function addTargetToWorkspace( tree: Tree, options: { cwd: string; project: string }, ) { const { cwd, project } = options; - const pathRelativeToPackage = relative(join(cwd, 'libs', project), cwd); const projectCfg = readProjectConfiguration(tree, project); updateProjectConfiguration(tree, project, { ...projectCfg, @@ -39,18 +34,10 @@ async function addTargetToWorkspace( }); const { root } = projectCfg; generateCodePushupConfig(tree, root, { - fileImports: `import type {CoreConfig} from "@code-pushup/models";`, plugins: [ { - // @TODO replace with inline plugin - fileImports: `import {customPlugin} from "${osAgnosticPath( - join( - relativePathToCwd(cwd), - pathRelativeToPackage, - 'dist/testing/test-utils', - ), - )}";`, - codeStrings: 'customPlugin()', + fileImports: '', + codeStrings: INLINE_PLUGIN, }, ], }); diff --git a/e2e/nx-plugin-e2e/tests/inline-plugin.ts b/e2e/nx-plugin-e2e/tests/inline-plugin.ts new file mode 100644 index 000000000..ac0b08b12 --- /dev/null +++ b/e2e/nx-plugin-e2e/tests/inline-plugin.ts @@ -0,0 +1,21 @@ +export const INLINE_PLUGIN = ` + { + slug: 'good-feels', + title: 'Good feels', + icon: 'javascript', + audits: [ + { + slug: 'always-perfect', + title: 'Always perfect', + }, + ], + runner: () => [ + { + slug: 'always-perfect', + score: 1, + value: 100, + displayValue: '✅ Perfect! 👌', + }, + ], + } +`; diff --git a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts index 04d812674..b3f7adca9 100644 --- a/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts +++ b/e2e/nx-plugin-e2e/tests/plugin-create-nodes.e2e.test.ts @@ -1,5 +1,5 @@ import type { Tree } from '@nx/devkit'; -import { join, relative } from 'node:path'; +import { join } from 'node:path'; import { readProjectConfiguration } from 'nx/src/generators/utils/project-configuration'; import { afterEach, expect } from 'vitest'; import { generateCodePushupConfig } from '@code-pushup/nx-plugin'; @@ -17,6 +17,7 @@ import { removeColorCodes, } from '@code-pushup/test-utils'; import { executeProcess, readTextFile } from '@code-pushup/utils'; +import { INLINE_PLUGIN } from './inline-plugin.js'; describe('nx-plugin', () => { let tree: Tree; @@ -45,7 +46,7 @@ describe('nx-plugin', () => { const { code, projectJson } = await nxShowProjectJson(cwd, project); expect(code).toBe(0); - expect(projectJson.targets).toStrictEqual({ + expect(projectJson.targets).toEqual({ ['code-pushup--configuration']: { configurations: {}, executor: 'nx:run-commands', @@ -168,28 +169,21 @@ describe('nx-plugin', () => { it('should execute dynamic executor target', async () => { const cwd = join(testFileDir, 'execute-dynamic-executor'); - const pathRelativeToPackage = relative(join(cwd, 'libs', project), cwd); registerPluginInWorkspace(tree, { plugin: '@code-pushup/nx-plugin', }); const { root } = readProjectConfiguration(tree, project); generateCodePushupConfig(tree, root, { - fileImports: `import type {CoreConfig} from "@code-pushup/models";`, plugins: [ { - // @TODO replace with inline plugin - fileImports: `import {customPlugin} from "${join( - relative(join(process.cwd(), cwd), process.cwd()), - pathRelativeToPackage, - 'dist/testing/test-utils', - )}";`, - codeStrings: 'customPlugin()', + fileImports: '', + codeStrings: INLINE_PLUGIN, }, ], upload: { server: 'https://api.staging.code-pushup.dev/graphql', organization: 'code-pushup', - apiKey: '12345678', + apiKey: 'cp_12345678', }, }); diff --git a/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts b/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts index c041b13fa..5ffac4578 100644 --- a/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts +++ b/packages/nx-plugin/src/generators/configuration/code-pushup-config.ts @@ -4,7 +4,6 @@ import type { PersistConfig, UploadConfig } from '@code-pushup/models'; import type { ItemOrArray } from '@code-pushup/utils'; import type { ExecutableCode } from './types.js'; import { - formatArrayToJSArray, formatArrayToLinesOfJsString, formatObjectToFormattedJsString, normalizeExecutableCode, @@ -58,14 +57,10 @@ export function generateCodePushupConfig( fileImports: formatArrayToLinesOfJsString(configFileImports), persist: formatObjectToFormattedJsString(persist), upload: formatObjectToFormattedJsString(upload), - plugins: formatArrayToJSArray( - plugins.flatMap(({ codeStrings }) => codeStrings), - ), + plugins: `[${plugins.map(({ codeStrings }) => codeStrings).join(',')}]`, categories: categories && - formatArrayToJSArray( - categories.flatMap(({ codeStrings }) => codeStrings), - ), + `[${categories.map(({ codeStrings }) => codeStrings).join(',')}]`, }); } } diff --git a/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts b/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts index dd52a48d4..574b01623 100644 --- a/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts +++ b/packages/nx-plugin/src/generators/configuration/code-pushup-config.unit.test.ts @@ -168,8 +168,8 @@ describe('generateCodePushupConfig options', () => { upload: { organization: 'code-pushup', project: 'cli', - server: 'https://code-pushup.dev/portal', - apiKey: '12345678', + server: 'https://api.staging.code-pushup.dev/graphql', + apiKey: 'cp_12345678', }, }); expect(generateFilesSpy).toHaveBeenCalledWith( @@ -180,8 +180,8 @@ describe('generateCodePushupConfig options', () => { upload: formatObjectToFormattedJsString({ organization: 'code-pushup', project: 'cli', - server: 'https://code-pushup.dev/portal', - apiKey: '12345678', + server: 'https://api.staging.code-pushup.dev/graphql', + apiKey: 'cp_12345678', }), }), ); diff --git a/testing/test-nx-utils/src/lib/utils/nx.ts b/testing/test-nx-utils/src/lib/utils/nx.ts index 87cb62ef5..7a662ff74 100644 --- a/testing/test-nx-utils/src/lib/utils/nx.ts +++ b/testing/test-nx-utils/src/lib/utils/nx.ts @@ -8,6 +8,7 @@ import { } from '@nx/devkit'; import { libraryGenerator } from '@nx/js'; import type { LibraryGeneratorSchema } from '@nx/js/src/utils/schema'; +import { join } from 'node:path'; import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace'; import { executeProcess } from '@code-pushup/utils'; @@ -45,14 +46,14 @@ export async function generateWorkspaceAndProject( typeof options === 'string' ? { name: options } : options; await libraryGenerator(tree, { name, - directory: 'libs', + directory: join('libs', name), tags: 'scope:plugin', linter: 'none', unitTestRunner: 'none', testEnvironment: 'node', buildable: false, publishable: false, - projectNameAndRootFormat: 'derived', + projectNameAndRootFormat: 'as-provided', ...normalizedOptions, }); From 6aa3e5ccbcb6a8cb0b5969e3d44af548d331dd72 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Wed, 4 Dec 2024 17:48:16 +0100 Subject: [PATCH 29/45] fix: update progress bar gradually as plugin run complete --- .../core/src/lib/implementation/execute-plugin.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/core/src/lib/implementation/execute-plugin.ts b/packages/core/src/lib/implementation/execute-plugin.ts index e4488e6bb..2d558bb71 100644 --- a/packages/core/src/lib/implementation/execute-plugin.ts +++ b/packages/core/src/lib/implementation/execute-plugin.ts @@ -156,19 +156,15 @@ export async function executePlugins( const progressBar = progress ? getProgressBar('Run plugins') : null; - const pluginsResult = await plugins.reduce( - async (acc, pluginCfg) => [ - ...(await acc), - wrapProgress(pluginCfg, plugins.length, progressBar), - ], - Promise.resolve([] as Promise[]), + const pluginsResult = plugins.map(pluginCfg => + wrapProgress(pluginCfg, plugins.length, progressBar), ); - progressBar?.endProgress('Done running plugins'); - const errorsTransform = ({ reason }: PromiseRejectedResult) => String(reason); const results = await Promise.allSettled(pluginsResult); + progressBar?.endProgress('Done running plugins'); + logMultipleResults(results, 'Plugins', undefined, errorsTransform); const { fulfilled, rejected } = groupByStatus(results); From ab04f35f83d2ea9b820f36e25394342400cddb4a Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Thu, 5 Dec 2024 14:35:04 +0100 Subject: [PATCH 30/45] refactor: ignore all config files in eslint --- .eslintrc.json | 2 +- e2e/ci-e2e/.eslintrc.json | 2 +- e2e/cli-e2e/.eslintrc.json | 2 +- e2e/create-cli-e2e/.eslintrc.json | 2 +- e2e/nx-plugin-e2e/.eslintrc.json | 2 +- e2e/plugin-coverage-e2e/.eslintrc.json | 2 +- e2e/plugin-eslint-e2e/.eslintrc.json | 2 +- .../mocks/fixtures/legacy-config/.eslintrc.json | 2 +- e2e/plugin-lighthouse-e2e/.eslintrc.json | 2 +- examples/plugins/.eslintrc.json | 2 +- packages/ci/.eslintrc.json | 2 +- packages/cli/.eslintrc.json | 2 +- packages/core/.eslintrc.json | 2 +- packages/create-cli/.eslintrc.json | 2 +- packages/models/.eslintrc.json | 7 ++++++- packages/nx-plugin/.eslintrc.json | 2 +- packages/plugin-coverage/.eslintrc.json | 2 +- packages/plugin-eslint/.eslintrc.json | 2 +- .../mocks/fixtures/nx-monorepo/.eslintrc.json | 2 +- .../mocks/fixtures/nx-monorepo/packages/cli/.eslintrc.json | 2 +- .../fixtures/nx-monorepo/packages/core/.eslintrc.json | 2 +- .../fixtures/nx-monorepo/packages/nx-plugin/.eslintrc.json | 2 +- .../fixtures/nx-monorepo/packages/utils/.eslintrc.json | 2 +- packages/plugin-js-packages/.eslintrc.json | 2 +- packages/plugin-lighthouse/.eslintrc.json | 2 +- packages/utils/.eslintrc.json | 2 +- testing/test-nx-utils/.eslintrc.json | 2 +- testing/test-setup/.eslintrc.json | 2 +- testing/test-utils/.eslintrc.json | 2 +- tools/.eslintrc.json | 2 +- 30 files changed, 35 insertions(+), 30 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 13c4a6479..252cd16a7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "ignorePatterns": ["**/*"], + "ignorePatterns": ["**/*", "*.config*"], "plugins": ["@nx"], "overrides": [ { diff --git a/e2e/ci-e2e/.eslintrc.json b/e2e/ci-e2e/.eslintrc.json index 8ebe317c9..eae7325ea 100644 --- a/e2e/ci-e2e/.eslintrc.json +++ b/e2e/ci-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/cli-e2e/.eslintrc.json b/e2e/cli-e2e/.eslintrc.json index 1e0f5f7ec..2b6e1900a 100644 --- a/e2e/cli-e2e/.eslintrc.json +++ b/e2e/cli-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/create-cli-e2e/.eslintrc.json b/e2e/create-cli-e2e/.eslintrc.json index 8cc915b39..05b10f8e7 100644 --- a/e2e/create-cli-e2e/.eslintrc.json +++ b/e2e/create-cli-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/nx-plugin-e2e/.eslintrc.json b/e2e/nx-plugin-e2e/.eslintrc.json index 0889e94c9..1519d85ae 100644 --- a/e2e/nx-plugin-e2e/.eslintrc.json +++ b/e2e/nx-plugin-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/plugin-coverage-e2e/.eslintrc.json b/e2e/plugin-coverage-e2e/.eslintrc.json index 7ef7b6dc8..664ebc398 100644 --- a/e2e/plugin-coverage-e2e/.eslintrc.json +++ b/e2e/plugin-coverage-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/plugin-eslint-e2e/.eslintrc.json b/e2e/plugin-eslint-e2e/.eslintrc.json index 622f1f491..33b3a7745 100644 --- a/e2e/plugin-eslint-e2e/.eslintrc.json +++ b/e2e/plugin-eslint-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/e2e/plugin-eslint-e2e/mocks/fixtures/legacy-config/.eslintrc.json b/e2e/plugin-eslint-e2e/mocks/fixtures/legacy-config/.eslintrc.json index 113136c93..f33dfda33 100644 --- a/e2e/plugin-eslint-e2e/mocks/fixtures/legacy-config/.eslintrc.json +++ b/e2e/plugin-eslint-e2e/mocks/fixtures/legacy-config/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "ignorePatterns": ["code-pushup.config.ts"], + "ignorePatterns": ["*.config*"], "overrides": [ { "files": ["*.js"], diff --git a/e2e/plugin-lighthouse-e2e/.eslintrc.json b/e2e/plugin-lighthouse-e2e/.eslintrc.json index 606c55d0f..024d3c547 100644 --- a/e2e/plugin-lighthouse-e2e/.eslintrc.json +++ b/e2e/plugin-lighthouse-e2e/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config*.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/examples/plugins/.eslintrc.json b/examples/plugins/.eslintrc.json index f40c6ab71..7122e043e 100644 --- a/examples/plugins/.eslintrc.json +++ b/examples/plugins/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "code-pushup.config.ts"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/ci/.eslintrc.json b/packages/ci/.eslintrc.json index 45a157044..6864853e6 100644 --- a/packages/ci/.eslintrc.json +++ b/packages/ci/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/cli/.eslintrc.json b/packages/cli/.eslintrc.json index eea0f7e47..622b17e34 100644 --- a/packages/cli/.eslintrc.json +++ b/packages/cli/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/core/.eslintrc.json b/packages/core/.eslintrc.json index 16cb0bd58..09622f940 100644 --- a/packages/core/.eslintrc.json +++ b/packages/core/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/create-cli/.eslintrc.json b/packages/create-cli/.eslintrc.json index 3da6a1047..f3f79d6fe 100644 --- a/packages/create-cli/.eslintrc.json +++ b/packages/create-cli/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/models/.eslintrc.json b/packages/models/.eslintrc.json index 483be7f83..acec8532f 100644 --- a/packages/models/.eslintrc.json +++ b/packages/models/.eslintrc.json @@ -1,6 +1,11 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "**/tools/**/*.ts", "*.generated.ts"], + "ignorePatterns": [ + "!**/*", + "*.config*", + "**/tools/**/*.ts", + "*.generated.ts" + ], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/nx-plugin/.eslintrc.json b/packages/nx-plugin/.eslintrc.json index 62dd27af8..4c948d1bd 100644 --- a/packages/nx-plugin/.eslintrc.json +++ b/packages/nx-plugin/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/plugin-coverage/.eslintrc.json b/packages/plugin-coverage/.eslintrc.json index a8f1c89f5..c5d86e86a 100644 --- a/packages/plugin-coverage/.eslintrc.json +++ b/packages/plugin-coverage/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/plugin-eslint/.eslintrc.json b/packages/plugin-eslint/.eslintrc.json index eb1ddfc46..d4c551687 100644 --- a/packages/plugin-eslint/.eslintrc.json +++ b/packages/plugin-eslint/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.eslintrc.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.eslintrc.json index 7fd93e8d1..983649501 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.eslintrc.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "ignorePatterns": ["**/*"], + "ignorePatterns": ["**/*", "*.config*"], "plugins": ["@nx"], "overrides": [ { diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/.eslintrc.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/.eslintrc.json index 498a74926..f88293468 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/.eslintrc.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/cli/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/.eslintrc.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/.eslintrc.json index 498a74926..f88293468 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/.eslintrc.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/core/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/.eslintrc.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/.eslintrc.json index 055ebf9d6..f61728656 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/.eslintrc.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/nx-plugin/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/.eslintrc.json b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/.eslintrc.json index 498a74926..f88293468 100644 --- a/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/.eslintrc.json +++ b/packages/plugin-eslint/mocks/fixtures/nx-monorepo/packages/utils/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/packages/plugin-js-packages/.eslintrc.json b/packages/plugin-js-packages/.eslintrc.json index cbc1f6668..f594ad62e 100644 --- a/packages/plugin-js-packages/.eslintrc.json +++ b/packages/plugin-js-packages/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/plugin-lighthouse/.eslintrc.json b/packages/plugin-lighthouse/.eslintrc.json index cdaf49e79..8af3ca090 100644 --- a/packages/plugin-lighthouse/.eslintrc.json +++ b/packages/plugin-lighthouse/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/packages/utils/.eslintrc.json b/packages/utils/.eslintrc.json index 0033922df..7d0618efc 100644 --- a/packages/utils/.eslintrc.json +++ b/packages/utils/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx"], diff --git a/testing/test-nx-utils/.eslintrc.json b/testing/test-nx-utils/.eslintrc.json index eea2c7f3e..d0614e23a 100644 --- a/testing/test-nx-utils/.eslintrc.json +++ b/testing/test-nx-utils/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/testing/test-setup/.eslintrc.json b/testing/test-setup/.eslintrc.json index 0881a0fab..a5332fd93 100644 --- a/testing/test-setup/.eslintrc.json +++ b/testing/test-setup/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/testing/test-utils/.eslintrc.json b/testing/test-utils/.eslintrc.json index 0211b31d1..d1cea98c7 100644 --- a/testing/test-utils/.eslintrc.json +++ b/testing/test-utils/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*", "src/lib/fixtures/configs"], + "ignorePatterns": ["!**/*", "*.config*", "src/lib/fixtures/configs"], "overrides": [ { "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], diff --git a/tools/.eslintrc.json b/tools/.eslintrc.json index 9ff670eba..8f1ce3691 100644 --- a/tools/.eslintrc.json +++ b/tools/.eslintrc.json @@ -1,6 +1,6 @@ { "extends": "../.eslintrc.json", - "ignorePatterns": ["!**/*"], + "ignorePatterns": ["!**/*", "*.config*"], "overrides": [ { "files": "*.ts", From 814cf4601213f9281ffd17bf590d0adde134778f Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Thu, 5 Dec 2024 18:52:34 +0100 Subject: [PATCH 31/45] test(plugin-eslint): add tsconfig for todos-app @code-pushup/cli-source:code-pushup task (run in CI) fails without it --- .../fixtures/todos-app/tsconfig.base.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/plugin-eslint/mocks/fixtures/todos-app/tsconfig.base.json diff --git a/packages/plugin-eslint/mocks/fixtures/todos-app/tsconfig.base.json b/packages/plugin-eslint/mocks/fixtures/todos-app/tsconfig.base.json new file mode 100644 index 000000000..adb7ad3ff --- /dev/null +++ b/packages/plugin-eslint/mocks/fixtures/todos-app/tsconfig.base.json @@ -0,0 +1,19 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "rootDir": ".", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "ES2022", + "module": "esnext", + "lib": ["ES2022", "dom"], + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "baseUrl": "." + }, + "exclude": ["node_modules", "tmp"] +} From 588ec76adc9536bc77b8f40b8aa1a28c042c2a72 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Fri, 6 Dec 2024 20:41:26 +0100 Subject: [PATCH 32/45] refactor: code pushup core config type import --- code-pushup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-pushup.config.ts b/code-pushup.config.ts index 4b2b259be..6c3ae9083 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -7,7 +7,7 @@ import { jsPackagesCoreConfig, lighthouseCoreConfig, } from './code-pushup.preset.js'; -import type { CoreConfig } from './packages/models/src'; +import type { CoreConfig } from './packages/models/src/index.js'; // load upload configuration from environment const envSchema = z.object({ From 676e1fa6d1c88f7e6d38d2bc198e4412a60b0df0 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 01:37:17 +0100 Subject: [PATCH 33/45] refactor: reformat yargs file --- packages/cli/src/lib/yargs-cli.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/lib/yargs-cli.ts b/packages/cli/src/lib/yargs-cli.ts index 1fdf9da15..989ca8d5d 100644 --- a/packages/cli/src/lib/yargs-cli.ts +++ b/packages/cli/src/lib/yargs-cli.ts @@ -1,5 +1,4 @@ /* eslint-disable max-lines-per-function */ - import { blue, dim, green } from 'ansis'; import { createRequire } from 'node:module'; import yargs, { From 321d21fdcd2b7c1471e3d36d9ffb0d80bcf64b48 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 01:41:06 +0100 Subject: [PATCH 34/45] build: remove unnecessary types property from package json as it is generated --- packages/ci/package.json | 1 - packages/core/package.json | 1 - packages/create-cli/package.json | 1 - packages/models/package.json | 1 - packages/plugin-coverage/package.json | 1 - packages/plugin-eslint/package.json | 1 - packages/plugin-js-packages/package.json | 1 - packages/plugin-lighthouse/package.json | 1 - packages/utils/package.json | 1 - 9 files changed, 9 deletions(-) diff --git a/packages/ci/package.json b/packages/ci/package.json index 4bee5a93b..2586202df 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -25,7 +25,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/core/package.json b/packages/core/package.json index ef7a2eabb..34326b64f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,7 +38,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/create-cli/package.json b/packages/create-cli/package.json index bc0759a84..eb0f0061e 100644 --- a/packages/create-cli/package.json +++ b/packages/create-cli/package.json @@ -25,7 +25,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/nx-plugin": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/models/package.json b/packages/models/package.json index 5200ca4f7..01e18c3e8 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -26,7 +26,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "zod": "^3.22.1", "tslib": "^2.6.2", diff --git a/packages/plugin-coverage/package.json b/packages/plugin-coverage/package.json index 95e74fad2..e7c0707b1 100644 --- a/packages/plugin-coverage/package.json +++ b/packages/plugin-coverage/package.json @@ -33,7 +33,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/plugin-eslint/package.json b/packages/plugin-eslint/package.json index 3a71afb00..08a020e66 100644 --- a/packages/plugin-eslint/package.json +++ b/packages/plugin-eslint/package.json @@ -37,7 +37,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/utils": "0.56.0", "@code-pushup/models": "0.56.0", diff --git a/packages/plugin-js-packages/package.json b/packages/plugin-js-packages/package.json index 21652e72f..ab967ec0e 100644 --- a/packages/plugin-js-packages/package.json +++ b/packages/plugin-js-packages/package.json @@ -36,7 +36,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/plugin-lighthouse/package.json b/packages/plugin-lighthouse/package.json index 37fe3a514..6730f1d60 100644 --- a/packages/plugin-lighthouse/package.json +++ b/packages/plugin-lighthouse/package.json @@ -35,7 +35,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 1c9cbd60f..56f097110 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -23,7 +23,6 @@ "access": "public" }, "type": "module", - "types": "./src/index.d.ts", "dependencies": { "@code-pushup/models": "0.56.0", "@isaacs/cliui": "^8.0.2", From 60cdd930844eaa3cdf18537e6fd0653f52765e2a Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 11:49:57 +0100 Subject: [PATCH 35/45] build: remove unnecessary tslib dependency form sub packages as we do not use import helpers --- packages/ci/package.json | 1 - packages/cli/package.json | 1 - packages/core/package.json | 1 - packages/create-cli/package.json | 3 +-- packages/models/package.json | 1 - packages/nx-plugin/package.json | 1 - packages/plugin-coverage/package.json | 1 - packages/plugin-eslint/package.json | 1 - packages/plugin-js-packages/package.json | 1 - packages/plugin-lighthouse/package.json | 1 - packages/utils/package.json | 1 - 11 files changed, 1 insertion(+), 12 deletions(-) diff --git a/packages/ci/package.json b/packages/ci/package.json index 2586202df..a49066a1d 100644 --- a/packages/ci/package.json +++ b/packages/ci/package.json @@ -30,7 +30,6 @@ "@code-pushup/utils": "0.56.0", "glob": "^10.4.5", "simple-git": "^3.20.0", - "tslib": "^2.6.2", "yaml": "^2.5.1" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 2d964a7a2..ada2edc50 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -47,7 +47,6 @@ "@code-pushup/utils": "0.56.0", "yargs": "^17.7.2", "ansis": "^3.3.0", - "tslib": "^2.6.2", "simple-git": "^3.20.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index 34326b64f..4d319224c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,6 @@ "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", - "tslib": "^2.6.2", "ansis": "^3.3.0" }, "peerDependencies": { diff --git a/packages/create-cli/package.json b/packages/create-cli/package.json index eb0f0061e..e322cb70e 100644 --- a/packages/create-cli/package.json +++ b/packages/create-cli/package.json @@ -27,7 +27,6 @@ "type": "module", "dependencies": { "@code-pushup/nx-plugin": "0.56.0", - "@code-pushup/utils": "0.56.0", - "tslib": "^2.6.2" + "@code-pushup/utils": "0.56.0" } } diff --git a/packages/models/package.json b/packages/models/package.json index 01e18c3e8..7ade4f1b4 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -28,7 +28,6 @@ "type": "module", "dependencies": { "zod": "^3.22.1", - "tslib": "^2.6.2", "vscode-material-icons": "^0.1.0" } } diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index dceb999c8..ed48fc9cd 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -33,7 +33,6 @@ "executors": "./executors.json", "dependencies": { "@nx/devkit": "^19.8.9", - "tslib": "^2.6.2", "nx": "^19.8.9", "@code-pushup/models": "0.56.0", "zod": "^3.22.4", diff --git a/packages/plugin-coverage/package.json b/packages/plugin-coverage/package.json index e7c0707b1..ae82c9d28 100644 --- a/packages/plugin-coverage/package.json +++ b/packages/plugin-coverage/package.json @@ -38,7 +38,6 @@ "@code-pushup/utils": "0.56.0", "ansis": "^3.3.0", "parse-lcov": "^1.0.4", - "tslib": "^2.6.2", "zod": "^3.22.4" }, "peerDependencies": { diff --git a/packages/plugin-eslint/package.json b/packages/plugin-eslint/package.json index 08a020e66..8a5a35474 100644 --- a/packages/plugin-eslint/package.json +++ b/packages/plugin-eslint/package.json @@ -40,7 +40,6 @@ "dependencies": { "@code-pushup/utils": "0.56.0", "@code-pushup/models": "0.56.0", - "tslib": "^2.6.2", "zod": "^3.22.4" }, "peerDependencies": { diff --git a/packages/plugin-js-packages/package.json b/packages/plugin-js-packages/package.json index ab967ec0e..820fbb66d 100644 --- a/packages/plugin-js-packages/package.json +++ b/packages/plugin-js-packages/package.json @@ -41,7 +41,6 @@ "@code-pushup/utils": "0.56.0", "build-md": "^0.4.1", "semver": "^7.6.0", - "tslib": "^2.6.2", "zod": "^3.22.4" } } diff --git a/packages/plugin-lighthouse/package.json b/packages/plugin-lighthouse/package.json index 6730f1d60..3a6793b2c 100644 --- a/packages/plugin-lighthouse/package.json +++ b/packages/plugin-lighthouse/package.json @@ -38,7 +38,6 @@ "dependencies": { "@code-pushup/models": "0.56.0", "@code-pushup/utils": "0.56.0", - "tslib": "^2.6.2", "ansis": "^3.3.0", "chrome-launcher": "^1.1.1", "lighthouse": "^12.0.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 56f097110..68da5b75b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -33,7 +33,6 @@ "esbuild": "^0.19.2", "multi-progress-bars": "^5.0.3", "semver": "^7.6.0", - "tslib": "^2.6.2", "simple-git": "^3.20.0" } } From 86221892ed108caca75d3e7aa28b5f1f06c54311 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 11:54:58 +0100 Subject: [PATCH 36/45] refactor: code pushup merge configs helper direct import --- code-pushup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-pushup.config.ts b/code-pushup.config.ts index 6c3ae9083..bd089d884 100644 --- a/code-pushup.config.ts +++ b/code-pushup.config.ts @@ -1,6 +1,5 @@ import 'dotenv/config'; import { z } from 'zod'; -import { mergeConfigs } from '@code-pushup/utils'; import { coverageCoreConfigNx, eslintCoreConfigNx, @@ -8,6 +7,7 @@ import { lighthouseCoreConfig, } from './code-pushup.preset.js'; import type { CoreConfig } from './packages/models/src/index.js'; +import { mergeConfigs } from './packages/utils/src/index.js'; // load upload configuration from environment const envSchema = z.object({ From f6462e42e9bbc40916ba0a1a1a0e2ea105f49261 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 12:00:50 +0100 Subject: [PATCH 37/45] refactor: code pushup preset direct imports --- code-pushup.preset.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/code-pushup.preset.ts b/code-pushup.preset.ts index 2f3262519..74e6b51ce 100644 --- a/code-pushup.preset.ts +++ b/code-pushup.preset.ts @@ -1,15 +1,18 @@ +import type { + CategoryConfig, + CoreConfig, +} from './packages/models/src/index.js'; import coveragePlugin, { getNxCoveragePaths, -} from '@code-pushup/coverage-plugin'; +} from './packages/plugin-coverage/src/index.js'; import eslintPlugin, { eslintConfigFromAllNxProjects, eslintConfigFromNxProject, -} from '@code-pushup/eslint-plugin'; -import jsPackagesPlugin from '@code-pushup/js-packages-plugin'; +} from './packages/plugin-eslint/src/index.js'; +import jsPackagesPlugin from './packages/plugin-js-packages/src/index.js'; import lighthousePlugin, { lighthouseGroupRef, -} from '@code-pushup/lighthouse-plugin'; -import type { CategoryConfig, CoreConfig } from '@code-pushup/models'; +} from './packages/plugin-lighthouse/src/index.js'; export const jsPackagesCategories: CategoryConfig[] = [ { From c9122be54a0362cc9c4098e7e9ea4e709fc2a03f Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 12:01:31 +0100 Subject: [PATCH 38/45] refactor: correct examples dist import --- examples/plugins/code-pushup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins/code-pushup.config.ts b/examples/plugins/code-pushup.config.ts index b1b0f461b..340964443 100644 --- a/examples/plugins/code-pushup.config.ts +++ b/examples/plugins/code-pushup.config.ts @@ -9,7 +9,7 @@ import { packageJsonPerformanceGroupRef, packageJsonPlugin, packageJsonVersionControlGroupRef, -} from '../../dist/examples/plugins.js'; +} from '../../dist/examples/plugins/index.js'; /** * Run it with: From 1e042e657260c4400fcda30eda5cf64594165122 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 12:03:24 +0100 Subject: [PATCH 39/45] test: correct double file extension imports --- packages/ci/src/lib/git.integration.test.ts | 2 +- packages/utils/mocks/fixtures/execute-progress.mock.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ci/src/lib/git.integration.test.ts b/packages/ci/src/lib/git.integration.test.ts index 0635801ab..1db1e40db 100644 --- a/packages/ci/src/lib/git.integration.test.ts +++ b/packages/ci/src/lib/git.integration.test.ts @@ -38,7 +38,7 @@ describe('git diff', () => { [ "import assert from 'node:assert'", "import test from 'node:test'", - "import { sum } from '../src/index.js.js'", + "import { sum } from '../src/index.js'", '', "test('should sum all numbers', () => {", ' assert.strictEqual(sum([1, 2, 3, 4]), 10)', diff --git a/packages/utils/mocks/fixtures/execute-progress.mock.mjs b/packages/utils/mocks/fixtures/execute-progress.mock.mjs index 1a2b4cc64..728b0e88f 100644 --- a/packages/utils/mocks/fixtures/execute-progress.mock.mjs +++ b/packages/utils/mocks/fixtures/execute-progress.mock.mjs @@ -1,5 +1,5 @@ import { bold, gray } from 'ansis'; -import { getProgressBar } from '../../../../dist/packages/utils/index.js.js'; +import { getProgressBar } from '../../../../dist/packages/utils'; const _arg = (name, fallback = '') => process.argv From 697470e2ae79733d8fe43b7e4b739676f73c275c Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 12:06:02 +0100 Subject: [PATCH 40/45] test: correct path for args testing --- .../lib/__snapshots__/eslint-plugin.integration.test.ts.snap | 2 +- .../plugin-eslint/src/lib/eslint-plugin.integration.test.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap b/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap index b8c23cd23..ecb729eac 100644 --- a/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap +++ b/packages/plugin-eslint/src/lib/__snapshots__/eslint-plugin.integration.test.ts.snap @@ -348,7 +348,7 @@ exports[`eslintPlugin > should initialize ESLint plugin for React application 1` "packageName": "@code-pushup/eslint-plugin", "runner": { "args": [ - "/bin.js", + ""/bin.js"", ], "command": "node", "outputFile": "node_modules/.code-pushup/eslint/runner-output.json", diff --git a/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts b/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts index a92ada19f..7420cf36f 100644 --- a/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts +++ b/packages/plugin-eslint/src/lib/eslint-plugin.integration.test.ts @@ -18,8 +18,8 @@ describe('eslintPlugin', () => { ...plugin, runner: { ...(plugin.runner as RunnerConfig), - args: (plugin.runner as RunnerConfig).args?.map(() => - toUnixPath('/bin.js'), + args: (plugin.runner as RunnerConfig).args?.map(arg => + toUnixPath(arg.replace(dirname(thisDir), '')), ), outputFile: toUnixPath((plugin.runner as RunnerConfig).outputFile), }, From ef62518989145ce36512f996b57d56d0e90d844f Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sat, 7 Dec 2024 12:33:40 +0100 Subject: [PATCH 41/45] refactor(nx-plugin): target specific deprecation with ignore --- packages/nx-plugin/src/plugin/plugin.ts | 3 ++- testing/test-nx-utils/src/lib/utils/nx-plugin.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/nx-plugin/src/plugin/plugin.ts b/packages/nx-plugin/src/plugin/plugin.ts index ffddb82f7..8d43a570d 100644 --- a/packages/nx-plugin/src/plugin/plugin.ts +++ b/packages/nx-plugin/src/plugin/plugin.ts @@ -1,5 +1,5 @@ -/* eslint-disable deprecation/deprecation,import/no-deprecated */ import type { + // eslint-disable-next-line import/no-deprecated CreateNodes, CreateNodesContext, CreateNodesResult, @@ -10,6 +10,7 @@ import type { CreateNodesOptions } from './types.js'; import { normalizedCreateNodesContext } from './utils.js'; // name has to be "createNodes" to get picked up by Nx +// eslint-disable-next-line import/no-deprecated,deprecation/deprecation export const createNodes: CreateNodes = [ `**/${PROJECT_JSON_FILE_NAME}`, async ( diff --git a/testing/test-nx-utils/src/lib/utils/nx-plugin.ts b/testing/test-nx-utils/src/lib/utils/nx-plugin.ts index 5e9a77081..37cea76ab 100644 --- a/testing/test-nx-utils/src/lib/utils/nx-plugin.ts +++ b/testing/test-nx-utils/src/lib/utils/nx-plugin.ts @@ -1,5 +1,5 @@ -/* eslint-disable deprecation/deprecation,import/no-deprecated */ import type { + // eslint-disable-next-line import/no-deprecated CreateNodes, CreateNodesContext, CreateNodesContextV2, @@ -33,6 +33,7 @@ export async function invokeCreateNodesOnVirtualFiles< T extends Record | undefined, >( // FIXME: refactor this to use the V2 api & remove the eslint disable on the whole file + // eslint-disable-next-line import/no-deprecated,deprecation/deprecation createNodes: CreateNodes, context: CreateNodesContext, createNodeOptions: T, From 08fa7b93ebbb296339bcbccadd56b7dfb8df8b1f Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sun, 8 Dec 2024 02:58:54 +0100 Subject: [PATCH 42/45] build: set import helpers usage to explicit false to mitigate tslib --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 43abca772..d088eca5a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,7 +9,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, - "importHelpers": true, + "importHelpers": false, "target": "es2022", "module": "esnext", "lib": ["es2023", "dom"], From 4b70f422c846ffafef156c50143835a2316ee2cb Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sun, 8 Dec 2024 15:14:12 +0100 Subject: [PATCH 43/45] build(nx-plugin): keep supported nx version at >17 and <=19 --- packages/nx-plugin/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index ed48fc9cd..65567fae5 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -32,10 +32,10 @@ "generators": "./generators.json", "executors": "./executors.json", "dependencies": { - "@nx/devkit": "^19.8.9", - "nx": "^19.8.9", "@code-pushup/models": "0.56.0", - "zod": "^3.22.4", - "@code-pushup/utils": "0.56.0" + "@code-pushup/utils": "0.56.0", + "@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0", + "nx": "^17.0.0 || ^18.0.0 || ^19.0.0", + "zod": "^3.22.4" } } From abff29614c990dde2d4fca7683fcb04557585561 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sun, 8 Dec 2024 16:05:49 +0100 Subject: [PATCH 44/45] refactor: remove unnecessary barrel files --- packages/plugin-js-packages/src/lib/js-packages-plugin.ts | 2 +- .../plugin-js-packages/src/lib/package-managers/index.ts | 2 -- packages/plugin-js-packages/src/lib/runner/index.ts | 2 +- packages/plugin-js-packages/src/lib/utils.ts | 2 +- packages/plugin-lighthouse/src/index.ts | 2 +- packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts | 4 ++-- packages/plugin-lighthouse/src/lib/normalize-flags.ts | 3 ++- packages/plugin-lighthouse/src/lib/runner/index.ts | 8 -------- packages/plugin-lighthouse/src/lib/utils.ts | 2 +- 9 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 packages/plugin-js-packages/src/lib/package-managers/index.ts delete mode 100644 packages/plugin-lighthouse/src/lib/runner/index.ts diff --git a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts index 2c15be6bb..3e232c217 100644 --- a/packages/plugin-js-packages/src/lib/js-packages-plugin.ts +++ b/packages/plugin-js-packages/src/lib/js-packages-plugin.ts @@ -10,7 +10,7 @@ import { dependencyGroups, } from './config.js'; import { dependencyDocs, dependencyGroupWeights } from './constants.js'; -import { packageManagers } from './package-managers/index.js'; +import { packageManagers } from './package-managers/package-managers'; import { createRunnerConfig } from './runner/index.js'; import { normalizeConfig } from './utils.js'; diff --git a/packages/plugin-js-packages/src/lib/package-managers/index.ts b/packages/plugin-js-packages/src/lib/package-managers/index.ts deleted file mode 100644 index b7158f97b..000000000 --- a/packages/plugin-js-packages/src/lib/package-managers/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { packageManagers } from './package-managers.js'; -export type { PackageManager } from './types.js'; diff --git a/packages/plugin-js-packages/src/lib/runner/index.ts b/packages/plugin-js-packages/src/lib/runner/index.ts index b2b4d054c..0285e2731 100644 --- a/packages/plugin-js-packages/src/lib/runner/index.ts +++ b/packages/plugin-js-packages/src/lib/runner/index.ts @@ -19,7 +19,7 @@ import { dependencyGroups, } from '../config.js'; import { dependencyGroupToLong } from '../constants.js'; -import { packageManagers } from '../package-managers/index.js'; +import { packageManagers } from '../package-managers/package-managers.js'; import { auditResultToAuditOutput } from './audit/transform.js'; import type { AuditResult } from './audit/types.js'; import { PLUGIN_CONFIG_PATH, RUNNER_OUTPUT_PATH } from './constants.js'; diff --git a/packages/plugin-js-packages/src/lib/utils.ts b/packages/plugin-js-packages/src/lib/utils.ts index 7fdfbbed4..b87835ba9 100644 --- a/packages/plugin-js-packages/src/lib/utils.ts +++ b/packages/plugin-js-packages/src/lib/utils.ts @@ -3,7 +3,7 @@ import { jsPackagesPluginConfigSchema, } from './config.js'; import { derivePackageManager } from './package-managers/derive-package-manager.js'; -import { packageManagers } from './package-managers/index.js'; +import { packageManagers } from './package-managers/package-managers.js'; export async function normalizeConfig(config?: JSPackagesPluginConfig) { const jsPackagesPluginConfig = jsPackagesPluginConfigSchema.parse( diff --git a/packages/plugin-lighthouse/src/index.ts b/packages/plugin-lighthouse/src/index.ts index 3da547178..5e454f03b 100644 --- a/packages/plugin-lighthouse/src/index.ts +++ b/packages/plugin-lighthouse/src/index.ts @@ -1,6 +1,6 @@ import { lighthousePlugin } from './lib/lighthouse-plugin.js'; -export { LIGHTHOUSE_REPORT_NAME } from './lib/runner/index.js'; +export { LIGHTHOUSE_REPORT_NAME } from './lib/runner/constants.js'; export { DEFAULT_CHROME_FLAGS, LIGHTHOUSE_PLUGIN_SLUG, diff --git a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts index e10c9102a..7683f4586 100644 --- a/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts +++ b/packages/plugin-lighthouse/src/lib/lighthouse-plugin.ts @@ -5,8 +5,8 @@ import { normalizeFlags } from './normalize-flags.js'; import { LIGHTHOUSE_GROUPS, LIGHTHOUSE_NAVIGATION_AUDITS, - createRunnerFunction, -} from './runner/index.js'; +} from './runner/constants.js'; +import { createRunnerFunction } from './runner/runner.js'; import type { LighthouseOptions } from './types.js'; import { filterAuditsAndGroupsByOnlyOptions } from './utils.js'; diff --git a/packages/plugin-lighthouse/src/lib/normalize-flags.ts b/packages/plugin-lighthouse/src/lib/normalize-flags.ts index a931970f2..a2cc0e51c 100644 --- a/packages/plugin-lighthouse/src/lib/normalize-flags.ts +++ b/packages/plugin-lighthouse/src/lib/normalize-flags.ts @@ -1,7 +1,8 @@ import { bold, yellow } from 'ansis'; import { ui } from '@code-pushup/utils'; import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; -import { DEFAULT_CLI_FLAGS, type LighthouseCliFlags } from './runner/index.js'; +import { DEFAULT_CLI_FLAGS } from './runner/constants.js'; +import type { LighthouseCliFlags } from './runner/types'; import type { LighthouseOptions } from './types.js'; const { onlyCategories, ...originalDefaultCliFlags } = DEFAULT_CLI_FLAGS; diff --git a/packages/plugin-lighthouse/src/lib/runner/index.ts b/packages/plugin-lighthouse/src/lib/runner/index.ts deleted file mode 100644 index 9b116e97c..000000000 --- a/packages/plugin-lighthouse/src/lib/runner/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -export { createRunnerFunction } from './runner.js'; -export { - LIGHTHOUSE_REPORT_NAME, - LIGHTHOUSE_NAVIGATION_AUDITS, - LIGHTHOUSE_GROUPS, - DEFAULT_CLI_FLAGS, -} from './constants.js'; -export type { LighthouseCliFlags } from './types.js'; diff --git a/packages/plugin-lighthouse/src/lib/utils.ts b/packages/plugin-lighthouse/src/lib/utils.ts index b916147cd..52d6bbbf3 100644 --- a/packages/plugin-lighthouse/src/lib/utils.ts +++ b/packages/plugin-lighthouse/src/lib/utils.ts @@ -1,7 +1,7 @@ import type { Audit, CategoryRef, Group } from '@code-pushup/models'; import { filterItemRefsBy, toArray } from '@code-pushup/utils'; import { LIGHTHOUSE_PLUGIN_SLUG } from './constants.js'; -import type { LighthouseCliFlags } from './runner/index.js'; +import type { LighthouseCliFlags } from './runner/types'; export type LighthouseGroupSlugs = | 'performance' From 114625cb3a87eb4f4a3882cadfcb5ee639b7a13e Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Sun, 8 Dec 2024 16:27:57 +0100 Subject: [PATCH 45/45] test: keep verdaccio server running for create cli e2e --- e2e/create-cli-e2e/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/create-cli-e2e/project.json b/e2e/create-cli-e2e/project.json index ecb0d138f..aa2fb00ae 100644 --- a/e2e/create-cli-e2e/project.json +++ b/e2e/create-cli-e2e/project.json @@ -14,6 +14,7 @@ "e2e": { "executor": "@nx/vite:test", "options": { + "keepServerRunning": true, "configFile": "e2e/create-cli-e2e/vite.config.e2e.ts" } }