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): bump @vue/devtools-api from 6.0.0-beta.8 to 6.0.0-beta.11 #888

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @vue/devtools-api from 6.0.0-beta.8 to 6.0.0-beta.11.

Release notes

Sourced from @​vue/devtools-api's releases.

v6.0.0-beta.11

New

  • Performance monitoring
    • Component tree tag
    • Performance Timeline layer with flamechart
    • Option to disable it in the Global Settings
  • Inspector: display error stack trace
  • 'log error to console' button
  • timeline: group info in inspector
  • timeline: vertical mouse wheel scroll on canvas
  • inspector api: tree node tag tooltip support
  • timeline api: new timeline layer options

Fixed

  • components: only attempt standard edit if type is data, props, setup or computed
  • components: wrong app context in some hooks
  • vue2: handling un-namespaced vuex module (#1442)
  • vue2: handle error in getters
  • vue2: improved error handling in computed
  • vue3: handle errors in component fields
  • vue3: component instance serialization
  • timeline: colors if hexa starts with 0x00
  • timeline: update layers positions issues
  • timeline: event not found
  • timeline: early events should not be cleared
  • timeline: overlapping groups
  • timeline: overhauled group collision checks
  • timeline: infinite loop if no groups on layer
  • timeline: improve scrollbar when small
  • timeline: layers resetting too much causing glitches
  • timeline: leak when clearing events
  • timeline: error on event without PIXI container yet
  • timeline: batch event position updates in microtask
  • timeline: overhauled event mouse selection
  • timeline: camera not updating on mounted
  • timeline: leak on unmount

v6.0.0-beta.10

The devtools frontend is now almost entirely migrated to Typescript :fire:

New

  • header: new Inspector/Timeline switch ('Plugins' moved to the 'more' menu on the right)
  • timeline: selectable layers
  • api: scope plugin hooks to associated app by default (disable with disableAppScope in plugin setup)
  • api: add app to payload to hooks
  • api: edit custom component fields

... (truncated)

Commits
  • ee6005c chore: v6.0.0-beta.11
  • be03ca6 docs(api): new timeline layer options
  • ca1d865 feat(api): tooltip on component tags
  • a1bd454 chore: v6.0.0-beta.10
  • dfbe684 refactor(components): move to ts
  • 36eefa5 refactor(api): scope plugin hooks to associated app by default
  • e706d24 fix(api): add app to payload to only affect the current app
  • eb39ae3 feat(api): edit custom component fields
  • ca6839d chore: v6.0.0-beta.9
  • 3d58f49 fix: switch to for...of, closes #1422
  • 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.

Dependabot will not automatically merge this PR because it includes a non-semver update to a production dependency.


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

Superseded by #901.