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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2023

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
lint-staged 13.2.3 -> 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
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)
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
Copy link
Contributor Author

renovate bot commented Feb 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: application-services-ui@0.0.2
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   dev react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @testing-library/react@14.1.2
npm ERR! node_modules/@testing-library/react
npm ERR!   dev @testing-library/react@"14.1.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2023-12-21T16_15_48_672Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 8 times, most recently from 8f997dc to 0e4ea62 Compare February 23, 2023 06:03
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 7 times, most recently from a170d83 to ad9088d Compare March 4, 2023 08:10
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 10 times, most recently from 336b4f4 to 1123404 Compare March 14, 2023 02:00
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 3 times, most recently from e0ebb17 to 2d25189 Compare March 15, 2023 23:38
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 9 times, most recently from 191bb16 to 4e6df36 Compare June 22, 2023 11:39
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 10 times, most recently from 507d121 to 7bffb72 Compare June 30, 2023 19:48
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 2 times, most recently from 171d5e2 to b25307e Compare July 7, 2023 16:06
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from b25307e to d63c77e Compare July 13, 2023 15:40
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from d63c77e to 1571b17 Compare July 27, 2023 03:19
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/react to v14 chore(deps): update shared components packages to v14 (major) Aug 13, 2023
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 1571b17 to 8396e8a Compare August 13, 2023 22:41
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 8396e8a to 2433671 Compare August 21, 2023 10:08
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch 2 times, most recently from 72504c8 to 87bd185 Compare November 17, 2023 17:27
@renovate renovate bot force-pushed the renovate/major-14-shared-components-packages branch from 87bd185 to f871757 Compare December 21, 2023 16:15
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.

None yet

0 participants