Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 2ca4d96

Browse files
Merge #159
159: Update dependency eslint-plugin-prettier to v3.1.3 r=renovate[bot] a=renovate[bot] This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | dependencies | patch | [`3.1.2` -> `3.1.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/3.1.2/3.1.3) | --- ### Release Notes <details> <summary>prettier/eslint-plugin-prettier</summary> ### [`v3.1.3`](https://togithub.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md#v313-2020-04-13) [Compare Source](https://togithub.com/prettier/eslint-plugin-prettier/compare/v3.1.2...9e3fde0847da262e0ff2574a4741c339a50c4462) - Fix: Set `meta.type` to "layout" ([#&#8203;283]([email protected]:prettier/eslint-plugin-prettier/issues/283)) ([97152e2]([email protected]:prettier/eslint-plugin-prettier/commit/97152e2787bf9bb27f053d6a91ccf826dc96a505)) - build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 ([185b106]([email protected]:prettier/eslint-plugin-prettier/commit/185b1064d3dd674538456fb2fad97fbfcde49e0d)) - build(deps): [security] bump acorn from 6.1.0 to 6.4.1 ([bba5881]([email protected]:prettier/eslint-plugin-prettier/commit/bba588151e860b1a644096441b31a0f3144db611)) - build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 ([9a47a6f]([email protected]:prettier/eslint-plugin-prettier/commit/9a47a6feab691cf228d184c103d4cab99b464d0b)) - build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 ([aad671d]([email protected]:prettier/eslint-plugin-prettier/commit/aad671d5123a2fd20e4396d591e25335d7219950)) - build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 ([e2458c2]([email protected]:prettier/eslint-plugin-prettier/commit/e2458c2d41825f94441dc7d552da37aede95ffe7)) - build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 ([05ef06f]([email protected]:prettier/eslint-plugin-prettier/commit/05ef06ffdda2bb485a2175243e6a8a167a01466c)) - build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 ([ab80b3c]([email protected]:prettier/eslint-plugin-prettier/commit/ab80b3c5d30ea605aa363f13078aef9e0b697b6e)) - build(deps-dev): bump eslint from 6.7.2 to 6.8.0 ([dea1b30]([email protected]:prettier/eslint-plugin-prettier/commit/dea1b30361921d7160aaf44d5302c5cc6490f87a)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :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#mythmon/corsica-tree-status). Co-authored-by: Renovate Bot <[email protected]>
2 parents dd51583 + a35a380 commit 2ca4d96

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
@@ -18,7 +18,7 @@
1818
"classnames": "2.2.6",
1919
"eslint": "6.8.0",
2020
"eslint-config-prettier": "6.10.1",
21-
"eslint-plugin-prettier": "3.1.2",
21+
"eslint-plugin-prettier": "3.1.3",
2222
"eslint-plugin-react": "7.14.3",
2323
"now": "17.0.4",
2424
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,10 +2263,10 @@ [email protected]:
22632263
dependencies:
22642264
get-stdin "^6.0.0"
22652265

2266-
2267-
version "3.1.2"
2268-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
2269-
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
2266+
2267+
version "3.1.3"
2268+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz#ae116a0fc0e598fdae48743a4430903de5b4e6ca"
2269+
integrity sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ==
22702270
dependencies:
22712271
prettier-linter-helpers "^1.0.0"
22722272

0 commit comments

Comments
 (0)