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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prettier from 1.14.3 to 1.15.3 in /webapp #250

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 26, 2019

Bumps prettier from 1.14.3 to 1.15.3.

Release notes

Sourced from prettier's releases.

1.15.3

馃敆 Changelog

1.15.2

馃敆 Changelog

1.15.1

馃敆 Changelog

Prettier 1.15: HTML, Vue, Angular and MDX Support

馃敆 Release Notes

Changelog

Sourced from prettier's changelog.

1.15.3

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)

1.15.2

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)
... (truncated)
Commits
  • a5ccfa1 Release 1.15.3
  • 3cd1d00 fix(typescript): do not throw errors on bigint keyword (#5577)
  • 2247ce1 feat(angular): support interpolation in attributes (#5573)
  • 3fcf69a fix(api): normalize file path for getFileInfo (#5570)
  • 28b938d feat(html): update angular-html-parser (#5565)
  • d124bba test: update snapshots
  • 1ecd222 fix(vue): group slot-scope correctly (#5563)
  • c28dc2f Updating cosmiconfig to not cache .js config files when told not to (#5558)
  • 0534735 fix(vue): tweak semicolon for single expression in event bindings (#5519)
  • 0af81c7 Improve union types with leading comments (#5575)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 26, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/webapp/prettier-1.15.3 branch 9 times, most recently from 525b87b to fda6df8 Compare April 5, 2019 11:52
@dependabot-preview
Copy link
Contributor Author

A newer version of prettier exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mattwr18 mattwr18 force-pushed the dependabot/npm_and_yarn/webapp/prettier-1.15.3 branch from 07744cd to b967c0d Compare May 21, 2019 23:24
@ulfgebhardt ulfgebhardt self-assigned this May 21, 2019
@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

Merging #250 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #250   +/-   ##
=======================================
  Coverage   20.14%   20.14%           
=======================================
  Files         157      157           
  Lines        2209     2209           
  Branches      105      105           
=======================================
  Hits          445      445           
  Misses       1740     1740           
  Partials       24       24
Impacted Files Coverage 螖
webapp/components/Empty.vue 100% <酶> (酶) 猬嗭笍

@mattwr18
Copy link
Member

this is currently failing the build on some linting issues, there seem to be conflict between some of our dependencies and their versions of prettier(?) not sure... I found this issue here prettier/eslint-plugin-prettier#167, which indicates that as the potential issue, but I wasn't able to get it working by upgrading some of the other dependencies, and this probably isn't critical path by any means...

@ulfgebhardt
Copy link
Member

@dependabot recreate

@dependabot-preview
Copy link
Contributor Author

Superseded by #663.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/webapp/prettier-1.15.3 branch May 23, 2019 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants