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

Commit f630e1c

Browse files
Merge #174
174: Update typescript-eslint monorepo to v2.33.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.32.0` -> `2.33.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/2.32.0/2.33.0) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | dependencies | minor | [`2.32.0` -> `2.33.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/2.32.0/2.33.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint</summary> ### [`v2.33.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#&#8203;2330-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2320v2330-2020-05-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.32.0...v2.33.0) ##### Bug Fixes - **experimental-utils:** remove accidental dep on json-schema ([#&#8203;2010](https://togithub.com/typescript-eslint/typescript-eslint/issues/2010)) ([1875fba](https://togithub.com/typescript-eslint/typescript-eslint/commit/1875fbad41f2a3dda8f610f5dcd180c6205b73d3)) ##### Features - **eslint-plugin:** add extension rule `lines-between-class-members` ([#&#8203;1684](https://togithub.com/typescript-eslint/typescript-eslint/issues/1684)) ([08f93e6](https://togithub.com/typescript-eslint/typescript-eslint/commit/08f93e69347a8e7f3a7e8a1455bb5d069c2faeef)) </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 2474497 + 73acad1 commit f630e1c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
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.32.0",
17-
"@typescript-eslint/parser": "2.32.0",
16+
"@typescript-eslint/eslint-plugin": "2.33.0",
17+
"@typescript-eslint/parser": "2.33.0",
1818
"classnames": "2.2.6",
1919
"eslint": "7.0.0",
2020
"eslint-config-prettier": "6.11.0",

yarn.lock

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

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==
839+
"@typescript-eslint/eslint-plugin@2.33.0":
840+
version "2.33.0"
841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz#d6c8319d5011b4783bb3d2dadf105d8bdd499bd5"
842+
integrity sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==
843843
dependencies:
844-
"@typescript-eslint/experimental-utils" "2.32.0"
844+
"@typescript-eslint/experimental-utils" "2.33.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.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==
849+
"@typescript-eslint/experimental-utils@2.33.0":
850+
version "2.33.0"
851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03"
852+
integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==
853853
dependencies:
854854
"@types/json-schema" "^7.0.3"
855-
"@typescript-eslint/typescript-estree" "2.32.0"
855+
"@typescript-eslint/typescript-estree" "2.33.0"
856856
eslint-scope "^5.0.0"
857857
eslint-utils "^2.0.0"
858858

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==
859+
"@typescript-eslint/parser@2.33.0":
860+
version "2.33.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd"
862+
integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==
863863
dependencies:
864864
"@types/eslint-visitor-keys" "^1.0.0"
865-
"@typescript-eslint/experimental-utils" "2.32.0"
866-
"@typescript-eslint/typescript-estree" "2.32.0"
865+
"@typescript-eslint/experimental-utils" "2.33.0"
866+
"@typescript-eslint/typescript-estree" "2.33.0"
867867
eslint-visitor-keys "^1.1.0"
868868

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==
869+
"@typescript-eslint/typescript-estree@2.33.0":
870+
version "2.33.0"
871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c"
872+
integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==
873873
dependencies:
874874
debug "^4.1.1"
875875
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)