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.12 #901

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

Release notes

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

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
  • components: guess vue3 anonymous components name, fixes #1311
  • components: better tag colors
  • components: state keys order
  • vue2: vuex getters state grouped by module, fixes #1413
  • plugin: dark bg
  • header: more menu overflow on small viewport height
  • remove app on unmount, fixes #1455
  • vue3: computed/inject from mixins/extends (vue-next#3566)

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

... (truncated)

Commits
  • 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
  • ca1d865 feat(api): tooltip on component tags
  • a1bd454 chore: v6.0.0-beta.10
  • 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 #920.