Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unicorn to v55 (#1108)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-unicorn](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn)
| [`54.0.0` ->
`55.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/54.0.0/55.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-unicorn/55.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-unicorn/55.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-unicorn/54.0.0/55.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-unicorn/54.0.0/55.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sindresorhus/eslint-plugin-unicorn
(eslint-plugin-unicorn)</summary>

###
[`v55.0.0`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v55.0.0)

[Compare
Source](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0)

##### New rules

-
[`no-length-as-slice-end`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-length-as-slice-end.md)
([#&#8203;2400](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2400))
[`3c33820`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/3c33820)

##### Improvements

- Add TypeScript types
([#&#8203;2382](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2382))
[`68e0f13`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/68e0f13)

##### Fixes

- `no-single-promise-in-promise-methods`: Remove broken autofix for
`Promise.all()`
([#&#8203;2386](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2386))
[`8d28b6e`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/8d28b6e)
- `prefer-node-protocol`: Ignore Bun modules
([#&#8203;2384](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2384))
[`a45b24a`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/a45b24a)
- `no-negation-in-equality-check`: Ignore boolean type casting
([#&#8203;2379](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2379))
[`37e00dd`](https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/commit/37e00dd)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC,
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/ScaleLeap/selling-partner-api-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent df2b784 commit 5ef4701
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 143 deletions.
171 changes: 29 additions & 142 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-unicorn": "55.0.0",
"fancy-log": "2.0.0",
"global-agent": "3.0.0",
"jest": "29.7.0",
Expand Down

0 comments on commit 5ef4701

Please sign in to comment.