meilisearch / vuepress-plugin-meilisearch

Add a relevant and typo tolerant search bar to your VuePress
MIT License
64 stars 14 forks source link

Bump @vue/test-utils from 1.1.0 to 1.1.4 #133

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @vue/test-utils from 1.1.0 to 1.1.4.

Release notes

Sourced from @​vue/test-utils's releases.

v1.1.4

Feat

  • export ErrorWrapper #1814

Fixes

  • trigger('focus') added natural to jsdom behavior (#1777)
  • fix max range stack size (f#1768)
  • VTU don't return key property to event when use trigger.('eventName.key') #1808
  • allow find stubbed functional component by name (#1817)

Types

  • add type definitions for ExtendedVue (#1789)

v1.1.3

Fixes

v1.1.2

Fixes

  • feat: support array class binding in stubbed functional components (#1744) @​palpich note: potential breaking change for some snapshots.
  • fix: does not pass data provided to mount to wrapper component (#1750) @​xanf
  • fix: type getComponent() (#1741) @​DevAnouar-FT

v1.1.1

Many small bug fixes.

Features

  • feat: treat document.body in attachTo in special way (#1699) @​xanf
  • feat(config): introduce deprecation warning handler, fix #1672
  • feat: warn when operating on destroyed Vue component (#1706) @​xanf
  • add the wrapper.getComponent method and corresponding documents. (#1714)
  • feat(test-utils): add types for auto destroy methods (#1724) @​blake-newman
  • feat: add abstract property to the core property of the component (#1716) @​ustbhuangyi

Fixes

  • fix(test-utils/wrapper): clarify deprecation note for wrong "get" usage @​valentinpalkovic
  • fix: support v-text on child functional components with shallowMount @​jeremy-cassou
  • fix(setData): allow empty objects to be set fix #1704 @​Haroenv
  • fix: ignore non-vue wrapper for auto-destroy (#1723)
Commits
  • c599130 v1.1.4
  • c010005 chore: v1.1.4
  • 3cd81d0 fix: allow find stubbed functional component by name (#1817)
  • b8f796f feat: export ErrorWrapper (#1814)
  • a61c548 Fix VTU don't return key property to event when use trigger.('eventName.key')...
  • 980434b feat(test-utils): add type definitions for ExtendedVue (#1789)
  • a956468 docs: add WrapperArray#exists docs (#1795)
  • 6e33636 fix(trigger('focus')) added natural to jsdom behavior (#1777)
  • f36e088 chore(release): publish v1.1.3
  • c27d933 chore: publish 1.1.3
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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[bot] commented 3 years ago

Superseded by #135.