Skip to content

Commit f7b7085

Browse files
chore(deps): update dependency eslint-plugin-unicorn to v60 (#1988)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-unicorn](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn) | [`59.0.1` -> `60.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/59.0.1/60.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unicorn/60.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unicorn/59.0.1/60.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v60.0.0`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v60.0.0) [Compare Source](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v59.0.1...v60.0.0) ##### Breaking - Require Node.js 20.10 ([#&#8203;2698](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2698)) [`2dc27d9`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/2dc27d90) ##### New rules - [`prefer-class-fields`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-class-fields.md) ([#&#8203;2512](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2512)) [`4c82dc1`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/4c82dc12) - [`no-array-reverse`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-reverse.md) ([#&#8203;2677](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2677)) [`b051302`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/b051302f) - [`require-module-specifiers`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-specifiers.md) ([#&#8203;2686](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2686)) [`2a8e152`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/2a8e152e) - [`no-useless-error-capture-stack-trace`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-error-capture-stack-trace.md) ([#&#8203;2676](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2676)) [`fc900b6`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/fc900b61) ##### Improvements - `prefer-string-replace-all`: Preserve escape ([#&#8203;2667](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2667)) [`2310b50`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/2310b507) - Support `SuppressedError` ([#&#8203;2669](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2669)) [`f51aeb9`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/f51aeb9a) ##### Fixes - `no-array-callback-reference`: Fix optional chaining expressions being ignored ([#&#8203;2694](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2694)) [`ad27922`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/ad27922e) - `no-unnecessary-await`: Fix handling of experimental pipeline operator ([#&#8203;2658](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2658)) [`2b8ebe5`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/2b8ebe57) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tomacheese/cmcutter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a25528 commit f7b7085

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint-plugin-import": "2.32.0",
1919
"eslint-plugin-n": "17.21.0",
2020
"eslint-plugin-promise": "7.2.1",
21-
"eslint-plugin-unicorn": "59.0.1",
21+
"eslint-plugin-unicorn": "60.0.0",
2222
"prettier": "3.6.2",
2323
"run-z": "2.1.0",
2424
"tsx": "4.20.3",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)