chore(deps): update misc - #66
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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. |
This PR contains the following updates:
22.19.1→22.20.14.0.0→4.1.14.1.1→4.2.01.66.2→1.67.31.8.4→1.10.08.0.16→8.1.54.13.0→4.17.1Release Notes
fastify/fast-uri (fast-uri)
v4.1.1Compare Source
Fix for GHSA-v2hh-gcrm-f6hx
Full Changelog: fastify/fast-uri@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
Full Changelog: fastify/fast-uri@v4.0.1...v4.1.0
v4.0.1Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fast-uri@v4.0.0...v4.0.1
chimurai/http-proxy-middleware (http-proxy-middleware)
v4.2.0Compare Source
i18next/i18next-cli (i18next-cli)
v1.67.3Compare Source
lint.checkPunctuationConcatenationflags punctuation gluedonto a translation, e.g.
<label><Trans>Email</Trans>:</label>or<div>- <Trans>item</Trans></div>. Punctuation spacing and form differ acrosslanguages (French needs a narrow no-break space before
:, CJK uses fullwidth:,RTL reorders), so it belongs inside the translation or in semantic markup. Accepts
the same values as
checkConcatenation('warn'/'error'/'off'/ boolean)and defaults to
'off', since keeping punctuation out of a translation is oftendeliberate. Individual occurrences can be suppressed with the
i18next-instrument-ignoredirective(#275).
v1.67.2Compare Source
checkConcatenationJSX detection to flag any ≥2 adjacenttranslation units rendered as direct siblings — a
<Trans>component or a{t(...)}expression. This now catches<Trans>…</Trans>{t('…')},{t('a')}{t('b')}and two<Trans>separated only by whitespace, in addition tothe previous "
<Trans>… text …<Trans>" case. Single translations next toplain literal text or punctuation are still not flagged
(#275).
v1.67.1Compare Source
lint.checkConcatenationnow accepts a severity level in addition toa boolean:
'error'reports concatenation issues as errors so thelintcommandexits non-zero (fails CI),
'warn'(ortrue, the default) reports them asnon-failing warnings, and
'off'(orfalse) disables the check. Previously theconcatenation check could only warn; making it fail the build required a custom
plugin (#275).
v1.67.0Compare Source
anti-pattern that breaks in languages which reorder or inflect the pieces. The
linter now flags JavaScript concatenation where an operand is a
t()call(e.g.
t('greeting') + ', ' + name) and sentences split across multiple<Trans>components joined by literal text(e.g.
<p><Trans>…</Trans> and <Trans>…</Trans></p>). It deliberately does notflag
t()used only as a nested call argument (e.g.arr.indexOf(t('x')) + 1)or concatenation inside
t()arguments (e.g.t('prefix.' + suffix)). Enabledby default; disable with
lint.checkConcatenation: false(#275).
severity('error'|'warning').Concatenation issues are reported as warnings — they are printed but do not
fail the run (the
lintcommand exits non-zero only when there are errors), soadding this check does not break existing CI pipelines. Hardcoded-string and
interpolation issues remain errors. Plugins may set
severityon the issuesthey emit (defaults to
'error'when omitted).ljharb/shell-quote (shell-quote)
v1.10.0Compare Source
Merged
parse: add opt-insplitUnquotedoption for shell field-splitting of unquoted expansions#1Commits
parse: match nested${...}braces so nested parameter expansion is consumed as one substitutionc0842c8parse: pin single-quote literalness and unmatched-quote handlinga0d03e32116fa3quote: pin conservative escaping of=,@,^,,,:,!(#11)1c36f3fquoteoutputs POSIX quoting, notcmd.exe/PowerShell100e96eparse's supported parameter-expansion subsete1c75cdparse: a backslash inside single quotes must not escape the closing quote5d460a32de86f5quote: pin that a backslash with whitespace is not doubled in single quotes (#14)190e236quote: use output verbatim; do not re-quote it (#11)1b36468parse: fix swappedSINGLE_QUOTE/DOUBLE_QUOTEvariable names801af5c59bbf8b@arethetypeswrong/cli,evalmda04d475@arethetypeswrong/ci,eslintd390f9aquote: the tilde test escapes every~, not just a leading one (#9)617d119v1.9.0Compare Source
Commits
dca6e21eslint9aa9e8fparse: finalize tokens in linear time (GHSA-395f-4hp3-45gv)7ff548875e8497@types/esrecurse3fb739dnpm installon Windows to survive npm 2/3 staging-rename flakeabe0163b4bafa2quote: escape leading~to prevent shell tilde-expansion7a76c1aauto-changelog,tape7184b44jackspeakis no longer in the graph9ba368avitejs/vite (vite)
v8.1.5Compare Source
Bug Fixes
buildEnd(#22931) (8100320)Documentation
@defaultfor build.cssMinify (#22948) (c88c236)@defaultfor build.lib.formats (#22911) (369ed60)Tests
__tests__(#22912) (c961cae)v8.1.4Compare Source
Features
Bug Fixes
import.meta.urlin preload function as-is (#22839) (f1f90ed)Documentation
@defaultforserver.cors(#22859) (70435b2)Miscellaneous Chores
Code Refactoring
Tests
Build System
onwarnwithonLog(#22741) (c581b55)v8.1.3Compare Source
Bug Fixes
es-module-lexerto 2.3.0 (#22838) (7103c3a)v8.1.2Compare Source
Bug Fixes
v8.1.1Compare Source
Features
Bug Fixes
import.meta.hot.invalidate()(#22797) (709eb8e)@importurls with lightningcss (#22718) (9fa7ab4)esbuild.jsxSideEffectswhen converting tooxc.jsx.pure(#22809) (33895ba)ERR_CLOSED_SERVERin scanner (#22784) (085a0ab)inputfromroot(#22769) (9722b07)Miscellaneous Chores
Code Refactoring
Object.valuescalls (#22790) (1113acf)Tests
v8.1.0Compare Source
Features
server.fs.denylist with common files (#22707) (61ba8fd)~for Rolldown (#22693) (9928722)Bug Fixes
Code Refactoring
rolldownOptionsproperty for chunkImportMap (#22692) (8e8816c)yarnpkg/berry (yarn)
v4.17.1: v4.17.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.17.0...@yarnpkg/cli/4.17.1
v4.17.0: v4.17.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.16.0...@yarnpkg/cli/4.17.0
v4.16.0: v4.16.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.15.0...@yarnpkg/cli/4.16.0
v4.15.0: v4.15.0Compare Source
What's Changed
npmMinimalAgeGate: 1dthe default by @arcanis in #7135New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.14.1...@yarnpkg/cli/4.15.0
v4.14.1: v4.14.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.14.0...@yarnpkg/cli/4.14.1
v4.14.0: v4.14.0Compare Source
What's Changed
required under PnP by @clemyan in #7077enableScripts: falsethe default by @arcanis in #7089exec:protocol respectenableScriptsby @arcanis in #7090approvedGitRepositoriesby @arcanis in #7091New Contributors
Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.13.0...@yarnpkg/cli/4.14.0
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.