Created by: dependabot[bot]
Bumps vue and vue-template-compiler. These dependencies needed to be updated together.
Updates vue
from 2.7.8 to 2.7.9
Commits
- See full diff in compare view
Updates vue-template-compiler
from 2.7.8 to 2.7.9
Release notes
Sourced from vue-template-compiler's releases.
v2.7.9
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vue-template-compiler's changelog.
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
Commits
-
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] -
2263948
fix: directives shorthand normalize error (#12744) -
5221d4d
fix(compiler-sfc): rewriteDefault for class with decorators (#12747) -
89a6b5e
feat(types): support mixins inference for new Vue() (#12737) -
b4bf4c5
fix(types): allow attaching unknown options to defined component - 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)