Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript-eslint monorepo to v4.14.0 #133

Merged
merged 1 commit into from
Jan 19, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 4.8.1 -> 4.14.0 age adoption passing confidence
@typescript-eslint/parser 4.8.1 -> 4.14.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v4.14.0

Compare Source

Features

v4.13.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [sort-type-union-intersection-members] add nullish group (#​2919) (5558f41)

v4.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] handle empty type params (#​2915) (4d69fbb)
Features
  • eslint-plugin: add rule sort-type-union-intersection-members (#​2913) (9092c04)

4.11.1 (2020-12-28)

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix precedence of method and property meta selectors (#​2877) (2f10e1a)

v4.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] handle const assertion (#​2881) (53dc34d)
Features

v4.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] fix wrong member of method and property meta selectors (#​2856) (9a6c362)
Features
  • eslint-plugin: add rule non-nullable-type-assertion-style (#​2624) (7eee44f)

4.9.1 (2020-12-07)

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] fix crash with methods without a return type (#​2836) (fed89f2), closes #​2834
  • eslint-plugin: [no-unused-vars] false-positive with class expressions (#​2833) (aadb39f), closes #​2831
  • eslint-plugin: [no-unused-vars] fix race condition between naming-convention and no-unused-vars (#​2848) (ccb6b94), closes #​2844

v4.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] convert readonly index signature to readonly record (#​2798) (29428a4)
  • eslint-plugin: [consistent-type-imports] crash when using both default and namespace in one import (#​2778) (c816b84)
  • eslint-plugin: [explicit-module-boundary-types] ignore functions exported within typed object/array literals (#​2805) (73a63ee)
  • eslint-plugin: [no-use-before-define] allow class references if they're within a class decorator (#​2827) (050023a), closes #​2842
  • eslint-plugin: [triple-slash-reference] fix crash with external module reference (#​2788) (32b1b68)
  • scope-manager: fix assertion assignments not being marked as write references (#​2809) (fa68492), closes #​2804
  • typescript-estree: add default value for parserOptions.projectFolderIgnoreList and deduplicate resolved projects (#​2819) (bf904ec), closes #​2418 #​2814
Features

4.8.2 (2020-11-23)

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

4.8.1 (2020-11-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.2

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-literal-enum-member] allow pure template literal strings (#​2786) (f3bf6a1)
  • typescript-estree: fix type-only regression for consumers not yet on TS 4.1 (#​2789) (50a46c6)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@coveralls
Copy link
Collaborator

coveralls commented Nov 23, 2020

Pull Request Test Coverage Report for Build 495222176

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 495219135: 0.0%
Covered Lines: 197
Relevant Lines: 197

💛 - Coveralls

@codecov
Copy link

codecov bot commented Nov 23, 2020

Codecov Report

Merging #133 (e6ea5ff) into master (e6761d4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #133   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          202       202           
  Branches        24        24           
=========================================
  Hits           202       202           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6761d4...e6ea5ff. Read the comment docs.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 08abed5 to 09bb6f2 Compare November 30, 2020 18:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.8.2 Update typescript-eslint monorepo Nov 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 09bb6f2 to 8aad382 Compare November 30, 2020 18:39
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v4.9.0 Nov 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 8a28804 to ff6a9b4 Compare December 7, 2020 18:20
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.9.0 Update typescript-eslint monorepo to v4.9.1 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ff6a9b4 to 47315ae Compare December 14, 2020 18:15
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.9.1 Update typescript-eslint monorepo to v4.10.0 Dec 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 47315ae to c0eac2e Compare December 21, 2020 18:17
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.10.0 Update typescript-eslint monorepo Dec 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c0eac2e to 4bbe616 Compare December 21, 2020 18:45
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v4.11.0 Dec 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4bbe616 to 5f4e474 Compare December 28, 2020 19:27
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.11.0 Update typescript-eslint monorepo to v4.11.1 Dec 28, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5f4e474 to 193c120 Compare January 4, 2021 18:35
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.11.1 Update typescript-eslint monorepo to v4.12.0 Jan 4, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 193c120 to 7dd3cf8 Compare January 11, 2021 18:31
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.12.0 Update typescript-eslint monorepo Jan 11, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7dd3cf8 to 2f4c0bf Compare January 11, 2021 19:43
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v4.13.0 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2f4c0bf to ededc95 Compare January 18, 2021 18:51
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.13.0 Update typescript-eslint monorepo to v4.14.0 Jan 18, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ededc95 to e6ea5ff Compare January 19, 2021 05:22
@gagoar gagoar merged commit 12cccf2 into master Jan 19, 2021
@gagoar gagoar deleted the renovate/typescript-eslint-monorepo branch January 19, 2021 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants