From 373a2b147c5506186b901656858549ea3933b63b Mon Sep 17 00:00:00 2001 From: "manuel.carrera" Date: Fri, 20 Dec 2024 09:28:42 -0700 Subject: [PATCH] fix: Resolve recast from jscodeshift to avoid extra parens error in tests --- modules/codemod/package.json | 3 +++ package.json | 4 +++- yarn.lock | 46 ++---------------------------------- 3 files changed, 8 insertions(+), 45 deletions(-) diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 29cede3136..1eb7a8260b 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -42,5 +42,8 @@ "build": "tsc -p tsconfig.es6.json", "test": "TZ=UTC jest -c ../../jest.config.js", "typecheck:src": "tsc -p . --noEmit --incremental false" + }, + "resolutions": { + "recast": "0.20.4" } } diff --git a/package.json b/package.json index 53aececca2..8ee66b44ce 100644 --- a/package.json +++ b/package.json @@ -138,6 +138,8 @@ "resolutions": { "ansi-regex": "3.0.1", "braces": "3.0.3", - "micromatch":"4.0.6" + "micromatch":"4.0.6", + "recast": "0.20.4" + } } diff --git a/yarn.lock b/yarn.lock index 7181a3ec36..c9e5354a23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5628,11 +5628,6 @@ ast-metadata-inferer@^0.1.1: resolved "https://registry.yarnpkg.com/ast-metadata-inferer/-/ast-metadata-inferer-0.1.1.tgz#66e24fae9d30ca961fac4880b7fc466f09b25165" integrity sha512-hc9w8Qrgg9Lf9iFcZVhNjUnhrd2BBpTlyCnegPVvCe6O0yMrF57a6Cmh7k+xUsfUOMh9wajOL5AsGOBNEyTCcw== -ast-types@0.13.3: - version "0.13.3" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.3.tgz#50da3f28d17bdbc7969a3a2d83a0e4a72ae755a7" - integrity sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA== - ast-types@0.14.2, ast-types@^0.14.1, ast-types@^0.14.2: version "0.14.2" resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd" @@ -5640,13 +5635,6 @@ ast-types@0.14.2, ast-types@^0.14.1, ast-types@^0.14.2: dependencies: tslib "^2.0.1" -ast-types@0.15.2: - version "0.15.2" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d" - integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg== - dependencies: - tslib "^2.0.1" - ast-types@^0.13.2: version "0.13.2" resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48" @@ -14633,19 +14621,9 @@ readdirp@~3.5.0: dependencies: picomatch "^2.2.1" -recast@^0.19.0: - version "0.19.1" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.19.1.tgz#555f3612a5a10c9f44b9a923875c51ff775de6c8" - integrity sha512-8FCjrBxjeEU2O6I+2hyHyBFH1siJbMBLwIRvVr1T3FD2cL754sOaJDsJ/8h3xYltasbJ8jqWRIhMuDGBSiSbjw== - dependencies: - ast-types "0.13.3" - esprima "~4.0.0" - private "^0.1.8" - source-map "~0.6.1" - -recast@^0.20.3: +recast@0.20.4, recast@^0.19.0, recast@^0.20.3, recast@^0.20.4, recast@^0.21.0: version "0.20.4" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc" + resolved "https://registry.npmjs.org/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc" integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ== dependencies: ast-types "0.14.2" @@ -14653,26 +14631,6 @@ recast@^0.20.3: source-map "~0.6.1" tslib "^2.0.1" -recast@^0.20.4: - version "0.20.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" - integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== - dependencies: - ast-types "0.14.2" - esprima "~4.0.0" - source-map "~0.6.1" - tslib "^2.0.1" - -recast@^0.21.0: - version "0.21.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.21.5.tgz#e8cd22bb51bcd6130e54f87955d33a2b2e57b495" - integrity sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg== - dependencies: - ast-types "0.15.2" - esprima "~4.0.0" - source-map "~0.6.1" - tslib "^2.0.1" - rechoir@^0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"