-
Notifications
You must be signed in to change notification settings - Fork 1
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.0.0 #186
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 8.0.0 #186
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 8.0.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.0.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] <[email protected]>
WalkthroughThe recent updates to the JavaScript project enhance dependency management, particularly for TypeScript-related packages. Key upgrades include a major version bump for several 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.
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
Files ignored due to path filters (27)
.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.0.0-1d851e884d-202cbc2b07.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.0.0-7eded7f3f2-0eea33f5fa.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.0.0-ed297ac445-9c84d69d5a.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.0.0-4d43d4dad8-2293c8c9bb.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.0.0-7780851516-38b6580798.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.0.0-01d19a1298-a6faf16616.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.0.0-bf14db79d7-ae823bf8bd.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/grapheme-splitter-npm-1.0.4-648f2bf509-0c22ec54de.zip
is excluded by!**/.yarn/**
.yarn/cache/ignore-npm-5.3.1-f6947c5df7-71d7bb4c1d.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 (24 hunks)
- package.json (1 hunks)
Additional comments not posted (25)
package.json (1)
30-30
: Update to@typescript-eslint/eslint-plugin
version 8.0.0This major version update includes stricter parent types for the AST, performance improvements, removal of deprecated rules, and changes to rule behaviors. Ensure that your existing ESLint configurations are compatible with these changes and run your tests to verify that the new linting rules do not introduce any issues.
.pnp.cjs (24)
35-35
: LGTM!The update to
@typescript-eslint/eslint-plugin
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
813-829
: LGTM!The update to the configuration for
@eslint-community/eslint-utils
is correct and aligns with the PR summary.
857-860
: LGTM!The update to
@eslint-community/regexpp
from4.5.0
to4.11.0
is correct and aligns with the PR summary.
1611-1635
: LGTM!The update to
@typescript-eslint/eslint-plugin
and its dependencies is correct and aligns with the PR summary.
1689-1694
: LGTM!The update to
@typescript-eslint/scope-manager
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
1733-1736
: LGTM!The update to
@typescript-eslint/types
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
1749-1768
: LGTM!The update to
@typescript-eslint/typescript-estree
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
1777-1789
: LGTM!The update to the configuration for
@typescript-eslint/typescript-estree
is correct and aligns with the PR summary.
1809-1809
: LGTM!The update to the configuration for
tsutils
is correct and aligns with the PR summary.
1820-1837
: LGTM!The update to
@typescript-eslint/utils
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
1872-1877
: LGTM!The update to
@typescript-eslint/visitor-keys
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
2607-2607
: LGTM!The update to
@typescript-eslint/eslint-plugin
from5.59.8
to8.0.0
is correct and aligns with the PR summary.
3378-3378
: LGTM!The update to
@typescript-eslint/eslint-plugin
from5.59.8
to8.0.0
and@typescript-eslint/parser
from5.59.8
to5.58.0
is correct and aligns with the PR summary.
3467-3467
: LGTM!The update to the configuration for
eslint-plugin-es-x
is correct and aligns with the PR summary.
3534-3534
: LGTM!The update to the configuration for
eslint-plugin-n
is correct and aligns with the PR summary.
3534-3534
: LGTM!The update to the configuration for
eslint-scope
is correct and aligns with the PR summary.
3534-3534
: LGTM!The update to the configuration for
estraverse
is correct and aligns with the PR summary.
3534-3534
: LGTM!The update to the configuration for
graphemer
is correct and aligns with the PR summary.
4412-4418
: LGTM!The update to the configuration for
ignore
is correct and aligns with the PR summary.
5254-5261
: LGTM!The update to the configuration for
minimatch
is correct and aligns with the PR summary.
3534-3534
: LGTM!The update to the configuration for
negotiator
is correct and aligns with the PR summary.
6355-6360
: LGTM!The update to the configuration for
semver
is correct and aligns with the PR summary.
6788-6822
: LGTM!The update to the configuration for
ts-api-utils
is correct and aligns with the PR summary.
6912-6915
: LGTM!The update to the configuration for
tsutils
is correct and aligns with the PR summary.
Superseded by #187. |
Bumps @typescript-eslint/eslint-plugin from 5.59.8 to 8.0.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...9eec790
fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...9927a29
docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)6cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)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
Bug Fixes
Documentation