ericblade / quagga2-reader-qr

Quagga2 sample external reader for QR codes
32 stars 10 forks source link

[Snyk] Upgrade @testing-library/user-event from 13.5.0 to 14.1.0 #145

Closed snyk-bot closed 10 months ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade @testing-library/user-event from 13.5.0 to 14.1.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: @testing-library/user-event
  • 14.1.0 - 2022-04-11

    14.1.0 (2022-04-11)

    Features

    Bug Fixes

    • delete chars from value at maxlength (#909) (f5049c4)
    • reset UI selection after programmatic value change (#915) (8bc3310)
    • set initial value when setting UI value (#918) (7b0643b)
  • 14.0.4 - 2022-04-01

    14.0.4 (2022-04-01)

    Bug Fixes

    • track calls to HTMLInputElement.select() (#898) (6d36828)
  • 14.0.3 - 2022-03-31

    14.0.3 (2022-03-31)

    Bug Fixes

    • pointer: change selection before dispatching focus (#895) (06f12a6)
  • 14.0.2 - 2022-03-31

    14.0.2 (2022-03-31)

    Bug Fixes

  • 14.0.1 - 2022-03-31

    14.0.1 (2022-03-31)

    Bug Fixes

    • maintain UI value on controlled number input (#889) (a7f9906)
    • pointer: support nested select (#888) (e23e559)
  • 14.0.0 - 2022-03-29

    14.0.0 (2022-03-29)

    BREAKING CHANGES

    • APIs always return a Promise.
    • pointer: skipPointerEvents has been removed.
      Use pointerEventsCheck: PointerEventsCheckLevel.Never instead.
    • upload: init parameter has been removed from userEvent.upload.
    • upload: applyAccept defaults to true.
    • The userEvent.paste API has new parameters.
    • {ctrl}, {del}, {esc} no longer describe a key. Use {Control}, {Delete}, {Escape} instead.
    • {alt}, {ctrl}, {meta}, {shift} no longer imply not releasing the key. Use {Alt>}, {Control>}, {Meta>}, {Shift>} instead.
    • init parameter has been removed from these APIs:
      • userEvent.click
      • userEvent.dblClick
      • userEvent.tripleClick
      • userEvent.hover
      • userEvent.unhover
      • userEvent.selectOptions
      • userEvent.deselectOptions
    • userEvent.upload no longer supports clickInit
      as part of its init parameter.
    • Behavior for special key descriptor {selectall} has been removed.
    • Support for keyCode property on keyboard events has been removed.
    • An error is thrown when calling userEvent.clear on an element which is not editable.
    • An error is thrown when event handlers prevent userEvent.clear from focussing/selecting content.
    • tab: The focusTrap option has been removed from userEvent.tab().
    • type: userEvent.type does no longer move the cursor
      if used with skipClick=false and without initialSelectionStart.
    • The implementation of pointer related APIs was replaced.
      This might break tests relying on unintended side-effects of the previous implementation.
    • Support for node 10 was removed as it reached its end-of-life.

    Features

    Bug Fixes

    • check for inherited :disabled (#872) (1a00fdf)
    • clipboard: prevent default behavior on copy/cut (#866) (5423094)
    • clipboard: prevent default behavior on paste (#862) (d3d71ac)
    • create MouseEvents per createEvent (#781) (da5b5b7)
    • export bundled ESM (#816) (1a5e2a7)
    • export types and commonjs bundle (#821) (4f56856)
    • keyboard: parse escaped bracket followed by descriptor (#814) (684451f)
    • keyboard: parse keyboard input without nesting (#793) (fafa677)
    • keyboard: set KeyboardEvent.charCode on keypress (#771) (55e194a)
    • keyboard: submit form with <button/> on [Enter] (#808) (eca157a)
    • log correct docs link for invalid key descriptors (#881) (28d6604)
    • maintain cursor position on controlled component (#765) (8f203cc)
    • pointer: blur activeElement on click outside of focusable (#834) (d64167c)
    • pointer: consider click context (#850) (ca4482a)
    • pointer: fire pointer events on disabled elements (#818) (ef2f4e5)
    • pointer: honor click handler on <label/> (#810) (2c5d9f1)
    • pointer: trigger contextmenu on mousedown (#811) (e1c4cad)
    • prepare document in setup (#753) (65be675)
    • remove deprecated keyboard features (#780) (45dc39a)
    • remove legacy modifier implementations (#783) (caea162)
    • replace pointer implementations (#754) (c04f79b)
    • reset UI selection on setter (#770) (2733d10)
    • tab: order tabIndex>0 before tabIndex=0 (#809) (1bc5945)
    • tab: remove focusTrap option (#772) (a0412c0)
    • tab: skip elements with visibility:hidden (#799) (a747b0a)
    • upload: fix order of events (#847) (214fd03)

    Miscellaneous Chores

  • 14.0.0-beta.14 - 2022-03-24

    14.0.0-beta.14 (2022-03-24)

    Bug Fixes

    • log correct docs link for invalid key descriptors (#881) (28d6604)
  • 14.0.0-beta.13 - 2022-03-04
  • 14.0.0-beta.12 - 2022-03-01
  • 14.0.0-beta.11 - 2022-02-10
  • 14.0.0-beta.10 - 2022-02-08
  • 14.0.0-beta.9 - 2022-02-07
  • 14.0.0-beta.8 - 2022-01-16
  • 14.0.0-beta.7 - 2022-01-05
  • 14.0.0-beta.6 - 2022-01-01
  • 14.0.0-beta.5 - 2021-12-31
  • 14.0.0-beta.4 - 2021-12-30
  • 14.0.0-beta.3 - 2021-12-13
  • 14.0.0-beta.2 - 2021-12-07
  • 14.0.0-beta.1 - 2021-11-28
  • 14.0.0-alpha.18 - 2021-11-28
  • 14.0.0-alpha.17 - 2021-11-25
  • 14.0.0-alpha.16 - 2021-11-25
  • 14.0.0-alpha.15 - 2021-11-25
  • 14.0.0-alpha.14 - 2021-11-17
  • 14.0.0-alpha.13 - 2021-11-17
  • 14.0.0-alpha.12 - 2021-11-16
  • 14.0.0-alpha.11 - 2021-11-15
  • 14.0.0-alpha.10 - 2021-11-15
  • 14.0.0-alpha.9 - 2021-11-15
  • 14.0.0-alpha.8 - 2021-11-11
  • 14.0.0-alpha.7 - 2021-11-09
  • 14.0.0-alpha.6 - 2021-11-03
  • 14.0.0-alpha.5 - 2021-10-30
  • 14.0.0-alpha.4 - 2021-10-29
  • 14.0.0-alpha.3 - 2021-10-25
  • 14.0.0-alpha.2 - 2021-10-22
  • 14.0.0-alpha.1 - 2021-10-21
  • 13.5.0 - 2021-10-18
from @testing-library/user-event GitHub release notes
Commit messages
Package name: @testing-library/user-event
  • 7b0643b fix: set initial value when setting UI value (#918)
  • 8bc3310 fix: reset UI selection after programmatic value change (#915)
  • f5049c4 fix: delete chars from value at `maxlength` (#909)
  • 627a5cf feat: add `advanceTimers` option (#907)
  • 2b9d00f docs: add karolis-cekaitis as a contributor for bug, doc (#914)
  • 6d36828 fix: track calls to `HTMLInputElement.select()` (#898)
  • f2e8f8e docs: add wKovacs64 as a contributor for bug (#896)
  • 06f12a6 fix(pointer): change selection before dispatching `focus` (#895)
  • dff6d54 docs: add tbertrand7 as a contributor for bug (#893)
  • 126d2e7 fix: work around shadowed globals (#892)
  • 810c0d8 chore: update test environment to React18 (#891)
  • 886780c docs: add robcaldecott as a contributor for bug, code (#890)
  • e23e559 fix(pointer): support nested select (#888)
  • a7f9906 fix: maintain UI value on controlled number input (#889)
  • f209a6f chore: update link to CONTRIBUTORS
  • fc15e25 chore: add codesandbox template without framework (#884)
  • 47de44c docs: add joshunger as a contributor for bug (#883)
  • 28d6604 fix: log correct docs link for invalid key descriptors (#881)
  • e971a34 chore: update dependencies (#882)
  • 7a36ca8 chore: fix typo in comment (#875)
  • 26dbc45 chore: fix CODE_OF_CONDUCT.md location (#879)
  • 0da81d2 docs: add markwoon as a contributor for bug (#873)
  • 1a00fdf fix: check for inherited `:disabled` (#872)
  • 75fdd44 docs: add lifeiscontent as a contributor for ideas (#870)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

rollingversions[bot] commented 2 years ago

There is no change log for this pull request yet.

Create a changelog