Created by: dependabot-preview[bot]
Bumps eslint-plugin-unicorn from 16.1.1 to 17.1.0.
Release notes
Sourced from eslint-plugin-unicorn's releases.
v17.1.0
- Allow descriptive error names by default in
catch-error-name
rule (#581) 7bd8687https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v17.0.1...v17.1.0
v17.0.1
- Fix a problem with deprecated rules (#584) fe8f336
https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v17.0.0...v17.0.1
v17.0.0
New rules
- Add
string-content
rule (off by default) (#496) 0972a89Breaking
- Rename
regex-shorthand
rule tobetter-regex
(#522) a5e5405Improvements
- Improve
new-for-builtins
rule (#540) fdd96cb- Expand reporting for
prefer-node-remove
rule (#507) b6e6b32Fixes
prefer-spread
: Insert semicolon if needed (#578) 49c4acf- Fix
prefer-negative-index
crash on not enough arguments (#564) 50e038c- Fix scope compare in
consistent-function-scoping
(#562) ec4387c- Fix
no-new-buffer
crash onTypeScript-ESLint
(#560) e4f4bb4- Fix
escape-case
missing cases (#534) 892f054- Disable auto-fix
.onmessage
inprefer-add-event-listener
rule (#543) 96af562https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v16.1.1...v17.0.0
Commits
-
c8bf850
17.1.0 -
7bd8687
Allow descriptive error names by default incatch-error-name
(#581) -
761a3be
17.0.1 -
fe8f336
Add emptycreate
function to deprecated rules (#584) -
d0a3030
17.0.0 -
0972a89
Addstring-content
rule (#496) -
49c4acf
prefer-spread
: Insert semicolon if needed (#578) -
ae983e2
Updateava
to v3 (#575) -
50ba9fe
Fixprefer-string-slice
typo in docs (#572) -
ff41cb2
Meta tweaks - Additional commits viewable in compare view
You can trigger a rebase of this PR 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)