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.12.0 #211

Merged
merged 1 commit into from
Apr 12, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2018

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

Release Notes

v1.12.0


Commits

v1.12.0

  • 6f6d974 Bump own prettier dependency version to 1.11.1
  • 8265b0e Fix typo on on landing page of site (#​4075)
  • 6d4ffa1 Update CHANGELOG.md
  • 2b28390 fix(markdown): print literalline for newline instead of hardline (#​4083)
  • 240f097 Fix printing ignored files with --debug-check (#​4066)
  • 19d7d88 chore: update postcss-scss to latest version (#​4084)
  • a020949 pre-commit.com is now served on https (#​4088)
  • 41098a0 Prevent "over-indenting" class properties values (#​4085)
  • 2e59f17 No longer need to clarify that pre-commit is "Python version" (#​4089)
  • 9103cd2 More than 80,000 dependent repositories (#​4096)
  • faee16a Fix typos in plugin documentation. (#​4098)
  • 8e6b9dd New links for plugin URLs (#​4099)
  • f224087 Add Drizly to users (#​4105)
  • 9ad1f80 Add more stuff to the Rationale page (#​4101)
  • 6fea2f4 chore: Upgrade some dependencies (#​4104)
  • 8ab09cc Add playground examples for all languages (#​4107)
  • 550904d Fix self-closing style tags in vue
  • f6f6f2e Fix self-closing style tags in vue (#​4108)
  • 836fd1d fix(markdown): correct html indentation (#​4115)
  • 94ec29d fix: handle unicode-range (#​4117)
  • bb1c354 Update yarn.lock
  • 1310310 Move pragma detection/insertion to plugins (#​3685)
  • 4c363a7 Add docs on new pragma infrastructure (#​4121)
  • 8686653 tests(html): aurelia non standard attributes (#​4142)
  • e237320 fix(html): support comment on top (#​4141)
  • 5537140 fix: don't lowercase variable in css modules (#​4152)
  • 0c09e15 feat(markdown): support fenced codeblock lang followed by attributes (#​4153)
  • 67277f7 feat(typescript): support TSMinusToken
  • 5eea8aa feat(typescript): support TSPlusToken
  • 4196944 fix: make ESLint happy
  • 328d91f Add elm plugin (#​4161)
  • 23cd5d4 fix(playground): no undefined parsers (#​4159)
  • 3153025 feat: indent in discriminant switch (#​4165)
  • feb41a5 Richer markdown example in the playground (#​4176)
  • d9ee183 feat: enable plugin-specific comment functionality (#​4182)
  • 190d34f tests: comments with CRLF (#​4145)
  • 4553b88 Merge pull request #​4156 from Cryrivers/master
  • 5b8e0e6 Updated docs on using Prettier in WebStorm (#​4178)
  • 24f45d1 Require parenthesis around "TSAsExpression" inside an "UpdateExpression" (#​4183)
  • adf6d18 Remove outdated comment (#​4190)
  • 8fe8800 Add Jane.com to users (#​4189)
  • 286601f Don't publish nested tarballs (#​4197)
  • e03e4d6 Move needsParens to a language-specific file (#​4201)
  • fb42862 Add Elm plugin to website's home page (#​4163)
  • f23ce27 More than 800/100k (#​4204)
  • 1b09fde feat(markdown): support top-level `prettier-ignore-start/end` (#​4202)
  • 9da8752 Allow new interface style for GraphQL. (#​4012)
  • 7e1906d Update ISSUE_TEMPLATE.md (#​4214)
  • 30bcd11 fix: mangles template literal when you use prettier-ignore (#​4220)
  • f2f2390 fix: inline comments in lists and maps (#​4205)
  • 76cb653 chore: update postcss-scss and postcss-less (#​4237)
  • c9bb96c fix: don't break value property with inlined URL (#​4236)
  • d676188 chore(deps): update html-tag-names package (#​4242)
  • ce2c08b Update ISSUE_TEMPLATE.md
  • b72a905 fix typo
  • c2ee047 Update ISSUE_TEMPLATE.md (#​4250)
  • 6d7bc44 fix: don't lowercase custom selectors variable name #​4254 (#​4255)
  • 93caa76 chore: add a script to generate schema (#​4248)
  • 74ad001 Playground: Add support for rangeStart and rangeEnd (#​4216)
  • e17bb5e Break nested ternaries (#​4120)
  • 88489a9 Handle comments before else
  • a199d9e Update CONTRIBUTING.md (#​4263)
  • fa089f5 If consequent is a block statement, treat as trailing comment
  • 85d1e8d wording of the comment
  • f35d1c2 Handle comments before else (#​4264)
  • 2e73164 Fix embedded GraphQL in JS with backticks (#​4265)
  • 7029346 fix(playground): correct rangeStart/rangeEnd value (#​4273)
  • 18aaee5 Break object destructuring with nested destructuring (#​4267)
  • 01e8e2b refactor(markdown): use built-in ignore (#​4274)
  • a92838f Prevent formatting GraphQL embedded in JS if it contains invalid escape sequences (#​4278)
  • 4bc80d8 fix(markdown): remove unnecessary empty line in front matter (#​4280)
  • f362661 Handle ContinueStatement and BreakStatement comments (#​4279)
  • 0c1d620 feat(markdown): support hasPragma/insertPragma (#​4275)
  • 28e4b07 fix(issue-3982): Glimmer printer now properly handles else-if blocks without else block … (#​4256)
  • c052d9c test(markdown): update snapshot (#​4283)
  • 79d480e Blog post announcing first alpha release of PHP plugin (#​4289)
  • 6794a14 Inline Angular async tests and beforeEach, etc. (#​4241)
  • 57bc700 Stop marking all comments in named exports as leading comments (#​4292)
  • 7819a8f [flow] Upgrade flow to 0.69 and enable ?. support (#​4296)
  • 63a2ded Never print a semicolon after export default interface Foo {} (#​4128)
  • 46c8a4c Move sw-toolbox to website dependencies (#​4297)
  • 4edfb67 Include webpack to bundle the playground
  • a3be9f5 fix lint
  • 99300d9 Use webpack to bundle the playground (#​4299)

This PR has been generated by Renovate Bot.

@renovate renovate bot merged commit ed70cc1 into master Apr 12, 2018
@renovate renovate bot deleted the renovate/prettier-1.x branch April 12, 2018 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant