Update @eslint/js 9.17.0 → 9.18.0 (minor) #619
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. 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
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