sirix-web-frontend
sirix-web-frontend copied to clipboard
Bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31
Bumps @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31.
Release notes
Sourced from @vue/test-utils's releases.
v1.0.0-beta.31
Bug Fixes
- Stop
triggerfrom 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
Changelog
Sourced from @vue/test-utils's changelog.
1.0.0-beta.31 (2020-01-18)
Bug Fixes
- Stop
triggerfrom 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
Commits
2105688chore(release): 1.0.0-beta.3182ca2e3Merge pull request #1244 from paulgv/wrapper-array-at-neg-indexa34e5b1chore: resolve conflicta4ca2a1chore: merge in dev726262cdocs: update2784cd3Merge pull request #1245 from winniehell/winniehell-autodestroye8f3266fix: update comment0472aa4fix: add comments explaining vmMatchesName functinob3e2b92fix: simplify code1718005fix: 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 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
A newer version of @vue/test-utils exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.