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

chore(deps): update dependency prettier to v1.11.1 - autoclosed #36

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 5, 2017

This Pull Request updates dependency prettier from v1.6.1 to v1.11.1

Release Notes

v1.7.0

link


v1.7.1

link

  • 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.2

link

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

v1.7.3

link

  • 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.4

link

  • 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.8.0

link


v1.8.1

link

  • 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.2

link

  • 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.9.0

link


v1.9.1

link

  • 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.2

link

  • 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.10.0

link


v1.10.1

link

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

v1.10.2

link

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

v1.11.0


v1.11.1

link

  • 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)

Commits

v1.11.0

  • 0109333 Mention webstorm built-in support on homepage (#​4037)
  • a066812 Do not require plugins to set 'since' field (#​4038)
  • 5153b15 Respect EditorConfig when --config is passed (#​3992)
  • 29ef3f0 Enhancing pre-commit bash script documentation. (#​3638)
  • c1107a8 feat(markdown): respect tabWidth for list items (#​3990)
  • 9ee113c webpack/webpack now uses Prettier (#​4039)
  • 7919603 Webpack -> webpack
  • ca81bef fix(markdown): list prefix: no unnecessary trailing spaces (#​4042)
  • b6c2789 fix(markdown): list prefix alignment: count spaces from correct place (#​4041)
  • 65b988a feat: ignore non standard IE filter values (#​4028)
  • efd5bde Fix(typescript) non-null identifier same line in chain (#​4052)
  • 4ddf1a6 fix: don't lowercase nesting selector (#​4048)
  • b1b504f 1.11 Release Notes and Changelog (#​4035)

v1.11.1

  • 82492de Bump version to 1.11.0
  • 51202f4 Format 2-26 blog post with prettier
  • 74a132c Bump own prettier dependency version to 1.11.0 (#​4058)
  • 23f032f Fix @​orta's link (#​4060)
  • d05a29d Allow plugins to override default options (#​3991)
  • 0ce4ce3 fix(api): no regression for deprecated parser (#​4072)
  • 2897c95 Try to clarify when to use the issue template (#​4059)
  • 0f1757a Bump version to 1.11.1

This PR has been generated by Renovate Bot.

@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 force-pushed the renovate/prettier-1.x branch 2 times, most recently from 0117888 to 096dcbb Compare December 12, 2017 04:18
@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.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.11.1 - autoclosed Mar 12, 2018
@renovate renovate bot closed this Mar 12, 2018
@renovate renovate bot deleted the renovate/prettier-1.x branch March 12, 2018 14:09
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