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.22.0 #16

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint

v4.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unsafe-argument] handle tuple types on rest arguments (#​3269) (6f8cfe6)
Features

v4.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider keyof as an alias (#​3242) (329ef02)
  • eslint-plugin: [no-unnecessary-type-assertion] correct bad fix for angle bracket assertion (#​3244) (265a039)
  • eslint-plugin: [restrict-plus-operands] consider template literal types as strings (#​3234) (ccfd68e)
  • eslint-plugin: [strict-boolean-expressions] account for truthy literals (#​3236) (0913f40)
  • eslint-plugin: always ignore assignments in no-unnecessary-type-assertion (#​3235) (0221476)
Features
  • eslint-plugin: [no-unsafe-argument] add rule (#​3256) (b1aa7dc), closes #​791
  • eslint-plugin: [no-unsafe-call][no-unsafe-member-access] improve report messages for this for noImplicitThis (#​3199) (b1b26c4)

v4.20.0

Compare Source

Features
  • eslint-plugin: [space-infix-ops] support for class properties and type aliases (#​3231) (5414bf2)
  • eslint-plugin: [type-annotation-spacing] handle space between ? and : (#​3138) (40bdb0b)

v4.19.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] correct invalid fix for multiline with params on the same line (#​3177) (7ad343b)
  • eslint-plugin: [promise-function-async] bad fixer with computed and literal methods (#​3163) (e3a3ea0)
  • typescript-estree: [ts 4.2] add support for import type equal declaration (#​3189) (6a25faf)
Features

v4.18.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] fixes #​2864 related to functions in nested object properties (#​3178) (55e1fba)
  • eslint-plugin: [no-extran-class] allowWithDecorator should ignore other errors (#​3160) (a148673)
Features

v4.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle assignment (#​3133) (cb22561)
Features
  • eslint-plugin: [strict-bool-expr] add fixes and suggestions (#​2847) (3f9e9a1)

4.16.1 (2021-03-01)

Bug Fixes

v4.16.1

Compare Source

Bug Fixes

v4.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] do not autofix if interface has extends (#​3009) (b0475af)
  • eslint-plugin: [no-implied-eval] handle conditional expression (#​3125) (8c65d30)
  • eslint-plugin: [no-unused-vars] don't report nested module declaration (#​3119) (4ca5888)
  • eslint-plugin: [prefer-function-type] apply existing comments to the fixed code (#​3094) (c32f803)
  • eslint-plugin: [unbound-method] allow super expressions in this assignments (#​3010) (c65a139)
  • scope-manager: update libs for typescript 4.2 (#​3118) (0336c79)
Features
  • TypeScript 4.2 syntax support (#​3112) (2ebfb21)
  • eslint-plugin: [member-delimiter-style] Add an option 'multilineDetection' to treat types and interfaces as single line if the last member ends on the same line as the closing bracket (#​2970) (cf86f42)
  • eslint-plugin: [prom-func-async] report only function head (#​2872) (25f459c)
  • typescript-estree: throw custom error instead of plain object (#​3011) (ae14bf5)

4.15.2 (2021-02-22)

Bug Fixes
  • typescript-estree: correct issues in AST definition (#​3083) (509a117)
  • add missing intrinsic keyword node to AST (#​3081) (409bf0b)
  • eslint-plugin: [no-var-requires] report when used in type assertion (#​3074) (763a252)
  • correct test names on windows for semantic-diagnostics-enabled (#​3060) (885780d)

4.15.1 (2021-02-15)

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] check allowNames on function declarations and property methods (#​3051) (0ade469)

v4.15.2

Compare Source

Bug Fixes
  • typescript-estree: correct issues in AST definition (#​3083) (509a117)
  • add missing intrinsic keyword node to AST (#​3081) (409bf0b)
  • eslint-plugin: [no-var-requires] report when used in type assertion (#​3074) (763a252)
  • correct test names on windows for semantic-diagnostics-enabled (#​3060) (885780d)

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.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9bcb64e to 3026e6f Compare March 1, 2021 19:43
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.15.2 Update typescript-eslint monorepo to v4.16.0 Mar 1, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.16.0 Update typescript-eslint monorepo to v4.16.1 Mar 1, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 51d60b4 to 74124f3 Compare March 8, 2021 18:40
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.16.1 Update typescript-eslint monorepo to v4.17.0 Mar 8, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 74124f3 to 2651ffb Compare March 15, 2021 17:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.17.0 Update typescript-eslint monorepo Mar 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2651ffb to 4505227 Compare March 15, 2021 19:13
@renovate renovate bot changed the title Update typescript-eslint monorepo Update typescript-eslint monorepo to v4.18.0 Mar 15, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4505227 to c22c520 Compare March 22, 2021 18:16
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.18.0 Update typescript-eslint monorepo to v4.19.0 Mar 22, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c22c520 to 2c410a7 Compare March 30, 2021 00:57
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.19.0 Update typescript-eslint monorepo to v4.20.0 Mar 30, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2c410a7 to da89143 Compare April 5, 2021 18:06
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.20.0 Update typescript-eslint monorepo to v4.21.0 Apr 5, 2021
@renovate renovate bot changed the title Update typescript-eslint monorepo to v4.21.0 Update typescript-eslint monorepo to v4.22.0 Apr 12, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from da89143 to ab94a80 Compare April 12, 2021 19:30
@dylang dylang closed this Apr 14, 2021
@dylang dylang reopened this Apr 14, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ab94a80 to bc6f5b5 Compare April 14, 2021 20:41
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bc6f5b5 to ce350db Compare April 14, 2021 20:42
@dylang dylang merged commit 707bc72 into main Apr 15, 2021
@dylang dylang deleted the renovate/typescript-eslint-monorepo branch April 15, 2021 16:26
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.

2 participants