-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.0.1 #116
Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.0.1 #116
Conversation
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.0.1. - [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.1/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 project has been updated to use version 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 (1)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
39-39
: Verify compatibility and ensure no breaking changes.The
@typescript-eslint/eslint-plugin
dependency has been updated from^7.16.0
to^8.0.1
. Ensure that the new version does not introduce breaking changes and that the linting rules align with the project's requirements.Verification successful
Verified compatibility and no breaking changes.
The
@typescript-eslint/eslint-plugin
dependency has been updated from^7.16.0
to^8.0.1
. The ESLint configuration files in the repository are compatible with the new version, and no breaking changes have been identified.
.eslintrc.js
examples/.eslintrc.cjs
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and ensure no breaking changes with the new version of `@typescript-eslint/eslint-plugin`. # Test: Run linting to check for any issues. Expect: No linting errors or warnings. npm run lintLength of output: 85
Script:
#!/bin/bash # Locate ESLint configuration files in the repository. fd -e json -e js -e yaml -e yml -e cjs -e mjs -e ts -e coffee -e toml -e rc eslint # Inspect the contents of the located ESLint configuration files. fd -e json -e js -e yaml -e yml -e cjs -e mjs -e ts -e coffee -e toml -e rc eslint --exec catLength of output: 180
Script:
#!/bin/bash # Locate ESLint configuration files in the repository using ripgrep (rg). rg -l 'eslint' --glob '*.{json,js,yaml,yml,cjs,mjs,ts,coffee,toml,rc}' # Inspect the contents of the located ESLint configuration files. rg 'eslint' --glob '*.{json,js,yaml,yml,cjs,mjs,ts,coffee,toml,rc}' -A 10Length of output: 47914
Superseded by #118. |
Bumps @typescript-eslint/eslint-plugin from 7.18.0 to 8.0.1.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.1fbcfaba
chore: enable unicorn/no-useless-spread (#9687)6a9674d
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types (#9694)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)6cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)37c10e8
fix(eslint-plugin): [no-misused-promises] perf: avoid getting types of variab...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