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

chore(deps-dev): bump @vue/compiler-core from 3.0.0-beta.14 to 3.0.0-rc.7 #7422

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @vue/compiler-core from 3.0.0-beta.14 to 3.0.0-rc.7.

Release notes

Sourced from @vue/compiler-core's releases.

v3.0.0-rc.7

Please refer to CHANGELOG.md for details.

v3.0.0-rc.6

Please refer to CHANGELOG.md for details.

v3.0.0-rc.5

Please refer to CHANGELOG.md for details.

v3.0.0-rc.4

Please refer to CHANGELOG.md for details.

v3.0.0-rc.3

Please refer to CHANGELOG.md for details.

v3.0.0-rc.2

Please refer to CHANGELOG.md for details.

v3.0.0-rc.1

RC announcement post

Please refer to CHANGELOG.md for details.

v3.0.0-beta.24

Please refer to CHANGELOG.md for details.

v3.0.0-beta.23

Please refer to CHANGELOG.md for details.

v3.0.0-beta.22

Please refer to CHANGELOG.md for details.

v3.0.0-beta.21

Please refer to CHANGELOG.md for details.

v3.0.0-beta.20

Please refer to CHANGELOG.md for details.

v3.0.0-beta.19

Please refer to CHANGELOG.md for details.

v3.0.0-beta.18

Please refer to CHANGELOG.md for details.

v3.0.0-beta.17

Please refer to CHANGELOG.md for details.

v3.0.0-beta.16

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @vue/compiler-core's changelog.

3.0.0-rc.7 (2020-08-21)

Bug Fixes

  • compiler-core: should attach key to single element child of \<template v-for> (#1910) (69cfed6)
  • reactivity: unwrap non-index accessed refs on reactive arrays (#1859) (3c05f8b), closes #1846
  • runtime-core: correctly track dynamic nodes in renderSlot (#1911) (7ffb79c)
  • runtime-core: disable block tracking when calling compiled slot function in tempalte expressions (f02e2f9), closes #1745 #1918
  • teleport: only inherit el for non-patched nodes (d4cc7b2), closes #1903

Performance Improvements

  • reactivity: improve ref performance by using class-based implementation (#1900) (07919e0)

3.0.0-rc.6 (2020-08-19)

Bug Fixes

  • codeframe: Added Math.max to prevent RangeError (#1807) (b14f4a5), closes #1806
  • compiler-core: generate NEED_PATCH flag for element with vnode hooks (24041b7)
  • compiler-core: v-if key error should only be checking same key on different branches (de0c8a7)
  • compiler-sfc: custom blocks sourcemap (#1812) (619efd9)
  • keep-alive: fix activated hook invocation on nested components (#1743) (233d191), closes #1742
  • reactivity: accept subtypes of collections (#1864) (d005b57)
  • reactivity: effect should still check sync self-trigger (ac81dcf)
  • reactivity: readonly+reactive collection should also expose readonly+reactive values (ed43810), closes #1772
  • reactivity: use isExtensible instead of isFrozen (#1753) (2787c34), closes #1784
  • runtime-core: avoid manual slot invocation in template expressions interfering with block tracking (791eff3), closes #1745
  • runtime-core: check if the key is string on undefined property warning (#1731) (ce78eac)
  • runtime-core: fix beforeUpdate call timing to allow state mutation (1eb6067), closes #1899
  • runtime-core: fix Object props validation for objects with custom toStringTag (6ccd9ac), closes #1872
  • runtime-core: separate null vs. non-null ref value updates (#1835) (3991ff0), closes #1789 #1834
  • runtime-core: should correctly call beforeEnter inside Suspense (#1805) (bc6f252), closes #1795
  • runtime-core/scheduler: allow component render functions to trigger itself (611437a), closes #1801
  • runtime-core/scheduler: only allow watch callbacks to be self-triggering (09702e9), closes #1740 #1727
  • runtime-core/scheduler: prevent duplicate queue (#1767) (b2a9142)
  • runtime-core/scheduler: sort postFlushCbs to ensure refs are set before lifecycle hooks (#1854) (caccec3), closes #1852
  • runtime-dom: fix v-on same computed handler on multiple elements (1c967fc), closes #1747
  • runtime-dom: patch form as an attribute (#1788) (00683fc), closes #1787
  • runtime-dom: style binding multi value support (0cd98c3), closes #1759
  • runtome-core: do not cache property access in beforeCreate hook (f6afe70), closes #1756
  • teleport: always inherit root DOM nodes on patch (#1836) (517c2b8), closes #1813
  • transition: transition should accept multiple handlers on same event (48576e5), closes #1746
  • types: handling PropType with default value (#1896) (c2913d5), closes #1891
  • types/jsx: update innerHTML property in jsx typing (#1814) (b984d47)
Commits
  • 6602d6d release: v3.0.0-rc.7
  • 07919e0 perf(reactivity): improve ref performance by using class-based implementation...
  • 0f8c991 chore(runtime-core): use ReactiveFlags.SKIP in vnode for consistency (#1901)
  • 3c05f8b fix(reactivity): unwrap non-index accessed refs on reactive arrays (#1859)
  • 191080b build(deps): bump @babel/parser from 7.11.3 to 7.11.4 (#1923)
  • ec3d6d2 build(deps): bump postcss-modules from 3.2.0 to 3.2.1 (#1920)
  • bb54a84 chore: use '@vue/shared' instead of '@vue/shared/src' (#1915)
  • f02e2f9 fix(runtime-core): disable block tracking when calling compiled slot function...
  • c0411b3 build(deps-dev): bump jest from 26.4.0 to 26.4.1 (#1924)
  • ed8cbe4 build(deps-dev): bump @microsoft/api-extractor from 7.9.7 to 7.9.8 (#1922)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@vue/compiler-core](https://github.com/vuejs/vue-next) from 3.0.0-beta.14 to 3.0.0-rc.7.
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](vuejs/core@v3.0.0-beta.14...v3.0.0-rc.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #7461.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants