Skip to content

Commit c1e9efc

Browse files
committed
Auto merge of #4646 - rust-lang:renovate/eslint-plugin-unicorn-41.x, r=Turbo87
Update dependency eslint-plugin-unicorn to v41.0.1 [![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) | [`41.0.0` -> `41.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/41.0.0/41.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/41.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/41.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/41.0.1/compatibility-slim/41.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/41.0.1/confidence-slim/41.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn</summary> ### [`v41.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/v41.0.1) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.0...v41.0.1) - `relative-url-style`: Improve fix ([#&#8203;1748](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1748)) [`f406795`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f406795) </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 e1f4f86 + 7ecdc5e commit c1e9efc

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": "41.0.0",
120+
"eslint-plugin-unicorn": "41.0.1",
121121
"loader.js": "4.7.0",
122122
"match-json": "1.3.4",
123123
"miragejs": "0.1.43",

yarn.lock

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

7203-
7204-
version "41.0.0"
7205-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz#bf0974f8551ab4dd4aaae7d9cf53894040defbbd"
7206-
integrity sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==
7203+
7204+
version "41.0.1"
7205+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.1.tgz#b49205b38e71e227d21fb5776f8d078a1dc637ca"
7206+
integrity sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==
72077207
dependencies:
72087208
"@babel/helper-validator-identifier" "^7.15.7"
72097209
ci-info "^3.3.0"

0 commit comments

Comments
 (0)