Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

chore(deps): update shared components packages to v14 (major) #1288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 12.1.5 -> 14.1.2 age adoption passing confidence
@testing-library/user-event 13.5.0 -> 14.5.2 age adoption passing confidence
lint-staged 13.2.2 -> 14.0.1 age adoption passing confidence
react-i18next 11.18.6 -> 14.0.0 age adoption passing confidence

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

v13.4.0

Compare Source

Features
  • renderHook: allow passing of all render options to renderHook (#​1118) (27a9584)

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes

v13.1.0

Compare Source

Features

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)

v14.4.3

Compare Source

Bug Fixes

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features
Bug Fixes
  • event: be robust against incomplete event implementations (#​1009) (289828b)
  • upload: be robust against missing FileList implementation (#​1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#​1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#​1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#​1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#​1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#​1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#​1003) (2852509)
  • pointer: omit click event on release if another button is released first (#​1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#​1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#​1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#​1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#​1003) (2852509)

v14.3.0

Compare Source

Features

v14.2.6

Compare Source

Bug Fixes
  • document: reduce impact of React@17 workaround (#​992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#​991) (6e4058b)

v14.2.5

Compare Source

Bug Fixes
  • document: do not track value on HTMLSelectElement (#​989) (77a7fa8)

v14.2.4

Compare Source

Bug Fixes
  • use window.FileList instead of implicit global (c88865d)

v14.2.3

Compare Source

Bug Fixes
  • document: use setters/methods on element as default (#​987) (c40e614)

v14.2.2

Compare Source

Bug Fixes

v14.2.1

Compare Source

Performance Improvements
  • tab: avert visibility check on irrelevant elements (#​967) (d2d8a39)

v14.2.0

Compare Source

Features
  • report element with declaration in pointerEventsCheck (#​950) (31b7091)
Bug Fixes

v14.1.1

Compare Source

14.1.1 (2022-04-17)
Bug Fixes

v14.1.0

Compare Source

Features
Bug Fixes

v14.0.4

Compare Source

14.0.4 (2022-04-01)
Bug Fixes

v14.0.3

Compare Source

14.0.3 (2022-03-31)
Bug Fixes
  • pointer: change selection before dispatching focus (#​895) (06f12a6)

v14.0.2

Compare Source

14.0.2 (2022-03-31)
Bug Fixes

v14.0.1

Compare Source

14.0.1 (2022-03-31)
Bug Fixes

v14.0.0

Compare Source

⚠ 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
Miscellaneous Chores
okonet/lint-staged (lint-staged)

v14.0.1

Compare Source

Bug Fixes
  • fix reading config from stdin, introduced in v14.0.0 (#​1317) (fc3bfea)

v14.0.0

Compare Source

Features
BREAKING CHANGES
  • Please upgrade your Node.js version to at least 16.14.0.

v13.3.0

Compare Source

Bug Fixes
  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)
Features
  • dependencies: update listr2@​6.6.0 (09844ca)

v13.2.3

Compare Source

Bug Fixes
  • the --diff option implies --no-stash (66a716d)
i18next/react-i18next (react-i18next)

v14.0.0

Compare Source

  • types: reportNamespaces is now optional, should fix 1693

v13.5.0

Compare Source

  • self-closing components in translation strings should not attempt to replace the component's children 1695

v13.4.1

Compare Source

  • types: use CustomInstanceExtenstions to extend reportNamespaces

v13.4.0

Compare Source

  • fix: separate cjs and mjs typings

v13.3.2

Compare Source

  • types: fix consider importing '*.js'

v13.3.1

Compare Source

  • optimize defaultVariables feature introduced in last release

v13.3.0

Compare Source

  • Respect defaultVariables in the interpolation options 1685

v13.2.2

Compare Source

  • Fix missing TransWithoutContext type 1672

v13.2.1

Compare Source

  • types: Allow iterable ReactI18NextChildren as children 1669

v13.2.0

Compare Source

  • Don't use defaults prop as default key 1664

v13.1.2

Compare Source

  • postpone usage of newer ES syntax

v13.1.1

Compare Source

  • Render all children regardless of type when using i18nIsDynamicList prop 1661

v13.1.0

Compare Source

  • Fix non-list dynamic content in Trans component 1660

v13.0.3

Compare Source

  • fix unescape is not consistently called for all values 1657

v13.0.2

Compare Source

  • export icu.macro 1652

v13.0.1

Compare Source

  • types: Fix performance issue in Trans component 1646

v13.0.0

Compare Source

  • Update types to support t function redesign 1615
  • requires i18next >= v23.0.1

v12.3.1

Compare Source

  • optimization for optional lng prop for useTranslation, should now prevent missings when lazy loading translations 1637

v12.3.0

Compare Source

  • optional lng prop for useTranslation (helping on server side 1637)

v12.2.2

Compare Source

  • try to fix conditional exports in package.json

v12.2.1

Compare Source

  • type fix: the type of defaultNS in I18nextProvider should support string[] 1633

v12.2.0

Compare Source

  • if defaultValue is passed in not ready t functio (via useTranslation) return that instead of the key, even though the user-land could should be fixed 1618

v12.1.5

Compare Source

v12.1.4

Compare Source

  • fix crash in gatsby 1594

v12.1.3

Compare Source

  • fix fallback of t function in Trans component

v12.1.2

Compare Source

  • fix crash in gatsby 1594

v12.1.1

Compare Source

  • fix for node resolution 1589

v12.1.0

Compare Source

  • context-less version of Trans component to be used for environments without react context 1588

v12.0.0

Compare Source

  • Update t function types to rely on types coming from i18next 1501

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 6 times, most recently from b79f4a9 to ff0176d Compare September 6, 2022 11:25
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 2 times, most recently from 463cf11 to 1bf4bc0 Compare September 13, 2022 17:34
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 4 times, most recently from 1f3b7ad to 10504fa Compare September 26, 2022 10:34
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 6 times, most recently from c491811 to 418b2fc Compare October 6, 2022 14:43
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 8 times, most recently from 600b9d5 to ba9278f Compare October 18, 2022 15:46
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 3 times, most recently from 976be75 to c31e9a6 Compare October 20, 2022 13:49
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 6 times, most recently from 6b1408f to 6cc5d34 Compare April 13, 2023 12:53
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 3 times, most recently from e1ecaaf to c4e3324 Compare April 22, 2023 07:35
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 7 times, most recently from da62620 to 30bc8c0 Compare April 30, 2023 05:12
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 5 times, most recently from 1c867bb to 8a6f45d Compare May 6, 2023 03:55
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 8a6f45d to 07491ed Compare August 13, 2023 21:11
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 07491ed to 6755ab6 Compare August 21, 2023 12:23
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 2 times, most recently from 24f47ad to 0542034 Compare September 15, 2023 20:31
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 0542034 to aff6b5f Compare November 8, 2023 11:08
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from aff6b5f to b818807 Compare November 17, 2023 16:59
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from b818807 to 3c7f107 Compare December 21, 2023 17:11
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 3c7f107 to aaa0e1d Compare December 29, 2023 19:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants