This repository was archived by the owner on Aug 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit bf20120
Merge #12
12: chore(deps-dev): bump prettier from 1.16.4 to 1.17.1 r=Levertion a=dependabot-preview[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 1.16.4 to 1.17.1.
<details>
<summary>Release notes</summary>
*Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).*
> ## 1.17.1
> 🔗 [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1171)
>
> ## Prettier 1.17: More quotes options and support for shared configs
> 🔗 [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html)
</details>
<details>
<summary>Changelog</summary>
*Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).*
> # 1.17.1
>
> [diff](prettier/prettier@1.17.0...1.17.1)
>
> - Range: Fix ranged formatting not using the correct line width ([#6050] by [@​mathieulj])
>
> <!-- prettier-ignore -->
> ```js
> // Input
> function f() {
> if (true) {
> call("this line is 79 chars", "long", "it should", "stay as single line");
> }
> }
>
> // Output (Prettier 1.17.0 run with --range-start 30 --range-end 110)
> function f() {
> if (true) {
> call(
> "this line is 79 chars",
> "long",
> "it should",
> "stay as single line"
> );
> }
> }
>
> // Output (Prettier 1.17.0 run without range)
> function f() {
> if (true) {
> call("this line is 79 chars", "long", "it should", "stay as single line");
> }
> }
>
> // Output (Prettier 1.17.1 with and without range)
> function f() {
> if (true) {
> call("this line is 79 chars", "long", "it should", "stay as single line");
> }
> }
> ```
>
> - JavaScript: Fix closure compiler typecasts ([#5947] by [@​jridgewell])
>
> If a closing parenthesis follows after a typecast in an inner expression, the typecast would wrap everything to the that following parenthesis.
>
> <!-- prettier-ignore -->
> ```js
> // Input
> test(/** [@​type](https://github.com/type) {!Array} */(arrOrString).length);
></tr></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- [`aa7b68c`](prettier/prettier@aa7b68c) Release 1.17.1
- [`b44748e`](prettier/prettier@b44748e) Fix lint
- [`58b08c9`](prettier/prettier@58b08c9) Update CHANGELOG.unreleased.md
- [`54b7655`](prettier/prettier@54b7655) Improved multiline closure comment detection ([#6070](https://github-redirect.dependabot.com/prettier/prettier/issues/6070))
- [`26183e5`](prettier/prettier@26183e5) Use same print width for range formatting as normal formatting. ([#6050](https://github-redirect.dependabot.com/prettier/prettier/issues/6050))
- [`84cc273`](prettier/prettier@84cc273) fix(glimmer): {{else}}{{#if}} into {{else if}} merging ([#6080](https://github-redirect.dependabot.com/prettier/prettier/issues/6080))
- [`157b020`](prettier/prettier@157b020) fix(javascript): correctly handle comments in empty arrow function expression...
- [`c085aeb`](prettier/prettier@c085aeb) Fix closure compiler type casts ([#5947](https://github-redirect.dependabot.com/prettier/prettier/issues/5947))
- [`ed15b6d`](prettier/prettier@ed15b6d) Add exit code information to cli docs ([#6049](https://github-redirect.dependabot.com/prettier/prettier/issues/6049))
- [`9179743`](prettier/prettier@9179743) docs(blog): add missing subheader ([#6060](https://github-redirect.dependabot.com/prettier/prettier/issues/6060))
- Additional commits viewable in [compare view](prettier/prettier@1.16.4...1.17.1)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.16.4&new-version=1.17.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>
[//]: # (dependabot-acquisition-announcement-start)
---
<a href='https://dependabot.com/blog/hello-github/'><img width='376' alt='Dependabot has been acquired by GitHub 🎉' src='https://user-images.githubusercontent.com/20165/58035530-e739b700-7b20-11e9-9d1b-12a7630b84e0.png'></a>
[//]: # (dependabot-acquisition-announcement-end)
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changedOpen diff view settings
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments