Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(all): update dependency prettier to version 1.14.3 #7

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 15, 2017

This PR contains the following updates:

Package Type Update Change References
prettier devDependencies minor 1.6.1 -> 1.14.3 homepage, source

Release Notes

prettier/prettier

v1.14.3

Compare Source

diff

v1.14.2

Compare Source

diff

  • YAML: fix the line ending issue on Windows (#​4957)
  • TypeScript: better error message (#​4947)

v1.14.1

Compare Source

diff

  • JavaScript: add parens for unary in bind (#​4950)
  • JavaScript: format angular jasmine it("should ...", fakeAsync(() => { ... correctly. (#​4954)
  • JavaScript: Revert this/super blacklist for function composition heuristic (#​4936)
  • JavaScript: no extra space on Flow interface method named static (#​4910)
  • JavaScript: no extra line break in destructed assignment of ternary (#​4932)
  • Flow: print ObjectTypeInternalSlot with both flow/babel parsers (#​4869)
  • TypeScript: no invalid output for ImportType in TypeReference (#​4939)
  • YAML: do not throw on duplicate merge key (#​4931)
  • YAML: no duplicate comments in mappingValue (#​4931)
  • YAML: print end comment in nested mapping correctly (#​4918)
  • YAML: do not put singleline values on a separate line from the key (#​4916)
  • YAML: prefer dash as document separator (#​4921)
  • API: update support info for Flow (#​4943)
  • CLI: ignore .git, .svn and .hg directories (#​4906)
  • CLI: support TOML configuration files (#​4877)

v1.14.0

Compare Source

diff

🔗 Release Notes

v1.13.7

Compare Source

diff

  • Remove calls to eval("require") in the distributed code (#​4766)

v1.13.6

Compare Source

diff

  • Upgrade Flow parser to 0.75.0 (#​4649 and #​4727)
  • Preserve type parameters of import-types in TypeScript (#​4662)
  • Preserve parens for type casting for sub-item (#​4648)

v1.13.5

Compare Source

diff

  • Better handling of trailing spaces in Markdown (#​4593)
  • Fix empty file error in JSON and GraphQL (#​4553)
  • Preserve decorator on TypeScript interfaces (#​4632)
  • Inline _ or $ in the root of a method chain (#​4621)

v1.13.4

Compare Source

diff

  • Fix a regression when printing graphql-in-js (#​4616)

v1.13.3

Compare Source

diff

  • Fix a regression when printing hasOwnProperty and other functions in Object's prototype (#​4603)
  • Fix a regression in exit status when using --debug-check and --list-different (#​4600)

v1.13.2

Compare Source

diff

  • Republished 1.13.1 with missing README included this time

v1.13.1

Compare Source

diff

  • Revert default parser change in API (still present in CLI)

v1.13.0

Compare Source

diff

🔗 Release Notes

v1.12.1

Compare Source

diff

  • Fix for tag being removed from CSS with embedded expressions (#​4302)
  • Wrap awaits in unary expressions with parens (#​4315)
  • Fix style regression on flow union types (#​4325)

v1.12.0

Compare Source

diff

🔗 Release Notes

v1.11.1

Compare Source

diff

  • 1.11.0 was incorrectly shipped with the wrong version of the TypeScript parser, which broke conditional types. This release fixes it.
  • Fixed an issue relating to deprecated parsers (#​4072)

v1.11.0

Compare Source

diff

🔗 Release Notes

v1.10.2

Compare Source

diff

  • Fixed an issue printing .vue files with self-closing tags. (#​3705 by duailibe)

v1.10.1

Compare Source

diff

  • Fixed an issue where the CLI fails to resolve a file.

v1.10.0

Compare Source

diff

🔗 Release Notes

v1.9.2

Compare Source

diff

  • Fixed trailing comma not being printed in function calls if the last arg was an arrow (#​3428 by duailibe)
  • Ignore whitespace after the /** in docblocks (#​3430 by duailibe)
  • Fixed a bug where get and set class properties arrows would print an unnecessary semicolon with --no-semi (#​3434 by duailibe)
  • Fixed a bug for missing .editorconfig files (#​3439 by josephfrazier)
  • Fix comments being moved in class methods and object properties with the babylon parser (#​3441 by duailibe)
  • Better printing of member chains with a TSNonNullExpression (! character) (#​3442 by duailibe)
  • Fix missing commas in object properties when a pretter-ignore comment is present (#​3448 by duailibe)
  • Fix printing union types inside a function param type (#​3446 by duailibe)
  • Fix closing parens on multi-line intersection/union type (#​3436 by josephfrazier)
  • Don't break single argument destructuring arguments (for arrays and with simple default values) (#​3443 by duailibe)

v1.9.1

Compare Source

diff

  • Fixed a bug of comments with JSX fragments being duplicated in output (#​3398 by duailibe)
  • Fixed a bug that Prettier would fail when using tabs (#​3401 by ikatyang)
  • Fixed a regression that removed trailing commas when printing JS code blocks in Markdown (#​3405 by azz)
  • Fixed a bug when using glob **/* which would try to format directories (#​3411 by duailibe)
  • Fixed a bug when .editorconfig had max_line_length = "off" (#​3412 by duailibe)

v1.9.0

Compare Source

diff

🔗 Release Notes

v1.8.2

Compare Source

diff

  • Markdown: Don't break on links (#​3204 by ikatyang)
  • Markdown: Add --no-prose-wrap option (#​3199 by ikatyang)
  • TypeScript: Parenthesis around TSAsExpression inside TSAbstractClassDeclaration (#​3191 by duailibe)
  • JSON: Print JSON top comments as leading comments of root node (#​3187 by duailibe)

v1.8.1

Compare Source

diff

  • Force JSON to no trailing comma in multiparser (#​3182 by azz)
  • Don't add trailing commas in JSXAttribute for arrow functions (#​3181 by duailibe)
  • Markdown: Allow more cases that _-style emphasis is available (#​3186 by ikatyang)
  • Markdown: Handle additional spaces before code (#​3180 by ikatyang)
  • Markdown: Do not break on unbreakable place (#​3177 by ikatyang)
  • Markdown: Do not break before special prefix (#​3172 by ikatyang)

v1.8.0

Compare Source

diff

🔗 Release Notes

v1.7.4

Compare Source

diff

  • Force template literals to break after ` for styled-components (#​2926 by duailibe)
  • Update cosmiconfig to v3.1.0 (#​2952 by ikatyang)
  • Respect --stdin-filepath, regardless of config source (#​2948 by azz)

v1.7.3

Compare Source

diff

  • Fix cosmiconfig in the built version of Prettier (#​2930 by lydell)
  • Fix: ignore and show warning for unknown option from config file (#​2929 by ikatyang)
  • Don't use parens with optional chaining meber expressions (#​2921 by azz)

v1.7.2

Compare Source

diff

  • Revert "Fix line break in test declarations with a single argument function declaration" (#​2912)

v1.7.1

Compare Source

diff

  • Enable cosmiconfig rcExtensions (#​2749 by elektronik2k5)
  • Keep original empty lines in argument list (#​2763 by jackyho112)
  • Upgrade prettier dependency to 1.7.0, fix lint (#​2821 by josephfrazier)
  • Fix different precedence binary expression when inlining (#​2827 by duailibe)
  • Bump Babylon (#​2831 by existentialism)
  • Don't lowercase Less variables when parsed with SCSS parser (#​2833 by lydell)
  • Don't lowercase &class in SCSS/Less selectors (#​2834 by lydell)
  • Add support for ClassPrivateProperty (#​2837 by existentialism)
  • Upgrade cosmiconfig to v3, remove hardcoded combinatoric problem (#​2843 by azz)
  • Split Less and SCSS parsing into different parsers (#​2844 by lydell)
  • feat: support detailed --help (#​2847 by ikatyang)
  • Update cosmiconfig to 3.0.1 to avoid memory leak (#​2848 by danez)
  • chore: add prettier-stylelint to the related projects (#​2859 by hugomrdias)
  • Don't lowercase SCSS placeholder selectors (#​2876 by lydell)
  • Fix line break in test declarations with 2nd argument as a function (#​2877 by duailibe)
  • Use semicolons in Flow interface-like bodies (#​2593) (#​2888 by motiz88)
  • We do not need to have a reference to the toolbox-companion since we (#​2892 by mitermayer)
  • fix(cli): validate options for every config-precedence (#​2894 by ikatyang)
  • fix: do not print stack trace for invalid option (#​2895 by ikatyang)
  • refactor: use custom error (#​2896 by ikatyang)
  • fix(typescript): allow symbol type (#​2899 by ikatyang)
  • Support fit(), xit(), it.only(), etc (#​2900 by azz)
  • Fix editor styling on empty editors (#​2904 by jakegavin)
  • Fix printing of comments between decorators and method names (#​2906 by azz)

v1.7.0

Compare Source

diff

🔗 Release Notes


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.7.0 chore(deps): update dependency prettier to v1.7.2 Sep 28, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.7.2 chore(deps): update dependency prettier to v1.7.3 Sep 30, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.7.3 chore(deps): update dependency prettier to v1.7.4 Oct 3, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.7.4 chore(deps): update dependency prettier to v1.8.0 Nov 7, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.8.0 chore(deps): update dependency prettier to v1.8.1 Nov 7, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.8.1 chore(deps): update dependency prettier to v1.8.2 Nov 9, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.8.2 chore(deps): update dependency prettier to v1.9.0 Dec 5, 2017
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 2 times, most recently from f0418e5 to 273b4f1 Compare December 6, 2017 00:19
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.9.0 chore(deps): update dependency prettier to v1.9.1 Dec 6, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.9.1 chore(deps): update dependency prettier to v1.9.2 Dec 12, 2017
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.9.2 chore(deps): update dependency prettier to v1.10.0 Jan 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.10.0 chore(deps): update dependency prettier to v1.10.1 Jan 10, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.10.1 chore(deps): update dependency prettier to v1.10.2 Jan 11, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.10.2 chore(deps): update dependency prettier to v1.11.0 Feb 27, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.11.0 chore(deps): update dependency prettier to v1.11.1 Feb 28, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.11.1 chore(deps): update dependency prettier to v1.12.0 Apr 12, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.12.0 chore(deps): update dependency prettier to v1.12.1 Apr 17, 2018
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.12.1 ci(all): update dependency prettier to version 1.12.1 Apr 17, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.12.1 ci(ALL): Update dependency prettier to version 1.12.1 May 9, 2018
@renovate renovate bot changed the title ci(ALL): Update dependency prettier to version 1.12.1 ci(all): update dependency prettier to version 1.12.1 May 9, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.12.1 ci(all): update dependency prettier to version 1.13.0 May 27, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.0 ci(all): update dependency prettier to version 1.13.2 May 29, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.2 ci(all): update dependency prettier to version 1.13.3 May 30, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.3 ci(all): update dependency prettier to version 1.13.4 Jun 1, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.4 ci(all): update dependency prettier to version 1.13.5 Jun 8, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.5 ci(all): update dependency prettier to version 1.13.6 Jun 25, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.6 ci(all): update dependency prettier to version 1.13.7 Jun 28, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.13.7 ci(all): update dependency prettier to version 1.14.0 Jul 29, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.14.0 ci(all): update dependency prettier to version 1.14.1 Aug 8, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.14.1 ci(all): update dependency prettier to version 1.14.2 Aug 9, 2018
@renovate renovate bot changed the title ci(all): update dependency prettier to version 1.14.2 ci(all): update dependency prettier to version 1.14.3 Sep 19, 2018
@renovate renovate bot merged commit d04f008 into master Oct 29, 2018
@renovate renovate bot deleted the renovate/prettier-1.x branch October 29, 2018 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant