thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Bump prettier from 1.7.2 to 1.18.1 in /{{cookiecutter.directory_name}} #66

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps prettier from 1.7.2 to 1.18.1.

Release notes *Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).* > ## 1.18.1 > [πŸ”— Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1181) > > ## Prettier 1.18.0 > πŸ”— [Release Notes](https://prettier.io/blog/2019/06/06/1.18.0.html) > > ## 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) > > ## 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) > > ## 1.15.2 > πŸ”— [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1152) > > ## 1.15.1 > πŸ”— [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1151) > > ## Prettier 1.15: HTML, Vue, Angular and MDX Support > **[πŸ”— Release Notes](https://prettier.io/blog/2018/11/07/1.15.0.html)** > > ## 1.14.3 > πŸ”— [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1143) > > ## 1.14.2 > πŸ”— [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1142) > > ## 1.14.1 > πŸ”— [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1141) > > ## Prettier 1.14: YAML Support > **[πŸ”— Release Notes](https://prettier.io/blog/2018/07/29/1.14.0.html)** > ... (truncated)
Changelog *Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).* > # 1.18.1 > > [diff](https://github.com/prettier/prettier/compare/1.18.1...1.18.0) > > - TypeScript: Add trailing comma in tsx, only for arrow function ([#6190](https://github-redirect.dependabot.com/prettier/prettier/issues/6190) by [@​sosukesuzuki]) > > Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it. > > > ```tsx > // Input > interface Interface1 { > one: "one"; > } > function function1() { > return "one"; > } > > // Output (Prettier stable) > interface Interface1 { > one: "one"; > } > function function1() { > return "one"; > } > > // Output (Prettier master) > interface Interface1 { > one: "one"; > } > function function1() { > return "one"; > } > ``` > > - Config: Match dotfiles in config overrides ([#6194](https://github-redirect.dependabot.com/prettier/prettier/issues/6194) by [@​duailibe]) > > When using [`overrides`](https://prettier.io/docs/en/configuration.html#configuration-overrides) in the config file, Prettier was not matching dotfiles (files that start with `.`). This was fixed in 1.18.1 > > [#6190](https://github-redirect.dependabot.com/prettier/prettier/issues/6190): [#6190](https://github-redirect.dependabot.com/prettier/prettier/pull/6190) > [#6194](https://github-redirect.dependabot.com/prettier/prettier/issues/6194): [#6194](https://github-redirect.dependabot.com/prettier/prettier/pull/6194) > [@​duailibe]: https://github.com/duailibe > [@​sosukesuzuki]: https://github.com/sosukesuzuki > > # 1.18.0 > > [diff](https://github.com/prettier/prettier/compare/1.17.1...1.18.0) > > πŸ”— [Release Notes](https://prettier.io/blog/2019/06/06/1.18.0.html) > > ... (truncated)
Commits - [`57a93c4`](https://github.com/prettier/prettier/commit/57a93c4518f445ab5ba9e736efbdfd9aa647a47f) Release 1.18.1 - [`277b92a`](https://github.com/prettier/prettier/commit/277b92a8833dbc77db65895bfb783e496fa30c82) [release script] Update changelog script - [`4483282`](https://github.com/prettier/prettier/commit/448328270dcc019e4670d09732301621f9513c48) Support overrides for dotfiles ([#6194](https://github-redirect.dependabot.com/prettier/prettier/issues/6194)) - [`8812792`](https://github.com/prettier/prettier/commit/8812792e93bbeac6beb5d99b244ab1f35a489a3e) [TypeScript] Add trailing comma for only arrow functions in tsx. ([#6190](https://github-redirect.dependabot.com/prettier/prettier/issues/6190)) - [`4cc9924`](https://github.com/prettier/prettier/commit/4cc99242a886e885853887ee670b21a4698cac1f) Bump Prettier dependency to 1.18.0 - [`3ac90b3`](https://github.com/prettier/prettier/commit/3ac90b3e3703f2d6ae62a423f4c2a7ca80e7e05b) Release 1.18.0 - [`ad92ada`](https://github.com/prettier/prettier/commit/ad92adab6cd45fe7dc858847ebaa8cb79f313ef5) Changelog for 1.18 - [`3270ebf`](https://github.com/prettier/prettier/commit/3270ebf6f04be6cdc0b10aa18d0ffb3113d8acb8) Bump handlebars from 4.0.10 to 4.1.2 ([#6183](https://github-redirect.dependabot.com/prettier/prettier/issues/6183)) - [`79fe6d8`](https://github.com/prettier/prettier/commit/79fe6d8ab23cf4943427495153a5d81eef008256) [Glimmer] update @glimmer/syntax to "0.38.4" ([#6185](https://github-redirect.dependabot.com/prettier/prettier/issues/6185)) - [`7d4492d`](https://github.com/prettier/prettier/commit/7d4492d3ef74a9814747c1d232fea0bc9f46cb56) Bump js-yaml from 3.10.0 to 3.13.1 ([#6182](https://github-redirect.dependabot.com/prettier/prettier/issues/6182)) - Additional commits viewable in [compare view](https://github.com/prettier/prettier/compare/1.7.2...1.18.1)
Maintainer changes This version was pushed to npm by [duailibe](https://www.npmjs.com/~duailibe), a new releaser for prettier since your current version.


Dependabot compatibility score

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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #67.