Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-unicorn to v46 (#36)
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://togithub.com/sindresorhus/eslint-plugin-unicorn)
| [`45.0.2` ->
`46.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/45.0.2/46.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/46.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/46.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/46.0.0/compatibility-slim/45.0.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/46.0.0/confidence-slim/45.0.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0)

##### Improvements

- Add `elems` to abbreviations
([#&#8203;2040](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2040))
[`2a9c840`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/2a9c840)
- `no-useless-spread`: Check
`Array#{toReversed,toSorted,toSpliced,with}`
([#&#8203;2030](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2030))
[`55469e5`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/55469e5)
- `prefer-set-has`: Support `Array#{toReversed,toSorted,toSpliced,with}`
([#&#8203;2032](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2032))
[`fea5b42`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/fea5b42)
- `prefer-spread`: Forbid use of `Array#toSpliced()` to copy array
([#&#8203;2034](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2034))
[`4ada50e`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/4ada50e)
- `prefer-negative-index`: Check `.toSpliced()` and `.with()`
([#&#8203;2031](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2031))
[`7ed738a`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/7ed738a)
- `no-empty-file`: Support `.jsx` and `.tsx` extensions
([#&#8203;2002](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2002))
[`ba1a00e`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/ba1a00e)

##### Fixes

- `expiring-todo-comments`: Do not normalize package.json
([#&#8203;1871](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/1871))
([#&#8203;2020](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/2020))
[`fcd8934`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/fcd8934)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/tomacheese/telcheck).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 4, 2023
1 parent 64f72da commit 36d66dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "45.0.2",
"eslint-plugin-unicorn": "46.0.0",
"logform": "2.5.1",
"prettier": "2.8.4",
"ts-node": "10.9.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -949,10 +949,10 @@ eslint-plugin-promise@6.1.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==

eslint-plugin-unicorn@45.0.2:
version "45.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-45.0.2.tgz#d6ba704793a6909fe5dfe013900d2b05b715284c"
integrity sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==
eslint-plugin-unicorn@46.0.0:
version "46.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz#b5cdcc9465fd6e46ab7968b87dd4a43adc8d6031"
integrity sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==
dependencies:
"@babel/helper-validator-identifier" "^7.19.1"
"@eslint-community/eslint-utils" "^4.1.2"
Expand Down

0 comments on commit 36d66dc

Please sign in to comment.