From 571b20d08277a3e600a16c0c51e3e3d86acc95fb Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 27 Feb 2024 13:09:18 +0000 Subject: [PATCH] chore: bump up @commitlint/cli version to v19 (#5926) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`^18.6.1` -> `^19.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/18.6.1/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/18.6.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/18.6.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
conventional-changelog/commitlint (@​commitlint/cli) ### [`v19.0.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#1900-2024-02-27) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.1...f1ff12159d627ee63bf8982ab02e6cca8f10b09f) - feat!: migrate to pure ESM ([#​3850](https://togithub.com/conventional-changelog/commitlint/issues/3850)) ([3423735](https://togithub.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159)), closes [#​3850](https://togithub.com/conventional-changelog/commitlint/issues/3850) ##### Reverts - Revert "chore!: minimum node version v20" ([2816783](https://togithub.com/conventional-changelog/commitlint/commit/2816783d00e7eb967de3ac9347c2fc43dc8b94fa)) ##### BREAKING CHANGES - migrate to pure ESM - feat: migrate to pure ESM - chore: update snapshot - fix: load `parserPreset` with another `await` - test: migrate to vitest - test: remove no replacement `--runInBand` test-ci script - chore: fix code reviews - refactor(load): rewrite resolve logic - fix(config-nx-scopes): fix syntax error - feat(resolve-extends): add resolveFrom and loadParserPreset - feat(load): use resolveFrom and loadParserPreset from resolve-extends - test: include only @​commitlint/\* packages src in coverage - test: explicit import vitest utilities - test: remove [@​jest/globals](https://togithub.com/jest/globals) from dependencies - fix(resolve-extends): `resolveFrom` output should be platform aware - test: restore NO_COLOR to test script - chore: fix linting issues - fix: should use fileURLToPath instead of pathname for Windows compatibility - Apply suggestions from code review - fix: should reuse `cli` instead call `yargs()` - feat(cli): set terminalWidth as wrap to avoid work break on help - Update .eslintrc.cjs - feat: migrate [@​commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) to pure ESM #### [18.6.1](https://togithub.com/conventional-changelog/commitlint/compare/v18.6.0...v18.6.1) (2024-02-13) **Note:** Version bump only for package [@​commitlint/cli](https://togithub.com/commitlint/cli)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). --- package.json | 2 +- tools/commitlint/package.json | 2 +- yarn.lock | 283 +++++++++++++++++++++++++++++++++- 3 files changed, 283 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d47ac5b88c..4174ff903d 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@affine-test/kit": "workspace:*", "@affine/cli": "workspace:*", - "@commitlint/cli": "^18.6.1", + "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^18.6.2", "@faker-js/faker": "^8.4.1", "@istanbuljs/schema": "^0.1.3", diff --git a/tools/commitlint/package.json b/tools/commitlint/package.json index cffdab8789..41839383d2 100644 --- a/tools/commitlint/package.json +++ b/tools/commitlint/package.json @@ -3,7 +3,7 @@ "version": "0.12.0", "private": true, "devDependencies": { - "@commitlint/cli": "^18.6.1", + "@commitlint/cli": "^19.0.0", "@commitlint/config-conventional": "^18.6.2", "commitlint": "^18.6.1" } diff --git a/yarn.lock b/yarn.lock index 1a7ae57cd2..fb14611972 100644 --- a/yarn.lock +++ b/yarn.lock @@ -188,7 +188,7 @@ __metadata: version: 0.0.0-use.local resolution: "@affine/commitlint-config@workspace:tools/commitlint" dependencies: - "@commitlint/cli": "npm:^18.6.1" + "@commitlint/cli": "npm:^19.0.0" "@commitlint/config-conventional": "npm:^18.6.2" commitlint: "npm:^18.6.1" languageName: unknown @@ -541,7 +541,7 @@ __metadata: dependencies: "@affine-test/kit": "workspace:*" "@affine/cli": "workspace:*" - "@commitlint/cli": "npm:^18.6.1" + "@commitlint/cli": "npm:^19.0.0" "@commitlint/config-conventional": "npm:^18.6.2" "@faker-js/faker": "npm:^8.4.1" "@istanbuljs/schema": "npm:^0.1.3" @@ -3691,6 +3691,25 @@ __metadata: languageName: node linkType: hard +"@commitlint/cli@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/cli@npm:19.0.0" + dependencies: + "@commitlint/format": "npm:^19.0.0" + "@commitlint/lint": "npm:^19.0.0" + "@commitlint/load": "npm:^19.0.0" + "@commitlint/read": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + execa: "npm:^8.0.1" + resolve-from: "npm:^5.0.0" + resolve-global: "npm:^2.0.0" + yargs: "npm:^17.0.0" + bin: + commitlint: cli.js + checksum: 10/eec107bd1a25dd25f98e2f1af1ddd7b1ec864bea13aa985c91ab0d19f4484a7241fc60e42010dc41ad1569598849318b43fba6b8630f3c8cc60864cffe7940d5 + languageName: node + linkType: hard + "@commitlint/config-conventional@npm:^18.6.2": version: 18.6.2 resolution: "@commitlint/config-conventional@npm:18.6.2" @@ -3711,6 +3730,16 @@ __metadata: languageName: node linkType: hard +"@commitlint/config-validator@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/config-validator@npm:19.0.0" + dependencies: + "@commitlint/types": "npm:^19.0.0" + ajv: "npm:^8.11.0" + checksum: 10/9bff16190e8c509553c6ee76ad00cf716567d1c524d767f0085fc084b250bc039fc75ced40cb35cb3f5b235200c6061e4da65e83f172899e46d78b7e0a30d6cf + languageName: node + linkType: hard + "@commitlint/ensure@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/ensure@npm:18.6.1" @@ -3725,6 +3754,20 @@ __metadata: languageName: node linkType: hard +"@commitlint/ensure@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/ensure@npm:19.0.0" + dependencies: + "@commitlint/types": "npm:^19.0.0" + lodash.camelcase: "npm:^4.3.0" + lodash.kebabcase: "npm:^4.1.1" + lodash.snakecase: "npm:^4.1.1" + lodash.startcase: "npm:^4.4.0" + lodash.upperfirst: "npm:^4.3.1" + checksum: 10/5b72a04b0b2e584bf5903f2f3ba5ec91131c9d22b857085862d269e7202b28786af3a66fe0721890ab9b66d8e387efe1846e74009ef9c26dcce4985ad5d25599 + languageName: node + linkType: hard + "@commitlint/execute-rule@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/execute-rule@npm:18.6.1" @@ -3732,6 +3775,13 @@ __metadata: languageName: node linkType: hard +"@commitlint/execute-rule@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/execute-rule@npm:19.0.0" + checksum: 10/4c5cbf9ab0e2b85b00ceea84e5598b1b3cceaa20a655ee954c45259cca9efc80cf5cf7d9eec04715a100c2da282cbcf6aba960ad53a47178090c0513426ac236 + languageName: node + linkType: hard + "@commitlint/format@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/format@npm:18.6.1" @@ -3742,6 +3792,16 @@ __metadata: languageName: node linkType: hard +"@commitlint/format@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/format@npm:19.0.0" + dependencies: + "@commitlint/types": "npm:^19.0.0" + chalk: "npm:^5.3.0" + checksum: 10/77400295aa933dfe1192c6366c842f139cbc63d3ba5ca9b4308cdccac664bee9b837a04427d1582705569f672314d9b0891f8c2cddce5881e6d4dc3ea32b637b + languageName: node + linkType: hard + "@commitlint/is-ignored@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/is-ignored@npm:18.6.1" @@ -3752,6 +3812,16 @@ __metadata: languageName: node linkType: hard +"@commitlint/is-ignored@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/is-ignored@npm:19.0.0" + dependencies: + "@commitlint/types": "npm:^19.0.0" + semver: "npm:^7.6.0" + checksum: 10/5e2752a92bdccf0923ad5d6adebb4af957d30584aad8352c95d88f4b2595d66d0f41fec0064ded97c41b6acdadd5723b1399bca74e4b99993e39065881580612 + languageName: node + linkType: hard + "@commitlint/lint@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/lint@npm:18.6.1" @@ -3764,6 +3834,18 @@ __metadata: languageName: node linkType: hard +"@commitlint/lint@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/lint@npm:19.0.0" + dependencies: + "@commitlint/is-ignored": "npm:^19.0.0" + "@commitlint/parse": "npm:^19.0.0" + "@commitlint/rules": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + checksum: 10/16d66ad3d4fe400890298edab2310d2f85e40a03ed93d31751294994fec25256bae85a48499f3b676d8e04224bc820a5a90d8310d9e35464d061b4496b03b262 + languageName: node + linkType: hard + "@commitlint/load@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/load@npm:18.6.1" @@ -3783,6 +3865,24 @@ __metadata: languageName: node linkType: hard +"@commitlint/load@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/load@npm:19.0.0" + dependencies: + "@commitlint/config-validator": "npm:^19.0.0" + "@commitlint/execute-rule": "npm:^19.0.0" + "@commitlint/resolve-extends": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + chalk: "npm:^5.3.0" + cosmiconfig: "npm:^8.3.6" + cosmiconfig-typescript-loader: "npm:^5.0.0" + lodash.isplainobject: "npm:^4.0.6" + lodash.merge: "npm:^4.6.2" + lodash.uniq: "npm:^4.5.0" + checksum: 10/bb9f5046d1017f9624e0b5d9b0742408dab3361e20fac54c7ea9d553d08aeede73e67b0a7a43628a8b102735358059c6cc6bbe93cc9da39623de2a269bd2507c + languageName: node + linkType: hard + "@commitlint/message@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/message@npm:18.6.1" @@ -3790,6 +3890,13 @@ __metadata: languageName: node linkType: hard +"@commitlint/message@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/message@npm:19.0.0" + checksum: 10/446ee97c12a4175a8b7a4cbf3754c01d54cd911973c7af9a2eac69277fb891e638ddc3db132f57588883b68eadf59074d388ec1808a205957042f71027244167 + languageName: node + linkType: hard + "@commitlint/parse@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/parse@npm:18.6.1" @@ -3801,6 +3908,17 @@ __metadata: languageName: node linkType: hard +"@commitlint/parse@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/parse@npm:19.0.0" + dependencies: + "@commitlint/types": "npm:^19.0.0" + conventional-changelog-angular: "npm:^7.0.0" + conventional-commits-parser: "npm:^5.0.0" + checksum: 10/0cc6c0be79b55fd620696bc5eef0c28c45242b5605da37541640849d22853bd5f068fce456affab9e081b8def960d39ba28d2358aca953e17edb1a8c42ba7f21 + languageName: node + linkType: hard + "@commitlint/read@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/read@npm:18.6.1" @@ -3813,6 +3931,18 @@ __metadata: languageName: node linkType: hard +"@commitlint/read@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/read@npm:19.0.0" + dependencies: + "@commitlint/top-level": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + git-raw-commits: "npm:^4.0.0" + minimist: "npm:^1.2.8" + checksum: 10/04800471abec1f80d905d81429d0c83a0749b0d9468859ee999c314425a4ceb351c3084c618c15bbb1c922c4137edaaa2d0abd332aacbfe8df9189c56391da5a + languageName: node + linkType: hard + "@commitlint/resolve-extends@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/resolve-extends@npm:18.6.1" @@ -3827,6 +3957,20 @@ __metadata: languageName: node linkType: hard +"@commitlint/resolve-extends@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/resolve-extends@npm:19.0.0" + dependencies: + "@commitlint/config-validator": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + import-fresh: "npm:^3.0.0" + import-meta-resolve: "npm:^4.0.0" + lodash.mergewith: "npm:^4.6.2" + resolve-global: "npm:^2.0.0" + checksum: 10/e2439311c8fba50f8f3a3e68dc93f9ea51e868255d40deb774d51d02927def1035701d073965bec108ee5d444a61535faaf227a599545361ee1ae544c9e2e87b + languageName: node + linkType: hard + "@commitlint/rules@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/rules@npm:18.6.1" @@ -3840,6 +3984,19 @@ __metadata: languageName: node linkType: hard +"@commitlint/rules@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/rules@npm:19.0.0" + dependencies: + "@commitlint/ensure": "npm:^19.0.0" + "@commitlint/message": "npm:^19.0.0" + "@commitlint/to-lines": "npm:^19.0.0" + "@commitlint/types": "npm:^19.0.0" + execa: "npm:^8.0.1" + checksum: 10/fb802af001f02d74dfe1c2e4a02de85e92d3459e27a9bb893bb595adbc8f2c5ed765f614aa74c476ce029c0daf127a45709aa414e60eb9302db7ce55061c0171 + languageName: node + linkType: hard + "@commitlint/to-lines@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/to-lines@npm:18.6.1" @@ -3847,6 +4004,13 @@ __metadata: languageName: node linkType: hard +"@commitlint/to-lines@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/to-lines@npm:19.0.0" + checksum: 10/5e7d5679aa242cd21be2076a8c8715aa3c9f4c3133f588df08c6b02f56a8a5b1a5d9e402076bd926dd2b61883e4b2c53fd6c9aa3554e3f54cd2296b2566eb1c2 + languageName: node + linkType: hard + "@commitlint/top-level@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/top-level@npm:18.6.1" @@ -3856,6 +4020,15 @@ __metadata: languageName: node linkType: hard +"@commitlint/top-level@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/top-level@npm:19.0.0" + dependencies: + find-up: "npm:^7.0.0" + checksum: 10/47b0994d03f26caf2812110ead535bd10157beed6b3dff9cbb4eea165de9245673ba7d31829cd54af5855f7b075ebbf812b1f79586248be3932797888efeadf5 + languageName: node + linkType: hard + "@commitlint/types@npm:^18.6.1": version: 18.6.1 resolution: "@commitlint/types@npm:18.6.1" @@ -3865,6 +4038,15 @@ __metadata: languageName: node linkType: hard +"@commitlint/types@npm:^19.0.0": + version: 19.0.0 + resolution: "@commitlint/types@npm:19.0.0" + dependencies: + chalk: "npm:^5.3.0" + checksum: 10/8d352473e5dcf7a784cad63790eb3db2c4cd03a55b0c1dd74998397d2a1596cc14b58168bb61df1d09801577baa82df6e9741326ed55127a5bee0ccf7d27819a + languageName: node + linkType: hard + "@cspotcode/source-map-support@npm:0.8.1, @cspotcode/source-map-support@npm:^0.8.0": version: 0.8.1 resolution: "@cspotcode/source-map-support@npm:0.8.1" @@ -18547,6 +18729,13 @@ __metadata: languageName: node linkType: hard +"dargs@npm:^8.0.0": + version: 8.1.0 + resolution: "dargs@npm:8.1.0" + checksum: 10/33f1b8f5f08e72c8a28355a87c0e1a9b6a0fec99252ecd9cf4735e65dd5f2e19747c860251ed5747b38e7204c7915fd7a7146aee5aaef5882c69169aae8b1d09 + languageName: node + linkType: hard + "data-uri-to-buffer@npm:^2.0.0": version: 2.0.2 resolution: "data-uri-to-buffer@npm:2.0.2" @@ -21203,6 +21392,17 @@ __metadata: languageName: node linkType: hard +"find-up@npm:^7.0.0": + version: 7.0.0 + resolution: "find-up@npm:7.0.0" + dependencies: + locate-path: "npm:^7.2.0" + path-exists: "npm:^5.0.0" + unicorn-magic: "npm:^0.1.0" + checksum: 10/7e6b08fbc05a10677e25e74bb0a020054a86b31d1806c5e6a9e32e75472bbf177210bc16e5f97453be8bda7ae2e3d97669dbb2901f8c30b39ce53929cbea6746 + languageName: node + linkType: hard + "flat-cache@npm:^3.0.4": version: 3.2.0 resolution: "flat-cache@npm:3.2.0" @@ -21880,6 +22080,19 @@ __metadata: languageName: node linkType: hard +"git-raw-commits@npm:^4.0.0": + version: 4.0.0 + resolution: "git-raw-commits@npm:4.0.0" + dependencies: + dargs: "npm:^8.0.0" + meow: "npm:^12.0.1" + split2: "npm:^4.0.0" + bin: + git-raw-commits: cli.mjs + checksum: 10/95546f4afcb33cf00ff638f7fec55ad61d4d927447737900e1f6fcbbdbb341b3f150908424cc62acb6d9faaea6f1e8f55d0697b899f0589af9d2733afb20abfb + languageName: node + linkType: hard + "github-slugger@npm:^1.0.0": version: 1.5.0 resolution: "github-slugger@npm:1.5.0" @@ -21991,6 +22204,15 @@ __metadata: languageName: node linkType: hard +"global-directory@npm:^4.0.1": + version: 4.0.1 + resolution: "global-directory@npm:4.0.1" + dependencies: + ini: "npm:4.1.1" + checksum: 10/5b4df24438a4e5f21e43fbdd9e54f5e12bb48dce01a0a83b415d8052ce91be2d3a97e0c8f98a535e69649b2190036155e9f0f7d3c62f9318f31bdc3fd4f235f5 + languageName: node + linkType: hard + "global-dirs@npm:^0.1.1": version: 0.1.1 resolution: "global-dirs@npm:0.1.1" @@ -23171,6 +23393,13 @@ __metadata: languageName: node linkType: hard +"import-meta-resolve@npm:^4.0.0": + version: 4.0.0 + resolution: "import-meta-resolve@npm:4.0.0" + checksum: 10/73f0f1d68f7280cb4415e3a212a6e5d57fbfe61ab6f467df3dad5361529fbd89ac7d8ea2b694412b74985a4226d218ad3fb22fd8f06f5429beda521dc9f0229c + languageName: node + linkType: hard + "imul@npm:^1.0.0": version: 1.0.1 resolution: "imul@npm:1.0.1" @@ -23230,6 +23459,13 @@ __metadata: languageName: node linkType: hard +"ini@npm:4.1.1": + version: 4.1.1 + resolution: "ini@npm:4.1.1" + checksum: 10/64c7102301742a7527bb17257d18451410eacf63b4b5648a20e108816c355c21c4e8a1761bbcbf3fe8c4ded3297f1b832b885d5e3e485d781e293ebfaf56fea6 + languageName: node + linkType: hard + "ini@npm:^1.3.4, ini@npm:~1.3.0": version: 1.3.8 resolution: "ini@npm:1.3.8" @@ -25373,6 +25609,15 @@ __metadata: languageName: node linkType: hard +"locate-path@npm:^7.2.0": + version: 7.2.0 + resolution: "locate-path@npm:7.2.0" + dependencies: + p-locate: "npm:^6.0.0" + checksum: 10/1c6d269d4efec555937081be964e8a9b4a136319c79ca1d45ac6382212a8466113c75bd89e44521ca8ecd1c47fb08523b56eee5c0712bc7d14fec5f729deeb42 + languageName: node + linkType: hard + "lodash-es@npm:^4.17.21": version: 4.17.21 resolution: "lodash-es@npm:4.17.21" @@ -28605,6 +28850,15 @@ __metadata: languageName: node linkType: hard +"p-limit@npm:^4.0.0": + version: 4.0.0 + resolution: "p-limit@npm:4.0.0" + dependencies: + yocto-queue: "npm:^1.0.0" + checksum: 10/01d9d70695187788f984226e16c903475ec6a947ee7b21948d6f597bed788e3112cc7ec2e171c1d37125057a5f45f3da21d8653e04a3a793589e12e9e80e756b + languageName: node + linkType: hard + "p-limit@npm:^5.0.0": version: 5.0.0 resolution: "p-limit@npm:5.0.0" @@ -28650,6 +28904,15 @@ __metadata: languageName: node linkType: hard +"p-locate@npm:^6.0.0": + version: 6.0.0 + resolution: "p-locate@npm:6.0.0" + dependencies: + p-limit: "npm:^4.0.0" + checksum: 10/2bfe5234efa5e7a4e74b30a5479a193fdd9236f8f6b4d2f3f69e3d286d9a7d7ab0c118a2a50142efcf4e41625def635bd9332d6cbf9cc65d85eb0718c579ab38 + languageName: node + linkType: hard + "p-map@npm:^3.0.0": version: 3.0.0 resolution: "p-map@npm:3.0.0" @@ -28893,6 +29156,13 @@ __metadata: languageName: node linkType: hard +"path-exists@npm:^5.0.0": + version: 5.0.0 + resolution: "path-exists@npm:5.0.0" + checksum: 10/8ca842868cab09423994596eb2c5ec2a971c17d1a3cb36dbf060592c730c725cd524b9067d7d2a1e031fef9ba7bd2ac6dc5ec9fb92aa693265f7be3987045254 + languageName: node + linkType: hard + "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" @@ -31084,6 +31354,15 @@ __metadata: languageName: node linkType: hard +"resolve-global@npm:^2.0.0": + version: 2.0.0 + resolution: "resolve-global@npm:2.0.0" + dependencies: + global-directory: "npm:^4.0.1" + checksum: 10/f637122fe1ada1d453e76ebf02ae4406a77dda0960a73f599833bbf647c1afc9c151d04c628182f25902c3ef1f1eff2db52223961549fc7bba0f1ec78eb169f2 + languageName: node + linkType: hard + "resolve-package@npm:^1.0.1": version: 1.0.1 resolution: "resolve-package@npm:1.0.1"