Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 7.11.0 -> 7.18.0 age confidence
@typescript-eslint/parser (source) 7.11.0 -> 7.18.0 age confidence

Release Notes

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

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

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

v7.13.0

Compare Source

🚀 Features
  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes
  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

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.

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

v7.18.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.17.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.16.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.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.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.14.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.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

v7.13.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.13.0

Compare Source

🚀 Features
  • parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

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.


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 was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Apr 15, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.7.0 fix(deps): update typescript-eslint monorepo to v7.7.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 60e15f0 to 40001e4 Compare April 28, 2024 00:11
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.7.1 fix(deps): update typescript-eslint monorepo to v7.8.0 Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.8.0 fix(deps): update typescript-eslint monorepo to v7.9.0 May 13, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.9.0 fix(deps): update typescript-eslint monorepo to v7.10.0 May 20, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.10.0 fix(deps): update typescript-eslint monorepo to v7.11.0 May 27, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.11.0 fix(deps): update typescript-eslint monorepo to v7.11.0 - autoclosed Jun 3, 2024
@renovate renovate bot closed this Jun 3, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch June 3, 2024 00:12
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.11.0 - autoclosed fix(deps): update typescript-eslint monorepo to v7.11.0 Jun 3, 2024
@renovate renovate bot reopened this Jun 3, 2024
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch June 3, 2024 18:13
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 40001e4 to bfc7a55 Compare June 3, 2024 18:13
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.11.0 fix(deps): update typescript-eslint monorepo to v7.12.0 Jun 3, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.12.0 fix(deps): update typescript-eslint monorepo to v7.13.0 Jun 10, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.13.0 fix(deps): update typescript-eslint monorepo to v7.13.1 Jun 17, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.13.1 fix(deps): update typescript-eslint monorepo to v7.14.1 Jun 24, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.14.1 fix(deps): update typescript-eslint monorepo to v7.15.0 Jul 3, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.15.0 fix(deps): update typescript-eslint monorepo to v7.16.0 Jul 8, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.16.0 fix(deps): update typescript-eslint monorepo to v7.16.1 Jul 15, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.16.1 fix(deps): update typescript-eslint monorepo to v7.17.0 Jul 22, 2024
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to v7.17.0 fix(deps): update typescript-eslint monorepo to v7.18.0 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bfc7a55 to d4dc0c8 Compare September 10, 2024 14:58
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from d4dc0c8 to 4f2726d Compare November 24, 2024 18:56
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 590627b to f024b6a Compare November 24, 2024 23:18
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f024b6a to 554112b Compare November 26, 2024 07:57
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 554112b to 72f198a Compare January 23, 2025 17:20
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 72f198a to ac1dee0 Compare January 30, 2025 17:43
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from ac1dee0 to c04656d Compare February 9, 2025 14:42
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c04656d to 8118c4a Compare March 11, 2025 10:26
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 8118c4a to 1d5be8b Compare March 13, 2025 15:01
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1d5be8b to 34fbc00 Compare April 24, 2025 06:31
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 34fbc00 to dc38910 Compare May 19, 2025 20:33
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 6bd163a to 5c52bb3 Compare June 4, 2025 06:11
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 5c52bb3 to 0513c81 Compare June 22, 2025 14:27
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0513c81 to b633413 Compare July 2, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants