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 to ~7.12.0 #89

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) ~7.0.2 -> ~7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) ~7.0.2 -> ~7.12.0 age adoption passing confidence

Release Notes

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

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

v7.1.0

Compare Source

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

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

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.1.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, 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.

@renovate renovate bot requested a review from Shinigami92 as a code owner March 7, 2022 21:34
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 7, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 4b80206 to 294f69b Compare March 14, 2022 21:04
@renovate renovate bot changed the title Update typescript-eslint to ~5.14.0 Update typescript-eslint to ~5.15.0 Mar 14, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 294f69b to 17c3aad Compare March 21, 2022 18:57
@renovate renovate bot changed the title Update typescript-eslint to ~5.15.0 Update typescript-eslint to ~5.16.0 Mar 21, 2022
@renovate renovate bot changed the title Update typescript-eslint to ~5.16.0 Update typescript-eslint to ~5.17.0 Mar 28, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 17c3aad to d0b3680 Compare March 28, 2022 20:33
@renovate renovate bot changed the title Update typescript-eslint to ~5.17.0 Update typescript-eslint to ~5.18.0 Apr 4, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from d0b3680 to b89adbc Compare April 4, 2022 19:18
@renovate renovate bot changed the title Update typescript-eslint to ~5.18.0 Update typescript-eslint to ~5.19.0 Apr 11, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from b89adbc to cfb56d7 Compare April 11, 2022 18:26
@renovate renovate bot changed the title Update typescript-eslint to ~5.19.0 Update typescript-eslint to ~5.20.0 Apr 18, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch 2 times, most recently from 57afa71 to c7b6c8a Compare April 25, 2022 18:22
@renovate renovate bot changed the title Update typescript-eslint to ~5.20.0 Update typescript-eslint to ~5.21.0 Apr 25, 2022
@renovate renovate bot changed the title Update typescript-eslint to ~5.21.0 Update typescript-eslint to ~5.22.0 May 2, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from c7b6c8a to fb1d158 Compare May 2, 2022 20:12
@renovate renovate bot changed the title Update typescript-eslint to ~5.22.0 Update typescript-eslint to ~5.23.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from fb1d158 to 8281488 Compare May 15, 2022 19:03
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 8281488 to f242a74 Compare June 18, 2022 19:17
@renovate renovate bot changed the title Update typescript-eslint to ~5.23.0 Update typescript-eslint to ~5.28.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from f242a74 to 4ac73d9 Compare June 24, 2022 01:37
@renovate renovate bot changed the title Update typescript-eslint to ~5.28.0 Update typescript-eslint to ~5.29.0 Jun 24, 2022
@renovate renovate bot changed the title Update typescript-eslint to ~5.29.0 Update typescript-eslint to ~5.29.0 - autoclosed Aug 2, 2022
@renovate renovate bot closed this Aug 2, 2022
@renovate renovate bot deleted the renovate/typescript-eslint branch August 2, 2022 15:29
@renovate renovate bot changed the title Update typescript-eslint to ~5.29.0 - autoclosed Update typescript-eslint to ~5.29.0 Aug 8, 2022
@renovate renovate bot restored the renovate/typescript-eslint branch August 8, 2022 19:56
@renovate renovate bot reopened this Aug 8, 2022
@renovate renovate bot changed the title Update typescript-eslint to ~5.62.0 Update typescript-eslint to ~7.1.0 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 98a5759 to ad8d5ea Compare March 4, 2024 18:46
@renovate renovate bot changed the title Update typescript-eslint to ~7.1.0 Update typescript-eslint to ~7.1.1 Mar 4, 2024
@renovate renovate bot changed the title Update typescript-eslint to ~7.1.1 Update typescript-eslint to ~7.2.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from ad8d5ea to b8dc5b7 Compare March 11, 2024 18:11
@renovate renovate bot changed the title Update typescript-eslint to ~7.2.0 Update typescript-eslint to ~7.3.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch 2 times, most recently from ccfeccf to a20f2f3 Compare March 19, 2024 02:19
@renovate renovate bot changed the title Update typescript-eslint to ~7.3.0 Update typescript-eslint to ~7.3.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from a20f2f3 to 2e961e4 Compare March 25, 2024 22:35
@renovate renovate bot changed the title Update typescript-eslint to ~7.3.1 Update typescript-eslint to ~7.4.0 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 2e961e4 to 59a9bef Compare April 1, 2024 22:59
@renovate renovate bot changed the title Update typescript-eslint to ~7.4.0 Update typescript-eslint to ~7.5.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 59a9bef to 3589a6f Compare April 8, 2024 18:10
@renovate renovate bot changed the title Update typescript-eslint to ~7.5.0 Update typescript-eslint to ~7.6.0 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 3589a6f to d1f94cc Compare April 15, 2024 19:28
@renovate renovate bot changed the title Update typescript-eslint to ~7.6.0 Update typescript-eslint to ~7.7.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from d1f94cc to 643ee38 Compare April 22, 2024 19:40
@renovate renovate bot changed the title Update typescript-eslint to ~7.7.0 Update typescript-eslint to ~7.7.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 643ee38 to 33fdbf2 Compare April 29, 2024 19:41
@renovate renovate bot changed the title Update typescript-eslint to ~7.7.1 Update typescript-eslint to ~7.8.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 33fdbf2 to 89ff97e Compare May 13, 2024 19:42
@renovate renovate bot changed the title Update typescript-eslint to ~7.8.0 Update typescript-eslint to ~7.9.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 89ff97e to 6b4943c Compare May 20, 2024 17:53
@renovate renovate bot changed the title Update typescript-eslint to ~7.9.0 Update typescript-eslint to ~7.10.0 May 20, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 6b4943c to 4b8dfcd Compare May 28, 2024 00:26
@renovate renovate bot changed the title Update typescript-eslint to ~7.10.0 Update typescript-eslint to ~7.11.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint branch from 4b8dfcd to f1acaa1 Compare June 3, 2024 18:41
@renovate renovate bot changed the title Update typescript-eslint to ~7.11.0 Update typescript-eslint to ~7.12.0 Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants