File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " jscodeshift " : minor
3
+ ---
4
+
5
+ Bumps recast to allow parsing of Typescript type arguments on tagged template literals
Original file line number Diff line number Diff line change 40
40
"micromatch" : " ^4.0.7" ,
41
41
"neo-async" : " ^2.5.0" ,
42
42
"picocolors" : " ^1.0.1" ,
43
- "recast" : " ^0.23.10 " ,
43
+ "recast" : " ^0.23.11 " ,
44
44
"tmp" : " ^0.2.3" ,
45
45
"write-file-atomic" : " ^5.0.1"
46
46
},
Original file line number Diff line number Diff line change @@ -3121,10 +3121,10 @@ read-yaml-file@^1.1.0:
3121
3121
pify "^4.0.1"
3122
3122
strip-bom "^3.0.0"
3123
3123
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 ==
3128
3128
dependencies :
3129
3129
ast-types "^0.16.1"
3130
3130
esprima "~4.0.0"
@@ -3435,9 +3435,9 @@ to-regex-range@^5.0.1:
3435
3435
is-number "^7.0.0"
3436
3436
3437
3437
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 ==
3441
3441
3442
3442
type-check@^0.4.0, type-check@~0.4.0 :
3443
3443
version "0.4.0"
You can’t perform that action at this time.
0 commit comments