chore(deps): update nodejs - #152
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
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. |
|
/ok-to-test |
|
/approve |
|
[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. |
This PR contains the following updates:
4.1.10→4.1.111.70.1→1.71.04.1.10→4.1.11Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.11Compare Source
🐞 Bug Fixes
View changes on GitHub
i18next/i18next-cli (i18next-cli)
v1.71.0Compare Source
status.ignoreKeysconfig option: glob patterns (same shape aspreservePatterns,optional
ns:prefix) for keys thatstatusshould not report or fail on, e.g. keys that areintentionally empty in some locales. Only affects
status;extractis unchanged(#284).
v1.70.4Compare Source
useTranslation(ns)wherensis a function parameter now resolves to the parameter'sstring default (
({ ns = 'a' }) =>,(ns = 'a') =>), or, without a default, to the firstmember of its inline union type (
{ ns: 'a' | 'b' }), mirroring theTFunction<'a' | 'b'>rule (#284).
v1.70.3Compare Source
TFunction<Ns>members are now found inside intersection types(
Base & { t?: TFunction<Ns> }), including optionalt?:and overload implementationsignatures (#284).
TFunction<Namespace>,<Ns extends Namespace>) are no longerresolved to their first member. Introduced in 1.70.2, this could attribute keys to an arbitrary
namespace when the alias is an app-wide union. Inline unions and literal generic constraints still
resolve to the first member.
v1.70.2Compare Source
(#284):
TFunction<'a' | 'b'>,TFunction<Ns>with<Ns extends 'a' | 'b'>, andTFunction<Alias>with a local
type Alias = 'a' | 'b'resolve to the first member (plain, destructured andprops.tmember-call forms).useTranslation(['a', 'b'] as const)anduseTranslation(NS)with a localconst NS = ['a', 'b']are resolved like the inline array form.Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.