Release notes
*Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).*
> ## Prettier 1.17: More quotes options and support for shared configs
> š [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html)
>
> ## 1.16.4
> š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1164)
>
> ## 1.16.3
> š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1163)
>
> ## 1.16.2
> š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1162)
>
> ## 1.16.1
> š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1161)
>
> ## Prettier 1.16: HTML improvements and better CRLF handling
> **[š Release Notes](https://prettier.io/blog/2019/01/20/1.16.0.html)**
>
> ## 1.15.3
> š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1153)
Changelog
*Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).*
> # 1.17.0
>
> [diff](https://github.com/prettier/prettier/compare/1.16.2...1.17.0)
>
> š [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html)
>
> # 1.16.4
>
> [diff](https://github.com/prettier/prettier/compare/1.16.3...1.16.4)
>
> - API: Fix `prettier.getSupportInfo()` reporting babel parser for older versions of Prettier. ([#5826] by [@azz])
>
> In version `1.16.0` of Prettier, the `babylon` parser was renamed to `babel`. Unfortunately this lead to a minor breaking change: `prettier.getSupportInfo('1.15.0')` would report that it supported `babel`, not `babylon`, which breaks text-editor integrations. This has now been fixed.
>
> [@azz]: https://github.com/azz
> [#5826]: [#5826](https://github-redirect.dependabot.com/prettier/prettier/pull/5826)
>
> # 1.16.3
>
> [diff](https://github.com/prettier/prettier/compare/1.16.2...1.16.3)
>
> - TypeScript: Revert "Update typescript-estree to new package name" ([#5818] by [@ikatyang])
>
> There's an internal change introduced in Prettier 1.16.2,
> which updated `typescript-estree` to its new package name,
> but unfortunately it broke the output
> so we reverted it as a temporary workaround for now.
>
>
> ```ts
> // Input
> export default {
> load(k: K, t: T) {
> return {k, t};
> }
> }
>
> // Output (Prettier 1.16.2)
> export default {
> load(k: K, t: T) {
> return { k, t };
> }
> };
>
> // Output (Prettier 1.16.3)
> export default {
> load(k: K, t: T) {
> return { k, t };
> }
> };
> ... (truncated)
Commits
- [`55abeb2`](https://github.com/prettier/prettier/commit/55abeb2108a83204b0cd8cec4858952c039e0463) Release 1.17.0
- [`6ae4106`](https://github.com/prettier/prettier/commit/6ae41067cf287fd3c8ee6dec1da0bfe49d9edeeb) Test generics in object methods in TypeScript ([#5989](https://github-redirect.dependabot.com/prettier/prettier/issues/5989))
- [`4d6ce37`](https://github.com/prettier/prettier/commit/4d6ce371fe6caa29622c82ffdbc2ccb755d71815) ignore 4.0.6 update ([#5987](https://github-redirect.dependabot.com/prettier/prettier/issues/5987))
- [`9dbe967`](https://github.com/prettier/prettier/commit/9dbe96705d9aa47e2d9b8d935e74af25b7c895a8) @angular/compiler 7.2.9 update ([#5985](https://github-redirect.dependabot.com/prettier/prettier/issues/5985))
- [`4f6f43d`](https://github.com/prettier/prettier/commit/4f6f43dec10609009bfd0442d5227c9d7fe86cae) Add stylelint integration docs ([#5153](https://github-redirect.dependabot.com/prettier/prettier/issues/5153))
- [`dbd0917`](https://github.com/prettier/prettier/commit/dbd09175f20d4e485644b9502d5321585c7e769c) @babel/code-frame 7.0.0 update ([#5986](https://github-redirect.dependabot.com/prettier/prettier/issues/5986))
- [`dcaed91`](https://github.com/prettier/prettier/commit/dcaed91518533f09a845449bc67678d7dda1b7c9) fix: respect newlines in parameters ([#5836](https://github-redirect.dependabot.com/prettier/prettier/issues/5836))
- [`9cb50ad`](https://github.com/prettier/prettier/commit/9cb50add5eec9d755e268e7510552ec2e0b1201b) graphql: Support variable directives. ([#6020](https://github-redirect.dependabot.com/prettier/prettier/issues/6020))
- [`7c9823f`](https://github.com/prettier/prettier/commit/7c9823fcbafd591c58331414bf9b7f44010344b1) Teach prettier/graphql about formatting fragment variables. ([#6016](https://github-redirect.dependabot.com/prettier/prettier/issues/6016))
- [`f4bcb13`](https://github.com/prettier/prettier/commit/f4bcb13d4153fe48d837ea18ac026558aba5ea36) feat(typescript): support TS 3.4 ([#6027](https://github-redirect.dependabot.com/prettier/prettier/issues/6027))
- Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.15.2...1.17.0)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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.
Bumps prettier from 1.15.2 to 1.17.0.
Release notes
*Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).* > ## Prettier 1.17: More quotes options and support for shared configs > š [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html) > > ## 1.16.4 > š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1164) > > ## 1.16.3 > š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1163) > > ## 1.16.2 > š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1162) > > ## 1.16.1 > š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1161) > > ## Prettier 1.16: HTML improvements and better CRLF handling > **[š Release Notes](https://prettier.io/blog/2019/01/20/1.16.0.html)** > > ## 1.15.3 > š [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1153)Changelog
*Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).* > # 1.17.0 > > [diff](https://github.com/prettier/prettier/compare/1.16.2...1.17.0) > > š [Release Notes](https://prettier.io/blog/2019/04/12/1.17.0.html) > > # 1.16.4 > > [diff](https://github.com/prettier/prettier/compare/1.16.3...1.16.4) > > - API: Fix `prettier.getSupportInfo()` reporting babel parser for older versions of Prettier. ([#5826] by [@azz]) > > In version `1.16.0` of Prettier, the `babylon` parser was renamed to `babel`. Unfortunately this lead to a minor breaking change: `prettier.getSupportInfo('1.15.0')` would report that it supported `babel`, not `babylon`, which breaks text-editor integrations. This has now been fixed. > > [@azz]: https://github.com/azz > [#5826]: [#5826](https://github-redirect.dependabot.com/prettier/prettier/pull/5826) > > # 1.16.3 > > [diff](https://github.com/prettier/prettier/compare/1.16.2...1.16.3) > > - TypeScript: Revert "Update typescript-estree to new package name" ([#5818] by [@ikatyang]) > > There's an internal change introduced in Prettier 1.16.2, > which updated `typescript-estree` to its new package name, > but unfortunately it broke the output > so we reverted it as a temporary workaround for now. > > > ```ts > // Input > export default { > loadCommits
- [`55abeb2`](https://github.com/prettier/prettier/commit/55abeb2108a83204b0cd8cec4858952c039e0463) Release 1.17.0 - [`6ae4106`](https://github.com/prettier/prettier/commit/6ae41067cf287fd3c8ee6dec1da0bfe49d9edeeb) Test generics in object methods in TypeScript ([#5989](https://github-redirect.dependabot.com/prettier/prettier/issues/5989)) - [`4d6ce37`](https://github.com/prettier/prettier/commit/4d6ce371fe6caa29622c82ffdbc2ccb755d71815) ignore 4.0.6 update ([#5987](https://github-redirect.dependabot.com/prettier/prettier/issues/5987)) - [`9dbe967`](https://github.com/prettier/prettier/commit/9dbe96705d9aa47e2d9b8d935e74af25b7c895a8) @angular/compiler 7.2.9 update ([#5985](https://github-redirect.dependabot.com/prettier/prettier/issues/5985)) - [`4f6f43d`](https://github.com/prettier/prettier/commit/4f6f43dec10609009bfd0442d5227c9d7fe86cae) Add stylelint integration docs ([#5153](https://github-redirect.dependabot.com/prettier/prettier/issues/5153)) - [`dbd0917`](https://github.com/prettier/prettier/commit/dbd09175f20d4e485644b9502d5321585c7e769c) @babel/code-frame 7.0.0 update ([#5986](https://github-redirect.dependabot.com/prettier/prettier/issues/5986)) - [`dcaed91`](https://github.com/prettier/prettier/commit/dcaed91518533f09a845449bc67678d7dda1b7c9) fix: respect newlines in parameters ([#5836](https://github-redirect.dependabot.com/prettier/prettier/issues/5836)) - [`9cb50ad`](https://github.com/prettier/prettier/commit/9cb50add5eec9d755e268e7510552ec2e0b1201b) graphql: Support variable directives. ([#6020](https://github-redirect.dependabot.com/prettier/prettier/issues/6020)) - [`7c9823f`](https://github.com/prettier/prettier/commit/7c9823fcbafd591c58331414bf9b7f44010344b1) Teach prettier/graphql about formatting fragment variables. ([#6016](https://github-redirect.dependabot.com/prettier/prettier/issues/6016)) - [`f4bcb13`](https://github.com/prettier/prettier/commit/f4bcb13d4153fe48d837ea18ac026558aba5ea36) feat(typescript): support TS 3.4 ([#6027](https://github-redirect.dependabot.com/prettier/prettier/issues/6027)) - Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.15.2...1.17.0)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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.