build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0#7
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.1.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.1.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>
WalkthroughThe primary change in this update is the upgrade of the Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
package.json (1)
26-26: Compatibility Issue Detected: Update@typescript-eslint/parser.The current version of
@typescript-eslint/parser(^7.16.2-alpha.11) is incompatible with@typescript-eslint/eslint-pluginversion^8.1.0, which requires@typescript-eslint/parserto be^8.0.0 || ^8.0.0-alpha.0. Please update@typescript-eslint/parserto a compatible version to resolve this issue.
- Update
@typescript-eslint/parserto^8.0.0or a compatible version.Analysis chain
Update to
@typescript-eslint/eslint-pluginacknowledged.The update from
^7.16.2-alpha.11to^8.1.0is noted. Ensure to verify that the new version is compatible with other dependencies, especially@typescript-eslint/parser, which remains at an older version.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `@typescript-eslint/eslint-plugin` with `@typescript-eslint/parser`. # Test: Check for compatibility issues between the updated plugin and parser versions. # Expect: No issues or warnings in the output. yarn eslint --ext=ts --cacheLength of output: 102
Script:
#!/bin/bash # Find the version of `@typescript-eslint/parser` in `package.json` jq -r '.devDependencies["@typescript-eslint/parser"]' package.json # Check the peer dependencies for `@typescript-eslint/eslint-plugin` version `^8.1.0` # This requires checking the npm registry for the package details. curl -s https://registry.npmjs.org/@typescript-eslint/eslint-plugin/8.1.0 | jq -r '.peerDependencies'Length of output: 282
|
Superseded by #10. |
Bumps @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
3d78392chore(release): publish 8.1.0abe351dfix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)6a1c177feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...fc3ba92fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)c20bd2ffeat(eslint-plugin): [no-unsafe-return] check promise any (#8693)3d9ae44fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...fe56157fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...278697ffix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)a4992fffeat(typescript-estree): restrict variable declarator definite/init combinati...a26e3c7chore: enable prefer-regexp-test (#9658)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
@typescript-eslint/eslint-plugindependency to enhance linting capabilities and overall code quality checks in TypeScript projects.