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

chore(deps): update typescript-eslint monorepo to v4.11.1 #47

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

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)

v4.8.1

Compare Source

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.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] remove fixer when the interface is within a global module declaration (#​2739) (2326238)
  • eslint-plugin: [no-unsafe-member-access] ignore MemberExpression's whose parents are either TSClassImplements or TSInterfaceHeritage (#​2753) (535db3b)
Features

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

v4.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)

Renovate configuration

📅 Schedule: "after 8am every weekday and before 6pm every weekday" (UTC).

🚦 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.

@renovate renovate bot added dependencies Updating dependencies minor A minor or patch level change labels Nov 3, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 239755d to 34de079 Compare November 9, 2020 18:24
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.6.1 chore(deps): update typescript-eslint monorepo to v4.7.0 Nov 9, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 34de079 to 40200c4 Compare November 16, 2020 18:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.7.0 chore(deps): update typescript-eslint monorepo to v4.8.0 Nov 16, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 40200c4 to 613b91a Compare November 17, 2020 13:51
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.8.0 chore(deps): update typescript-eslint monorepo to v4.8.1 Nov 17, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 613b91a to 9774564 Compare November 23, 2020 18:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.8.1 chore(deps): update typescript-eslint monorepo to v4.8.2 Nov 23, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9774564 to 6e058a6 Compare November 30, 2020 18:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.8.2 chore(deps): update typescript-eslint monorepo to v4.9.0 Nov 30, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6e058a6 to b7ef80d Compare December 7, 2020 18:28
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.9.0 chore(deps): update typescript-eslint monorepo to v4.9.1 Dec 7, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b7ef80d to e9a532c Compare December 14, 2020 18:21
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.9.1 chore(deps): update typescript-eslint monorepo to v4.10.0 Dec 14, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e9a532c to d93f311 Compare December 21, 2020 18:08
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.10.0 chore(deps): update typescript-eslint monorepo Dec 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d93f311 to 844ef22 Compare December 21, 2020 18:46
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.11.0 Dec 21, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 844ef22 to c20daf3 Compare December 28, 2020 19:11
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.11.0 chore(deps): update typescript-eslint monorepo to v4.11.1 Dec 28, 2020
@clok clok merged commit f26c94b into master Dec 29, 2020
@clok clok deleted the renovate/typescript-eslint-monorepo branch December 29, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies minor A minor or patch level change
Development

Successfully merging this pull request may close these issues.

2 participants