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.6 #7407

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 21, 2020

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

Release notes

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

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.

v3.0.0-beta.15

Please refer to CHANGELOG.md for details.

Changelog

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

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)
  • watch: allow handler to be a string (#1775) (b5f91ff), closes #1774
  • watch: exhaust pre-flush watchers + avoid duplicate render by pre-flush watchers (a0e34ce), closes #1777
  • watch: pre-flush watcher watching props should trigger before component update (d4c17fb), closes #1763
  • watch: should trigger watcher callback on triggerRef when watching ref source (fce2689), closes #1736

Features

  • compiler-core: add comments parser option (#1858) (62b9d02)
  • reactivity: return array when calling toRefs on array (#1768) (4172fdb), closes #1764
  • runtime-core: pass current props to prop default value functions (0d508e9), closes #1886

3.0.0-rc.5 (2020-07-28)

Bug Fixes

Commits
  • 91c4735 release: v3.0.0-rc.6
  • cfa7636 chore: comments
  • 1eb6067 fix(runtime-core): fix beforeUpdate call timing to allow state mutation
  • 24041b7 fix(compiler-core): generate NEED_PATCH flag for element with vnode hooks
  • c2913d5 fix(types): handling PropType<Function> with default value (#1896)
  • 02dcc68 test(reactivity): improve built-in Collection subclass test cases (#1885)
  • eb2ae44 refactor(types): widen Component type to include consutructor types
  • 4baf852 types(runtime-core): make FunctionalComponent with emit string[] to be `Com...
  • 7f82428 types(runtime-core): tweak the type of KeepAlive (#1871)
  • 075d769 chore: fix typo for babelParserDefautPlugins (#1897)
  • 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.6.
- [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.6)

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

Superseded by #7422.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/vue/compiler-core-3.0.0-rc.6 branch August 22, 2020 10:16
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