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

Commit dd51583

Browse files
Merge #158
158: Update typescript-eslint monorepo to v2.27.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.26.0` -> `2.27.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/2.26.0/2.27.0) | | [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) | dependencies | minor | [`2.26.0` -> `2.27.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/2.26.0/2.27.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint</summary> ### [`v2.27.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#&#8203;2270-httpsgithubcomtypescript-eslinttypescript-eslintcomparev2260v2270-2020-04-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.26.0...v2.27.0) ##### Bug Fixes - **eslint-plugin:** [no-throw-literal] fix crash caused by getBaseTypes ([#&#8203;1830](https://togithub.com/typescript-eslint/typescript-eslint/issues/1830)) ([9d53c76](https://togithub.com/typescript-eslint/typescript-eslint/commit/9d53c761983dd964109b9f13eb9bfe20caf9defb)) - **eslint-plugin:** [no-unsafe-call] fix incorrect selector ([#&#8203;1826](https://togithub.com/typescript-eslint/typescript-eslint/issues/1826)) ([8ec53a3](https://togithub.com/typescript-eslint/typescript-eslint/commit/8ec53a3579fcb59cdffea0c60fbb755d056f4c8a)) - **eslint-plugin:** [require-await] handle async generators ([#&#8203;1782](https://togithub.com/typescript-eslint/typescript-eslint/issues/1782)) ([9642d9d](https://togithub.com/typescript-eslint/typescript-eslint/commit/9642d9dce693befac89a4e9d8bf8dd18f4361e2a)) - **eslint-plugin:** no-explicit-any constructor functions (& mo… ([#&#8203;1711](https://togithub.com/typescript-eslint/typescript-eslint/issues/1711)) ([ab8572e](https://togithub.com/typescript-eslint/typescript-eslint/commit/ab8572e30e14ebda91c8437be5ee35e7dc9add2e)) - **typescript-estree:** add support for TS3.9 extra file extensions ([#&#8203;1833](https://togithub.com/typescript-eslint/typescript-eslint/issues/1833)) ([1f0ff41](https://togithub.com/typescript-eslint/typescript-eslint/commit/1f0ff41aa1bc3b7c5330b2f5fe22e24bf578a6b2)) ##### Features - **eslint-plugin:** new rule method-signature-style ([#&#8203;1685](https://togithub.com/typescript-eslint/typescript-eslint/issues/1685)) ([c49d771](https://togithub.com/typescript-eslint/typescript-eslint/commit/c49d771ba62f1a21d3c1aec106341daddfcd3c9a)) - **eslint-plugin:** sort members alphabetically ([#&#8203;263](https://togithub.com/typescript-eslint/typescript-eslint/issues/263)) ([485e902](https://togithub.com/typescript-eslint/typescript-eslint/commit/485e90213a0f8baac0587f7d56925448883fc5bd)) - **eslint-plugin-internal:** add plugin-test-formatting rule ([#&#8203;1821](https://togithub.com/typescript-eslint/typescript-eslint/issues/1821)) ([9b0023a](https://togithub.com/typescript-eslint/typescript-eslint/commit/9b0023a4996ecdd7dfcb30abd1678091a78f3064)) - **experimental-utils:** add types for suggestions from CLIEngine ([#&#8203;1844](https://togithub.com/typescript-eslint/typescript-eslint/issues/1844)) ([7c11bd6](https://togithub.com/typescript-eslint/typescript-eslint/commit/7c11bd66f2d0e5ea9d3943e6b8c66e6ddff50862)) - **experimental-utils:** update eslint types to match v6.8 ([#&#8203;1846](https://togithub.com/typescript-eslint/typescript-eslint/issues/1846)) ([16ce74d](https://togithub.com/typescript-eslint/typescript-eslint/commit/16ce74d247781ac890dc0baa30c384f97e581b6b)) </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 0f50f05 + f5fd185 commit dd51583

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.6",
16-
"@typescript-eslint/eslint-plugin": "2.26.0",
17-
"@typescript-eslint/parser": "2.26.0",
16+
"@typescript-eslint/eslint-plugin": "2.27.0",
17+
"@typescript-eslint/parser": "2.27.0",
1818
"classnames": "2.2.6",
1919
"eslint": "6.8.0",
2020
"eslint-config-prettier": "6.10.1",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -831,40 +831,40 @@
831831
"@types/prop-types" "*"
832832
csstype "^2.2.0"
833833

834-
"@typescript-eslint/eslint-plugin@2.26.0":
835-
version "2.26.0"
836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.26.0.tgz#04c96560c8981421e5a9caad8394192363cc423f"
837-
integrity sha512-4yUnLv40bzfzsXcTAtZyTjbiGUXMrcIJcIMioI22tSOyAxpdXiZ4r7YQUU8Jj6XXrLz9d5aMHPQf5JFR7h27Nw==
834+
"@typescript-eslint/eslint-plugin@2.27.0":
835+
version "2.27.0"
836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
837+
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
838838
dependencies:
839-
"@typescript-eslint/experimental-utils" "2.26.0"
839+
"@typescript-eslint/experimental-utils" "2.27.0"
840840
functional-red-black-tree "^1.0.1"
841841
regexpp "^3.0.0"
842842
tsutils "^3.17.1"
843843

844-
"@typescript-eslint/experimental-utils@2.26.0":
845-
version "2.26.0"
846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.26.0.tgz#063390c404d9980767d76274df386c0aa675d91d"
847-
integrity sha512-RELVoH5EYd+JlGprEyojUv9HeKcZqF7nZUGSblyAw1FwOGNnmQIU8kxJ69fttQvEwCsX5D6ECJT8GTozxrDKVQ==
844+
"@typescript-eslint/experimental-utils@2.27.0":
845+
version "2.27.0"
846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
847+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
848848
dependencies:
849849
"@types/json-schema" "^7.0.3"
850-
"@typescript-eslint/typescript-estree" "2.26.0"
850+
"@typescript-eslint/typescript-estree" "2.27.0"
851851
eslint-scope "^5.0.0"
852852
eslint-utils "^2.0.0"
853853

854-
"@typescript-eslint/parser@2.26.0":
855-
version "2.26.0"
856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
857-
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
854+
"@typescript-eslint/parser@2.27.0":
855+
version "2.27.0"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
857+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
858858
dependencies:
859859
"@types/eslint-visitor-keys" "^1.0.0"
860-
"@typescript-eslint/experimental-utils" "2.26.0"
861-
"@typescript-eslint/typescript-estree" "2.26.0"
860+
"@typescript-eslint/experimental-utils" "2.27.0"
861+
"@typescript-eslint/typescript-estree" "2.27.0"
862862
eslint-visitor-keys "^1.1.0"
863863

864-
"@typescript-eslint/typescript-estree@2.26.0":
865-
version "2.26.0"
866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.26.0.tgz#d8132cf1ee8a72234f996519a47d8a9118b57d56"
867-
integrity sha512-3x4SyZCLB4zsKsjuhxDLeVJN6W29VwBnYpCsZ7vIdPel9ZqLfIZJgJXO47MNUkurGpQuIBALdPQKtsSnWpE1Yg==
864+
"@typescript-eslint/typescript-estree@2.27.0":
865+
version "2.27.0"
866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
867+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
868868
dependencies:
869869
debug "^4.1.1"
870870
eslint-visitor-keys "^1.1.0"

0 commit comments

Comments
 (0)