diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad440ae..083daca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml new file mode 100644 index 00000000..34f15787 --- /dev/null +++ b/.github/workflows/lint-pr-title.yml @@ -0,0 +1,18 @@ +name: Lint PR Title + +on: + pull_request_target: + types: + - opened + - edited + +permissions: + pull-requests: read + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml index aa45fce4..2742a30a 100644 --- a/.github/workflows/smoketest.yml +++ b/.github/workflows/smoketest.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec1..00000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 5426a932..00000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx commitlint --edit $1 diff --git a/package-lock.json b/package-lock.json index 3d8caf8f..f6a48503 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,14 +9,11 @@ "./packages/*" ], "devDependencies": { - "@commitlint/cli": "^17.8.0", - "@commitlint/config-conventional": "^17.8.0", - "@readme/eslint-config": "^13.1.0", + "@readme/eslint-config": "^13.4.0", "@tsconfig/node18": "^18.2.2", "alex": "^11.0.1", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.51.0", - "husky": "^8.0.3", "knip": "^2.35.0", "lerna": "^7.4.1", "prettier": "^3.0.3", @@ -534,257 +531,13 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, - "node_modules/@commitlint/cli": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.8.0.tgz", - "integrity": "sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==", - "dev": true, - "dependencies": { - "@commitlint/format": "^17.4.4", - "@commitlint/lint": "^17.8.0", - "@commitlint/load": "^17.8.0", - "@commitlint/read": "^17.5.1", - "@commitlint/types": "^17.4.4", - "execa": "^5.0.0", - "lodash.isfunction": "^3.0.9", - "resolve-from": "5.0.0", - "resolve-global": "1.0.0", - "yargs": "^17.0.0" - }, - "bin": { - "commitlint": "cli.js" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/config-conventional": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz", - "integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==", - "dev": true, - "dependencies": { - "conventional-changelog-conventionalcommits": "^6.1.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/config-validator": { - "version": "17.6.7", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.6.7.tgz", - "integrity": "sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==", - "dev": true, - "dependencies": { - "@commitlint/types": "^17.4.4", - "ajv": "^8.11.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/ensure": { - "version": "17.6.7", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.6.7.tgz", - "integrity": "sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==", - "dev": true, - "dependencies": { - "@commitlint/types": "^17.4.4", - "lodash.camelcase": "^4.3.0", - "lodash.kebabcase": "^4.1.1", - "lodash.snakecase": "^4.1.1", - "lodash.startcase": "^4.4.0", - "lodash.upperfirst": "^4.3.1" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/execute-rule": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz", - "integrity": "sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==", - "dev": true, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/format": { - "version": "17.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.4.tgz", - "integrity": "sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==", - "dev": true, - "dependencies": { - "@commitlint/types": "^17.4.4", - "chalk": "^4.1.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/is-ignored": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.8.0.tgz", - "integrity": "sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==", - "dev": true, - "dependencies": { - "@commitlint/types": "^17.4.4", - "semver": "7.5.4" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/lint": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.8.0.tgz", - "integrity": "sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==", - "dev": true, - "dependencies": { - "@commitlint/is-ignored": "^17.8.0", - "@commitlint/parse": "^17.7.0", - "@commitlint/rules": "^17.7.0", - "@commitlint/types": "^17.4.4" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/load": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.8.0.tgz", - "integrity": "sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==", - "dev": true, - "dependencies": { - "@commitlint/config-validator": "^17.6.7", - "@commitlint/execute-rule": "^17.4.0", - "@commitlint/resolve-extends": "^17.6.7", - "@commitlint/types": "^17.4.4", - "@types/node": "20.5.1", - "chalk": "^4.1.0", - "cosmiconfig": "^8.0.0", - "cosmiconfig-typescript-loader": "^4.0.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "lodash.uniq": "^4.5.0", - "resolve-from": "^5.0.0", - "ts-node": "^10.8.1", - "typescript": "^4.6.4 || ^5.0.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/message": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", - "integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", - "dev": true, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/parse": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.7.0.tgz", - "integrity": "sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==", - "dev": true, - "dependencies": { - "@commitlint/types": "^17.4.4", - "conventional-changelog-angular": "^6.0.0", - "conventional-commits-parser": "^4.0.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/read": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.5.1.tgz", - "integrity": "sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==", - "dev": true, - "dependencies": { - "@commitlint/top-level": "^17.4.0", - "@commitlint/types": "^17.4.4", - "fs-extra": "^11.0.0", - "git-raw-commits": "^2.0.11", - "minimist": "^1.2.6" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/resolve-extends": { - "version": "17.6.7", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.6.7.tgz", - "integrity": "sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==", - "dev": true, - "dependencies": { - "@commitlint/config-validator": "^17.6.7", - "@commitlint/types": "^17.4.4", - "import-fresh": "^3.0.0", - "lodash.mergewith": "^4.6.2", - "resolve-from": "^5.0.0", - "resolve-global": "^1.0.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/rules": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.7.0.tgz", - "integrity": "sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==", - "dev": true, - "dependencies": { - "@commitlint/ensure": "^17.6.7", - "@commitlint/message": "^17.4.2", - "@commitlint/to-lines": "^17.4.0", - "@commitlint/types": "^17.4.4", - "execa": "^5.0.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/to-lines": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.4.0.tgz", - "integrity": "sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==", - "dev": true, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/top-level": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.4.0.tgz", - "integrity": "sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==", - "dev": true, - "dependencies": { - "find-up": "^5.0.0" - }, - "engines": { - "node": ">=v14" - } - }, - "node_modules/@commitlint/types": { - "version": "17.4.4", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz", - "integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==", - "dev": true, - "dependencies": { - "chalk": "^4.1.0" - }, - "engines": { - "node": ">=v14" - } - }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -797,6 +550,8 @@ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -1241,9 +996,9 @@ "dev": true }, "node_modules/@eslint/js": { - "version": "8.51.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz", - "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", + "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1262,13 +1017,19 @@ "node": ">=14" } }, + "node_modules/@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "dev": true + }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.11", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", - "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" }, @@ -1298,9 +1059,9 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", "dev": true }, "node_modules/@hutson/parse-repository-url": { @@ -1429,9 +1190,9 @@ "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" }, "node_modules/@lerna/child-process": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.1.tgz", - "integrity": "sha512-Bx1cRCZcVcWoz+atDQc4CSVzGuEgGJPOpIAXjQbBEA2cX5nqIBWdbye8eHu31En/F03aH9BhpNEJghs6wy4iTg==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/@lerna/child-process/-/child-process-7.4.2.tgz", + "integrity": "sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -1443,12 +1204,12 @@ } }, "node_modules/@lerna/create": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.1.tgz", - "integrity": "sha512-zPO9GyWceRimtMD+j+aQ8xJgNPYn/Q/SzHf4wYN+4Rj5nrFKMyX+Et7FbWgUNpj0dRgyCCKBDYmTB7xQVVq4gQ==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/@lerna/create/-/create-7.4.2.tgz", + "integrity": "sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==", "dev": true, "dependencies": { - "@lerna/child-process": "7.4.1", + "@lerna/child-process": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", @@ -2535,6 +2296,20 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@npmcli/move-file": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", + "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "dev": true, + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/@npmcli/name-from-folder": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz", @@ -3128,12 +2903,12 @@ } }, "node_modules/@pnpm/core-loggers": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@pnpm/core-loggers/-/core-loggers-9.0.3.tgz", - "integrity": "sha512-qjy8tkqfN3FQtLSh4qN3Qvll+T1lav1K6hgdGiy3R0Zv5rMORc60yaeBzLDq/dvb/DvY7tdwDcMX9e5odAhrNw==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@pnpm/core-loggers/-/core-loggers-9.0.4.tgz", + "integrity": "sha512-P5IiCwLbYy/vlCDTxEMReB67NVs1Y4ip6iIEM3Y1fbxm0JbPMWTUMKGf2fy7eqGDF3/Vuxk5H7o/A4II6SWzMA==", "dev": true, "dependencies": { - "@pnpm/types": "9.3.0" + "@pnpm/types": "9.4.0" }, "engines": { "node": ">=16.14" @@ -3310,22 +3085,22 @@ "dev": true }, "node_modules/@pnpm/npm-resolver": { - "version": "16.0.11", - "resolved": "https://registry.npmjs.org/@pnpm/npm-resolver/-/npm-resolver-16.0.11.tgz", - "integrity": "sha512-yNsMNkIcUux4vScGMEeXUtuqFo4qb5g8IHYfRBTiqjmauwKVyU4mDtAx4auaJs4QrdQDSP/ksXAjFRXyYy7TwA==", + "version": "16.0.13", + "resolved": "https://registry.npmjs.org/@pnpm/npm-resolver/-/npm-resolver-16.0.13.tgz", + "integrity": "sha512-m/o9TPezPiu9VNZFSljhUFPWsi/U9fWjoMo3Ld0ec0VX8vmq+9qvNCZl4jnrkv/WzUSTIK0e8XF77ep3UAX3qQ==", "dev": true, "dependencies": { - "@pnpm/core-loggers": "9.0.3", + "@pnpm/core-loggers": "9.0.4", "@pnpm/error": "5.0.2", "@pnpm/fetching-types": "5.0.0", "@pnpm/graceful-fs": "3.2.0", "@pnpm/resolve-workspace-range": "5.0.1", - "@pnpm/resolver-base": "10.0.3", - "@pnpm/types": "9.3.0", + "@pnpm/resolver-base": "10.0.4", + "@pnpm/types": "9.4.0", "@zkochan/retry": "^0.2.0", "encode-registry": "^3.0.1", "load-json-file": "^6.2.0", - "lru-cache": "^9.1.2", + "lru-cache": "^10.0.1", "normalize-path": "^3.0.0", "p-limit": "^3.1.0", "p-memoize": "4.0.1", @@ -3334,7 +3109,7 @@ "ramda": "npm:@pnpm/ramda@0.28.1", "rename-overwrite": "^4.0.3", "semver": "^7.5.4", - "ssri": "10.0.4", + "ssri": "10.0.5", "version-selector-type": "^3.0.0" }, "engines": { @@ -3348,35 +3123,14 @@ } }, "node_modules/@pnpm/npm-resolver/node_modules/lru-cache": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz", - "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "dev": true, "engines": { "node": "14 || >=16.14" } }, - "node_modules/@pnpm/npm-resolver/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@pnpm/npm-resolver/node_modules/ssri": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.4.tgz", - "integrity": "sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==", - "dev": true, - "dependencies": { - "minipass": "^5.0.0" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, "node_modules/@pnpm/resolve-workspace-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/@pnpm/resolve-workspace-range/-/resolve-workspace-range-5.0.1.tgz", @@ -3393,12 +3147,12 @@ } }, "node_modules/@pnpm/resolver-base": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@pnpm/resolver-base/-/resolver-base-10.0.3.tgz", - "integrity": "sha512-7cwt7DxIbvp5vlJgOYS3AN9QmOaKWfSSl9tH5lQ8QOU3bUTmYV5gPxJduY87Avwhs3Qll7V2oyyLeqegMFDbXA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@pnpm/resolver-base/-/resolver-base-10.0.4.tgz", + "integrity": "sha512-p5L7ZLF8YzLXzydc3kSil1dt5k/ai+NmcxuYlUKOFi8bkC1pV/kbLe5fTm1Pa7BMt7sbc68Y7AGnFfBObNEglQ==", "dev": true, "dependencies": { - "@pnpm/types": "9.3.0" + "@pnpm/types": "9.4.0" }, "engines": { "node": ">=16.14" @@ -3408,9 +3162,9 @@ } }, "node_modules/@pnpm/types": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@pnpm/types/-/types-9.3.0.tgz", - "integrity": "sha512-BUm6KWNyiQ575D+zi4OkGWImHv0gM6LQYUY/qK/7j9uxmZ66topXQlZSoFX8rR/FcpIRUTrT325iqFqMHoJnww==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@pnpm/types/-/types-9.4.0.tgz", + "integrity": "sha512-IRDuIuNobLRQe0UyY2gbrrTzYS46tTNvOEfL6fOf0Qa8NyxUzeXz946v7fQuQE3LSBf8ENBC5SXhRmDl+mBEqA==", "dev": true, "engines": { "node": ">=16.14" @@ -3420,13 +3174,13 @@ } }, "node_modules/@pnpm/workspace.pkgs-graph": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@pnpm/workspace.pkgs-graph/-/workspace.pkgs-graph-2.0.7.tgz", - "integrity": "sha512-y13ZBG8Knq7pydegsOv90dtYOLzcrhx5z9Cf93aOzjtyffFzXkzG5dTNaXNFi7egIsqfIkOEi48d5DegcOrGuQ==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@pnpm/workspace.pkgs-graph/-/workspace.pkgs-graph-2.0.9.tgz", + "integrity": "sha512-Kbai9EIjIT7ohsh9T0lVKCSJbUrSHGh0ib1JXdtTxPOGawjRKsR9MAKpnSvusBqktat5MRH5v4fatzDHTMY8Mw==", "dev": true, "dependencies": { "@pnpm/npm-package-arg": "^1.0.0", - "@pnpm/npm-resolver": "16.0.11", + "@pnpm/npm-resolver": "16.0.13", "@pnpm/resolve-workspace-range": "5.0.1", "ramda": "npm:@pnpm/ramda@0.28.1" }, @@ -3470,9 +3224,9 @@ } }, "node_modules/@readme/eslint-config": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-13.1.0.tgz", - "integrity": "sha512-SEUQMbhwBxnxST+D0gFVCK0vHCJJQlEYhfrMN4VSyXRDiQo6/NHGpqAiEi9Bjvzjgothw/ArO9ytV6myZMA6qA==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@readme/eslint-config/-/eslint-config-13.4.0.tgz", + "integrity": "sha512-3F7weIbzzVY6Eb8gKDABKHM32vAlVTczHuRwkJV5+PdVHtBkIoHdzCr/KoHlJ3KFWj25UMW/8Z8fRIq1q4/l+g==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^6.2.1", @@ -3490,6 +3244,7 @@ "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-readme": "^1.2.1", "eslint-plugin-require-extensions": "^0.1.3", "eslint-plugin-testing-library": "^6.0.1", "eslint-plugin-typescript-sort-keys": "^3.0.0", @@ -3543,14 +3298,14 @@ "dev": true }, "node_modules/@readme/oas-to-har": { - "version": "23.1.0", - "resolved": "https://registry.npmjs.org/@readme/oas-to-har/-/oas-to-har-23.1.0.tgz", - "integrity": "sha512-hy57RcQAaecGcgPqcXsHjAbMh7kuUnF6agQHv/6b7EkC/t7eek86m9gLEW2YgQEYtiu8KSUyQe38e0oJVmjzxQ==", + "version": "23.2.0", + "resolved": "https://registry.npmjs.org/@readme/oas-to-har/-/oas-to-har-23.2.0.tgz", + "integrity": "sha512-aocSIDhxqgQX/rWOjO+0+0hy2DRYV8jraq9RP1JS9IGQIzoC40syhqtIwvl6TWbV+4LTLQRks3JsKTUOaTtjSA==", "dependencies": { "@readme/data-urls": "^3.0.0", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", - "oas": "^23.1.0", + "oas": "^24.0.0", "qs": "^6.11.2", "remove-undefined-objects": "^5.0.0" }, @@ -3758,25 +3513,33 @@ "version": "1.0.9", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/@tsconfig/node12": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/@tsconfig/node14": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/@tsconfig/node16": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/@tsconfig/node18": { "version": "18.2.2", @@ -3840,9 +3603,9 @@ } }, "node_modules/@types/caseless": { - "version": "0.12.3", - "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.3.tgz", - "integrity": "sha512-ZD/NsIJYq/2RH+hY7lXmstfp/v9djGt9ah+xRQ3pcgR79qiKsG4pLl25AI7IcXxVO8dH9GiBE5rAknC0ePntlw==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.4.tgz", + "integrity": "sha512-2in/lrHRNmDvHPgyormtEralhPcN3An1gLjJzj2Bw145VBxkQ75JEXW6CTdMAwShiHQcYsl2d10IjQSdJSJz4g==", "dev": true }, "node_modules/@types/chai": { @@ -3868,9 +3631,9 @@ } }, "node_modules/@types/content-type": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@types/content-type/-/content-type-1.1.6.tgz", - "integrity": "sha512-WFHg/KFLCdUQl3m27WSQu0NEaLzoHGmgZHlsSYr0Y0iIvItMcBq7opZc6AGXPXqf+btIM6vTBJyLvuDAihB+zQ==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@types/content-type/-/content-type-1.1.7.tgz", + "integrity": "sha512-dSM/IQ1fgM1aSQ2PlHR4uWQGDjs9SY+/ilm228CIs9hwlyIfW+q5asThulBforWR6ktt/o8L8m6GPW/Fz1dk2A==", "dev": true }, "node_modules/@types/debug": { @@ -3929,9 +3692,9 @@ "dev": true }, "node_modules/@types/js-yaml": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.7.tgz", - "integrity": "sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.8.tgz", + "integrity": "sha512-m6jnPk1VhlYRiLFm3f8X9Uep761f+CK8mHyS65LutH2OhmBF0BeMEjHgg05usH8PLZMWWc/BUR9RPmkvpWnyRA==", "dev": true }, "node_modules/@types/json-schema": { @@ -3952,45 +3715,45 @@ "dev": true }, "node_modules/@types/lodash.camelcase": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/@types/lodash.camelcase/-/lodash.camelcase-4.3.7.tgz", - "integrity": "sha512-Nfi6jpo9vuEOSIJP+mpbTezKyEt75DQlbwjiDvs/JctWkbnHDoyQo5lWqdvgNiJmVUjcmkfvlrvSEgJYvurOKg==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/lodash.camelcase/-/lodash.camelcase-4.3.8.tgz", + "integrity": "sha512-jwsvMuU3ntB7w3a4L/oLW24qpBE9fobU5O/uCYWQctlvEOoWkXEgw/fkpY+onmT37IOQMVcVW9UiJ33CZE70ug==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/lodash.deburr": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/lodash.deburr/-/lodash.deburr-4.1.7.tgz", - "integrity": "sha512-mEhqJ5z6W8eP1oAfPho8UKcycutVuWjMfRguktDLTk+9mn+bSdbN4uPfUtUbRNnxjGsYmRwwPThTtkwvnuU+Fg==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/lodash.deburr/-/lodash.deburr-4.1.8.tgz", + "integrity": "sha512-toL1rPWrsQa4+yLP+0p+S82IdWqtJHJ6Y59JSaqXuxWdO7QnvtsixqReUkSmu+8ZH9jD72DplkHjKIQnjh1y9g==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/lodash.merge": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.7.tgz", - "integrity": "sha512-OwxUJ9E50gw3LnAefSHJPHaBLGEKmQBQ7CZe/xflHkyy/wH2zVyEIAKReHvVrrn7zKdF58p16We9kMfh7v0RRQ==", + "version": "4.6.8", + "resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.8.tgz", + "integrity": "sha512-He1g+VBmRclP+6hT6P6zKlzpFoeOLMgPpMGChgINuxbdPumZCIJsITbqSq2cWXzJu2ltmwVN5TfQ6kj0X06rFQ==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/lodash.setwith": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/@types/lodash.setwith/-/lodash.setwith-4.3.7.tgz", - "integrity": "sha512-wNTCK+UCQnz0yrYFy9glprZkQd9NM0iqexXg+0m4u142+ZYKUlvMwJQbaV8ZJLMIr0EluuLgdeWYeRuh16zlrg==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/@types/lodash.setwith/-/lodash.setwith-4.3.8.tgz", + "integrity": "sha512-T+o/AIziz/0lsWO6OwKg+tOHWfWY2OpT7LdIebDmi25gwb8Xyzrad/cP+cmvEkVyxOJUByIYD0bbu0xMBsV7DA==", "dev": true, "dependencies": { "@types/lodash": "*" } }, "node_modules/@types/lodash.startcase": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/@types/lodash.startcase/-/lodash.startcase-4.4.7.tgz", - "integrity": "sha512-6v8FVOcfxdomO1Vammc1Zsah7/4aif/Lx16oQQ0WZmKVGF/Yf5c5m68LqI/ELOhKaKUr8KfnDdKrytdrThoRQw==", + "version": "4.4.8", + "resolved": "https://registry.npmjs.org/@types/lodash.startcase/-/lodash.startcase-4.4.8.tgz", + "integrity": "sha512-LVIbtpZ60Z65NvZ30KQ+dsDPZSGNuBRJwWmnSNazm1FUv034vJOW5GlSLY0ce78UtmPWAnDPfMc/MjiwOvppoQ==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -4044,9 +3807,9 @@ "dev": true }, "node_modules/@types/prompts": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.4.6.tgz", - "integrity": "sha512-hIwnDhvsTV6XwAPo1zNy2MTelR0JmCxklIRsVxwROHLGaf6LfB+sGDkB9n+aqV4gXDz8z5MnlAz4CEC9wQDRsw==", + "version": "2.4.7", + "resolved": "https://registry.npmjs.org/@types/prompts/-/prompts-2.4.7.tgz", + "integrity": "sha512-5zTamE+QQM4nR6Ab3yHK+ovWuhLJXaa2ZLt3mT1en8U3ubWtjVT1vXDaVFC2+cL89uVn7Y+gIq5B3IcVvBl5xQ==", "dev": true, "dependencies": { "@types/node": "*", @@ -4054,24 +3817,24 @@ } }, "node_modules/@types/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==", "dev": true }, "node_modules/@types/ssri": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@types/ssri/-/ssri-7.1.2.tgz", - "integrity": "sha512-Mbo/NaBiZlXNlOFTLK+PXeVEzKFxi+ZVELuzmk4VxdRz6aqKpmP9bhcNqsIB2c/s78355WBHwUCGYhQDydcfEg==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@types/ssri/-/ssri-7.1.3.tgz", + "integrity": "sha512-pn5Fdgnh9aZQ88G1ifC9+OapCGup84gtJk8zaSctwl2qrZ6xo6T7nf2QBSdX0d6tuRovAvoDZuVueVwtGlXZDQ==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@types/stringify-object": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/stringify-object/-/stringify-object-4.0.3.tgz", - "integrity": "sha512-mJopEHaDdx8cIXy23etLuRCOwXgQ9PJiHgzZg1QbdAQ7vIatRKBTeJ8auVfFwUsHajW+ZvEWwp4+4gFW2XkLAg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@types/stringify-object/-/stringify-object-4.0.4.tgz", + "integrity": "sha512-KAbcNUkSVxPrTg+28X+NqWvTvePq2l6uP1xmvG2gbPaZ/hNspydtqOxv5eD6vMBqSBJEr+rBOK4/G0S3mOY7yw==", "dev": true }, "node_modules/@types/supports-color": { @@ -4086,15 +3849,15 @@ "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" }, "node_modules/@types/uslug": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/uslug/-/uslug-1.0.2.tgz", - "integrity": "sha512-Ms3afsCUtzcD6oK75mMQxEtNdRi8sHnBfwEgomBO7J9CDjNePK+on8irtGY/K1YwyCAds6qSCTLvZQYw9SvhQg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/uslug/-/uslug-1.0.3.tgz", + "integrity": "sha512-6e/oYAnG03leuAeik3NzwYfYVQm15MrDn9XTfsso9dxZFPOhRUiQI6pjuHiTYFVy+TF3Cod8ApKjAF7uSvWw5Q==", "dev": true }, "node_modules/@types/validate-npm-package-name": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", - "integrity": "sha512-RpO62vB2lkjEkyLbwTheA2+uwYmtVMWTr/kWRI++UAgVdZqNqdAuIQl/SxBCGeMKfdjWaXPbyhZbiCc4PAj+KA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/validate-npm-package-name/-/validate-npm-package-name-4.0.1.tgz", + "integrity": "sha512-yzivVVAvMhDeboopQ49JNZ+9aCQV5jy4KfUw2LLFJ08oNyNFnG2Il7p/giMQBcJi4FVVqcl2vBIEll6YrKrS/Q==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -4427,6 +4190,12 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/@vitest/coverage-v8": { "version": "0.34.6", "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-0.34.6.tgz", @@ -4904,7 +4673,9 @@ "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/argparse": { "version": "2.0.1", @@ -5159,9 +4930,9 @@ } }, "node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dev": true, "dependencies": { "follow-redirects": "^1.15.0", @@ -5257,9 +5028,9 @@ } }, "node_modules/bole": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/bole/-/bole-5.0.8.tgz", - "integrity": "sha512-Upz2bX9d+gwNWcTikpVWiv2WP+A1vNsw/aRmlAzFgzlGkh/heckidRSUDt3xBRV49B1Cl9gtR2ijjvL8tC8v1g==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/bole/-/bole-5.0.9.tgz", + "integrity": "sha512-35GeBG6T7GW9VmLDF2IoKAtFCqMjmmq1uICbsICI0pID7ZAyUKlf7dg1wpXmn9GcMKHtg0S19CPMU5yfY3tv+g==", "dev": true, "dependencies": { "fast-safe-stringify": "^2.0.7", @@ -6220,18 +5991,6 @@ "node": ">=16" } }, - "node_modules/conventional-changelog-angular": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz", - "integrity": "sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==", - "dev": true, - "dependencies": { - "compare-func": "^2.0.0" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/conventional-changelog-atom": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz", @@ -6280,18 +6039,6 @@ "node": ">=16" } }, - "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", - "dev": true, - "dependencies": { - "compare-func": "^2.0.0" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/conventional-changelog-core": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-7.0.0.tgz", @@ -7257,26 +7004,13 @@ } } }, - "node_modules/cosmiconfig-typescript-loader": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz", - "integrity": "sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==", - "dev": true, - "engines": { - "node": ">=v14.21.3" - }, - "peerDependencies": { - "@types/node": "*", - "cosmiconfig": ">=7", - "ts-node": ">=10", - "typescript": ">=4" - } - }, "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 + "dev": true, + "optional": true, + "peer": true }, "node_modules/cross-spawn": { "version": "7.0.3", @@ -7771,6 +7505,8 @@ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, + "optional": true, + "peer": true, "engines": { "node": ">=0.3.1" } @@ -8250,18 +7986,19 @@ } }, "node_modules/eslint": { - "version": "8.51.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz", - "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", + "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.51.0", - "@humanwhocodes/config-array": "^0.11.11", + "@eslint/js": "8.52.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", @@ -8882,6 +8619,18 @@ "semver": "bin/semver.js" } }, + "node_modules/eslint-plugin-readme": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-readme/-/eslint-plugin-readme-1.2.1.tgz", + "integrity": "sha512-k2fZco46go81FI+7K7f6XEoMjXDBEWbfc8HsgaM3Vz6H1oxZWcdox9zubDH1HGsnTcREd5pLr1nRDzbgsCkPGw==", + "dev": true, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "eslint": "^8.0.0" + } + }, "node_modules/eslint-plugin-require-extensions": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/eslint-plugin-require-extensions/-/eslint-plugin-require-extensions-0.1.3.tgz", @@ -9667,27 +9416,28 @@ } }, "node_modules/figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.0.1.tgz", + "integrity": "sha512-0oY/olScYD4IhQ8u//gCPA4F3mlTn2dacYmiDm/mbDQvpmLjV4uH+zhsQ5IyXRyvqkvtUkXkNdGvg5OFJTCsuQ==", "dependencies": { - "escape-string-regexp": "^1.0.5" + "is-unicode-supported": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, + "node_modules/figures/node_modules/is-unicode-supported": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz", + "integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==", "engines": { - "node": ">=0.8.0" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/file-entry-cache": { @@ -10343,327 +10093,10 @@ "xtend": "~4.0.0" } }, - "node_modules/git-raw-commits": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz", - "integrity": "sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==", - "dev": true, - "dependencies": { - "dargs": "^7.0.0", - "lodash": "^4.17.15", - "meow": "^8.0.0", - "split2": "^3.0.0", - "through2": "^4.0.0" - }, - "bin": { - "git-raw-commits": "cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-raw-commits/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/git-raw-commits/node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-raw-commits/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-raw-commits/node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/meow": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz", - "integrity": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/git-raw-commits/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/git-raw-commits/node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/git-raw-commits/node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/git-raw-commits/node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/split2": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", - "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", - "dev": true, - "dependencies": { - "readable-stream": "^3.0.0" - } - }, - "node_modules/git-raw-commits/node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/git-raw-commits/node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/git-raw-commits/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/git-remote-origin-url": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", - "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", + "node_modules/git-remote-origin-url": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", + "integrity": "sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==", "dev": true, "dependencies": { "gitconfiglocal": "^1.0.0", @@ -10812,18 +10245,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/global-dirs": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", - "integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==", - "dev": true, - "dependencies": { - "ini": "^1.3.4" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/globals": { "version": "13.22.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", @@ -11355,21 +10776,6 @@ "ms": "^2.0.0" } }, - "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", - "dev": true, - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -11549,6 +10955,12 @@ "integrity": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==", "dev": true }, + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "dev": true + }, "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -11655,6 +11067,30 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, + "node_modules/inquirer/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/inquirer/node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/inquirer/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -12785,16 +12221,16 @@ } }, "node_modules/knip": { - "version": "2.35.0", - "resolved": "https://registry.npmjs.org/knip/-/knip-2.35.0.tgz", - "integrity": "sha512-fHrSPC2bJvjDjzp/a6toJO4M6ukVgRnPApsxuuj7w/BsZw3gENkbLNKQcnT9oe6u6206/AFkKqxYYrz24fnNag==", + "version": "2.38.4", + "resolved": "https://registry.npmjs.org/knip/-/knip-2.38.4.tgz", + "integrity": "sha512-6/RbPRslQJ2dew3rlOItHFckx3F9PtOCXblIe9oimMxR6lNZ59Suh+65rZl/XM07PqE5v10PlKFl3gJdhcGENA==", "dev": true, "dependencies": { "@ericcornelissen/bash-parser": "^0.5.2", "@npmcli/map-workspaces": "^3.0.4", "@pkgjs/parseargs": "0.11.0", "@pnpm/logger": "5.0.0", - "@pnpm/workspace.pkgs-graph": "2.0.7", + "@pnpm/workspace.pkgs-graph": "2.0.9", "@snyk/github-codeowners": "^1.1.0", "chalk": "^5.2.0", "easy-table": "^1.2.0", @@ -12809,7 +12245,7 @@ "summary": "^2.1.0", "typescript": "^5.0.2", "zod": "3.22.4", - "zod-validation-error": "^1.5.0" + "zod-validation-error": "1.5.0" }, "bin": { "knip": "dist/cli.js" @@ -12904,13 +12340,13 @@ } }, "node_modules/lerna": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.1.tgz", - "integrity": "sha512-c6sOO0dlJU689vStIsko+zjRdn2fJOWH8aNjePLNv2AubAdABKqfrDCpE2H/Q7+O80Duo68ZQtWYkUUk7hRWDw==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/lerna/-/lerna-7.4.2.tgz", + "integrity": "sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==", "dev": true, "dependencies": { - "@lerna/child-process": "7.4.1", - "@lerna/create": "7.4.1", + "@lerna/child-process": "7.4.2", + "@lerna/create": "7.4.2", "@npmcli/run-script": "6.0.2", "@nx/devkit": ">=16.5.1 < 17", "@octokit/plugin-enterprise-rest": "6.0.1", @@ -12920,7 +12356,7 @@ "clone-deep": "4.0.1", "cmd-shim": "6.0.1", "columnify": "1.6.0", - "conventional-changelog-angular": "6.0.0", + "conventional-changelog-angular": "7.0.0", "conventional-changelog-core": "5.0.1", "conventional-recommended-bump": "7.0.1", "cosmiconfig": "^8.2.0", @@ -13034,6 +12470,18 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/lerna/node_modules/conventional-changelog-angular": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz", + "integrity": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==", + "dev": true, + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/lerna/node_modules/conventional-changelog-core": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-5.0.1.tgz", @@ -14320,41 +13768,17 @@ "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", "dev": true }, - "node_modules/lodash.isfunction": { - "version": "3.0.9", - "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", - "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==", - "dev": true - }, "node_modules/lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", "dev": true }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", - "dev": true - }, - "node_modules/lodash.kebabcase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", - "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", - "dev": true - }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" }, - "node_modules/lodash.mergewith": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", - "dev": true - }, "node_modules/lodash.set": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", @@ -14365,12 +13789,6 @@ "resolved": "https://registry.npmjs.org/lodash.setwith/-/lodash.setwith-4.3.2.tgz", "integrity": "sha512-Cv2pndcuNDaqDMJ0gbLm5qNG5jyfsL6f8+f5PfZVVNhQCv+y+P5gAKkCdZbtiQlux7nsnWF7UmZd8JEFIo/4tg==" }, - "node_modules/lodash.snakecase": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", - "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", - "dev": true - }, "node_modules/lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -14382,18 +13800,6 @@ "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", - "dev": true - }, - "node_modules/lodash.upperfirst": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", - "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", - "dev": true - }, "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", @@ -14513,7 +13919,9 @@ "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/make-fetch-happen": { "version": "11.1.1", @@ -16581,16 +15989,16 @@ } }, "node_modules/node-gyp": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.0.tgz", - "integrity": "sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", + "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dev": true, "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", "glob": "^7.1.4", "graceful-fs": "^4.2.6", - "make-fetch-happen": "^11.0.3", + "make-fetch-happen": "^10.0.3", "nopt": "^6.0.0", "npmlog": "^6.0.0", "rimraf": "^3.0.2", @@ -16616,6 +16024,100 @@ "node-gyp-build-test": "build-test.js" } }, + "node_modules/node-gyp/node_modules/@npmcli/fs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", + "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", + "dev": true, + "dependencies": { + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/node-gyp/node_modules/cacache": { + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", + "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", + "dev": true, + "dependencies": { + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/cacache/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/cacache/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-gyp/node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/node-gyp/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -16636,6 +16138,113 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/node-gyp/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/node-gyp/node_modules/make-fetch-happen": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", + "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^16.1.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^2.0.3", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^9.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/node-gyp/node_modules/minipass-fetch": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", + "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", + "dev": true, + "dependencies": { + "minipass": "^3.1.6", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/node-gyp/node_modules/ssri": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", + "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", + "dev": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/unique-filename": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", + "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", + "dev": true, + "dependencies": { + "unique-slug": "^3.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/unique-slug": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", + "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/node-gyp/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/node-machine-id": { "version": "1.1.12", "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", @@ -17093,6 +16702,30 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, + "node_modules/nx/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/nx/node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/nx/node_modules/glob": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", @@ -17219,9 +16852,9 @@ } }, "node_modules/oas": { - "version": "23.1.0", - "resolved": "https://registry.npmjs.org/oas/-/oas-23.1.0.tgz", - "integrity": "sha512-BuTQ6xhQNU/YK/qCzEkCyNy7+M0Q2MWeywr/Aw77G31/+2h/B5zZ3msYjHNZ4bkDJS7heKWwxfLpht40jiv2CQ==", + "version": "24.0.0", + "resolved": "https://registry.npmjs.org/oas/-/oas-24.0.0.tgz", + "integrity": "sha512-x3sXx8LOzNKqgdzWYe3hmM3swFc3TocSvWX0yzgNXWdKkhGIYMW0UUp/HJ0nsC4o9lnA1QcSYVjdCeAQ+Z4JVg==", "dependencies": { "@readme/json-schema-ref-parser": "^1.2.0", "@types/json-schema": "^7.0.11", @@ -19464,18 +19097,6 @@ "node": ">=8" } }, - "node_modules/resolve-global": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz", - "integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==", - "dev": true, - "dependencies": { - "global-dirs": "^0.1.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/resolve-pkg-maps": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", @@ -21120,6 +20741,8 @@ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -21326,9 +20949,9 @@ } }, "node_modules/type-fest": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.4.0.tgz", - "integrity": "sha512-HT3RRs7sTfY22KuPQJkD/XjbTbxgP2Je5HPt6H6JEGvcjHd5Lqru75EbrP3tb4FYjNJ+DjLp+MNQTFQU0mhXNw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.6.0.tgz", + "integrity": "sha512-rLjWJzQFOq4xw7MgJrCZ6T1jIOvvYElXT12r+y0CC6u67hegDHaxcPqb2fZHOGlqxugGQPNB1EnTezjBetkwkw==", "dev": true, "engines": { "node": ">=16" @@ -22100,7 +21723,9 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/v8-to-istanbul": { "version": "9.1.0", @@ -23006,6 +22631,8 @@ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true, + "optional": true, + "peer": true, "engines": { "node": ">=6" } @@ -23063,16 +22690,15 @@ "commander": "^11.1.0", "emphasize": "^6.0.0", "execa": "^8.0.1", - "figures": "^5.0.0", + "figures": "^6.0.1", "httpsnippet-client-api": "file:../httpsnippet-client-api", "js-yaml": "^4.1.0", - "json-schema-to-ts": "^2.9.2", "license": "^1.0.3", "lodash.camelcase": "^4.3.0", "lodash.deburr": "^4.1.0", "lodash.setwith": "^4.3.2", "lodash.startcase": "^4.4.0", - "oas": "^23.1.0", + "oas": "^24.0.0", "ora": "^7.0.1", "prompts": "^2.4.2", "semver": "^7.3.8", @@ -23165,17 +22791,6 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" }, - "packages/api/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==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/api/node_modules/execa": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", @@ -23223,21 +22838,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "packages/api/node_modules/figures": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz", - "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==", - "dependencies": { - "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "packages/api/node_modules/get-stream": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", @@ -23424,13 +23024,14 @@ "version": "7.0.0-beta.3", "license": "MIT", "dependencies": { - "@readme/oas-to-har": "^23.1.0", + "@readme/oas-to-har": "^23.2.0", "caseless": "^0.12.0", "datauri": "^4.1.0", "fetch-har": "^11.0.1", + "json-schema-to-ts": "^2.9.2", "json-schema-traverse": "^1.0.0", "lodash.merge": "^4.6.2", - "oas": "^23.1.0", + "oas": "^24.0.0", "remove-undefined-objects": "^5.0.0" }, "devDependencies": { @@ -23483,7 +23084,7 @@ }, "peerDependencies": { "@readme/httpsnippet": ">=8.1.2", - "oas": "^23.1.0" + "oas": "^24.0.0" } }, "packages/httpsnippet-client-api/node_modules/camelcase": { @@ -23546,7 +23147,7 @@ }, "devDependencies": { "@types/caseless": "^0.12.3", - "oas": "^23.1.0", + "oas": "^24.0.0", "typescript": "^5.2.2" } } diff --git a/package.json b/package.json index ab5cf902..92b7c005 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "lint:deadcode": "knip", "lint:js": "eslint . --ext .js,.ts", "lint:types": "npm run lint:types --if-present --workspaces", - "prepare": "husky install", "prettier": "prettier --check .", "prettier:write": "prettier --check --write .", "publish": "lerna publish", @@ -33,34 +32,14 @@ ], "prettier": "@readme/eslint-config/prettier", "devDependencies": { - "@commitlint/cli": "^17.8.0", - "@commitlint/config-conventional": "^17.8.0", - "@readme/eslint-config": "^13.1.0", + "@readme/eslint-config": "^13.4.0", "@tsconfig/node18": "^18.2.2", "alex": "^11.0.1", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.51.0", - "husky": "^8.0.3", "knip": "^2.35.0", "lerna": "^7.4.1", "prettier": "^3.0.3", "tsup": "^7.2.0" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ], - "rules": { - "body-max-line-length": [ - 0, - "always", - "Infinity" - ], - "footer-max-line-length": [ - 0, - "always", - "Infinity" - ] - } } } diff --git a/packages/api/package.json b/packages/api/package.json index 560481ca..dfcc4115 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -53,16 +53,15 @@ "commander": "^11.1.0", "emphasize": "^6.0.0", "execa": "^8.0.1", - "figures": "^5.0.0", + "figures": "^6.0.1", "httpsnippet-client-api": "file:../httpsnippet-client-api", "js-yaml": "^4.1.0", - "json-schema-to-ts": "^2.9.2", "license": "^1.0.3", "lodash.camelcase": "^4.3.0", "lodash.deburr": "^4.1.0", "lodash.setwith": "^4.3.2", "lodash.startcase": "^4.4.0", - "oas": "^23.1.0", + "oas": "^24.0.0", "ora": "^7.0.1", "prompts": "^2.4.2", "semver": "^7.3.8", diff --git a/packages/api/src/codegen/languages/typescript/index.ts b/packages/api/src/codegen/languages/typescript/index.ts index a0bad684..80dc9426 100644 --- a/packages/api/src/codegen/languages/typescript/index.ts +++ b/packages/api/src/codegen/languages/typescript/index.ts @@ -1,8 +1,8 @@ import type { InstallerOptions } from '../../factory.js'; import type { ExecaReturnValue } from 'execa'; import type Oas from 'oas'; -import type Operation from 'oas/operation'; -import type { HttpMethods, SchemaObject } from 'oas/rmoas.types'; +import type { Operation } from 'oas/operation'; +import type { HttpMethods, SchemaObject } from 'oas/types'; import type { OpenAPIV3_1 } from 'openapi-types'; import type { SemVer } from 'semver'; import type { @@ -123,12 +123,6 @@ export default class TSGenerator extends CodeGenerator { url: 'https://tsup.egoist.dev/', version: '^7.2.0', }, - 'json-schema-to-ts': { - dependencyType: 'production', - reason: 'Required for TypeScript type handling.', - url: 'https://npm.im/json-schema-to-ts', - version: '^2.9.2', - }, typescript: { dependencyType: 'development', reason: 'Required for `tsup`.', @@ -751,7 +745,7 @@ Generated at ${createdAt} const sourceFile = sourceDirectory.createSourceFile('types.ts', ''); sourceFile.addImportDeclarations([ - { defaultImport: 'type { FromSchema }', moduleSpecifier: 'json-schema-to-ts' }, + { defaultImport: 'type { FromSchema }', moduleSpecifier: '@readme/api-core/types' }, { defaultImport: '* as schemas', moduleSpecifier: './schemas' }, ]); diff --git a/packages/api/src/fetcher.ts b/packages/api/src/fetcher.ts index 5742df78..e3b016c0 100644 --- a/packages/api/src/fetcher.ts +++ b/packages/api/src/fetcher.ts @@ -1,4 +1,4 @@ -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import fs from 'node:fs'; import path from 'node:path'; diff --git a/packages/api/src/lib/suggestedOperations.ts b/packages/api/src/lib/suggestedOperations.ts index 3d7d352d..481feb9a 100644 --- a/packages/api/src/lib/suggestedOperations.ts +++ b/packages/api/src/lib/suggestedOperations.ts @@ -1,6 +1,6 @@ import type { AuthForHAR } from '@readme/oas-to-har/lib/types'; import type Oas from 'oas'; -import type Operation from 'oas/operation'; +import type { Operation } from 'oas/operation'; import APICore from '@readme/api-core'; import apiSnippetPlugin from 'httpsnippet-client-api'; diff --git a/packages/api/src/lockfileSchema.ts b/packages/api/src/lockfileSchema.ts index ba59068e..5139c5b8 100644 --- a/packages/api/src/lockfileSchema.ts +++ b/packages/api/src/lockfileSchema.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import { SupportedLanguages } from './codegen/factory.js'; diff --git a/packages/api/src/storage.ts b/packages/api/src/storage.ts index ea80e725..fcaf3128 100644 --- a/packages/api/src/storage.ts +++ b/packages/api/src/storage.ts @@ -1,6 +1,6 @@ import type { SupportedLanguage } from './codegen/factory.js'; import type { Lockfile, LockfileAPI } from './lockfileSchema.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import fs from 'node:fs'; import path from 'node:path'; diff --git a/packages/api/test/lib/suggestedOperations.test.ts b/packages/api/test/lib/suggestedOperations.test.ts index 8b416b0c..9e3e8f15 100644 --- a/packages/api/test/lib/suggestedOperations.test.ts +++ b/packages/api/test/lib/suggestedOperations.test.ts @@ -1,6 +1,6 @@ import { loadSpec } from '@api/test-utils'; import Oas from 'oas'; -import Operation from 'oas/operation'; +import { Operation } from 'oas/operation'; import { describe, it, expect } from 'vitest'; import { getSuggestedOperation, buildCodeSnippetForOperation } from '../../src/lib/suggestedOperations.js'; diff --git a/packages/api/test/storage.test.ts b/packages/api/test/storage.test.ts index d53b1f29..50392fa8 100644 --- a/packages/api/test/storage.test.ts +++ b/packages/api/test/storage.test.ts @@ -1,4 +1,4 @@ -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import assert from 'node:assert'; import fs from 'node:fs/promises'; diff --git a/packages/core/package.json b/packages/core/package.json index 1fb69cc8..dbde08e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,13 +49,14 @@ "node": ">=18" }, "dependencies": { - "@readme/oas-to-har": "^23.1.0", + "@readme/oas-to-har": "^23.2.0", "caseless": "^0.12.0", "datauri": "^4.1.0", "fetch-har": "^11.0.1", + "json-schema-to-ts": "^2.9.2", "json-schema-traverse": "^1.0.0", "lodash.merge": "^4.6.2", - "oas": "^23.1.0", + "oas": "^24.0.0", "remove-undefined-objects": "^5.0.0" }, "devDependencies": { diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index a91d7f4f..5233c530 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,8 +1,8 @@ import type { ConfigOptions } from './types.js'; import type { AuthForHAR, DataForHAR } from '@readme/oas-to-har/lib/types'; import type { Har } from 'har-format'; -import type Operation from 'oas/operation'; -import type { HttpMethods, OASDocument } from 'oas/rmoas.types'; +import type { Operation } from 'oas/operation'; +import type { HttpMethods, OASDocument } from 'oas/types'; import oasToHar from '@readme/oas-to-har'; import fetchHar from 'fetch-har'; diff --git a/packages/core/src/lib/getJSONSchemaDefaults.ts b/packages/core/src/lib/getJSONSchemaDefaults.ts index 9867c228..269d01c7 100644 --- a/packages/core/src/lib/getJSONSchemaDefaults.ts +++ b/packages/core/src/lib/getJSONSchemaDefaults.ts @@ -1,5 +1,5 @@ import type { SchemaWrapper } from 'oas/operation/get-parameters-as-json-schema'; -import type { SchemaObject } from 'oas/rmoas.types'; +import type { SchemaObject } from 'oas/types'; import traverse from 'json-schema-traverse'; diff --git a/packages/core/src/lib/prepareAuth.ts b/packages/core/src/lib/prepareAuth.ts index ed2674da..5a4ce0eb 100644 --- a/packages/core/src/lib/prepareAuth.ts +++ b/packages/core/src/lib/prepareAuth.ts @@ -1,7 +1,7 @@ /* eslint-disable no-underscore-dangle */ import type { AuthForHAR } from '@readme/oas-to-har/lib/types'; -import type Operation from 'oas/operation'; -import type { KeyedSecuritySchemeObject } from 'oas/rmoas.types'; +import type { Operation } from 'oas/operation'; +import type { KeyedSecuritySchemeObject } from 'oas/types'; export default function prepareAuth(authKey: (number | string)[], operation: Operation) { if (authKey.length === 0) { diff --git a/packages/core/src/lib/prepareParams.ts b/packages/core/src/lib/prepareParams.ts index 258fdfea..1d9cd9fb 100644 --- a/packages/core/src/lib/prepareParams.ts +++ b/packages/core/src/lib/prepareParams.ts @@ -1,6 +1,6 @@ import type { ReadStream } from 'node:fs'; -import type Operation from 'oas/operation'; -import type { ParameterObject, SchemaObject } from 'oas/rmoas.types'; +import type { Operation } from 'oas/operation'; +import type { ParameterObject, SchemaObject } from 'oas/types'; import fs from 'node:fs'; import path from 'node:path'; diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index 3ae94f1a..2bb5778a 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -1,3 +1,5 @@ +export { FromSchema } from 'json-schema-to-ts'; + export interface ConfigOptions { /** * Override the default `fetch` request timeout of 30 seconds. This number should be represented diff --git a/packages/core/test/lib/prepareAuth.test.ts b/packages/core/test/lib/prepareAuth.test.ts index 026e13de..0e0c2de4 100644 --- a/packages/core/test/lib/prepareAuth.test.ts +++ b/packages/core/test/lib/prepareAuth.test.ts @@ -1,4 +1,4 @@ -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import { loadSpec } from '@api/test-utils'; import Oas from 'oas'; diff --git a/packages/httpsnippet-client-api/package.json b/packages/httpsnippet-client-api/package.json index 67f6df70..d111d27a 100644 --- a/packages/httpsnippet-client-api/package.json +++ b/packages/httpsnippet-client-api/package.json @@ -43,7 +43,7 @@ }, "peerDependencies": { "@readme/httpsnippet": ">=8.1.2", - "oas": "^23.1.0" + "oas": "^24.0.0" }, "devDependencies": { "@readme/oas-examples": "^5.12.0", diff --git a/packages/httpsnippet-client-api/src/index.ts b/packages/httpsnippet-client-api/src/index.ts index ca408bd4..94fadfcf 100644 --- a/packages/httpsnippet-client-api/src/index.ts +++ b/packages/httpsnippet-client-api/src/index.ts @@ -1,7 +1,7 @@ import type { ReducedHelperObject } from '@readme/httpsnippet/helpers/reducer'; import type { Client, ClientPlugin } from '@readme/httpsnippet/targets'; -import type Operation from 'oas/operation'; -import type { HttpMethods, OASDocument } from 'oas/rmoas.types'; +import type { Operation } from 'oas/operation'; +import type { HttpMethods, OASDocument } from 'oas/types'; import { CodeBuilder } from '@readme/httpsnippet/helpers/code-builder'; import camelCase from 'camelcase'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/alternate-server/index.ts b/packages/httpsnippet-client-api/test/__datasets__/alternate-server/index.ts index c2939c33..ead1bee7 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/alternate-server/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/alternate-server/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/server-variables.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/application-form-encoded/index.ts b/packages/httpsnippet-client-api/test/__datasets__/application-form-encoded/index.ts index 013339ad..e15646b1 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/application-form-encoded/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/application-form-encoded/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/application-json/index.ts b/packages/httpsnippet-client-api/test/__datasets__/application-json/index.ts index 58a08244..a064ee88 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/application-json/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/application-json/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-cookie/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-cookie/index.ts index 654b434f..2797761f 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-cookie/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-cookie/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/security.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-header/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-header/index.ts index 5b620de9..cb50882f 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-header/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-apikey-header/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/security.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-full/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-full/index.ts index 877491f5..951d2b24 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-full/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-full/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/readme.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-password-only/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-password-only/index.ts index 55d2b511..57112286 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-password-only/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-password-only/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/readme.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-username-only/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-username-only/index.ts index f1d090da..49b61bc2 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-basic-username-only/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-basic-username-only/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/readme.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-bearer/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-bearer/index.ts index a7e5aa49..42ea0cb5 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-bearer/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-bearer/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/security.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/auth-query/index.ts b/packages/httpsnippet-client-api/test/__datasets__/auth-query/index.ts index f7cc865e..1dd2a761 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/auth-query/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/auth-query/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/security.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/cookies/index.ts b/packages/httpsnippet-client-api/test/__datasets__/cookies/index.ts index 5e4a9954..ec4f0948 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/cookies/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/cookies/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/full-many-query-params/index.ts b/packages/httpsnippet-client-api/test/__datasets__/full-many-query-params/index.ts index 82193b29..5c91c888 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/full-many-query-params/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/full-many-query-params/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/full/index.ts b/packages/httpsnippet-client-api/test/__datasets__/full/index.ts index 21fe1235..2d6d6d46 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/full/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/full/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/headers/index.ts b/packages/httpsnippet-client-api/test/__datasets__/headers/index.ts index 212ded22..8be04eaf 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/headers/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/headers/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/http-insecure/index.ts b/packages/httpsnippet-client-api/test/__datasets__/http-insecure/index.ts index b213dbcb..49dd5e62 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/http-insecure/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/http-insecure/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/issue-128/index.ts b/packages/httpsnippet-client-api/test/__datasets__/issue-128/index.ts index 70d9a22f..1968193a 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/issue-128/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/issue-128/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/issue-76/index.ts b/packages/httpsnippet-client-api/test/__datasets__/issue-76/index.ts index 6fb9a2fa..8a205aab 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/issue-76/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/issue-76/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/issue-78-operationid/index.ts b/packages/httpsnippet-client-api/test/__datasets__/issue-78-operationid/index.ts index d71d2484..cb7b8696 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/issue-78-operationid/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/issue-78-operationid/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/issue-78/index.ts b/packages/httpsnippet-client-api/test/__datasets__/issue-78/index.ts index ac901557..15254dcf 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/issue-78/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/issue-78/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/jsonObj-multiline/index.ts b/packages/httpsnippet-client-api/test/__datasets__/jsonObj-multiline/index.ts index 683238b6..806c9323 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/jsonObj-multiline/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/jsonObj-multiline/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/jsonObj-null-value/index.ts b/packages/httpsnippet-client-api/test/__datasets__/jsonObj-null-value/index.ts index 17eddbc3..61372dad 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/jsonObj-null-value/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/jsonObj-null-value/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/multipart-data/index.ts b/packages/httpsnippet-client-api/test/__datasets__/multipart-data/index.ts index 9e8edde8..5ce6ce8f 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/multipart-data/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/multipart-data/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/multipart-file/index.ts b/packages/httpsnippet-client-api/test/__datasets__/multipart-file/index.ts index ef471967..00648f10 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/multipart-file/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/multipart-file/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data-no-params/index.ts b/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data-no-params/index.ts index cfa6d3d8..57f4231d 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data-no-params/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data-no-params/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data/index.ts b/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data/index.ts index 31118975..e2aefcfd 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/multipart-form-data/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/operationid-non-alphanumerical/index.ts b/packages/httpsnippet-client-api/test/__datasets__/operationid-non-alphanumerical/index.ts index e673329b..4141f317 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/operationid-non-alphanumerical/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/operationid-non-alphanumerical/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/operationid-with-underscores/index.ts b/packages/httpsnippet-client-api/test/__datasets__/operationid-with-underscores/index.ts index 5ea62337..66074d84 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/operationid-with-underscores/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/operationid-with-underscores/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/parameter-special-characters/index.ts b/packages/httpsnippet-client-api/test/__datasets__/parameter-special-characters/index.ts index 8f8cf8b0..543fd4b2 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/parameter-special-characters/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/parameter-special-characters/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/petstore/index.ts b/packages/httpsnippet-client-api/test/__datasets__/petstore/index.ts index 51f45bd9..4b5f548f 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/petstore/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/petstore/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from '@readme/oas-examples/3.0/json/petstore.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/query/index.ts b/packages/httpsnippet-client-api/test/__datasets__/query/index.ts index bf7f9479..bb56621f 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/query/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/query/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/short/index.ts b/packages/httpsnippet-client-api/test/__datasets__/short/index.ts index c56365c5..64a8c3ba 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/short/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/short/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/__datasets__/text-plain/index.ts b/packages/httpsnippet-client-api/test/__datasets__/text-plain/index.ts index d2d0e908..4fc4ff53 100644 --- a/packages/httpsnippet-client-api/test/__datasets__/text-plain/index.ts +++ b/packages/httpsnippet-client-api/test/__datasets__/text-plain/index.ts @@ -1,5 +1,5 @@ import type { SnippetMock } from '../../index.test.js'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import definition from './openapi.json'; diff --git a/packages/httpsnippet-client-api/test/index.test.ts b/packages/httpsnippet-client-api/test/index.test.ts index a490506d..d834bf82 100644 --- a/packages/httpsnippet-client-api/test/index.test.ts +++ b/packages/httpsnippet-client-api/test/index.test.ts @@ -1,6 +1,6 @@ import type { HarRequest, Request } from '@readme/httpsnippet'; import type { ClientPlugin } from '@readme/httpsnippet/targets'; -import type { OASDocument } from 'oas/rmoas.types'; +import type { OASDocument } from 'oas/types'; import { readdirSync } from 'node:fs'; import fs from 'node:fs/promises'; diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 1477065d..6d8270b2 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/caseless": "^0.12.3", - "oas": "^23.1.0", + "oas": "^24.0.0", "typescript": "^5.2.2" }, "prettier": "@readme/eslint-config/prettier" diff --git a/packages/test-utils/sdks/alby/package.json b/packages/test-utils/sdks/alby/package.json index 62587cf9..8ff8d431 100644 --- a/packages/test-utils/sdks/alby/package.json +++ b/packages/test-utils/sdks/alby/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/alby/src/types.ts b/packages/test-utils/sdks/alby/src/types.ts index d1a1a501..c7570eb5 100644 --- a/packages/test-utils/sdks/alby/src/types.ts +++ b/packages/test-utils/sdks/alby/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type AmqpExternalRulePatch = FromSchema; diff --git a/packages/test-utils/sdks/metrotransit/package.json b/packages/test-utils/sdks/metrotransit/package.json index fa09a7ba..1922637e 100644 --- a/packages/test-utils/sdks/metrotransit/package.json +++ b/packages/test-utils/sdks/metrotransit/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/metrotransit/src/types.ts b/packages/test-utils/sdks/metrotransit/src/types.ts index 7265985e..deae49f8 100644 --- a/packages/test-utils/sdks/metrotransit/src/types.ts +++ b/packages/test-utils/sdks/metrotransit/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type Agency = FromSchema; diff --git a/packages/test-utils/sdks/operationid-quirks/package.json b/packages/test-utils/sdks/operationid-quirks/package.json index dfd79e10..38df579f 100644 --- a/packages/test-utils/sdks/operationid-quirks/package.json +++ b/packages/test-utils/sdks/operationid-quirks/package.json @@ -19,8 +19,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/optional-payload/package.json b/packages/test-utils/sdks/optional-payload/package.json index 5aef59e1..cdfb394a 100644 --- a/packages/test-utils/sdks/optional-payload/package.json +++ b/packages/test-utils/sdks/optional-payload/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/optional-payload/src/types.ts b/packages/test-utils/sdks/optional-payload/src/types.ts index 307a1250..4f5597c9 100644 --- a/packages/test-utils/sdks/optional-payload/src/types.ts +++ b/packages/test-utils/sdks/optional-payload/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type UpdatePetWithFormFormDataParam = FromSchema; diff --git a/packages/test-utils/sdks/petstore/package.json b/packages/test-utils/sdks/petstore/package.json index 68fbf777..6a25f877 100644 --- a/packages/test-utils/sdks/petstore/package.json +++ b/packages/test-utils/sdks/petstore/package.json @@ -24,8 +24,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/petstore/src/types.ts b/packages/test-utils/sdks/petstore/src/types.ts index 2680bda0..4be4f9f4 100644 --- a/packages/test-utils/sdks/petstore/src/types.ts +++ b/packages/test-utils/sdks/petstore/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type ApiResponse = FromSchema; diff --git a/packages/test-utils/sdks/readme/package.json b/packages/test-utils/sdks/readme/package.json index d33980c3..5aebd42d 100644 --- a/packages/test-utils/sdks/readme/package.json +++ b/packages/test-utils/sdks/readme/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/readme/src/types.ts b/packages/test-utils/sdks/readme/src/types.ts index 317a54b2..aa8478cd 100644 --- a/packages/test-utils/sdks/readme/src/types.ts +++ b/packages/test-utils/sdks/readme/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type Apply = FromSchema; diff --git a/packages/test-utils/sdks/response-title-quirks/package.json b/packages/test-utils/sdks/response-title-quirks/package.json index 04bae117..0be9a0f1 100644 --- a/packages/test-utils/sdks/response-title-quirks/package.json +++ b/packages/test-utils/sdks/response-title-quirks/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/response-title-quirks/src/types.ts b/packages/test-utils/sdks/response-title-quirks/src/types.ts index b0ed5649..1445e404 100644 --- a/packages/test-utils/sdks/response-title-quirks/src/types.ts +++ b/packages/test-utils/sdks/response-title-quirks/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type GetAnythingMetadataParam = FromSchema; diff --git a/packages/test-utils/sdks/simple/package.json b/packages/test-utils/sdks/simple/package.json index c857021f..a0698270 100644 --- a/packages/test-utils/sdks/simple/package.json +++ b/packages/test-utils/sdks/simple/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/simple/src/types.ts b/packages/test-utils/sdks/simple/src/types.ts index 4ea47267..e875be3e 100644 --- a/packages/test-utils/sdks/simple/src/types.ts +++ b/packages/test-utils/sdks/simple/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type Category = FromSchema; diff --git a/packages/test-utils/sdks/star-trek/package.json b/packages/test-utils/sdks/star-trek/package.json index 6d4333fd..d26d5947 100644 --- a/packages/test-utils/sdks/star-trek/package.json +++ b/packages/test-utils/sdks/star-trek/package.json @@ -23,8 +23,7 @@ "lint": "tsc --noEmit" }, "dependencies": { - "@readme/api-core": "file:../../../../../core", - "json-schema-to-ts": "^2.9.2" + "@readme/api-core": "file:../../../../../core" }, "devDependencies": { "tsup": "^7.2.0", diff --git a/packages/test-utils/sdks/star-trek/src/types.ts b/packages/test-utils/sdks/star-trek/src/types.ts index bba7f622..695c98c3 100644 --- a/packages/test-utils/sdks/star-trek/src/types.ts +++ b/packages/test-utils/sdks/star-trek/src/types.ts @@ -1,4 +1,4 @@ -import type { FromSchema } from 'json-schema-to-ts'; +import type { FromSchema } from '@readme/api-core/types'; import * as schemas from './schemas'; export type AnimalBase = FromSchema; diff --git a/packages/test-utils/vitest.matchers.ts b/packages/test-utils/vitest.matchers.ts index 9b3c8f35..ec6848ab 100644 --- a/packages/test-utils/vitest.matchers.ts +++ b/packages/test-utils/vitest.matchers.ts @@ -1,4 +1,4 @@ -import type { ParameterObject } from 'oas/rmoas.types'; +import type { ParameterObject } from 'oas/types'; import caseless from 'caseless'; import { expect } from 'vitest';