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 65 forks source link

build(deps): bump @vue/devtools-api from 6.0.0-beta.8 to 6.0.0-beta.13 #920

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.13.

Release notes

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

v6.0.0-beta.13

New

  • iframe support, closes #353
  • components: loading indicator
  • components: multiple console bindings, closes #1416
  • highlighter: auto update position/size (30fps)
  • api: add type to edit custom inspector state
  • timeline: new colors and selected styles
  • timeline: compute group overlap based on visible positions
  • timeline: event list keyboard nav
  • timeline: zoom buttons
  • timeline: scroll move buttons

Fixed

  • scroll to top on inspector selection change
  • timeline: mouse selection when scrolled down
  • async getAppRecord, closes #1459
  • better root instance, closes #1376
  • check for root instance, fixes #1464

v6.0.0-beta.12

New

  • vue2: devtools.hide option support, closes #1444
  • backend: on page config with support for VUE_DEVTOOLS_CONFIG.openInEditorHost, closes #1440
  • highlighter: new style + size display
  • highlighter: improved label position and overflow handling
  • components: scroll into component button
  • components: improved name settings
  • components: keyboard navigation, closes #1430
  • components: basic render code view, closes #535
  • components: log HTMLELement to console
  • inspector: 'Go home' button on the inspector not found page
  • inspector: improved HTMLElement display + attributes
  • header: link to docs
  • header: improved 'more' menu with new style and icons
  • reorganized settings
  • custom inspector: keybord navigation
  • api: custom state actions
  • api: custom inspector actions
  • api: selectInspectorNode

Fixed

  • inspector: tree horitonal scroll, related to #1126
  • inspector: display tooltip on abstract field key
  • instanceMap of null, fixes #1446
  • highlighter: prevent label overflow, fixes #1361

... (truncated)

Commits
  • 611ba54 chore: v6.0.0-beta.13
  • a732553 feat(api): add type to edit custom inspector state
  • 39a5306 chore: v6.0.0-beta.12
  • 9a11e70 feat(api): selectInspectorNode
  • 0d1aff5 feat(api): custom inspector actions
  • f843e24 feat(api): custom state actions
  • f2ea499 feat: improved HTMLElement display in inspector
  • fa0604f feat: basic render code view, closes #535
  • ee6005c chore: v6.0.0-beta.11
  • be03ca6 docs(api): new timeline layer options
  • 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 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 #924.