adrianjost / vue-filter-ui

An universal vue filter module that outputs database queries
http://docs.vue-filter-ui.surge.sh
2 stars 3 forks source link

Bump vue and vue-template-compiler #347

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Commits


Updates vue-template-compiler from 2.6.11 to 2.7.9

Release notes

Sourced from vue-template-compiler's releases.

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.

v2.7.0-beta.3

Please refer to CHANGELOG.md for details.

... (truncated)

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

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

... (truncated)

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)
dependabot[bot] commented 1 year ago

Superseded by #349.