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 v3.10.1 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v3.10.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#​2422) (d1f0887), closes #​2421

v3.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] ignore abstract setters (#​2410) (3764248)
  • eslint-plugin: [explicit-module-boundary-types] ignore all bodyless setters (#​2413) (a53f8c6)
  • eslint-plugin: [no-unnecessary-condition] better handling for unary negation (#​2382) (32fe2bb)
Features

3.9.1 (2020-08-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)

v3.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)

v3.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] support type assertions (#​2354) (470174a)
Features
  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#​2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

v3.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] don't report when Function is imported (#​2348) (fa169e7)
  • eslint-plugin: [no-unsafe-assignment] fix typo in message (#​2347) (2027bb1)
Features
  • eslint-plugin: [naming-convention] allow specifying an array of selectors (#​2335) (3ef6bd5)
  • eslint-plugin: add prefer-enum-initializers rule (#​2326) (4f38ea3)

3.7.1 (2020-07-27)

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)

v3.7.1

Compare Source

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)

v3.7.0

Compare Source

Features
  • eslint-plugin: [naming-convention] allow selecting only const variables (#​2291) (156d058)
  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#​2295) (88f08f4)

3.6.1 (2020-07-13)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-namespace] allow namespaces in nested declarations with allowDeclarations (#​2238) (c1df669)
  • eslint-plugin: [space-before-function-paren] handle abstract functions (#​2199) (88a3edf)
Features

v3.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] support unicode in regex (#​2241) (5fdd21a)
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v3.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

3.9.1 (2020-08-17)

Note: Version bump only for package @​typescript-eslint/parser

v3.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.9.0

Compare Source

Features
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

v3.8.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

3.7.1 (2020-07-27)

Note: Version bump only for package @​typescript-eslint/parser

v3.7.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.7.0

Compare Source

Features
  • typescript-estree: support short-circuiting assignment operators (#​2307) (2c90d9f)
  • typescript-estree: support type annotations on catch clauses (#​2306) (b5afe9c)

3.6.1 (2020-07-13)

Note: Version bump only for package @​typescript-eslint/parser

v3.6.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.6.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.5.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Jun 29, 2020

Size Change: 0 B

Total Size: 19 kB

ℹ️ View Unchanged
Filename Size Change
dist/babel-plugin-plugin/index.js 1.44 kB 0 B
dist/collect/index.js 4.6 kB 0 B
dist/common/index.esm.js 617 B 0 B
dist/common/index.js 743 B 0 B
dist/core/index.esm.js 697 B 0 B
dist/core/index.js 1.09 kB 0 B
dist/flair/index.esm.js 93 B 0 B
dist/flair/index.js 370 B 0 B
dist/loader/index.js 280 B 0 B
dist/ssr/index.esm.js 1.23 kB 0 B
dist/ssr/index.js 2.91 kB 0 B
dist/standalone/index.esm.js 1.62 kB 0 B
dist/standalone/index.js 3.29 kB 0 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 38481d2 to 32733ac Compare July 6, 2020 17:32
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.5.0 Update typescript-eslint monorepo to v3.6.0 Jul 6, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 32733ac to 45b62ac Compare July 13, 2020 17:34
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.6.0 Update typescript-eslint monorepo to v3.6.1 Jul 13, 2020
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.6.1 Update typescript-eslint monorepo to v3.7.0 Jul 20, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from bb89bb1 to ecedff0 Compare July 27, 2020 17:13
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.7.0 Update typescript-eslint monorepo to v3.7.1 Jul 27, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ecedff0 to 3e3e136 Compare August 3, 2020 17:21
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.7.1 Update typescript-eslint monorepo to v3.8.0 Aug 3, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3e3e136 to bf9df87 Compare August 10, 2020 17:21
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.8.0 Update typescript-eslint monorepo to v3.9.0 Aug 10, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bf9df87 to 07ac26c Compare August 17, 2020 17:59
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.9.0 Update typescript-eslint monorepo to v3.9.1 Aug 17, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 07ac26c to 746db69 Compare August 24, 2020 17:26
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.9.1 Update typescript-eslint monorepo to v3.10.0 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 746db69 to 5436b1f Compare August 25, 2020 10:32
@renovate renovate bot changed the title Update typescript-eslint monorepo to v3.10.0 Update typescript-eslint monorepo to v3.10.1 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5436b1f to a2b6078 Compare April 26, 2021 17:44
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant