Skip to content

Commit 9cb1ccd

Browse files
Bump @typescript-eslint/parser from 4.6.1 to 4.8.1 (#158)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.6.1 to 4.8.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.8.1/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86f0299 commit 9cb1ccd

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@changesets/cli": "2.11.2",
23-
"@typescript-eslint/parser": "4.6.1",
23+
"@typescript-eslint/parser": "4.8.1",
2424
"@typescript-eslint/eslint-plugin": "4.8.1",
2525
"eslint": "7.12.1",
2626
"husky": "4.3.0",

yarn.lock

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,23 +1133,15 @@
11331133
eslint-scope "^5.0.0"
11341134
eslint-utils "^2.0.0"
11351135

1136-
"@typescript-eslint/[email protected]":
1137-
version "4.6.1"
1138-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.1.tgz#b801bff67b536ecc4a840ac9289ba2be57e02428"
1139-
integrity sha512-lScKRPt1wM9UwyKkGKyQDqf0bh6jm8DQ5iN37urRIXDm16GEv+HGEmum2Fc423xlk5NUOkOpfTnKZc/tqKZkDQ==
1140-
dependencies:
1141-
"@typescript-eslint/scope-manager" "4.6.1"
1142-
"@typescript-eslint/types" "4.6.1"
1143-
"@typescript-eslint/typescript-estree" "4.6.1"
1144-
debug "^4.1.1"
1145-
1146-
"@typescript-eslint/[email protected]":
1147-
version "4.6.1"
1148-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
1149-
integrity sha512-f95+80r6VdINYscJY1KDUEDcxZ3prAWHulL4qRDfNVD0I5QAVSGqFkwHERDoLYJJWmEAkUMdQVvx7/c2Hp+Bjg==
1136+
"@typescript-eslint/[email protected]":
1137+
version "4.8.1"
1138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
1139+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
11501140
dependencies:
1151-
"@typescript-eslint/types" "4.6.1"
1152-
"@typescript-eslint/visitor-keys" "4.6.1"
1141+
"@typescript-eslint/scope-manager" "4.8.1"
1142+
"@typescript-eslint/types" "4.8.1"
1143+
"@typescript-eslint/typescript-estree" "4.8.1"
1144+
debug "^4.1.1"
11531145

11541146
"@typescript-eslint/[email protected]":
11551147
version "4.8.1"
@@ -1159,30 +1151,11 @@
11591151
"@typescript-eslint/types" "4.8.1"
11601152
"@typescript-eslint/visitor-keys" "4.8.1"
11611153

1162-
"@typescript-eslint/[email protected]":
1163-
version "4.6.1"
1164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
1165-
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
1166-
11671154
"@typescript-eslint/[email protected]":
11681155
version "4.8.1"
11691156
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
11701157
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
11711158

1172-
"@typescript-eslint/[email protected]":
1173-
version "4.6.1"
1174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
1175-
integrity sha512-/J/kxiyjQQKqEr5kuKLNQ1Finpfb8gf/NpbwqFFYEBjxOsZ621r9AqwS9UDRA1Rrr/eneX/YsbPAIhU2rFLjXQ==
1176-
dependencies:
1177-
"@typescript-eslint/types" "4.6.1"
1178-
"@typescript-eslint/visitor-keys" "4.6.1"
1179-
debug "^4.1.1"
1180-
globby "^11.0.1"
1181-
is-glob "^4.0.1"
1182-
lodash "^4.17.15"
1183-
semver "^7.3.2"
1184-
tsutils "^3.17.1"
1185-
11861159
"@typescript-eslint/[email protected]":
11871160
version "4.8.1"
11881161
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
@@ -1197,14 +1170,6 @@
11971170
semver "^7.3.2"
11981171
tsutils "^3.17.1"
11991172

1200-
"@typescript-eslint/[email protected]":
1201-
version "4.6.1"
1202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
1203-
integrity sha512-owABze4toX7QXwOLT3/D5a8NecZEjEWU1srqxENTfqsY3bwVnl3YYbOh6s1rp2wQKO9RTHFGjKes08FgE7SVMw==
1204-
dependencies:
1205-
"@typescript-eslint/types" "4.6.1"
1206-
eslint-visitor-keys "^2.0.0"
1207-
12081173
"@typescript-eslint/[email protected]":
12091174
version "4.8.1"
12101175
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"

0 commit comments

Comments
 (0)