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

Bump vue-server-renderer from 2.5.14 to 2.5.16 #566

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 14, 2018

Bumps vue-server-renderer from 2.5.14 to 2.5.16.

Release notes

Sourced from vue-server-renderer's releases.

v2.5.16

Bug Fixes

  • allow multiline expression in v-for 71b4b25, closes #7792
  • fix keyName checking for arrow keys in IE11 4378fc5, closes #7806
  • fix regression on duplicate component init when using shared data objects 984927a, closes #7805
  • core: Make set/delete warning condition for undefined, null and (#7818) 9084747, closes #7818 #7452
  • keep-alive: run prune after render for correct active component check 215f877, closes #7566
  • model: fix static input type being overwritten by v-bind object (#7819) a6169d1, closes #7819 #7811
  • ssr: fix SSR for async functional components 882e719, closes #7784
  • ssr: fix v-show inline style rendering when style binding is array (#7814) 1a979c4, closes #7814 #7813
  • fix wrongly matched named slots in functional components 62a922e, closes #7817
  • named slots for nested functional components 6dd73e9, closes #7710

v2.5.15

Bug Fixes

  • do not traverse VNodes when regsitering dependencies 84a9a9d, closes #7786
Commits
  • 84a9a9d fix: do not traverse VNodes when regsitering dependencies
  • bafc73f build: build 2.5.15
  • af5453c build: release 2.5.15
  • 71b4b25 fix: allow multiline expression in v-for
  • 666cdbd test(vdom): add test case for #7786 (#7793)
  • 882e719 fix(ssr): fix SSR for async functional components
  • 35dc8c2 types: add Fragment in RenderState typing (#7802)
  • 7020009 chore: fix typo
  • cf0b1b7 ci: use yarn.lock instead of package-lock.json
  • 984927a fix: fix regression on duplicate component init when using shared data objects
  • 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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [vue-server-renderer](https://github.com/vuejs/vue) from 2.5.14 to 2.5.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.14...v2.5.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies This issue or pull request is related to software library dependencies label Mar 14, 2018
@dependabot-preview
Copy link
Contributor Author

Looks like vue-server-renderer is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/vue-server-renderer-2.5.16 branch March 27, 2018 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment