Skip to content

Commit f6f5280

Browse files
chore(deps): Bump recast from 0.20.5 to 0.21.1
Bumps [recast](https://github.com/benjamn/recast) from 0.20.5 to 0.21.1. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](benjamn/recast@v0.20.5...v0.21.1) --- updated-dependencies: - dependency-name: recast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2b72d7 commit f6f5280

5 files changed

Lines changed: 21 additions & 19 deletions

File tree

packages/checkup-plugin-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@checkup/core": "^2.0.2",
2929
"ember-template-recast": "^5.0.3",
3030
"npm-check": "^5.9.2",
31-
"recast": "^0.20.5",
31+
"recast": "^0.21.1",
3232
"semver": "^7.3.5",
3333
"sloc": "^0.2.1",
3434
"tslib": "^2"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ora": "^5.3.0",
4646
"p-map": "^4.0.0",
4747
"react": "^17.0.2",
48-
"recast": "^0.20.5",
48+
"recast": "^0.21.1",
4949
"resolve": "^1.22.0",
5050
"shorthash": "^0.0.2",
5151
"stdout-stderr": "^0.1.13",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ow": "^0.28.1",
5353
"pkg-up": "^3.1.0",
5454
"promise.hash.helper": "^1.0.8",
55-
"recast": "^0.20.5",
55+
"recast": "^0.21.1",
5656
"resolve": "^1.22.0",
5757
"strip-ansi": "^6.0.0",
5858
"stylelint": "^14.8.5",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/types": "7.18.8",
2727
"@checkup/core": "^2.0.2",
2828
"fs-extra": "^9.1.0",
29-
"recast": "^0.20.5"
29+
"recast": "^0.21.1"
3030
},
3131
"engines": {
3232
"node": ">= 14"

yarn.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,14 @@ assign-symbols@^1.0.0:
25232523
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
25242524
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
25252525

2526-
ast-types@0.14.2, ast-types@^0.14.2:
2526+
ast-types@0.15.2:
2527+
version "0.15.2"
2528+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d"
2529+
integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
2530+
dependencies:
2531+
tslib "^2.0.1"
2532+
2533+
ast-types@^0.14.2:
25272534
version "0.14.2"
25282535
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
25292536
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
@@ -9484,12 +9491,12 @@ readline2@^1.0.1:
94849491
is-fullwidth-code-point "^1.0.0"
94859492
mute-stream "0.0.5"
94869493

9487-
recast@^0.20.5:
9488-
version "0.20.5"
9489-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
9490-
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
9494+
recast@^0.21.1:
9495+
version "0.21.1"
9496+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.21.1.tgz#9b3f4f68c1fe9c1513a1c02ff572fdef02231de2"
9497+
integrity sha512-PF61BHLaOGF5oIKTpSrDM6Qfy2d7DIx5qblgqG+wjqHuFH97OgAqBYFIJwEuHTrM6pQGT17IJ8D0C/jVu/0tig==
94919498
dependencies:
9492-
ast-types "0.14.2"
9499+
ast-types "0.15.2"
94939500
esprima "~4.0.0"
94949501
source-map "~0.6.1"
94959502
tslib "^2.0.1"
@@ -10827,12 +10834,7 @@ tslib@^1.8.1, tslib@^1.9.0:
1082710834
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
1082810835
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
1082910836

10830-
tslib@^2, tslib@^2.0.1, tslib@^2.0.3:
10831-
version "2.1.0"
10832-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
10833-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
10834-
10835-
tslib@^2.3.1:
10837+
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.3.1:
1083610838
version "2.4.0"
1083710839
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1083810840
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
@@ -10857,9 +10859,9 @@ type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5, type-detect@^4.0.8:
1085710859
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
1085810860

1085910861
type-fest@^0.11.0, type-fest@^0.12.0, type-fest@^0.18.0, type-fest@^0.20.2, type-fest@^0.6.0, type-fest@^0.8.1, type-fest@^1.0.2, type-fest@^2.16.0, type-fest@^2.3.4:
10860-
version "2.16.0"
10861-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.16.0.tgz#1250fbd64dafaf4c8e405e393ef3fb16d9651db2"
10862-
integrity sha512-qpaThT2HQkFb83gMOrdKVsfCN7LKxP26Yq+smPzY1FqoHRjqmjqHXA7n5Gkxi8efirtbeEUxzfEdePthQWCuHw==
10862+
version "2.17.0"
10863+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.17.0.tgz#c677030ce61e5be0c90c077d52571eb73c506ea9"
10864+
integrity sha512-U+g3/JVXnOki1kLSc+xZGPRll3Ah9u2VIG6Sn9iH9YX6UkPERmt6O/0fIyTgsd2/whV0+gAaHAg8fz6sG1QzMA==
1086310865

1086410866
typedarray-to-buffer@^3.1.5:
1086510867
version "3.1.5"

0 commit comments

Comments
 (0)