-
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
Update eslint 9.17.0 → 9.18.0 (minor) #89
Conversation
The files' contents are under analysis for test generation. |
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Reviewer's Guide by SourceryThis PR updates Class diagram showing new ESLint rule changesclassDiagram
class NoConsoleRule {
+reportAllowedMethods()
}
class NoShadowRestrictedNamesRule {
+checkImports()
+checkClassNames()
}
class OverrideConfigFile {
+type: corrected
}
note for NoConsoleRule "New feature: Report allowed methods"
note for NoShadowRestrictedNamesRule "New feature: Check imports and class names"
note for OverrideConfigFile "Bug fix: Corrected type definition"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 using PR comments)
Other keywords and placeholders
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
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.
Automatically approved by gstraccini[bot]
@depfu merge |
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs11:17PM INF scanning for exposed secrets...
11:17PM INF 74 commits scanned.
11:17PM INF scan completed in 96.3ms
11:17PM INF no leaks found
|
Quality Gate passedIssues Measures |
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (9.17.0 → 9.18.0) · Repo · Changelog
Release Notes
9.18.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
9.18.0
Build: changelog update for 9.18.0
chore: upgrade to `@eslint/[email protected]` (#19330)
chore: package.json update for @eslint/js release
deps: upgrade `@eslint/core` and `@eslint/plugin-kit` (#19329)
docs: replace `var` with `const` in rule examples (#19325)
docs: add tabs to cli code blocks (#18784)
docs: rewrite using let and const in rule examples (#19320)
docs: Update README
docs: `Edit this page` button link to different branches (#19228)
docs: remove hardcoded edit link (#19323)
docs: rewrite var with const in rules examples (#19317)
docs: Clarify dangers of eslint:all (#19318)
docs: add `eqeqeq` in related rules to `no-eq-null` (#19310)
docs: rewrite examples with var using let and const (#19315)
chore: extract package `name` from `package.json` for public interface (#19314)
docs: add missing backticks to `no-void` (#19313)
docs: add missing backticks to `default-case-last` (#19311)
docs: rewrite examples with var using let and const (#19298)
docs: add missing backticks to `no-else-return` (#19309)
docs: Update README
feat: Report allowed methods for `no-console` rule (#19306)
docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304)
docs: replace `var` with `let` and `const` in rule example (#19302)
docs: rewrite `var` using `const` in rule examples (#19303)
docs: remove 'I hope to' comments from scope-manager-interface (#19300)
docs: replace `var` with `const` in rule examples (#19299)
docs: Add warning about extending core rules (#19295)
docs: Update README
docs: add navigation link for `code explorer` (#19285)
docs: add bluesky icon to footer (#19290)
docs: remove outdated info about environments (#19296)
docs: switch rule examples config format to `languageOptions` (#19277)
docs: Fixing Focus Order by Rearranging Element Sequence (#19241)
docs: add missing backticks to `sort-imports` (#19282)
docs: update custom parser docs (#19288)
fix: correct `overrideConfigFile` type (#19289)
docs: add `border-radius` to `hX:target` selector styles (#19270)
docs: add limitation section in `no-loop-func` (#19287)
feat: unflag TypeScript config files (#19266)
feat: check imports and class names in `no-shadow-restricted-names` (#19272)
docs: add missing backticks in various parts of the documentation (#19269)
docs: Update README
docs: mark rules that are frozen with ❄️ (#19231)
docs: Update README
docs: fix description of `overrideConfigFile` option (#19262)
chore: update dependency @eslint/json to ^0.9.0 (#19263)
docs: Update README
docs: fix inconsistent divider in rule categories box (#19249)
docs: Refactor search result handling with better event listener cleanup (#19252)
docs: Update README
✳️ @eslint/js (9.17.0 → 9.18.0) · Repo · Changelog
Release Notes
9.18.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
9.18.0
Build: changelog update for 9.18.0
chore: upgrade to `@eslint/[email protected]` (#19330)
chore: package.json update for @eslint/js release
deps: upgrade `@eslint/core` and `@eslint/plugin-kit` (#19329)
docs: replace `var` with `const` in rule examples (#19325)
docs: add tabs to cli code blocks (#18784)
docs: rewrite using let and const in rule examples (#19320)
docs: Update README
docs: `Edit this page` button link to different branches (#19228)
docs: remove hardcoded edit link (#19323)
docs: rewrite var with const in rules examples (#19317)
docs: Clarify dangers of eslint:all (#19318)
docs: add `eqeqeq` in related rules to `no-eq-null` (#19310)
docs: rewrite examples with var using let and const (#19315)
chore: extract package `name` from `package.json` for public interface (#19314)
docs: add missing backticks to `no-void` (#19313)
docs: add missing backticks to `default-case-last` (#19311)
docs: rewrite examples with var using let and const (#19298)
docs: add missing backticks to `no-else-return` (#19309)
docs: Update README
feat: Report allowed methods for `no-console` rule (#19306)
docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304)
docs: replace `var` with `let` and `const` in rule example (#19302)
docs: rewrite `var` using `const` in rule examples (#19303)
docs: remove 'I hope to' comments from scope-manager-interface (#19300)
docs: replace `var` with `const` in rule examples (#19299)
docs: Add warning about extending core rules (#19295)
docs: Update README
docs: add navigation link for `code explorer` (#19285)
docs: add bluesky icon to footer (#19290)
docs: remove outdated info about environments (#19296)
docs: switch rule examples config format to `languageOptions` (#19277)
docs: Fixing Focus Order by Rearranging Element Sequence (#19241)
docs: add missing backticks to `sort-imports` (#19282)
docs: update custom parser docs (#19288)
fix: correct `overrideConfigFile` type (#19289)
docs: add `border-radius` to `hX:target` selector styles (#19270)
docs: add limitation section in `no-loop-func` (#19287)
feat: unflag TypeScript config files (#19266)
feat: check imports and class names in `no-shadow-restricted-names` (#19272)
docs: add missing backticks in various parts of the documentation (#19269)
docs: Update README
docs: mark rules that are frozen with ❄️ (#19231)
docs: Update README
docs: fix description of `overrideConfigFile` option (#19262)
chore: update dependency @eslint/json to ^0.9.0 (#19263)
docs: Update README
docs: fix inconsistent divider in rule categories box (#19249)
docs: Refactor search result handling with better event listener cleanup (#19252)
docs: Update README
Release Notes
0.2.5 (from changelog)
0.2.4 (from changelog)
Does any of this look wrong? Please let us know.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Summary by Sourcery
Update ESLint to v9.18.0.
Description by Korbit AI
What change is being made?
Update the eslint dependency from version 9.17.0 to 9.18.0 in package.json.
Why are these changes being made?
This update includes minor improvements and bug fixes to eslint, ensuring that the project stays up-to-date with the latest validation and syntax-checking standards without introducing breaking changes. The update aims to leverage enhancements in the newer eslint version, contributing to improved code quality.