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

build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 8.3.0 #194

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2024

Bumps @typescript-eslint/eslint-plugin from 5.59.8 to 8.3.0.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

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

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

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

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

... (truncated)

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • fd55358 chore: enable sonarjs/no-duplicated-branches (#9821)
  • 9f70ed1 fix(ast-spec): use Expression in argument of ThrowStatement (#9632)
  • 7160687 chore: enable unicorn/no-lonely-if (#9830)
  • 6377f18 fix(utils): add TSDeclareFunction to functionTypeTypes (#9788)
  • 8389e06 docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • 94f7c99 fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...
  • 1c2938f chore: enable object-shorthand (#9816)
  • 90655d1 fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • New Features

    • Upgraded the @typescript-eslint/eslint-plugin to enhance linting capabilities for TypeScript code.
    • Introduced ts-api-utils to expand functionality for TypeScript development.
  • Bug Fixes

    • Updated various dependencies, including @eslint-community/regexpp, which may include bug fixes and performance improvements.
  • Chores

    • Removed outdated dependencies to streamline the project and improve efficiency.

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 8.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 30, 2024
Copy link

coderabbitai bot commented Aug 30, 2024

Walkthrough

The changes involve significant updates to the dependency management within the project, particularly for TypeScript-related packages. Key updates include the upgrade of @typescript-eslint/eslint-plugin from version 5.59.8 to 8.3.0, alongside other related packages. New dependencies have been added, and some older ones have been removed, reflecting an effort to modernize the codebase.

Changes

Files Change Summary
.pnp.cjs Updated versions for several packages, including @typescript-eslint/eslint-plugin to 8.3.0, eslint to 8.47.0, and added ts-api-utils at 1.3.0. Removed grapheme-splitter.
package.json Updated @typescript-eslint/eslint-plugin version from ^5.59.8 to ^8.3.0.

Sequence Diagram(s)

sequenceDiagram
    participant Developer
    participant ESLint
    participant TypeScript

    Developer->>ESLint: Update configuration
    ESLint->>TypeScript: Lint TypeScript code
    TypeScript->>ESLint: Return linting results
    ESLint->>Developer: Provide feedback
Loading

🐰 "Oh, what a hop, what a skip,
New versions in the code we grip!
With tools so bright, we leap and cheer,
Modernizing our project year by year.
Dependencies fresh, like carrots in bloom,
Let’s code with joy, dispelling all gloom!" 🥕


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 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.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 78e4786 and 46e03d5.

Files ignored due to path filters (28)
  • .yarn/cache/@eslint-community-regexpp-npm-4.11.0-dd7ae18a6d-97d2fe4669.zip is excluded by !**/.yarn/**
  • .yarn/cache/@eslint-community-regexpp-npm-4.5.0-ee069447ee-99c0133594.zip is excluded by !**/.yarn/**
  • .yarn/cache/@types-semver-npm-7.3.13-56212b60da-00c0724d54.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-eslint-plugin-npm-5.59.8-255dbedf93-3e05cd0614.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-eslint-plugin-npm-8.3.0-0ae1076b80-edef62ba07.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-scope-manager-npm-5.59.8-d925c50275-e1e810ee99.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-scope-manager-npm-8.3.0-3c8dd1afa1-2ccf0d965c.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-type-utils-npm-5.59.8-61b85480e4-d9fde31397.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-type-utils-npm-8.3.0-1a0a160937-386e37da49.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-types-npm-5.59.8-aac9636f23-559473d560.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-types-npm-8.3.0-11406c6bf2-6fa6be32db.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-typescript-estree-npm-5.59.8-8d25500a8f-d93371cc86.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-typescript-estree-npm-8.3.0-c590ea2cb7-edfddfa895.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-utils-npm-5.59.8-24495aa535-cbaa057485.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-utils-npm-8.3.0-76b00c816e-041cd2cef3.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-visitor-keys-npm-5.59.8-bd7eb812d7-6bfa7918db.zip is excluded by !**/.yarn/**
  • .yarn/cache/@typescript-eslint-visitor-keys-npm-8.3.0-324a7124f6-23a85ae0a3.zip is excluded by !**/.yarn/**
  • .yarn/cache/eslint-scope-npm-5.1.1-71fe59b18a-47e4b6a3f0.zip is excluded by !**/.yarn/**
  • .yarn/cache/estraverse-npm-4.3.0-920a32f3c6-a6299491f9.zip is excluded by !**/.yarn/**
  • .yarn/cache/fast-glob-npm-3.3.2-0a8cb4f2ca-900e4979f4.zip is excluded by !**/.yarn/**
  • .yarn/cache/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip is excluded by !**/.yarn/**
  • .yarn/cache/ignore-npm-5.3.2-346d3ba017-2acfd32a57.zip is excluded by !**/.yarn/**
  • .yarn/cache/minimatch-npm-9.0.5-9aa93d97fa-2c035575ed.zip is excluded by !**/.yarn/**
  • .yarn/cache/natural-compare-lite-npm-1.4.0-12b6b308ed-5222ac3986.zip is excluded by !**/.yarn/**
  • .yarn/cache/semver-npm-7.6.3-57e82c14d5-4110ec5d01.zip is excluded by !**/.yarn/**
  • .yarn/cache/ts-api-utils-npm-1.3.0-33457908f8-c746ddabfd.zip is excluded by !**/.yarn/**
  • .yarn/install-state.gz is excluded by !**/.yarn/**
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (2)
  • .pnp.cjs (25 hunks)
  • package.json (1 hunks)
Additional comments not posted (26)
package.json (1)

30-30: Approve the version update but verify compatibility.

The update to @typescript-eslint/eslint-plugin from ^5.59.8 to ^8.3.0 introduces significant changes. While this update brings new features and improvements, it's crucial to verify that the project's linting configuration and any custom rules are compatible with the new version.

The version update is approved.

Run the following script to verify the compatibility of the new version with the project's existing linting setup:

.pnp.cjs (25)

35-35: Approved version update for @typescript-eslint/eslint-plugin.

The update to version 8.3.0 aligns with the PR objectives and enhances linting capabilities for TypeScript.


813-816: Approved virtual identifier update for @eslint-community/eslint-utils.

The update in the virtual identifier reflects a reorganization or update in how this package is referenced, aligning with the PR objectives.


857-860: Approved version update for @eslint-community/regexpp.

The update to version 4.11.0 aligns with the PR objectives and likely includes bug fixes and performance improvements.


1611-1635: Approved comprehensive updates for @typescript-eslint/eslint-plugin.

The updates to version 8.3.0 for @typescript-eslint/eslint-plugin and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


1689-1694: Approved version updates for @typescript-eslint/scope-manager and related packages.

The updates to version 8.3.0 for @typescript-eslint/scope-manager and related packages align with the PR objectives and enhance linting capabilities for TypeScript.


1733-1736: Approved version update for @typescript-eslint/types.

The update to version 8.3.0 aligns with the PR objectives and enhances linting capabilities for TypeScript.


1749-1768: Approved comprehensive updates for @typescript-eslint/typescript-estree.

The updates to version 8.3.0 for @typescript-eslint/typescript-estree and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


1777-1788: Verify the maintenance of older version for @typescript-eslint/typescript-estree.

The maintenance of version 5.58.0 for @typescript-eslint/typescript-estree and related dependencies seems unusual. Please verify if this is intended for compatibility or other specific reasons.


1797-1809: Approved comprehensive updates for @typescript-eslint/typescript-estree.

The updates to version 8.3.0 for @typescript-eslint/typescript-estree and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


1820-1853: Approved comprehensive updates for @typescript-eslint/utils.

The updates to version 8.3.0 for @typescript-eslint/utils and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


1872-1877: Approved version updates for @typescript-eslint/visitor-keys and related packages.

The updates to version 8.3.0 for @typescript-eslint/visitor-keys and related packages align with the PR objectives and enhance linting capabilities for TypeScript.


2607-2607: Approved version update for @typescript-eslint/eslint-plugin.

The update to version 8.3.0 aligns with the PR objectives and enhances linting capabilities for TypeScript.


3378-3378: Approved comprehensive updates for @typescript-eslint/eslint-plugin.

The updates to version 8.3.0 for @typescript-eslint/eslint-plugin and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


3467-3467: Approved virtual identifier update for @eslint-community/eslint-utils and version update for @eslint-community/regexpp.

The update in the virtual identifier reflects a reorganization or update in how this package is referenced, and the version update for @eslint-community/regexpp to 4.5.1 aligns with the PR objectives.


3534-3534: Approved virtual identifier update for @eslint-community/eslint-utils.

The update in the virtual identifier reflects a reorganization or update in how this package is referenced, aligning with the PR objectives.


Line range hint 16-16: Request more information for eslint-scope.

The hunk does not provide version details for eslint-scope. Please provide more information or clarify the changes made to this package.


Line range hint 17-17: Request more information for estraverse.

The hunk does not provide version details for estraverse. Please provide more information or clarify the changes made to this package.


3754-3763: Approved version update for fast-glob and related dependencies.

The update to version 3.3.2 for fast-glob and related dependencies aligns with the PR objectives and enhances performance as noted in the PR summary.


Line range hint 19-19: Request more information for graphemer.

The hunk does not provide version details for graphemer. Please provide more information or clarify the changes made to this package.


4424-4429: Approved version update for ignore.

The update to version 5.3.2 for ignore aligns with the PR objectives and enhances linting capabilities for TypeScript.


5266-5273: Approved version update for minimatch and related dependencies.

The update to version 9.0.5 for minimatch and related dependencies aligns with the PR objectives and enhances linting capabilities for TypeScript.


Line range hint 22-22: Request more information for negotiator.

The hunk does not provide version details for negotiator. Please provide more information or clarify the changes made to this package.


6373-6378: Approved version update for semver.

The update to version 7.6.3 for semver aligns with the PR objectives and enhances linting capabilities for TypeScript.


6807-6840: Approved comprehensive updates for ts-api-utils.

The updates to version 1.3.0 for ts-api-utils and related dependencies align with the PR objectives and enhance linting capabilities for TypeScript.


6931-6934: Approved version update for tsutils.

The update to version 3.21.0 for tsutils and related dependencies aligns with the PR objectives and enhances linting capabilities for TypeScript.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #196.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.3.0 branch September 9, 2024 12:39
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants