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-template-compiler from 2.5.13 to 2.5.16 #35

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps vue-template-compiler from 2.5.13 to 2.5.16.

Release notes

Sourced from vue-template-compiler'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

v2.5.14

Bug Fixes

  • codegen: support filters with () in older browsers (#7545) dc97a39, closes #7545 #7544
  • core: disable dependency collection in lifecycle hooks and data getter (#7596) 318f29f, closes #7596 #7573
  • core: handle edge cases for functional component returning arrays 8335217, closes #7282
  • inject: use hasOwn instead of 'in' for provideKey check (#7460) 733c1be, closes #7460 #7284
  • model: fix array index binding for v-model checkbox (#7671) 550c3c0, closes #7671 #7670
  • observer: do not invoke getters on initial observation (#7302) 7392dfc, closes #7302 #7280
  • ref: allow ref key to be zero (#7676) e396eb3, closes #7676 #7669
  • show: prevent transitions from starting on change truthy values (#7524) 013d980, closes #7524 #7523
  • types: contravariant generic default in ComponentOption (#7369) 6ee6849, closes #7369
  • fix ssr env detection in weex (#7375) 3eb37ac, closes #7375
  • transition: should not add transition class when cancelled (#7391) 5191f13, closes #7391 #7390
  • types: add missing listeners type on RenderContext (#7584) db1b18c, closes #7584
  • types: fix wrong errorCaptured type (#7712) 6b8516b, closes #7712
  • types: make render option in functional components to optional (#7663) b2092db, closes #7663
  • types: make VNodeChildrenArrayContents type more accurate (#7287) 49aae6b, closes #7287
  • types: prefer normal component over functional one (#7687) 144bf5a, closes #7687
  • v-model: handle trailing whitespaces in expression (#7737) db58493, closes #7737
  • v-on: return handler value when using modifiers (#7704) 6bc75ca, closes #7704
  • vdom: svg inside foreignObject should be rendered with correct namespace (fix #7330) (#7350) 0529961, closes #7330 #7350
  • weex: default value for editor, fix #7165 (#7286) e055df8, closes #7165 #7286 #7165
  • address potential regex backtrack cd33407
  • allow codebase to be inlined directly in HTML (#7314) dccd182, closes #7314 #7298
  • always install composition event listeners f7ca21e, closes #7367
  • clean up custom events when patched component no longer have events d8b0838, closes #7294
  • do not special case attributes for custom elements 50b711a, closes #6864 #6885
  • fix config.productionTip ced00b1, closes #7565
  • install ssr helpers for functional context during SSR 9b22d86, closes #7443 Does Nuxt fully support the latest Vue Functional Components?  nuxt/nuxt#2565
  • respect type order when boolean casting multi-typed props 81e1e47, closes #7485
... (truncated)
Commits
  • 2534219 build: release 2.5.16
  • 9089170 build: build 2.5.16
  • 62a922e fix: fix wrongly matched named slots in functional components
  • 9084747 fix(core): Make set/delete warning condition for undefined, null and (#7818)
  • 1a979c4 fix(ssr): fix v-show inline style rendering when style binding is array (#7814)
  • a6169d1 fix(model): fix static input type being overwritten by v-bind object (#7819)
  • 6dd73e9 fix: named slots for nested functional components
  • 215f877 fix(keep-alive): run prune after render for correct active component check
  • 4378fc5 fix: fix keyName checking for arrow keys in IE11
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of PRs for your first few update runs. Once an update run creates fewer than PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

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.

Gingernaut and others added 21 commits January 2, 2018 02:45
Bumps [eslint](https://github.com/eslint/eslint) from 4.16.0 to 4.19.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v4.16.0...v4.19.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…-4.19.1

Bump eslint from 4.16.0 to 4.19.1
Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.13 to 2.5.16.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.13...v2.5.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/vue-template-compiler-2.5.16 branch October 28, 2018 03:14
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

2 participants