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

chore(deps): update typescript-eslint monorepo to v8.19.0 #44

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

This PR contains the following updates:

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

Release Notes

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

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

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

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

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

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

v8.19.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.

v8.18.2

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.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.19.0

Compare Source

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

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

v8.18.2

Compare Source

🩹 Fixes
  • typescript-eslint: export types so that declarations can be named for dts files (#​10513)
❤️ Thank You

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

Copy link
Contributor

coderabbitai bot commented Jul 29, 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 docstrings to generate docstrings for this PR. (Beta)
  • @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 chore(deps): update typescript-eslint monorepo to v7.18.0 chore(deps): update typescript-eslint monorepo to v7.18.0 - autoclosed Jul 30, 2024
@renovate renovate bot closed this Jul 30, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch July 30, 2024 06:02
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.18.0 - autoclosed chore(deps): update typescript-eslint monorepo to v7.18.0 Aug 5, 2024
@renovate renovate bot reopened this Aug 5, 2024
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch August 5, 2024 19:42
Copy link

vercel bot commented Aug 5, 2024

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

Name Status Preview Comments Updated (UTC)
hibit-id ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 7:01am

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a9508eb to e8a1957 Compare August 5, 2024 19:42
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.18.0 chore(deps): update typescript-eslint monorepo to v8.0.1 Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

Deploy preview for hibit-id ready!

✅ Preview
https://hibit-aqleqiqyp-delandlabs-projects.vercel.app

Built with commit b132efd.
This pull request is being automatically deployed with vercel-action

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e8a1957 to 7a57e45 Compare August 12, 2024 17:32
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.0.1 chore(deps): update typescript-eslint monorepo to v8.1.0 Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.1.0 Update typescript-eslint monorepo to v8.1.0 Aug 14, 2024
@renovate renovate bot changed the title Update typescript-eslint monorepo to v8.1.0 chore(deps): update typescript-eslint monorepo to v8.1.0 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7a57e45 to bca23bf Compare August 19, 2024 20:12
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.1.0 chore(deps): update typescript-eslint monorepo to v8.2.0 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from bca23bf to 1d89865 Compare August 26, 2024 18:09
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.2.0 chore(deps): update typescript-eslint monorepo to v8.3.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 1d89865 to 320840c Compare September 2, 2024 19:37
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.3.0 chore(deps): update typescript-eslint monorepo to v8.4.0 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.4.0 chore(deps): update typescript-eslint monorepo to v8.4.0 - autoclosed Sep 9, 2024
@renovate renovate bot closed this Sep 9, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch September 9, 2024 07:00
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch September 9, 2024 17:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.4.0 - autoclosed chore(deps): update typescript-eslint monorepo to v8.4.0 Sep 9, 2024
@renovate renovate bot reopened this Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.4.0 chore(deps): update typescript-eslint monorepo to v8.5.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 320840c to 1e44778 Compare September 9, 2024 19:11
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.13.0 chore(deps): update typescript-eslint monorepo to v8.14.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 877bac2 to 19d0136 Compare November 18, 2024 18:21
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.14.0 chore(deps): update typescript-eslint monorepo to v8.15.0 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 19d0136 to b3e3722 Compare November 25, 2024 18:08
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.15.0 chore(deps): update typescript-eslint monorepo to v8.16.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b3e3722 to 48392eb Compare December 2, 2024 17:42
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.16.0 chore(deps): update typescript-eslint monorepo to v8.17.0 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 576bf9c to b132efd Compare December 9, 2024 17:31
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.17.0 chore(deps): update typescript-eslint monorepo Dec 9, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v8.18.0 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b132efd to 81828c9 Compare December 16, 2024 07:01
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 6cd4be8 to 99b2ed8 Compare December 16, 2024 19:36
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.0 chore(deps): update typescript-eslint monorepo to v8.18.1 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 1234c3b to b4fd174 Compare December 17, 2024 02:13
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.1 chore(deps): update typescript-eslint monorepo to v8.18.1 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch December 17, 2024 02:33
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.1 - autoclosed chore(deps): update typescript-eslint monorepo to v8.18.1 Dec 23, 2024
@renovate renovate bot reopened this Dec 23, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 07ebf21 to b4fd174 Compare December 23, 2024 18:17
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.1 chore(deps): update typescript-eslint monorepo to v8.18.2 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b4fd174 to 6e9b4ba Compare December 23, 2024 21:03
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 6e9b4ba to 83889dc Compare December 30, 2024 19:30
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.2 chore(deps): update typescript-eslint monorepo to v8.19.0 Dec 30, 2024
@witter-deland witter-deland merged commit 7a67dd4 into main Dec 31, 2024
1 check passed
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