textlint-rule / textlint-rule-prh

textlint rule for prh.
MIT License
82 stars 6 forks source link

chore(deps): update dependency prettier to v1.13.7 #47

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency prettier from v1.7.0 to v1.13.7


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)


This PR has been generated by Renovate Bot.

renovate[bot] commented 6 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (1.13.7). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.