pikax / vue-composable

Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
https://pikax.me/vue-composable/
MIT License
1.18k stars 64 forks source link

build(deps-dev): bump @vue/runtime-core from 3.0.8 to 3.0.10 #833

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @vue/runtime-core from 3.0.8 to 3.0.10.

Release notes

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

v3.0.10

Please refer to CHANGELOG.md for details.

v3.0.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @vue/runtime-core'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
Commits
  • ad6c124 release: v3.0.10
  • 9cf7525 fix(runtime-core): fix dev fragment root flag check
  • 2e50acf perf(runtime-core): optimize the performance of getTypeIndex (#3206)
  • 5db2b14 fix(types): add a type-only differentiator to assist Mixin's type infer (#3481)
  • 4f26835 fix(types/tsx): make JSX.Element extend VNode (#3171)
  • 3736496 fix(runtime-core): avoid unmount teleport's children multiple times (#3499)
  • 67039b3 release: v3.0.9
  • 4549e65 fix(runtime-core): remove dev-only props property from setup context for cons...
  • 2121c32 fix(runtime-core): fix kebab-case prop required warning
  • 37c1709 fix: ensure backwards compat for pre-compiled sfc components
  • See full diff 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.

If all status checks pass Dependabot will automatically merge this pull request.


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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 3 years ago

Superseded by #839.