Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-unicorn to v51 (#163)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

### [`v51.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v51.0.1)

[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.0...v51.0.1)

-   `prefer-node-protocol`: Fix false positive on `bun:*` modules ([#&#8203;2272](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2272))  [`43fc638`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/43fc638)

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

[Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v50.0.1...v51.0.0)

##### Breaking

-   `consistent-destructuring`: Remove from `recommended` preset ([#&#8203;2260](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2260))  [`702d51b`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/702d51b)

##### Improvements

-   `no-array-method-this-argument`: Check `Array.from()` ([#&#8203;2262](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2262))  [`797caee`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/797caee)

##### Fixes

-   `no-thenable`: Fix crash on `{[Symbol.prototype]: 0}` ([#&#8203;2248](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2248))  [`3c7d7c0`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3c7d7c0)
-   `prefer-prototype-methods`: Fix argument of `isMethodCall` ([#&#8203;2247](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2247))  [`3b504fa`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3b504fa)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/mheob/config).



Co-authored-by: Alex Böhm <3983539+mheob@users.noreply.github.com>
  • Loading branch information
renovate[bot] and mheob authored Feb 12, 2024
1 parent de8ee26 commit 420e18d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 61 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-eggs-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mheob/eslint-config": patch
---

chore(deps): update dependency eslint-plugin-unicorn to v51
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"devDependencies": {
Expand Down
65 changes: 5 additions & 60 deletions pnpm-lock.yaml

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

0 comments on commit 420e18d

Please sign in to comment.