Skip to content

Bump vue and vue-template-compiler#1383

Merged
skjnldsv merged 1 commit intostable25from
dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13
Oct 20, 2022
Merged

Bump vue and vue-template-compiler#1383
skjnldsv merged 1 commit intostable25from
dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2022

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

Commits

Updates vue-template-compiler from 2.7.10 to 2.7.13

Release notes

Sourced from vue-template-compiler's releases.

v2.7.13

Please refer to CHANGELOG.md for details.

v2.7.12

Please refer to CHANGELOG.md for details.

v2.7.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.13 (2022-10-14)

Bug Fixes

  • effectScope: calling off() of a detached scope should not break currentScope (800207c), closes #12825
  • types: style attribute svg (#12800) (8e26261)
  • watch: avoid traversing objects that are marked non-reactive (#12806) (5960f05)

2.7.12 (2022-10-12)

Reverts

2.7.11 (2022-10-11)

Bug Fixes

  • build: enforce LF line ending in built files (738f4b3), closes #12819
  • compiler-sfc: export parseComponent for compat with fork-ts-checker-webpack-plugin (0d6d972), closes #12719
  • reactivity: check skip first before checking ref when creating observer (#12813) (5d26f81), closes #12812
  • reactivity: use WeakMap for proxy/raw checks, compat with non-extensible objects (4a0d88e), closes #12799 #12798
  • setup: setup hook should be called before beforeCreate (e1342df), closes #12802
  • sfc: prune returned bindings for non-TS as well (fb13930), closes #12765
  • sfc: remove sfc scoped deep syntax deprecation warnings (2f335b2)
  • types: fix error with options watch (#12779) (bc5b92a), closes #12780
  • types: support Ref and function types in tsx ref attribute (#12759) (87f69aa), closes #12758
  • types: vue 3 directive type compatibility (#12792) (27eed82)

Performance Improvements

  • improve unsub perf for deps with massive amount of subs (8880b55), closes #12696
Commits
  • df281b0 release: v2.7.13
  • 800207c fix(effectScope): calling off() of a detached scope should not break currentS...
  • 5960f05 fix(watch): avoid traversing objects that are marked non-reactive (#12806)
  • 8e26261 fix(types): style attribute svg (#12800)
  • 4cad410 release: v2.7.12
  • e80cd09 Revert "fix(setup): setup hook should be called before beforeCreate"
  • c61395d release: v2.7.11
  • 8880b55 perf: improve unsub perf for deps with massive amount of subs
  • 738f4b3 fix(build): enforce LF line ending in built files
  • cc14d44 chore: bump build deps
  • 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 Waiting for reviews dependencies Pull requests that update a dependency file labels Oct 19, 2022
Comment thread package.json
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.10",
"vue-template-compiler": "^2.7.13",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not be there btw

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13 branch from 4886d1b to 9ff7d05 Compare October 19, 2022 16:49
@skjnldsv
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13 branch from 9ff7d05 to 44fe157 Compare October 20, 2022 06:56
@skjnldsv
Copy link
Copy Markdown
Member

/compile amend /

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.7.10 to 2.7.13
- [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.7.10 to 2.7.13
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.10...v2.7.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13 branch from 44fe157 to fd330ca Compare October 20, 2022 07:01
@skjnldsv skjnldsv merged commit 7767485 into stable25 Oct 20, 2022
@skjnldsv skjnldsv deleted the dependabot/npm_and_yarn/stable25/vue-and-vue-template-compiler-2.7.13 branch October 20, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant