Skip to content

Commit 16ae91c

Browse files
committed
Auto merge of #4449 - rust-lang:renovate/eslint-plugin-unicorn-40.x, r=Turbo87
Update dependency eslint-plugin-unicorn to v40.1.0 [![WhiteSource 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) | [`40.0.0` -> `40.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/40.0.0/40.1.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/40.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/40.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/40.1.0/compatibility-slim/40.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/40.1.0/confidence-slim/40.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn</summary> ### [`v40.1.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/v40.1.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v40.0.0...v40.1.0) - `expiring-todo-comments`: Add `date` option ([#&#8203;1683](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1683)) [`16bc33a`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/16bc33a) - `consistent-function-scoping`: Allow `React.useHook` ([#&#8203;1691](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1691)) [`e910633`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e910633) - `no-useless-undefined`: Allow `React.createContext(undefined)` ([#&#8203;1688](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1688)) [`40bc603`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/40bc603) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 2370d58 + e97718c commit 16ae91c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"eslint-plugin-import-helpers": "1.2.1",
118118
"eslint-plugin-prettier": "4.0.0",
119119
"eslint-plugin-qunit-dom": "0.2.0",
120-
"eslint-plugin-unicorn": "40.0.0",
120+
"eslint-plugin-unicorn": "40.1.0",
121121
"loader.js": "4.7.0",
122122
"match-json": "1.3.3",
123123
"miragejs": "0.1.43",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7330,10 +7330,10 @@ [email protected]:
73307330
resolved "https://registry.yarnpkg.com/eslint-plugin-qunit-dom/-/eslint-plugin-qunit-dom-0.2.0.tgz#681ea7fbce81d8548b6cc68dc17448e1a4d38d87"
73317331
integrity sha512-uqqkzj3k5ee36XOkr6Y9DfTC/6uXq/aWuuo14o79Bky+SmQy3NzK+Vee7UBICDEHhi7SDsFPxdsBFm9cjNAuvg==
73327332

7333-
eslint-plugin-unicorn@40.0.0:
7334-
version "40.0.0"
7335-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.0.0.tgz#a8226cab9c62b303e44fc41b1333a146e5676b86"
7336-
integrity sha512-5GRXISfBk8jMmYk1eeNDw8zSRnWTxBjWkzx2Prre6E2/yLu2twozZ3EomLWCBu9nWms/ZE361BItyMQwfnG1qA==
7333+
eslint-plugin-unicorn@40.1.0:
7334+
version "40.1.0"
7335+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz#48975360e39d23df726e4b33e8dd5d650e184832"
7336+
integrity sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==
73377337
dependencies:
73387338
"@babel/helper-validator-identifier" "^7.15.7"
73397339
ci-info "^3.3.0"

0 commit comments

Comments
 (0)