Skip to content

Commit 664192d

Browse files
committed
Auto merge of #3033 - rust-lang:renovate/prettier-2.x, r=Turbo87
Update dependency prettier to v2.2.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.1.2` -> `2.2.0`](https://renovatebot.com/diffs/npm/prettier/2.1.2/2.2.0) | ![age](https://badges.renovateapi.com/packages/npm/prettier/2.2.0/age-slim) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.2.0/adoption-slim)](https://resources.whitesourcesoftware.com/news-whitesource/merge-confidence-feature) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.2.0/compatibility-slim/2.1.2)](https://resources.whitesourcesoftware.com/news-whitesource/merge-confidence-feature) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.2.0/confidence-slim/2.1.2)](https://resources.whitesourcesoftware.com/news-whitesource/merge-confidence-feature) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.2.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;220) [Compare Source](https://togithub.com/prettier/prettier/compare/2.1.2...2.2.0) [diff](https://togithub.com/prettier/prettier/compare/2.1.2...2.2.0) 🔗 [Release Notes](https://prettier.io/blog/2020/11/20/2.2.0.html) </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 cdf6915 + 414f723 commit 664192d

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
@@ -116,7 +116,7 @@
116116
"normalize.css": "8.0.1",
117117
"nyc": "15.1.0",
118118
"postcss-nested": "4.2.3",
119-
"prettier": "2.1.2",
119+
"prettier": "2.2.0",
120120
"qunit-console-grouper": "0.2.0",
121121
"qunit-dom": "1.6.0",
122122
"semver": "7.3.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12401,10 +12401,10 @@ prettier-linter-helpers@^1.0.0:
1240112401
dependencies:
1240212402
fast-diff "^1.1.2"
1240312403

12404-
prettier@2.1.2:
12405-
version "2.1.2"
12406-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
12407-
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
12404+
prettier@2.2.0:
12405+
version "2.2.0"
12406+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b"
12407+
integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw==
1240812408

1240912409
1241012410
version "5.4.1"

0 commit comments

Comments
 (0)