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 and vue-template-compiler #691

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2022

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

Commits

Updates vue-template-compiler from 2.6.14 to 2.7.10

Release notes

Sourced from vue-template-compiler's releases.

v2.7.10

Please refer to CHANGELOG.md for details.

v2.7.9

Please refer to CHANGELOG.md for details.

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.

... (truncated)

Changelog

Sourced from vue-template-compiler's changelog.

2.7.10 (2022-08-23)

Bug Fixes

2.7.9 (2022-08-19)

Bug Fixes

  • compiler-sfc: allow full hostnames in asset url base (#12732) (5c742eb), closes #12731
  • compiler-sfc: rewriteDefault for class with decorators (#12747) (5221d4d)
  • directives shorthand normalize error (#12744) (2263948), closes #12743
  • ensure render watcher of manually created instance is correctly tracked in owner scope (bd89ce5), closes #12701
  • fix effect scope tracking for manually created instances (7161176), closes #12705
  • ssr: fix on-component directives rendering (#12661) (165a14a), closes #10733
  • types: allow attaching unknown options to defined component (b4bf4c5), closes #12742
  • types: fix missing error for accessing undefined instance properties (8521f9d), closes #12718
  • types: fix options suggestions when using defineComponent (4b37b56), closes #12736
  • types: Make SetupBindings optional on ExtendedVue and CombinedVueInstance (#12727) (00458cd), closes #12726 #12717
  • watch: avoid pre watcher firing on unmount (f0057b1), closes #12703

Features

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

... (truncated)

Commits
  • ee57d9f release: v2.7.10
  • e0b26c4 fix: fix parent of multi-nested HOC $el not updating (#12757)
  • 46ca7bc fix(compiler-sfc): avoid deindent when lang is jsx/tsx
  • 810f6d1 fix(types): Add missing type parameter constraints (#12754)
  • 1561888 release: v2.7.9
  • 8521f9d fix(types): fix missing error for accessing undefined instance properties
  • 7161176 fix: fix effect scope tracking for manually created instances
  • 165a14a fix(ssr): fix on-component directives rendering (#12661)
  • bba6b3d feat(types): enhance type for onErrorCaptured (#12735)
  • 9eb8ea5 chore: fix some legacy doc urls in warnings and readme (#12725) [ci skip]
  • 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 3. to review dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 27, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.10 branch 3 times, most recently from 605a407 to a75755b Compare October 6, 2022 15:11
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.10
- [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.10
- [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.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.10 branch from a75755b to c8acfa2 Compare October 7, 2022 13:03
@nickvergessen nickvergessen merged commit 3a133de into master Oct 7, 2022
@nickvergessen nickvergessen deleted the dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.10 branch October 7, 2022 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review 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

1 participant