Skip to content

Commit 1816846

Browse files
committed
Auto merge of #3301 - rust-lang:renovate/eslint-plugin-unicorn-28.x, r=Turbo87
Update dependency eslint-plugin-unicorn to v28.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) | [`28.0.0` -> `28.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/28.0.0/28.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/28.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/28.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/28.0.1/compatibility-slim/28.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/28.0.1/confidence-slim/28.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn</summary> ### [`v28.0.1`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/v28.0.1) [Compare Source](https://togithub.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.0...v28.0.1) - Fix missing `eslint-visitor-keys` dependency ([#&#8203;1100](https://togithub.com/sindresorhus/eslint-plugin-unicorn/issues/1100)) [`5c1ff2e`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/commit/5c1ff2e) </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 b27c9d8 + a80e187 commit 1816846

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"eslint-plugin-ember-concurrency": "0.3.1",
115115
"eslint-plugin-import-helpers": "1.1.0",
116116
"eslint-plugin-prettier": "3.3.1",
117-
"eslint-plugin-unicorn": "28.0.0",
117+
"eslint-plugin-unicorn": "28.0.1",
118118
"loader.js": "4.7.0",
119119
"normalize.css": "8.0.1",
120120
"nyc": "15.1.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7351,15 +7351,16 @@ [email protected]:
73517351
dependencies:
73527352
prettier-linter-helpers "^1.0.0"
73537353

7354-
7355-
version "28.0.0"
7356-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.0.tgz#41bbc9a62119a9d19466942f9ad059c57d54532f"
7357-
integrity sha512-+VTwBbHsJk/jACDxeWhtLfLxru+9cV+jt/mX7a/WjHa/5xrS0S4ZFYJSg4z54s0waeAAO9D+CPB39Pch40qABg==
7354+
7355+
version "28.0.1"
7356+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.1.tgz#a412c2f5ef707444e0147e2994b10ab35f4d812d"
7357+
integrity sha512-VuohWRKJuVhuClqZcq+DREAFNDEUDqU7E95SY6Ql3BmH8je5yVqZ6AE7dHQWEa6mDm3aUmo/eT3fXg1jCk17ZA==
73587358
dependencies:
73597359
ci-info "^2.0.0"
73607360
clean-regexp "^1.0.0"
73617361
eslint-template-visitor "^2.2.2"
73627362
eslint-utils "^2.1.0"
7363+
eslint-visitor-keys "^2.0.0"
73637364
import-modules "^2.1.0"
73647365
lodash "^4.17.20"
73657366
pluralize "^8.0.0"

0 commit comments

Comments
 (0)