Skip to content

Commit 1ec0fc9

Browse files
committed
Auto merge of #3176 - rust-lang:renovate/eslint-plugin-unicorn-26.x, r=Turbo87
Update dependency eslint-plugin-unicorn to v26.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://togithub.com/sindresorhus/eslint-plugin-unicorn) | [`26.0.0` -> `26.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/26.0.0/26.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/26.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/26.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/26.0.1/compatibility-slim/26.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/26.0.1/confidence-slim/26.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn</summary> ### [`v26.0.1`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/v26.0.1) [Compare Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v26.0.0...v26.0.1) - `prefer-math-trunc`: Use suggestion instead of auto-fix for `x | 0` ([#&#8203;1014](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/1014)) [`74b1b2d`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/74b1b2d) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 8d44db9 + 054f296 commit 1ec0fc9

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
@@ -112,7 +112,7 @@
112112
"eslint-plugin-ember-concurrency": "0.3.1",
113113
"eslint-plugin-import-helpers": "1.1.0",
114114
"eslint-plugin-prettier": "3.3.1",
115-
"eslint-plugin-unicorn": "26.0.0",
115+
"eslint-plugin-unicorn": "26.0.1",
116116
"loader.js": "4.7.0",
117117
"normalize.css": "8.0.1",
118118
"nyc": "15.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7425,10 +7425,10 @@ [email protected]:
74257425
dependencies:
74267426
prettier-linter-helpers "^1.0.0"
74277427

7428-
7429-
version "26.0.0"
7430-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-26.0.0.tgz#d34b93c6822d37f38fa322dc8490a4cc81d66110"
7431-
integrity sha512-7eBSBJ2SnPwmhXczn7vfBLKbVIJtgmmv5ohxi4H2gKmZrjswkBXt2ydPKi5wmQTvHUPk564VCBbw1kfrlwCe7Q==
7428+
7429+
version "26.0.1"
7430+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-26.0.1.tgz#65f476bb7624beb417066259dc14c7ebb21eb6fc"
7431+
integrity sha512-SWgF9sIVY74zqkkSN2dclSCqRfocWSUGD0haC0NX2oRfmdp9p8dQvJYkYSQePaCyssPUE/pqpsIEEZNTh8crUA==
74327432
dependencies:
74337433
ci-info "^2.0.0"
74347434
clean-regexp "^1.0.0"

0 commit comments

Comments
 (0)