Skip to content

Commit 6c2ff57

Browse files
spanishpearDaniel15
authored andcommittedMar 24, 2025··
Bump recast to 0.23.10 - resolve parse failure for Typescript tagged template literals
1 parent b858e34 commit 6c2ff57

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
 

‎.changeset/modern-chicken-judge.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"jscodeshift": minor
3+
---
4+
5+
Bumps recast to allow parsing of Typescript type arguments on tagged template literals

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"micromatch": "^4.0.7",
4141
"neo-async": "^2.5.0",
4242
"picocolors": "^1.0.1",
43-
"recast": "^0.23.10",
43+
"recast": "^0.23.11",
4444
"tmp": "^0.2.3",
4545
"write-file-atomic": "^5.0.1"
4646
},

‎yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3121,10 +3121,10 @@ read-yaml-file@^1.1.0:
31213121
pify "^4.0.1"
31223122
strip-bom "^3.0.0"
31233123

3124-
recast@^0.23.10:
3125-
version "0.23.10"
3126-
resolved "https://packages.atlassian.com/api/npm/npm-remote/recast/-/recast-0.23.10.tgz#8e8721af39e1bddad8d0ae1f3591d4f756a5fdfb"
3127-
integrity sha512-mbCmRMJUKCJ1h41V0cu2C26ULBURwuoZ34C9rChjcDaeJ/4Kv5al3O2HPwTs2m0wQ1vGhMY+tguhzU1aE8md1A==
3124+
recast@^0.23.11:
3125+
version "0.23.11"
3126+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.11.tgz#8885570bb28cf773ba1dc600da7f502f7883f73f"
3127+
integrity sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==
31283128
dependencies:
31293129
ast-types "^0.16.1"
31303130
esprima "~4.0.0"
@@ -3435,9 +3435,9 @@ to-regex-range@^5.0.1:
34353435
is-number "^7.0.0"
34363436

34373437
tslib@^2.0.1:
3438-
version "2.6.3"
3439-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
3440-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
3438+
version "2.8.1"
3439+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
3440+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
34413441

34423442
type-check@^0.4.0, type-check@~0.4.0:
34433443
version "0.4.0"

0 commit comments

Comments
 (0)
Please sign in to comment.