Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Bump vue and vue-template-compiler #1039

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps vue and vue-template-compiler. These dependencies needed to be updated together.

Updates vue from 2.5.3 to 2.6.6

Release notes

Sourced from vue's releases.

v2.6.6

Bug Fixes

  • ensure scoped slot containing passed down slot content updates properly 21fca2f
  • fix keyCode check for Chrome autofill fake key events 29c348f, closes #9441

v2.6.5

Bug Fixes

  • allow passing multiple arguments to scoped slot e7d49cd, closes #9468
  • bail out of event blocking for iOS bug 0bad7e2, closes #9462
  • do not cache scoped slots when mixed with normal slots 060686d

v2.6.4

Performance Improvements

  • cache result from functional ctx.slots() calls 7a0dfd0
  • skip scoped slots normalization when possible 099f3ba

Bug Fixes

  • avoid breaking avoriaz edge case 9011b83
  • avoid logging same error twice when thrown by user in global handler ca57920, closes #9445
  • empty scoped slot should return undefined 57bc80a, closes #9452
  • expose v-slot slots without scope on this.$slots 0e8560d, closes #9421 #9458
  • new syntax slots without scope should also be exposed on functional slots() 8a80086

v2.6.3

Bug Fixes

  • async component should use render owner as force update context b9de23b, closes #9432
  • avoid exposing internal flags on $scopedSlots 24b4640, closes #9443
  • bail out scoped slot optimization when there are nested scopes 4d4d22a, closes #9438
  • compiler: fix v-bind dynamic arguments on slot outlets 96a09aa, closes #9444
  • types: add Vue.version to types (#9431) 54e6a12, closes #9431
  • skip microtask fix if event is fired from different document dae7e41, closes #9448
  • skip microtask fix in Firefix <= 53 7bc88f3, closes #9446

Reverts

  • revert: expose all scoped slots on this.$slots d5ade28

v2.6.2

Improvements

  • Reverted in 2.6.3 expose all scoped slots on this.$slots. 0129b0e, closes #9421

Bug Fixes

... (truncated)
Commits
  • a702d19 build: release 2.6.6
  • ac7a5bd build: build 2.6.6
  • 29c348f fix: fix keyCode check for Chrome autofill fake key events
  • 21fca2f fix: ensure scoped slot containing passed down slot content updates properly
  • 11deaa9 build: release 2.6.5
  • 1489b99 build: build 2.6.5
  • e7d49cd fix: allow passing multiple arguments to scoped slot
  • 060686d fix: do not cache scoped slots when mixed with normal slots
  • 0bad7e2 fix: bail out of event blocking for iOS bug
  • c198950 build: release 2.6.4
  • Additional commits viewable in compare view

Updates vue-template-compiler from 2.5.3 to 2.6.6

Release notes

Sourced from vue-template-compiler's releases.

v2.6.6

Bug Fixes

  • ensure scoped slot containing passed down slot content updates properly 21fca2f
  • fix keyCode check for Chrome autofill fake key events 29c348f, closes #9441

v2.6.5

Bug Fixes

  • allow passing multiple arguments to scoped slot e7d49cd, closes #9468
  • bail out of event blocking for iOS bug 0bad7e2, closes #9462
  • do not cache scoped slots when mixed with normal slots 060686d

v2.6.4

Performance Improvements

  • cache result from functional ctx.slots() calls 7a0dfd0
  • skip scoped slots normalization when possible 099f3ba

Bug Fixes

  • avoid breaking avoriaz edge case 9011b83
  • avoid logging same error twice when thrown by user in global handler ca57920, closes #9445
  • empty scoped slot should return undefined 57bc80a, closes #9452
  • expose v-slot slots without scope on this.$slots 0e8560d, closes #9421 #9458
  • new syntax slots without scope should also be exposed on functional slots() 8a80086

v2.6.3

Bug Fixes

  • async component should use render owner as force update context b9de23b, closes #9432
  • avoid exposing internal flags on $scopedSlots 24b4640, closes #9443
  • bail out scoped slot optimization when there are nested scopes 4d4d22a, closes #9438
  • compiler: fix v-bind dynamic arguments on slot outlets 96a09aa, closes #9444
  • types: add Vue.version to types (#9431) 54e6a12, closes #9431
  • skip microtask fix if event is fired from different document dae7e41, closes #9448
  • skip microtask fix in Firefix <= 53 7bc88f3, closes #9446

Reverts

  • revert: expose all scoped slots on this.$slots d5ade28

v2.6.2

Improvements

  • Reverted in 2.6.3 expose all scoped slots on this.$slots. 0129b0e, closes #9421

Bug Fixes

... (truncated)
Commits
  • a702d19 build: release 2.6.6
  • ac7a5bd build: build 2.6.6
  • 29c348f fix: fix keyCode check for Chrome autofill fake key events
  • 21fca2f fix: ensure scoped slot containing passed down slot content updates properly
  • 11deaa9 build: release 2.6.5
  • 1489b99 build: build 2.6.5
  • e7d49cd fix: allow passing multiple arguments to scoped slot
  • 060686d fix: do not cache scoped slots when mixed with normal slots
  • 0bad7e2 fix: bail out of event blocking for iOS bug
  • c198950 build: release 2.6.4
  • Additional commits viewable in compare view

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 cancel merge will cancel a previously requested merge
  • @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.

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.5.3 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.3...v2.6.6)

Updates `vue-template-compiler` from 2.5.3 to 2.6.6
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](vuejs/vue@v2.5.3...v2.6.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies javascript Pull requests that update Javascript code labels Feb 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant