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

Bump vue and @vue/compiler-sfc #19

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Bumps vue and @vue/compiler-sfc. These dependencies needed to be updated together.
Updates vue from 3.0.5 to 3.0.10

Commits

Updates @vue/compiler-sfc from 3.0.5 to 3.0.10

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.0.10

Please refer to CHANGELOG.md for details.

v3.0.9

Please refer to CHANGELOG.md for details.

v3.0.8

Please refer to CHANGELOG.md for details.

v3.0.7

Please refer to CHANGELOG.md for details.

v3.0.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.0.10 (2021-03-31)

Bug Fixes

  • compiler-core: allow PascalCase dynamic component tag usage (#3508) (555b016), closes #3507
  • compiler-core: properly transform replaced nodes (#2927) (0fe567a)
  • compiler-sfc: do not resolve assets from setup bindings (f5827fd), closes #3270 #3275
  • compiler-sfc: fix function scope variable declaration marking (69b4727)
  • compiler-sfc: fix missing whitespace issue in srcsets (#3132) (42b68c7), closes #3069
  • compiler-sfc: support proper type arguments for defineEmit helper (bb8cdca), closes #2874
  • reactivity: should not trigger when setting value to same proxy (#2904) (c61e767)
  • runtime-core: avoid unmount teleport's children multiple times (#3499) (3736496), closes #3497
  • runtime-core: fix dev fragment root flag check (9cf7525)
  • runtime-dom: fix event listeners call in firefox <= 53 (#3501) (33ba0e3), closes #3485
  • ssr: fix scopeId inheritance across mixed parent chain (5e54081), closes #3513
  • types: add a type-only differentiator to assist Mixin's type infer (#3481) (5db2b14), closes #3468
  • types/tsx: make JSX.Element extend VNode (#3171) (4f26835)

Performance Improvements

  • compiler-sfc: skip srcset transform if all candidates are external (b39208c)
  • runtime-core: optimize the performance of getTypeIndex (#3206) (2e50acf)

3.0.9 (2021-03-27)

Bug Fixes

  • compiler-core: fix slot source location (#3494) (e752bdd)
  • runtime-core: fix kebab-case prop required warning (2121c32), closes #3495 #3363
  • runtime-core: remove dev-only props property from setup context for consistency (#3492) (4549e65)
  • ensure backwards compat for pre-compiled sfc components (37c1709), closes #3493

3.0.8 (2021-03-26)

Bug Fixes

  • compiler: properly bail stringfication for nested slot elements (f74b16c)
  • compiler-core: allow unicode to appear in identifiers (#3443) (ebedccc), closes #3440
  • compiler-core: avoid generating useless createVNode helper (#2938) (7715c49), closes #2739
  • compiler-core: detect v-if branch root with comment as dev fragment (#2785) (4bf7ba1), closes #2780
  • compiler-core: fix the detection of forwarded slots with v-if or v-for (#3353) (602b58e), closes #3347
  • compiler-core: should not condense whitespace in RCDATA text mode (#3482) (b4b8215), closes #3479

... (truncated)

Commits
  • ad6c124 release: v3.0.10
  • 66b94dc chore: use alias instead of module field
  • b39208c perf(compiler-sfc): skip srcset transform if all candidates are external
  • 42b68c7 fix(compiler-sfc): fix missing whitespace issue in srcsets (#3132)
  • bb8cdca fix(compiler-sfc): support proper type arguments for defineEmit helper
  • f5827fd fix(compiler-sfc): do not resolve assets from setup bindings
  • 69b4727 fix(compiler-sfc): fix function scope variable declaration marking
  • d1bf35c workflow(sfc-playground): support multiple files
  • f76ddc5 workflow: sfc playground
  • 2424768 build: make compiler-sfc global build work
  • 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)

Bumps [vue](https://github.com/vuejs/vue) and [@vue/compiler-sfc](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-sfc). These dependencies needed to be updated together.

Updates `vue` from 3.0.5 to 3.0.10
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Updates `@vue/compiler-sfc` from 3.0.5 to 3.0.10
- [Release notes](https://github.com/vuejs/vue-next/releases)
- [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-next/commits/v3.0.10/packages/compiler-sfc)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2021

Superseded by #22.

@dependabot dependabot bot closed this Apr 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue-and-vue/compiler-sfc-3.0.10 branch April 2, 2021 03:04
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