Skip to content

Commit cced6f4

Browse files
committed
Auto merge of #3907 - rust-lang:renovate/prettier-2.x, r=Turbo87
Update dependency prettier to v2.4.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://github.com/prettier/prettier)) | [`2.3.2` -> `2.4.0`](https://renovatebot.com/diffs/npm/prettier/2.3.2/2.4.0) | [![age](https://badges.renovateapi.com/packages/npm/prettier/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.4.0/compatibility-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.4.0/confidence-slim/2.3.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.4.0`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;240) [Compare Source](https://github.com/prettier/prettier/compare/2.3.2...2.4.0) [diff](https://github.com/prettier/prettier/compare/2.3.2...2.4.0) 🔗 [Release Notes](https://prettier.io/blog/2021/09/09/2.4.0.html) </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, 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 4c160b0 + 7f8bd1c commit cced6f4

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
@@ -119,7 +119,7 @@
119119
"normalize.css": "8.0.1",
120120
"nyc": "15.1.0",
121121
"postcss-nested": "5.0.6",
122-
"prettier": "2.3.2",
122+
"prettier": "2.4.0",
123123
"qunit": "2.17.1",
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12175,10 +12175,10 @@ prettier-linter-helpers@^1.0.0:
1217512175
dependencies:
1217612176
fast-diff "^1.1.2"
1217712177

12178-
prettier@2.3.2:
12179-
version "2.3.2"
12180-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
12181-
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
12178+
prettier@2.4.0:
12179+
version "2.4.0"
12180+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba"
12181+
integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==
1218212182

1218312183
1218412184
version "5.6.0"

0 commit comments

Comments
 (0)