Skip to content

Commit dce3667

Browse files
chore(deps): Bump recast from 0.20.5 to 0.21.5
Bumps [recast](https://github.com/benjamn/recast) from 0.20.5 to 0.21.5. - [Release notes](https://github.com/benjamn/recast/releases) - [Commits](https://github.com/benjamn/recast/commits) --- 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 ccb1c89 commit dce3667

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.1.0",
2929
"ember-template-recast": "^6.1.3",
3030
"npm-check": "^5.9.2",
31-
"recast": "^0.20.5",
31+
"recast": "^0.21.5",
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.5",
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
@@ -53,7 +53,7 @@
5353
"ow": "^0.28.1",
5454
"pkg-up": "^3.1.0",
5555
"promise.hash.helper": "^1.0.8",
56-
"recast": "^0.20.5",
56+
"recast": "^0.21.5",
5757
"resolve": "^1.22.0",
5858
"strip-ansi": "^6.0.0",
5959
"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.1.0",
2828
"fs-extra": "^9.1.0",
29-
"recast": "^0.20.5"
29+
"recast": "^0.21.5"
3030
},
3131
"engines": {
3232
"node": ">= 14"

yarn.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,10 +2568,10 @@ assign-symbols@^1.0.0:
25682568
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
25692569
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
25702570

2571-
ast-types@0.14.2, ast-types@^0.14.2:
2572-
version "0.14.2"
2573-
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
2574-
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
2571+
ast-types@0.15.2:
2572+
version "0.15.2"
2573+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.15.2.tgz#39ae4809393c4b16df751ee563411423e85fb49d"
2574+
integrity sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==
25752575
dependencies:
25762576
tslib "^2.0.1"
25772577

@@ -2582,6 +2582,13 @@ ast-types@^0.13.2:
25822582
dependencies:
25832583
tslib "^2.0.1"
25842584

2585+
ast-types@^0.14.2:
2586+
version "0.14.2"
2587+
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
2588+
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
2589+
dependencies:
2590+
tslib "^2.0.1"
2591+
25852592
astral-regex@^2.0.0:
25862593
version "2.0.0"
25872594
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
@@ -10390,12 +10397,12 @@ readline2@^1.0.1:
1039010397
is-fullwidth-code-point "^1.0.0"
1039110398
mute-stream "0.0.5"
1039210399

10393-
recast@^0.20.5:
10394-
version "0.20.5"
10395-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
10396-
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
10400+
recast@^0.21.5:
10401+
version "0.21.5"
10402+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.21.5.tgz#e8cd22bb51bcd6130e54f87955d33a2b2e57b495"
10403+
integrity sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==
1039710404
dependencies:
10398-
ast-types "0.14.2"
10405+
ast-types "0.15.2"
1039910406
esprima "~4.0.0"
1040010407
source-map "~0.6.1"
1040110408
tslib "^2.0.1"
@@ -11883,12 +11890,7 @@ tslib@^1.8.1, tslib@^1.9.0:
1188311890
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
1188411891
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
1188511892

11886-
tslib@^2, tslib@^2.0.1, tslib@^2.0.3:
11887-
version "2.1.0"
11888-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
11889-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
11890-
11891-
tslib@^2.1.0, tslib@^2.3.1:
11893+
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1:
1189211894
version "2.4.0"
1189311895
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1189411896
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

0 commit comments

Comments
 (0)