chore(deps): pin dependencies - #139
Conversation
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
19a2ee5 to
cb42ee8
Compare
4876957 to
c9c1bd8
Compare
|
/ok-to-test |
|
/approve |
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
c9c1bd8 to
a3241bb
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: twoGiants The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@red-hat-konflux-kflux-prd-rh02[bot]: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
This PR contains the following updates:
^21.2.1→21.2.2^21.2.0→21.2.214.6.4→14.6.51.69.0→1.70.11.71.0(+3)Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
testing-library/user-event (@testing-library/user-event)
v14.6.5Compare Source
Bug Fixes
i18next/i18next-cli (i18next-cli)
v1.70.1Compare Source
(#284):
ReturnType<typeof useTranslation<'ns', 'keyPrefix'>>['t']on parameters (plain anddestructured) is treated like
TFunction<'ns', 'keyPrefix'>.translation function (e.g.
const t = useCallback((key, opts) => tLocal(key, opts), [...]))inherits that function's namespace / keyPrefix.
t()calls inside fenced code blocks (```) of doc comments are no longer extractedas real call sites.
v1.70.0Compare Source
tfunctions whose namespace is not a plainuseTranslation('ns')literal (#284):useTranslation(ns ?? 'fallback')/useTranslation(ns || 'fallback')now resolve to thestatically known side (the fallback literal when the left side is dynamic) instead of
silently falling back to
defaultNS.TFunction<'ns'>/TFunction<'ns', 'keyPrefix'>is now honoured on destructuredparameters as well (
({ t }: { t: TFunction<'ns'> }),({ t }: Props)with a localinterface or type alias), not only on plain
(t: TFunction<'ns'>)parameters.These previously caused
status/extractto attribute such keys to the default namespaceand report them as missing.
v1.69.2Compare Source
@swc/core1.16, which types function, arrow and methodbodies as
FunctionBodyinstead ofBlockStatement(plain blocks likeif (x) { … }areunchanged). Every "is this a function body?" check silently went false, which broke selector
calls with a block body (
t($ => { return $.a.b })), return-type inference from a functionbody (finite dynamic keys), and React component-boundary detection in the instrumenter — so
useTranslation()/<Trans>were no longer injected. Both node types are now accepted.v1.69.1Compare Source
resolved by searching the raw source text, so a short string was reported at the first place
it appeared as a substring anywhere in the file — e.g.
<span>in</span>on line 4 was reportedon line 1 because of
import './settings.scss'. Lines are now taken from the AST node's span,falling back to the text search only when no span is available. This also fixes
i18next-instrument-ignore/i18next-instrument-ignore-next-linebeing ignored for suchstrings, since the directives suppress issues by line
(#283).
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.