Skip to content

Commit 6efd0b7

Browse files
committed
Auto merge of #3752 - rust-lang:renovate/prettier-2.x, r=Turbo87
Update dependency prettier to v2.3.2 [![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.3.1` -> `2.3.2`](https://renovatebot.com/diffs/npm/prettier/2.3.1/2.3.2) | [![age](https://badges.renovateapi.com/packages/npm/prettier/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/prettier/2.3.2/compatibility-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.3.2/confidence-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.3.2`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;232) [Compare Source](https://togithub.com/prettier/prettier/compare/2.3.1...2.3.2) [diff](https://togithub.com/prettier/prettier/compare/2.3.1...2.3.2) ##### Fix failure on dir with trailing slash ([#&#8203;11000](https://togithub.com/prettier/prettier/pull/11000) by [`@&#8203;fisker](https://togithub.com/fisker))` <!-- prettier-ignore --> ```console $ ls 1.js 1.unknown ``` </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 2accaa6 + dd44acf commit 6efd0b7

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.5",
122-
"prettier": "2.3.1",
122+
"prettier": "2.3.2",
123123
"qunit": "2.16.0",
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "1.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12280,10 +12280,10 @@ prettier-linter-helpers@^1.0.0:
1228012280
dependencies:
1228112281
fast-diff "^1.1.2"
1228212282

12283-
prettier@2.3.1:
12284-
version "2.3.1"
12285-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
12286-
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
12283+
prettier@2.3.2:
12284+
version "2.3.2"
12285+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
12286+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
1228712287

1228812288
pretty-bytes@5.6.0:
1228912289
version "5.6.0"

0 commit comments

Comments
 (0)