Changelog
*Sourced from [eslint-config-prettier's changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md).*
> ### Version 6.5.0 (2019-10-26)
>
> - Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev
> ([@alexilyaev](https://github.com/alexilyaev))!
>
> ### Version 6.4.0 (2019-10-05)
>
> - Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan
> ([@yangmingshan](https://github.com/yangmingshan))!
>
> ### Version 6.3.0 (2019-09-10)
>
> - Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba
> ([@ybiquitous](https://github.com/ybiquitous))!
>
> ### Version 6.2.0 (2019-09-03)
>
> - Added: [@typescript-eslint/quotes] (as a [special
> rule][@typescript-eslint/quotes-special]). Thanks to Masafumi Koba
> ([@ybiquitous](https://github.com/ybiquitous))!
>
> ### Version 6.1.0 (2019-08-19)
>
> - Added: [function-call-argument-newline] \(new in ESLint 6.2.0). Thanks to
> Masafumi Koba ([@ybiquitous](https://github.com/ybiquitous))!
>
> ### Version 6.0.0 (2019-06-25)
>
> - Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict
> if you use the default value of its `allowParens` option. The default was
> changed to `true` in ESLint 6, which conflicts with Prettier.
>
> If the CLI helper tool gives you errors about this after upgrading, the
> solution is to change this:
>
> ```json
> {
> "rules": {
> "no-confusing-arrow": ["error"]
> }
> }
> ```
>
> Into this:
>
> ```json
> {
> "rules": {
> "no-confusing-arrow": ["error", { "allowParens": false }]
> }
> ... (truncated)
Commits
- [`b4ade2b`](https://github.com/prettier/eslint-config-prettier/commit/b4ade2b09ea49fd4cdd11ec72fd93153fc3d69e9) eslint-config-prettier v6.5.0
- [`9f6b594`](https://github.com/prettier/eslint-config-prettier/commit/9f6b59486ad742dc12ad3be157ddff5f8454ef7a) Update npm packages
- [`4fdaa04`](https://github.com/prettier/eslint-config-prettier/commit/4fdaa044ca252f2f6360dba9d6ef1e43bf03b59a) Handle deprecated rules (closes [#112](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/112)) ([#121](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/121))
- [`c8f1a2d`](https://github.com/prettier/eslint-config-prettier/commit/c8f1a2df4317ad5033ee946397b3b9c7371dc87d) Revert "Bump get-stdin from 6.0.0 to 7.0.0" ([#119](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/119))
- [`5973374`](https://github.com/prettier/eslint-config-prettier/commit/5973374a39e60937bcf8fc8043d686089404c0c2) Revert "Bump cross-spawn from 6.0.5 to 7.0.1" ([#118](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/118))
- [`6ef63eb`](https://github.com/prettier/eslint-config-prettier/commit/6ef63eb147a28879fb02f5dc4a2c80e294fa6ee6) Revert "Bump get-stdin from 6.0.0 to 7.0.0 ([#113](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/113))"
- [`0f92e53`](https://github.com/prettier/eslint-config-prettier/commit/0f92e5399ddc0275bedd2ad765bf2431cd399b44) Revert "Bump cross-spawn from 6.0.5 to 7.0.1 ([#117](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/117))"
- [`392e8e4`](https://github.com/prettier/eslint-config-prettier/commit/392e8e433aa0d6d40d2ace875d68ac65b3ce961c) Update @typescript-eslint/eslint-plugin
- [`7cd7d45`](https://github.com/prettier/eslint-config-prettier/commit/7cd7d45fb4205d885f4ce0b49ed30c6cc4286b15) Update eslint-plugin-unicorn version in readme
- [`a38dc59`](https://github.com/prettier/eslint-config-prettier/commit/a38dc592ffe01ed3874fc6198093f75d59bc2338) Bump cross-spawn from 6.0.5 to 7.0.1 ([#117](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/117))
- Additional commits viewable in [compare view](https://github.com/prettier/eslint-config-prettier/compare/v4.0.0...v6.5.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.
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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps eslint-config-prettier from 4.0.0 to 6.5.0.
Changelog
*Sourced from [eslint-config-prettier's changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md).* > ### Version 6.5.0 (2019-10-26) > > - Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev > ([@alexilyaev](https://github.com/alexilyaev))! > > ### Version 6.4.0 (2019-10-05) > > - Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan > ([@yangmingshan](https://github.com/yangmingshan))! > > ### Version 6.3.0 (2019-09-10) > > - Added: [@typescript-eslint/brace-style]. Thanks to Masafumi Koba > ([@ybiquitous](https://github.com/ybiquitous))! > > ### Version 6.2.0 (2019-09-03) > > - Added: [@typescript-eslint/quotes] (as a [special > rule][@typescript-eslint/quotes-special]). Thanks to Masafumi Koba > ([@ybiquitous](https://github.com/ybiquitous))! > > ### Version 6.1.0 (2019-08-19) > > - Added: [function-call-argument-newline] \(new in ESLint 6.2.0). Thanks to > Masafumi Koba ([@ybiquitous](https://github.com/ybiquitous))! > > ### Version 6.0.0 (2019-06-25) > > - Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict > if you use the default value of its `allowParens` option. The default was > changed to `true` in ESLint 6, which conflicts with Prettier. > > If the CLI helper tool gives you errors about this after upgrading, the > solution is to change this: > > ```json > { > "rules": { > "no-confusing-arrow": ["error"] > } > } > ``` > > Into this: > > ```json > { > "rules": { > "no-confusing-arrow": ["error", { "allowParens": false }] > } > ... (truncated)Commits
- [`b4ade2b`](https://github.com/prettier/eslint-config-prettier/commit/b4ade2b09ea49fd4cdd11ec72fd93153fc3d69e9) eslint-config-prettier v6.5.0 - [`9f6b594`](https://github.com/prettier/eslint-config-prettier/commit/9f6b59486ad742dc12ad3be157ddff5f8454ef7a) Update npm packages - [`4fdaa04`](https://github.com/prettier/eslint-config-prettier/commit/4fdaa044ca252f2f6360dba9d6ef1e43bf03b59a) Handle deprecated rules (closes [#112](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/112)) ([#121](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/121)) - [`c8f1a2d`](https://github.com/prettier/eslint-config-prettier/commit/c8f1a2df4317ad5033ee946397b3b9c7371dc87d) Revert "Bump get-stdin from 6.0.0 to 7.0.0" ([#119](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/119)) - [`5973374`](https://github.com/prettier/eslint-config-prettier/commit/5973374a39e60937bcf8fc8043d686089404c0c2) Revert "Bump cross-spawn from 6.0.5 to 7.0.1" ([#118](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/118)) - [`6ef63eb`](https://github.com/prettier/eslint-config-prettier/commit/6ef63eb147a28879fb02f5dc4a2c80e294fa6ee6) Revert "Bump get-stdin from 6.0.0 to 7.0.0 ([#113](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/113))" - [`0f92e53`](https://github.com/prettier/eslint-config-prettier/commit/0f92e5399ddc0275bedd2ad765bf2431cd399b44) Revert "Bump cross-spawn from 6.0.5 to 7.0.1 ([#117](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/117))" - [`392e8e4`](https://github.com/prettier/eslint-config-prettier/commit/392e8e433aa0d6d40d2ace875d68ac65b3ce961c) Update @typescript-eslint/eslint-plugin - [`7cd7d45`](https://github.com/prettier/eslint-config-prettier/commit/7cd7d45fb4205d885f4ce0b49ed30c6cc4286b15) Update eslint-plugin-unicorn version in readme - [`a38dc59`](https://github.com/prettier/eslint-config-prettier/commit/a38dc592ffe01ed3874fc6198093f75d59bc2338) Bump cross-spawn from 6.0.5 to 7.0.1 ([#117](https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/117)) - Additional commits viewable in [compare view](https://github.com/prettier/eslint-config-prettier/compare/v4.0.0...v6.5.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
.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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)