FGRibreau / ui-predicate

Finally a Predicate/Rule Editor UI component for the Web 🚀
https://ui-predicate.fgribreau.com/ui-predicate-vue/1.0.0/getting-started/
MIT License
160 stars 23 forks source link

build(deps-dev): bump @vue/test-utils from 1.0.0-beta.24 to 1.0.0-beta.31 #103

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @vue/test-utils from 1.0.0-beta.24 to 1.0.0-beta.31.

Release notes

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

v1.0.0-beta.31

Bug Fixes

  • Stop trigger from working on disabled html elements (#1362)
  • Add provide/inject support for Composition API (#1354)
  • Fix issue with keyCodes provided to trigger (#1378) closes #1285, #1295
  • setChecked and setSelected should only work if not already selected (#1380) closes #1339
  • Override watch definitions properly (#1392) closes #1391
  • Support v-slot (#1383) closes #1261
  • Allow find to work on both Pascal case and camel case (#1398) closes #1232
  • Pass refs to functional component stubs #1293 closes #1292

Features

  • Allow templates to be defined in HTML (#1362) closes #351
  • Store the selector when using find (#1248) closes #1135
  • Introduce enableAutoDestroy() helper function (#1245) closes #1236
  • Allow negative indices to be passed to .at() (#1244)
  • Add a get method to Wrapper (#1304) closes #1298

v1.0.0-beta.30

@vue/test-utils

Bug Fixes

Code Refactoring

Features

  • wrapper: allow destroy() method to work with functional components (#1188) (f4ea3fd)
  • add option to pretty print html components (#1229) (99336c4)
  • stop auto stubbing transition and transition-group (#1127) (85a972c)

BREAKING CHANGES

... (truncated)
Changelog

Sourced from @vue/test-utils's changelog.

1.0.0-beta.31 (2020-01-18)

Bug Fixes

  • Stop trigger from working on disabled html elements (#1362)
  • Add provide/inject support for Composition API (#1354)
  • Fix issue with keyCodes provided to trigger (#1378) closes #1285, #1295
  • setChecked and setSelected should only work if not already selected (#1380) closes #1339
  • Override watch definitions properly (#1392) closes #1391
  • Support v-slot (#1383) closes #1261
  • Allow find to work on both Pascal case and camel case (#1398) closes #1232
  • Pass refs to functional component stubs #1293 closes #1292

Features

  • Allow templates to be defined in HTML (#1362) closes #351
  • Store the selector when using find (#1248) closes #1135
  • Introduce enableAutoDestroy() helper function (#1245) closes #1236
  • Allow negative indices to be passed to .at() (#1244)
  • Add a get method to Wrapper (#1304) closes #1298

1.0.0-beta.30 (2019-11-28)

Bug Fixes

Code Refactoring

Features

  • wrapper: allow destroy() method to work with functional components (#1188) (f4ea3fd)
  • add option to pretty print html components (#1229) (99336c4)
  • stop auto stubbing transition and transition-group (#1127) (85a972c)

BREAKING CHANGES

  • html output will now be formatted
... (truncated)
Commits
  • 2105688 chore(release): 1.0.0-beta.31
  • 82ca2e3 Merge pull request #1244 from paulgv/wrapper-array-at-neg-index
  • a34e5b1 chore: resolve conflict
  • a4ca2a1 chore: merge in dev
  • 726262c docs: update
  • 2784cd3 Merge pull request #1245 from winniehell/winniehell-autodestroy
  • e8f3266 fix: update comment
  • 0472aa4 fix: add comments explaining vmMatchesName functino
  • b3e2b92 fix: simplify code
  • 1718005 fix: cover both kebab and camel cases
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dobromir-hristov, a new releaser for @vue/test-utils since your current version.


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 this dependency is pre-1.0.0.


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)
codecov-io commented 4 years ago

Codecov Report

Merging #103 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #103   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         253    253           
=====================================
  Hits          253    253

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f48e701...9867f73. Read the comment docs.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.