Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

chore(deps): bump vue and vue-template-compiler #1763

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 22, 2022

Bumps vue and vue-template-compiler. These dependencies needed to be updated together.
Updates vue from 2.6.14 to 2.7.8

Commits

Updates vue-template-compiler from 2.6.14 to 2.7.8

Release notes

Sourced from vue-template-compiler's releases.

v2.7.8

Please refer to CHANGELOG.md for details.

v2.7.7

Please refer to CHANGELOG.md for details.

v2.7.6

Please refer to CHANGELOG.md for details.

v2.7.5

Please refer to CHANGELOG.md for details.

v2.7.4

Please refer to CHANGELOG.md for details.

v2.7.3

Please refer to CHANGELOG.md for details.

v2.7.2

Please refer to CHANGELOG.md for details.

v2.7.1

Please refer to CHANGELOG.md for details.

v2.7.0 "Naruto"

naturo

Please refer to CHANGELOG.md for details.

v2.7.0-beta.8

Please refer to CHANGELOG.md for details.

v2.7.0-beta.7

Please refer to CHANGELOG.md for details.

v2.7.0-beta.6

Please refer to CHANGELOG.md for details.

v2.7.0-beta.5

Please refer to CHANGELOG.md for details.

v2.7.0-beta.4

Please refer to CHANGELOG.md for details.

v2.7.0-beta.3

Please refer to CHANGELOG.md for details.

v2.7.0-beta.2

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vue-template-compiler's changelog.

2.7.8 (2022-07-22)

Bug Fixes

  • reactivity: fix shallowReactive nested ref setting edge cases (2af751b), closes #12688
  • sfc: align <script setup> component resolution edge case with v3 (#12687) (a695c5a), closes #12685
  • types: avoid circular type inference between v2 and v3 instance types (fabc1cf), closes #12683
  • types: export defineAsyncComponent type (#12684) (ba7dd2c)

Features

  • setup: support listeners on setup context + useListeners() helper (adf3ac8)

2.7.7 (2022-07-16)

Bug Fixes

  • codegen: script setup should not attempt to resolve native elements as component (e8d3a7d), closes #12674
  • inject: fix edge case of provided with async-mutated getters (ea5d0f3), closes #12667
  • setup: ensure setup context slots can be accessed immediately (67760f8), closes #12672
  • types: vue.d.ts should use relative import to v3-component-public-instance (#12668) (46ec648), closes #12666
  • watch: fix queueing multiple post watchers (25ffdb6), closes #12664

2.7.6 (2022-07-15)

Bug Fixes

  • types: $refs can also contain ComponentPublicInstance (#12659) (fffbb9e)
  • types: fix $children and $root instance types (52a5979), closes #12655
  • types: fix missing expose() type on setup context (e0a9546), closes #12660

2.7.5 (2022-07-13)

Bug Fixes

  • add missing export from vue.runtime.mjs (#12648) (08fb4a2)
  • detect property add/deletion on reactive objects from setup when used in templates (a6e7498)
  • do not set currentInstance in beforeCreate (0825d30), closes #12636
  • reactivity: fix watch behavior inconsistency + deep ref shallow check (98fb01c), closes #12643

... (truncated)

Commits
  • 1d8b892 release: v2.7.8
  • 2af751b fix(reactivity): fix shallowReactive nested ref setting edge cases
  • ba7dd2c fix(types): export defineAsyncComponent type (#12684)
  • a695c5a fix(sfc): align \<script setup> component resolution edge case with v3 (#12687)
  • fabc1cf fix(types): avoid circular type inference between v2 and v3 instance types
  • ce6fc14 types: fix manual api types for useAttrs/useListeners
  • adf3ac8 feat(setup): support listeners on setup context + useListeners() helper
  • 135d074 chore(sfc): remove useless vue-template-es2015-compiler (#12677)
  • fc16281 release: v2.7.7
  • e8d3a7d fix(codegen): script setup should not attempt to resolve native elements as c...
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added 📦Dependencies Pull requests that update a dependency file 🧶JavaScript Pull requests that update Javascript code labels Jul 22, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/vue-and-vue-template-compiler-2.7.8 branch 21 times, most recently from ba9cb87 to 5b40e52 Compare August 2, 2022 03:21
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.6.14 to 2.7.8
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.6.14 to 2.7.8
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.6.14...v2.7.8)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: vue-template-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/vue-and-vue-template-compiler-2.7.8 branch from 5b40e52 to e5056e8 Compare August 2, 2022 08:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants