Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 1a08260

Browse files
Merge #172
172: Update typescript-eslint monorepo to v2.32.0 r=renovate[bot] a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | dependencies | minor | [`2.31.0` -> `2.32.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/2.31.0/2.32.0) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | dependencies | minor | [`2.31.0` -> `2.32.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/2.31.0/2.32.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint</summary> ### [`v2.32.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#&#8203;2320-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2310v2320-2020-05-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.31.0...v2.32.0) ##### Bug Fixes - **eslint-plugin:** [no-base-to-string] support boolean in unions ([#&#8203;1979](https://togithub.com/typescript-eslint/typescript-eslint/issues/1979)) ([6987ecc](https://togithub.com/typescript-eslint/typescript-eslint/commit/6987ecc1dacfb45c0f8ed3e81d08aa708eb96ad1)) - **eslint-plugin:** [no-type-alias] handle readonly types in aliases ([#&#8203;1990](https://togithub.com/typescript-eslint/typescript-eslint/issues/1990)) ([56d9870](https://togithub.com/typescript-eslint/typescript-eslint/commit/56d987070f83d1b6410b04750b20a761fd793073)) - **eslint-plugin:** [no-unused-expressions] inherit `messages` from base rule ([#&#8203;1992](https://togithub.com/typescript-eslint/typescript-eslint/issues/1992)) ([51ca404](https://togithub.com/typescript-eslint/typescript-eslint/commit/51ca404af645eed194269ab7f8f67b97bd52e32d)) ##### Features - bump dependencies and align AST ([#&#8203;2007](https://togithub.com/typescript-eslint/typescript-eslint/issues/2007)) ([18668b7](https://togithub.com/typescript-eslint/typescript-eslint/commit/18668b78fd7d1e5281af7fc26c76e0ca53297f69)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#mythmon/corsica-tree-status). Co-authored-by: Renovate Bot <[email protected]>
2 parents 79384fc + 6fd22dd commit 1a08260

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@types/classnames": "2.2.10",
1414
"@types/react": "16.9.5",
1515
"@types/react-dom": "16.9.8",
16-
"@typescript-eslint/eslint-plugin": "2.31.0",
17-
"@typescript-eslint/parser": "2.31.0",
16+
"@typescript-eslint/eslint-plugin": "2.32.0",
17+
"@typescript-eslint/parser": "2.32.0",
1818
"classnames": "2.2.6",
1919
"eslint": "7.0.0",
2020
"eslint-config-prettier": "6.11.0",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -836,47 +836,47 @@
836836
"@types/prop-types" "*"
837837
csstype "^2.2.0"
838838

839-
"@typescript-eslint/eslint-plugin@2.31.0":
840-
version "2.31.0"
841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.31.0.tgz#942c921fec5e200b79593c71fafb1e3f57aa2e36"
842-
integrity sha512-iIC0Pb8qDaoit+m80Ln/aaeu9zKQdOLF4SHcGLarSeY1gurW6aU4JsOPMjKQwXlw70MvWKZQc6S2NamA8SJ/gg==
839+
"@typescript-eslint/eslint-plugin@2.32.0":
840+
version "2.32.0"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.32.0.tgz#5d5cc2e00b1d4a4b848cc68bfdd3aede1ef0ad16"
842+
integrity sha512-nb1kSUa8cd22hGgxpGdVT6/iyP7IKyrnyZEGYo+tN8iyDdXvXa+nfsX03tJVeFfhbkwR/0CDk910zPbqSflAsg==
843843
dependencies:
844-
"@typescript-eslint/experimental-utils" "2.31.0"
844+
"@typescript-eslint/experimental-utils" "2.32.0"
845845
functional-red-black-tree "^1.0.1"
846846
regexpp "^3.0.0"
847847
tsutils "^3.17.1"
848848

849-
"@typescript-eslint/experimental-utils@2.31.0":
850-
version "2.31.0"
851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz#a9ec514bf7fd5e5e82bc10dcb6a86d58baae9508"
852-
integrity sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA==
849+
"@typescript-eslint/experimental-utils@2.32.0":
850+
version "2.32.0"
851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.32.0.tgz#bee7fbe1d21d13a273066d70abc82549d0b7943e"
852+
integrity sha512-oDWuB2q5AXsQ/mLq2N4qtWiBASWXPf7KhqXgeGH4QsyVKx+km8F6Vfqd3bspJQyhyCqxcbLO/jKJuIV3DzHZ6A==
853853
dependencies:
854854
"@types/json-schema" "^7.0.3"
855-
"@typescript-eslint/typescript-estree" "2.31.0"
855+
"@typescript-eslint/typescript-estree" "2.32.0"
856856
eslint-scope "^5.0.0"
857857
eslint-utils "^2.0.0"
858858

859-
"@typescript-eslint/parser@2.31.0":
860-
version "2.31.0"
861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.31.0.tgz#beddd4e8efe64995108b229b2862cd5752d40d6f"
862-
integrity sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ==
859+
"@typescript-eslint/parser@2.32.0":
860+
version "2.32.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.32.0.tgz#a1ace8ab1af529580bfb6cc2cd55fd8d8b1e68ab"
862+
integrity sha512-swRtH835fUfm2khchiOVNchU3gVNaZNj2pY92QSx4kXan+RzaGNrwIRaCyX8uqzmK0xNPzseaUYHP8CsmrsjFw==
863863
dependencies:
864864
"@types/eslint-visitor-keys" "^1.0.0"
865-
"@typescript-eslint/experimental-utils" "2.31.0"
866-
"@typescript-eslint/typescript-estree" "2.31.0"
865+
"@typescript-eslint/experimental-utils" "2.32.0"
866+
"@typescript-eslint/typescript-estree" "2.32.0"
867867
eslint-visitor-keys "^1.1.0"
868868

869-
"@typescript-eslint/typescript-estree@2.31.0":
870-
version "2.31.0"
871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz#ac536c2d46672aa1f27ba0ec2140d53670635cfd"
872-
integrity sha512-vxW149bXFXXuBrAak0eKHOzbcu9cvi6iNcJDzEtOkRwGHxJG15chiAQAwhLOsk+86p9GTr/TziYvw+H9kMaIgA==
869+
"@typescript-eslint/typescript-estree@2.32.0":
870+
version "2.32.0"
871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.32.0.tgz#0e4ae2e883557f94039b13ac0ecfcfbb09835b8d"
872+
integrity sha512-hQpbWM/Y2iq6jB9FHYJBqa3h1R9IEGodOtajhb261cVHt9cz30AKjXM6WP7LxJdEPPlyJ9rPTZVgBUgZgiyPgw==
873873
dependencies:
874874
debug "^4.1.1"
875875
eslint-visitor-keys "^1.1.0"
876876
glob "^7.1.6"
877877
is-glob "^4.0.1"
878878
lodash "^4.17.15"
879-
semver "^6.3.0"
879+
semver "^7.3.2"
880880
tsutils "^3.17.1"
881881

882882
abab@^2.0.0:
@@ -5191,7 +5191,7 @@ semver@^6.3.0:
51915191
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
51925192
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
51935193

5194-
semver@^7.2.1:
5194+
semver@^7.2.1, semver@^7.3.2:
51955195
version "7.3.2"
51965196
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
51975197
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==

0 commit comments

Comments
 (0)