Skip to content

chore(deps): update dependency prettier to v1.15.3 #273

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

Merged
merged 2 commits into from
Jan 5, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2017

This PR contains the following updates:

Package Type Update Change References
prettier devDependencies minor 1.8.2 -> 1.15.3 homepage, source

Release Notes

prettier/prettier

v1.15.3

Compare Source

diff

  • JavaScript: support htm (#​5565)
  • JavaScript: support logical assignment operator (#​5489)
  • JavaScript: do not add quotes for interpolation-only attributes in html templates (#​5544)
  • JavaScript: add missing parenthesis for binary in optional member (#​5543)
  • JavaScript: fix a parser regression (#​5530)
  • JavaScript: improve union types with leading comments (#​5575)
  • TypeScript: support BigInt (#​5546, #​5577)
  • TypeScript: inline method decorators should stay inlined (#​5444)
  • TypeScript: do not change module into namespace and break/hug their body correctly (#​5551)
  • TypeScript: do not add invalid semicolon for construct in interface with // prettier-ignore (#​5469)
  • HTML: do not touch comments (#​5525)
  • HTML: preserve bogus comments <! ... >/<? ... > (#​5565)
  • HTML: support IE conditional start/end comment (#​5470)
  • HTML: do not add extra indentation for js template in <script> (#​5527)
  • HTML: leading spaces for the first interpolation in <textarea> are sensitive (#​5468)
  • HTML: preserve content for element in <pre> correctly (#​5473)
  • HTML: correct column for error code frame (#​5553)
  • Angular: support interpolation in attributes (#​5573)
  • Angular: do not print colon for then and else in *ngIf (#​5542)
  • Angular/Vue: do not normalize tag/attribute names (#​5526, #​5549)
  • Vue: preserve custom block (#​5458)
  • Vue: remove unnecessary semicolon and preserve necessary semicolon for single expression in event bindings (#​5519)
  • Vue: group slot-scope correctly (#​5563)
  • Markdown: do not trim content in inline-math (#​5485)
  • Markdown: add more category to CJK regex (#​5480)
  • SCSS: update parser for performance improvements (#​5481)
  • YAML: preserve the first document head end marker --- (#​5502)
  • API: resolve ignored field correctly in .getFileInfo() with absolute filePath (#​5570)
  • API/CLI: fix a bug that caches for .js config files did not respect .clearConfigCache() (#​5558)
  • API/CLI: ignore unset in .editorconfig (#​5550)
  • CLI: report status code 0 for --list-different + --write (#​5512)
  • Standalone: fix a regression for browser compatibility (#​5560)

v1.15.2

Compare Source

diff

  • CLI: allow flag overriding (#​5390)
  • JavaScript: do not apply test call formatting to arrow function without body (#​5366)
  • JavaScript: do not duplicate comments in styled-components (#​5416)
  • JavaScript: do not indent comments behind variable declarations (#​5434)
  • JavaScript: inline property decorator should stay inline (#​5364, #​5423)
  • JavaScript: treat createSelector as function composition (#​5430)
  • Flow: do not move flow comment for function argument to its body (#​5435)
  • Flow: force-break interface body to be consistent with TypeScript interface (#​5432)
  • Flow/TypeScript: remove extra indentation for extends (#​5432)
  • TypeScript: distinguish module and namespace correctly (#​5432)
  • HTML: handle CRLF correctly (#​5393)
  • HTML: handle <pre> with interpolation (#​5400)
  • HTML: preserve content for <template> with unknown lang (#​5388)
  • HTML: preserve incomplete IE conditional comments (#​5429)
  • HTML: preserve unterminated IE conditional comments (#​5424)
  • HTML: treat capital element as custom element (#​5395)
  • Angular: add missing parens for pipe in ternary (#​5397)
  • Angular: correctly print unary expression with operator + (#​5405)
  • Angular: correctly handle parens (#​5387)
  • Angular/Vue: whitespaces between interpolation and text are sensitive (#​5396)
  • Vue: do not add invalid semicolon for v-on attribute value (#​5418)
  • SCSS: do not crash on grid value (#​5394)
  • Markdown: handle CRLF correctly (#​5414)
  • Markdown: identify CJK correctly (#​5402)
  • MDX: treat JSX code block same as in Markdown (#​5391)

v1.15.1

Compare Source

diff

  • Markdown: do not keep increasing backslashes for dollar sign (#​5358)

v1.15.0

Compare Source

diff

🔗 Release Notes

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


Renovate configuration

📅 Schedule: "every weekend" in timezone Europe/Paris.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/prettier-1.x branch 6 times, most recently from daec988 to a922861 Compare December 26, 2017 20:28
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 2 times, most recently from 076004b to 338524c Compare December 29, 2017 12:20
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 7 times, most recently from b1f1f21 to 4037e10 Compare January 10, 2018 12:10
@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 force-pushed the renovate/prettier-1.x branch from 4037e10 to 8cb541f Compare January 10, 2018 14:05
@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 force-pushed the renovate/prettier-1.x branch from 8cb541f to 5769d41 Compare January 11, 2018 02:35
@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 force-pushed the renovate/prettier-1.x branch 7 times, most recently from 479d8c4 to 431778e Compare January 17, 2018 15:07
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 3 times, most recently from b496700 to 8ebe04f Compare January 20, 2018 00:07
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 9 times, most recently from ea64168 to ba3668f Compare October 20, 2018 01:03
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from ba3668f to 6659a87 Compare November 7, 2018 01:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.14.3 chore(deps): update dependency prettier to v1.15.0 Nov 7, 2018
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 6659a87 to 5c9dfc1 Compare November 7, 2018 03:10
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.15.0 chore(deps): update dependency prettier to v1.15.1 Nov 7, 2018
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 5c9dfc1 to ebe5f5a Compare November 10, 2018 17:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.15.1 chore(deps): update dependency prettier to v1.15.2 Nov 10, 2018
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from ebe5f5a to 0c89536 Compare November 30, 2018 02:59
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.15.2 chore(deps): update dependency prettier to v1.15.3 Nov 30, 2018
@armandabric armandabric self-assigned this Jan 5, 2019
@armandabric armandabric force-pushed the renovate/prettier-1.x branch from 0c89536 to ed1102a Compare January 5, 2019 11:34
@renovate renovate bot force-pushed the renovate/prettier-1.x branch 4 times, most recently from c46c304 to a0cbbe5 Compare January 5, 2019 12:11
@armandabric armandabric force-pushed the renovate/prettier-1.x branch from a0cbbe5 to 2717de1 Compare January 5, 2019 12:31
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 2717de1 to ef9a086 Compare January 5, 2019 12:33
@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over then you can add the label rebase to this PR and Renovate will reset/recreate it.

@armandabric armandabric merged commit 1272be4 into master Jan 5, 2019
@armandabric armandabric deleted the renovate/prettier-1.x branch January 5, 2019 12:43
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.

2 participants