fix(deps): update npm minor and patch dependencies#207
fix(deps): update npm minor and patch dependencies#207red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
6560682 to
857113d
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughBumped multiple dependency and devDependency versions in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
35e9b7f to
3bcd890
Compare
551d65f to
d39038a
Compare
5fa536b to
88e8f23
Compare
9bd2036 to
340f242
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 24-42: The engines declaration in package.json is incompatible
with the PatternFly v6 dependencies; update the "engines" field's "node"
constraint to ">=18.0.0" to match PatternFly v6 requirements, or alternatively
downgrade the PatternFly packages (`@patternfly/react-core`,
`@patternfly/react-table`, `@patternfly/quickstarts` and related PatternFly v6
entries) to v5; locate the "engines" object in package.json and change the
"node" value to ">=18.0.0" (or pin the PatternFly package versions to v5) so the
declared Node version aligns with the installed PatternFly packages.
e8385fe to
afeec24
Compare
afeec24 to
58e2852
Compare
e271252 to
dcf2db9
Compare
|
bd7dcc1 to
5d8c1f0
Compare
48660a4 to
7572548
Compare
f154548 to
1afdd2c
Compare
5bac78f to
42bf6c3
Compare
b97d38f to
a68b109
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
a68b109 to
d71ce8c
Compare
This PR contains the following updates:
^4.1.4→^4.1.16^4.1.4→^4.1.14^6.4.0→^6.4.3^6.4.0→^6.4.31.59.0→1.59.1^6.8.3→^6.9.1^1.0.26→^1.1.1^9.1.17→^9.1.20^9.1.17→^9.1.20^0.23.0→^0.24.318.3.27→18.3.28^1.13.2→^1.15.22.12.10→2.13.6^2.0.6→^2.0.7>=18→>=18.20.8^6.6.2→^6.8.9^6.30.2→^6.30.3^4.0.0→^4.0.1^9.1.17→^9.1.20^29.4.5→^29.4.9^2.8.1→^2.8.3Release Notes
data-driven-forms/react-forms (@data-driven-forms/pf4-component-mapper)
v4.1.16Compare Source
4.1.16 (2026-04-10)
🧱 Updated Dependencies
v4.1.15Compare Source
4.1.15 (2026-03-09)
🩹 Fixes
🧱 Updated Dependencies
❤️ Thank You
v4.1.14Compare Source
4.1.14 (2026-02-16)
🧱 Updated Dependencies
v4.1.13Compare Source
4.1.13 (2026-02-11)
🚀 Features
🧱 Updated Dependencies
❤️ Thank You
v4.1.12Compare Source
4.1.12 (2026-02-09)
🧱 Updated Dependencies
v4.1.11Compare Source
4.1.11 (2026-02-05)
🚀 Features
🧱 Updated Dependencies
❤️ Thank You
v4.1.10Compare Source
4.1.10 (2026-02-04)
🧱 Updated Dependencies
v4.1.9Compare Source
4.1.9 (2026-02-02)
🧱 Updated Dependencies
v4.1.8Compare Source
4.1.8 (2026-02-02)
🧱 Updated Dependencies
patternfly/patternfly-react (@patternfly/react-core)
v6.4.3Compare Source
v6.4.2Compare Source
microsoft/playwright (@playwright/test)
v1.59.1Compare Source
Bug Fixes
codegen,--uiandshowcommands (#39990)RedHatInsights/frontend-components (@redhat-cloud-services/frontend-components-config)
v6.9.1Compare Source
v6.9.0Compare Source
v6.8.4Compare Source
storybookjs/test-runner (@storybook/test-runner)
v0.24.3Compare Source
🐛 Bug Fix
Authors: 1
v0.24.2Compare Source
🐛 Bug Fix
Authors: 1
v0.24.1Compare Source
🐛 Bug Fix
Authors: 3
v0.24.0Compare Source
🚀 Enhancement
🐛 Bug Fix
--testTimeoutexamples #579 (@IanVS)Authors: 3
axios/axios (axios)
v1.15.2Compare Source
This release delivers prototype-pollution hardening for the Node HTTP adapter, adds an opt-in
allowedSocketPathsallowlist to mitigate SSRF via Unix domain sockets, fixes a keep-alive socket memory leak, and ships supply-chain hardening across CI and security docs.v1.15.1Compare Source
This release ships a coordinated set of security hardening fixes across headers, body/redirect limits, multipart handling, and XSRF/prototype-pollution vectors, alongside a broad sweep of bug fixes, test migrations, and threat-model documentation updates.
🔒 Security Fixes
inchecks withhasOwnPropertyto prevent authentication bypass via prototype pollution on config objects, with additional regression tests. (#10761, #10760)withXSRFTokenTruthy Bypass: Short-circuits on any truthy non-boolean value, so an ambiguous config no longer silently leaks the XSRF token cross-origin. (#10762)maxBodyLengthWith Zero Redirects: EnforcesmaxBodyLengtheven whenmaxRedirectsis set to0, closing a bypass path for oversized request bodies. (#10753)maxContentLengthBypass: AppliesmaxContentLengthto streamed responses that previously bypassed the cap. (#10754)🚀 New Features
LocationRequest Header Type: AddsLocationtoCommonRequestHeadersListfor accurate typing of redirect-aware requests. (#7528)🐛 Bug Fixes
Content-Typewhen no boundary is present onFormDatafetch requests, supports multi-select fields, cancelsrequest.bodyinstead of the source stream on fetch abort, and fixes a recursion bug in form-data serialisation. (#7314, #10676, #10702, #10726)loadedtototalfor computable upload/download progress events. (#7458)runWhentype with the runtime behaviour inInterceptorManagerand makes response header keys case-insensitive. (#7529, #10677)buildFullPath: Uses strict equality in the base/relative URL check. (#7252)AxiosURLSearchParamsRegex: Improves the regex used for param serialisation to avoid edge-case mismatches. (#10736)🔧 Maintenance & Chores
THREATMODEL.md, including Hopper security update, TLS and tag-replay wording, mitigation descriptions, decompression-bomb guidance, and further cleanup. (#10672, #10715, #10718, #10722, #10763, #10765)shouldBypassProxycoverage for wildcard/IPv6/edge cases, documented and testedAxiosError.status, and migratedprogressEventReducertests to Vitest. (#10723, #10725, #10741)CODEOWNERS, switches v1.x releases to an ephemeral release branch, and removes orphaned Bower support. (#10739, #10738, #10746)follow-redirects(1.15.11→1.16.0) in root and docs,axios(1.14.0→1.15.0) in docs, and a group of 5 development dependencies. (#10717, #10716, #10684, #10709)🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
v1.15.0Compare Source
Bug Fixes
Features
Contributors to this release
PRs
1.2.6 (2023-01-28)
Bug Fixes
CommonRequestHeadersList&CommonResponseHeadersListtypes to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
PRs
1.2.5 (2023-01-26)
Bug Fixes
Contributors to this release
PRs
1.2.4 (2023-01-22)
Bug Fixes
RawAxiosRequestConfigback toAxiosRequestConfig; (#5486) (2a71f49)AxiosRequestConfiggeneric; (#5478) (9bce81b)Contributors to this release
PRs
1.2.3 (2023-01-10)
Bug Fixes
Contributors to this release
PRs
[1.2.2] - 2022-12-29
Fixed
Chores
Contributors to this release
[1.2.1] - 2022-12-05
Changed
Fixed
Refactors
Chores
Contributors to this release
PRs
[1.2.0] - 2022-11-10
Changed
Fixed
Refactors
Chores
Contributors to this release
PRs
[1.1.3] - 2022-10-15
Added
Fixed
Chores
Contributors to this release
PRs
[1.1.2] - 2022-10-07
Fixed
Contributors to this release
PRs
[1.1.1] - 2022-10-07
Fixed
Contributors to this release
PRs
[1.1.0] - 2022-10-06
Fixed
Contributors to this release
PRs
[1.0.0] - 2022-10-04
Added
Changed
Deprecated
Removed
Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.