gergelyszabo94 / csgo-trader-extension

CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
https://csgotrader.app
GNU General Public License v3.0
218 stars 42 forks source link

Bump @testing-library/user-event from 11.4.2 to 12.0.1 in /site #308

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @testing-library/user-event from 11.4.2 to 12.0.1.

Release notes

Sourced from @testing-library/user-event's releases.

v12.0.1

12.0.1 (2020-06-16)

Reverts

v12.0.0

12.0.0 (2020-06-15)

Features

  • make several API and implementation improvements (#348) (e72205a)
  • type: make delay default to 0 (e13df95)

BREAKING CHANGES

  • Remove allAtOnce option on type in favor of delay: 0 or the new paste event
  • Make hover and unhover sync
  • Remove toggleSelectedOptions in favor of deselectOptions
  • (Potentially...) improve correctness of all APIs (so we fire some additional events and improve general correctness). This may or may not break your usage depending on whether you relied on our in-correctness 😅
  • type now actually defaults the delay to 0, so it's not necessarily async anymore. It's only async if you pass a delay.
Commits
  • 730bd63 Revert "docs: Move contributions to dom-testing-library (#345)" (#349)
  • e72205a feat: make several API and implementation improvements (#348)
  • e13df95 feat(type): make delay default to 0
  • 136c8e4 fix(TS): add missing types
  • aee7d58 fix(TS): remove allAtOnce from type
  • 587afba docs: update readme
  • b308b09 chore: remove special coverage config
  • 887e0d6 fix(TS): adjust typings
  • 7f4e58e feat: make several API and implmenetation improvements
  • 136ac13 docs: add ben-dyer as a contributor (#347)
  • 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 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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)