Update eslint-plugin-unicorn 54.0.0 → 56.0.1 (major) #213
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-plugin-unicorn (54.0.0 → 56.0.1) · Repo
Release Notes
56.0.1
56.0.0
55.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
56.0.1
Fix readme links (#2478)
`expiring-todo-comments`: Fix compatibility with ESLint 9.15 (#2497)
Fix integration test (#2486)
Improve issue/PR title formatting
Update snapshots (#2485)
Fix typo in `no-negation-in-equality-check`'s error
56.0.0
`no-useless-undefined`: Ignore React 19 `useRef` calls (#2463)
Improve error message for `no-new-array` (#2459)
Document `reduceRight` alternative for `no-array-reduce` (#2457)
Add `prefer-global-this` rule (#2410)
Update dependencies (#2447)
Add `consistent-existence-index-check` rule (#2425)
Remove `better-regex` from recommended rules (#2443)
`prefer-string-slice`: Remove unsafe autofix for `String#substr()` (#2427)
Add `prefer-math-min-max` (#2432)
`no-for-loop`: Remove invalid fix for TypeScript (#2426)
`prefer-default-parameters` - Document falsy values (#2423)
Automatically format rule names in PR and issue titles (#2411)
`prefer-query-selector`: Add support for `getElementsByName` (#2398)
55.0.0
Switch `run-rules-on-codebase` script to use ESLint CLI directly (#2402)
Get `globals` directly from `globals` package (#2395)
Add `no-length-as-slice-end` rule (#2400)
`prefer-node-protocol`: Fix docs (#2392)
Add TypeScript types (#2382)
`no-single-promise-in-promise-methods`: Remove broken autofix for `Promise.all()` (#2386)
`prefer-node-protocol`: Ignore Bun modules (#2384)
`no-negation-in-equality-check`: Ignore boolean type casting (#2379)
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