-
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/js 9.17.0 → 9.18.0 (minor) #124
Conversation
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 |
The files' contents are under analysis for test generation. |
Reviewer's Guide by SourceryThis PR updates the Class diagram showing ESLint rule updatesclassDiagram
class NoConsoleRule {
+reportAllowedMethods()
}
class NoShadowRestrictedNamesRule {
+checkImports()
+checkClassNames()
}
class TypeScriptConfig {
+unflagConfigFiles()
}
note for NoConsoleRule "New feature: Report allowed methods"
note for NoShadowRestrictedNamesRule "New feature: Check imports and class names"
note for TypeScriptConfig "New feature: Unflag TypeScript config files"
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!
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 |
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs11:15PM INF scanning for exposed secrets...
11:15PM INF 79 commits scanned.
11:15PM INF scan completed in 78.6ms
11:15PM INF no leaks found
|
Quality Gate passedIssues Measures |
Closing because this update has already been applied |
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/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
🆕 @eslint/js (added, 9.18.0)
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
Build: