diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 0c6adaf..25ee74f 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -13,14 +13,15 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - uses: pnpm/action-setup@v3 with: - version: 9.1.4 + version: 11.5.2 - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" scope: "@clicknclear-public" cache: "pnpm" diff --git a/.npmrc b/.npmrc deleted file mode 100644 index a4be22c..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -git-checks=false diff --git a/package.json b/package.json index d378185..a9ad1b9 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "@typescript-eslint/parser": "6.8.0", "eslint": "8.51.0", "lerna": "7.0.2", - "typescript": "4.9" + "typescript": "5.9.3" } } diff --git a/packages/lvs-types/package.json b/packages/lvs-types/package.json index fb25dc6..5b77d41 100644 --- a/packages/lvs-types/package.json +++ b/packages/lvs-types/package.json @@ -1,6 +1,6 @@ { "name": "@clicknclear-public/lvs-types", - "version": "1.0.22", + "version": "1.0.23", "description": "A collection of shared public types for the License Verification Platform", "main": "build/lib", "module": "build/es", @@ -31,9 +31,9 @@ "zod": "3.22.4" }, "devDependencies": { - "@types/lodash": "4.14.172", + "@types/lodash": "4.17.24", "eslint": "8.51.0", - "typescript": "4.9" + "typescript": "5.9.3" }, "gitHead": "40dbae5d27933a1df53a203f291157dba12eb571" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37e37eb..589e84f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,10 +10,10 @@ importers: devDependencies: '@typescript-eslint/eslint-plugin': specifier: 6.8.0 - version: 6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5) + version: 6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@5.9.3))(eslint@8.51.0)(typescript@5.9.3) '@typescript-eslint/parser': specifier: 6.8.0 - version: 6.8.0(eslint@8.51.0)(typescript@4.9.5) + version: 6.8.0(eslint@8.51.0)(typescript@5.9.3) eslint: specifier: 8.51.0 version: 8.51.0 @@ -21,8 +21,8 @@ importers: specifier: 7.0.2 version: 7.0.2(encoding@0.1.13) typescript: - specifier: '4.9' - version: 4.9.5 + specifier: 5.9.3 + version: 5.9.3 packages/lvs-types: dependencies: @@ -34,14 +34,14 @@ importers: version: 3.22.4 devDependencies: '@types/lodash': - specifier: 4.14.172 - version: 4.14.172 + specifier: 4.17.24 + version: 4.17.24 eslint: specifier: 8.51.0 version: 8.51.0 typescript: - specifier: '4.9' - version: 4.9.5 + specifier: 5.9.3 + version: 5.9.3 packages: @@ -110,6 +110,7 @@ packages: '@lerna/create@7.0.2': resolution: {integrity: sha512-1arGpEpWbWmci1MyaGKvP2SqCAPFWpLqZp0swckianX1kx1mso9B16BWFvcHhU57zCD0Co/z+jX+02UEzZGP7Q==} engines: {node: ^14.17.0 || >=16.0.0} + deprecated: This package is an implementation detail of Lerna and is no longer published separately. '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -198,24 +199,28 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@nx/nx-linux-arm64-musl@16.10.0': resolution: {integrity: sha512-uO6Gg+irqpVcCKMcEPIQcTFZ+tDI02AZkqkP7koQAjniLEappd8DnUBSQdcn53T086pHpdc264X/ZEpXFfrKWQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@nx/nx-linux-x64-gnu@16.10.0': resolution: {integrity: sha512-134PW/u/arNFAQKpqMJniC7irbChMPz+W+qtyKPAUXE0XFKPa7c1GtlI/wK2dvP9qJDZ6bKf0KtA0U/m2HMUOA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@nx/nx-linux-x64-musl@16.10.0': resolution: {integrity: sha512-q8sINYLdIJxK/iUx9vRk5jWAWb/2O0PAbOJFwv4qkxBv4rLoN7y+otgCZ5v0xfx/zztFgk/oNY4lg5xYjIso2Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@nx/nx-win32-arm64-msvc@16.10.0': resolution: {integrity: sha512-moJkL9kcqxUdJSRpG7dET3UeLIciwrfP08mzBQ12ewo8K8FzxU8ZUsTIVVdNrwt01CXOdXoweGfdQLjJ4qTURA==} @@ -331,8 +336,8 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/lodash@4.14.172': - resolution: {integrity: sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==} + '@types/lodash@4.17.24': + resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} '@types/minimatch@3.0.5': resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} @@ -869,6 +874,7 @@ packages: eslint@8.51.0: resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: @@ -1027,6 +1033,7 @@ packages: git-raw-commits@3.0.0: resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} engines: {node: '>=14'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true git-remote-origin-url@2.0.0: @@ -1036,6 +1043,7 @@ packages: git-semver-tags@5.0.1: resolution: {integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==} engines: {node: '>=14'} + deprecated: This package is no longer maintained. For the JavaScript API, please use @conventional-changelog/git-client instead. hasBin: true git-up@7.0.0: @@ -1057,24 +1065,26 @@ packages: glob@10.4.5: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true glob@7.1.4: resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@9.3.5: resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} engines: {node: '>=16 || 14 >=14.17'} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} @@ -2207,6 +2217,7 @@ packages: tar@6.1.11: resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} engines: {node: '>= 10'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me temp-dir@1.0.0: resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} @@ -2292,9 +2303,9 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + engines: {node: '>=14.17'} hasBin: true uglify-js@3.18.0: @@ -2337,6 +2348,7 @@ packages: uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true v8-compile-cache@2.3.0: @@ -2780,7 +2792,7 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/lodash@4.14.172': {} + '@types/lodash@4.17.24': {} '@types/minimatch@3.0.5': {} @@ -2790,13 +2802,13 @@ snapshots: '@types/semver@7.5.8': {} - '@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5))(eslint@8.51.0)(typescript@4.9.5)': + '@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@5.9.3))(eslint@8.51.0)(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@4.9.5) + '@typescript-eslint/parser': 6.8.0(eslint@8.51.0)(typescript@5.9.3) '@typescript-eslint/scope-manager': 6.8.0 - '@typescript-eslint/type-utils': 6.8.0(eslint@8.51.0)(typescript@4.9.5) - '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@4.9.5) + '@typescript-eslint/type-utils': 6.8.0(eslint@8.51.0)(typescript@5.9.3) + '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.8.0 debug: 4.3.5 eslint: 8.51.0 @@ -2804,22 +2816,22 @@ snapshots: ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@4.9.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 4.9.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@4.9.5)': + '@typescript-eslint/parser@6.8.0(eslint@8.51.0)(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 6.8.0 '@typescript-eslint/types': 6.8.0 - '@typescript-eslint/typescript-estree': 6.8.0(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.8.0 debug: 4.3.5 eslint: 8.51.0 optionalDependencies: - typescript: 4.9.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -2828,21 +2840,21 @@ snapshots: '@typescript-eslint/types': 6.8.0 '@typescript-eslint/visitor-keys': 6.8.0 - '@typescript-eslint/type-utils@6.8.0(eslint@8.51.0)(typescript@4.9.5)': + '@typescript-eslint/type-utils@6.8.0(eslint@8.51.0)(typescript@5.9.3)': dependencies: - '@typescript-eslint/typescript-estree': 6.8.0(typescript@4.9.5) - '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.9.3) + '@typescript-eslint/utils': 6.8.0(eslint@8.51.0)(typescript@5.9.3) debug: 4.3.5 eslint: 8.51.0 - ts-api-utils: 1.3.0(typescript@4.9.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 4.9.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color '@typescript-eslint/types@6.8.0': {} - '@typescript-eslint/typescript-estree@6.8.0(typescript@4.9.5)': + '@typescript-eslint/typescript-estree@6.8.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 6.8.0 '@typescript-eslint/visitor-keys': 6.8.0 @@ -2850,20 +2862,20 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@4.9.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 4.9.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.8.0(eslint@8.51.0)(typescript@4.9.5)': + '@typescript-eslint/utils@6.8.0(eslint@8.51.0)(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.8.0 '@typescript-eslint/types': 6.8.0 - '@typescript-eslint/typescript-estree': 6.8.0(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 6.8.0(typescript@5.9.3) eslint: 8.51.0 semver: 7.6.2 transitivePeerDependencies: @@ -3217,14 +3229,14 @@ snapshots: core-util-is@1.0.3: {} - cosmiconfig@8.3.6(typescript@4.9.5): + cosmiconfig@8.3.6(typescript@5.9.3): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 4.9.5 + typescript: 5.9.3 cross-spawn@7.0.3: dependencies: @@ -3906,7 +3918,7 @@ snapshots: conventional-changelog-angular: 6.0.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@4.9.5) + cosmiconfig: 8.3.6(typescript@5.9.3) dedent: 0.7.0 envinfo: 7.8.1 execa: 5.0.0 @@ -3957,7 +3969,7 @@ snapshots: strong-log-transformer: 2.1.0 tar: 6.1.11 temp-dir: 1.0.0 - typescript: 4.9.5 + typescript: 5.9.3 upath: 2.0.1 uuid: 9.0.1 validate-npm-package-license: 3.0.4 @@ -4940,9 +4952,9 @@ snapshots: trim-newlines@3.0.1: {} - ts-api-utils@1.3.0(typescript@4.9.5): + ts-api-utils@1.3.0(typescript@5.9.3): dependencies: - typescript: 4.9.5 + typescript: 5.9.3 tsconfig-paths@4.2.0: dependencies: @@ -4978,7 +4990,7 @@ snapshots: typedarray@0.0.6: {} - typescript@4.9.5: {} + typescript@5.9.3: {} uglify-js@3.18.0: optional: true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a12e36e..8b1012b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,8 @@ +gitChecks: false +minimumReleaseAge: 10080 packages: - packages/* - docs/apis +allowBuilds: + '@parcel/watcher': true + nx: true