Release notes
*Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).*
> ## Prettier 1.19: Long awaited Vue option, TypeScript 3.7 and new JavaScript features
> [diff](https://github.com/prettier/prettier/compare/1.18.2...1.19.0)
>
> 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)
Changelog
*Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).*
> # 1.19.0
>
> [diff](https://github.com/prettier/prettier/compare/1.18.2...1.19.0)
>
> 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)
Commits
- [`e788e8d`](https://github.com/prettier/prettier/commit/e788e8d3d5a45318862af7f719c798573ae4c5c8) Release 1.19.0
- [`057e15d`](https://github.com/prettier/prettier/commit/057e15d50d92a3af3de97b908905ed7ec13318de) prettier 1.19.0-beta.1
- [`3fb111a`](https://github.com/prettier/prettier/commit/3fb111a48c89c43fdabac6b8e2fb9cc9513ccc67) deduplicate entries in yarn.lock - part 2 ([#6884](https://github-redirect.dependabot.com/prettier/prettier/issues/6884))
- [`10c5c37`](https://github.com/prettier/prettier/commit/10c5c377f533e67d406b451b14e65c5bd7e49fe2) deduplicate entries in yarn.lock ([#6882](https://github-redirect.dependabot.com/prettier/prettier/issues/6882))
- [`361fd2d`](https://github.com/prettier/prettier/commit/361fd2dbfaec2415a0f12ea8f8852f0bbe867c6c) fix printing bigint literals parsed by Flow ([#6883](https://github-redirect.dependabot.com/prettier/prettier/issues/6883))
- [`ea70396`](https://github.com/prettier/prettier/commit/ea70396a05a39fa145b9b323446211bf53d9a8d8) Fix lost adjacent JSX when using Babel ([#6881](https://github-redirect.dependabot.com/prettier/prettier/issues/6881))
- [`7959b12`](https://github.com/prettier/prettier/commit/7959b1210142c12f7040d4d6c696c6cbb5484787) Don't require parens for same-operator logical expressions ([#6864](https://github-redirect.dependabot.com/prettier/prettier/issues/6864))
- [`3618361`](https://github.com/prettier/prettier/commit/3618361e5607e644948020f5726761c5dff12f15) Update `codecov` to v3.6.1 ([#6876](https://github-redirect.dependabot.com/prettier/prettier/issues/6876))
- [`e1d30d6`](https://github.com/prettier/prettier/commit/e1d30d6337a016e8bc0a5b02ae9e814b866de197) Update `@babel/core` to v7.7.2 ([#6877](https://github-redirect.dependabot.com/prettier/prettier/issues/6877))
- [`d865eb5`](https://github.com/prettier/prettier/commit/d865eb5eb9e4a8b38014e100ba280d4e5be5f02a) Update `flow-parser` to v0.111.3 ([#6878](https://github-redirect.dependabot.com/prettier/prettier/issues/6878))
- Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.18.2...1.19.0)
Maintainer changes
This version was pushed to npm by [lydell](https://www.npmjs.com/~lydell), a new releaser for prettier since your current version.
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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- 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)
Bumps prettier from 1.18.2 to 1.19.0.
Release notes
*Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).* > ## Prettier 1.19: Long awaited Vue option, TypeScript 3.7 and new JavaScript features > [diff](https://github.com/prettier/prettier/compare/1.18.2...1.19.0) > > 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)Changelog
*Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).* > # 1.19.0 > > [diff](https://github.com/prettier/prettier/compare/1.18.2...1.19.0) > > 🔗 [Release Notes](https://prettier.io/blog/2019/11/09/1.19.0.html)Commits
- [`e788e8d`](https://github.com/prettier/prettier/commit/e788e8d3d5a45318862af7f719c798573ae4c5c8) Release 1.19.0 - [`057e15d`](https://github.com/prettier/prettier/commit/057e15d50d92a3af3de97b908905ed7ec13318de) prettier 1.19.0-beta.1 - [`3fb111a`](https://github.com/prettier/prettier/commit/3fb111a48c89c43fdabac6b8e2fb9cc9513ccc67) deduplicate entries in yarn.lock - part 2 ([#6884](https://github-redirect.dependabot.com/prettier/prettier/issues/6884)) - [`10c5c37`](https://github.com/prettier/prettier/commit/10c5c377f533e67d406b451b14e65c5bd7e49fe2) deduplicate entries in yarn.lock ([#6882](https://github-redirect.dependabot.com/prettier/prettier/issues/6882)) - [`361fd2d`](https://github.com/prettier/prettier/commit/361fd2dbfaec2415a0f12ea8f8852f0bbe867c6c) fix printing bigint literals parsed by Flow ([#6883](https://github-redirect.dependabot.com/prettier/prettier/issues/6883)) - [`ea70396`](https://github.com/prettier/prettier/commit/ea70396a05a39fa145b9b323446211bf53d9a8d8) Fix lost adjacent JSX when using Babel ([#6881](https://github-redirect.dependabot.com/prettier/prettier/issues/6881)) - [`7959b12`](https://github.com/prettier/prettier/commit/7959b1210142c12f7040d4d6c696c6cbb5484787) Don't require parens for same-operator logical expressions ([#6864](https://github-redirect.dependabot.com/prettier/prettier/issues/6864)) - [`3618361`](https://github.com/prettier/prettier/commit/3618361e5607e644948020f5726761c5dff12f15) Update `codecov` to v3.6.1 ([#6876](https://github-redirect.dependabot.com/prettier/prettier/issues/6876)) - [`e1d30d6`](https://github.com/prettier/prettier/commit/e1d30d6337a016e8bc0a5b02ae9e814b866de197) Update `@babel/core` to v7.7.2 ([#6877](https://github-redirect.dependabot.com/prettier/prettier/issues/6877)) - [`d865eb5`](https://github.com/prettier/prettier/commit/d865eb5eb9e4a8b38014e100ba280d4e5be5f02a) Update `flow-parser` to v0.111.3 ([#6878](https://github-redirect.dependabot.com/prettier/prettier/issues/6878)) - Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.18.2...1.19.0)Maintainer changes
This version was pushed to npm by [lydell](https://www.npmjs.com/~lydell), a new releaser for prettier since your current version.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)