Skip to content

Commit 132139d

Browse files
committed
Auto merge of #4131 - rust-lang:renovate/eslint-plugin-unicorn-38.x, r=Turbo87
Update dependency eslint-plugin-unicorn to v38 [![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) | [`37.0.1` -> `38.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/37.0.1/38.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/38.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/38.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/38.0.1/compatibility-slim/37.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/38.0.1/confidence-slim/37.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn</summary> ### [`v38.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/v38.0.1) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v38.0.0...v38.0.1) - `prefer-export-from`: Ignore variables with type ([#&#8203;1580](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1580)) [`ea49b21`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ea49b21) ### [`v38.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/v38.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v37.0.1...v38.0.0) ##### New rules - [`no-empty-file`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-empty-file.md) ([#&#8203;1506](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1506)) [`a2ba25e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a2ba25e) - [`prefer-export-from`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-export-from.md) ([#&#8203;1453](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1453)) [`ff43745`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ff43745) ##### Improvements - Ignore Ramda methods in rules ([#&#8203;1557](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1557)) [`5f3bad5`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f3bad5) - `no-array-callback-reference`: Only ignore `Boolean` in reasonable places ([#&#8203;1570](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1570)) [`46f8638`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/46f8638) - `require-array-join-separator`: Check optional member ([#&#8203;1569](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1569)) [`15f9028`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/15f9028) </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 6ab417f + 7cd9f81 commit 132139d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/serializers/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import RESTSerializer from '@ember-data/serializer/rest';
22

3-
export default RESTSerializer;
3+
export default class ApplicationSerializer extends RESTSerializer {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-plugin-import-helpers": "1.1.0",
117117
"eslint-plugin-prettier": "4.0.0",
118118
"eslint-plugin-qunit-dom": "0.2.0",
119-
"eslint-plugin-unicorn": "37.0.1",
119+
"eslint-plugin-unicorn": "38.0.1",
120120
"loader.js": "4.7.0",
121121
"match-json": "1.3.3",
122122
"normalize.css": "8.0.1",

yarn.lock

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

7362-
eslint-plugin-unicorn@37.0.1:
7363-
version "37.0.1"
7364-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-37.0.1.tgz#a2292dc302ffc0be1791e6ebbb4ae93242833f11"
7365-
integrity sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==
7362+
eslint-plugin-unicorn@38.0.1:
7363+
version "38.0.1"
7364+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-38.0.1.tgz#f95a7fa6e8c92617cdcb4b1ddbc15d877477e73d"
7365+
integrity sha512-eu4HCg7Bv43nk/hYZoWpLzRo668Nb7swQySn94aohn0heh9KLJ1GOFgVxJndLS8BploMGaClxgsyTNGJrP69yw==
73667366
dependencies:
73677367
"@babel/helper-validator-identifier" "^7.14.9"
73687368
ci-info "^3.2.0"

0 commit comments

Comments
 (0)