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 v6.6.0 #38

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

You can read about our versioning strategy and releases on our website.

v6.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#​6885) (23ac499)

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

You can read about our versioning strategy and releases on our website.

v6.4.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

You can read about our versioning strategy and releases on our website.

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

You can read about our versioning strategy and releases on our website.

v6.3.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#​7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#​7379) (cc9a46d)
Features
  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#​7331) (dfcafae)
Reverts

You can read about our versioning strategy and releases on our website.

6.2.1 (2023-07-31)

Bug Fixes
  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#​7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#​7334) (abbb6c2)

You can read about our versioning strategy and releases on our website.

v6.2.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#​7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#​7334) (abbb6c2)

You can read about our versioning strategy and releases on our website.

v6.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] account for repeated names (#​6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#​7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#​7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#​7266) (af77a1d)
Features
  • eslint-plugin: [class-methods-use-this] add extension rule (#​6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#​7260) (f813147)

You can read about our versioning strategy and releases on our website.

v6.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#​7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#​6881) (606a52c), closes #​6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#​7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#​6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#​6873) (587ac30), closes #​6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#​6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#​7215) (a3da11d)
Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

You can read about our versioning strategy and releases on our website.

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

v6.6.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.5.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

6.4.1 (2023-08-21)

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

You can read about our versioning strategy and releases on our website.

v6.4.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.4.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.3.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

6.2.1 (2023-07-31)

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

You can read about our versioning strategy and releases on our website.

v6.2.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.2.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.1.0

Compare Source

Features
  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#​6754) (6d3d162)

You can read about our versioning strategy and releases on our website.


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 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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Aug 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maxleiter-com 🛑 Canceled (Inspect) Sep 5, 2023 1:03am

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f2f4f5b to 1f5b6bb Compare August 30, 2022 18:38
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.0 Update typescript-eslint monorepo to v5.36.1 Aug 30, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1f5b6bb to 24d2713 Compare September 5, 2022 18:47
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.1 Update typescript-eslint monorepo to v5.36.2 Sep 5, 2022
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.2 Update typescript-eslint monorepo to v5.36.2 - autoclosed Sep 8, 2022
@renovate renovate bot closed this Sep 8, 2022
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch September 8, 2022 01:33
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.2 - autoclosed Update typescript-eslint monorepo to v5.36.2 Sep 12, 2022
@renovate renovate bot reopened this Sep 12, 2022
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch September 12, 2022 18:23
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 24d2713 to fa6d0a5 Compare September 12, 2022 21:45
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.36.2 Update typescript-eslint monorepo to v5.37.0 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fa6d0a5 to d29b211 Compare September 19, 2022 20:05
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.37.0 Update typescript-eslint monorepo to v5.38.0 Sep 19, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d29b211 to 9638fc1 Compare September 26, 2022 21:44
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.38.0 Update typescript-eslint monorepo to v5.38.1 Sep 26, 2022
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.38.1 chore(deps): update typescript-eslint monorepo to v5.38.1 Sep 27, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9638fc1 to 4c8126f Compare October 3, 2022 20:27
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.38.1 chore(deps): update typescript-eslint monorepo to v5.39.0 Oct 3, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4c8126f to eb6084e Compare October 10, 2022 18:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v5.39.0 chore(deps): update typescript-eslint monorepo to v5.40.0 Oct 10, 2022
@renovate renovate bot reopened this Jul 17, 2023
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch July 17, 2023 20:07
@renovate renovate bot changed the title Update typescript-eslint monorepo to v5.62.0 Update typescript-eslint monorepo to v6.1.0 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f568d3e to 7f0bced Compare July 17, 2023 20:08
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.1.0 Update typescript-eslint monorepo to v6.2.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7f0bced to bead69a Compare July 24, 2023 19:52
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.2.0 Update typescript-eslint monorepo to v6.2.1 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bead69a to 710545b Compare July 31, 2023 19:45
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.2.1 Update typescript-eslint monorepo to v6.3.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 710545b to 9baccfa Compare August 7, 2023 18:13
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.3.0 Update typescript-eslint monorepo to v6.4.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9baccfa to 9d4663a Compare August 14, 2023 19:50
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.4.0 Update typescript-eslint monorepo to v6.4.1 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 9d4663a to 937e1ab Compare August 21, 2023 18:09
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.4.1 Update typescript-eslint monorepo to v6.5.0 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 937e1ab to 38d0bef Compare August 28, 2023 19:33
@renovate renovate bot changed the title Update typescript-eslint monorepo to v6.5.0 Update typescript-eslint monorepo to v6.6.0 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 38d0bef to dfa7647 Compare September 4, 2023 20:20
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from dfa7647 to ea7df56 Compare September 5, 2023 01:02
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.

0 participants