fix(deps): update npm minor and patch dependencies#754
fix(deps): update npm minor and patch dependencies#754red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
57767a3 to
ae67f24
Compare
ae67f24 to
c1c5251
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:
WalkthroughUpdated dependency version ranges in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error, 2 warnings)
✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
bb9ad21 to
9eb80a1
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 42: The dependency `@redhat-cloud-services/frontend-components-config` was
bumped to ^6.8.3; verify that build/dev/test flows still work by running npm run
build, npm start, and npm run cy:run and fix any webpack or config regressions
introduced by the upgrade (search for usages of frontend-components-config in
package.json and any bootstrap/config scripts or webpack config files such as
code that imports/uses createConfig or setProxy in your build setup); if errors
occur, revert to the previous version or update the configuration code to match
the new minor API surfaces and update package.json accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: ASSERTIVE
Plan: Pro
Run ID: 1d383e23-01dc-4c60-ba83-3b557f24423c
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json,!package-lock.json
📒 Files selected for processing (1)
package.json
9eb80a1 to
8cfac1e
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Around line 41-43: The devDependencies contain 12 security vulnerabilities;
run npm audit fix to apply non-breaking patches and then re-run npm audit to
verify remaining issues, explicitly target and upgrade/patch the listed packages
(`@tootallnate/once`, node-forge, path-to-regexp, picomatch, brace-expansion,
js-yaml, webpack-dev-server) either by updating the dependent package versions
(e.g., bump `@redhat-cloud-services/frontend-components-config` and any transitive
packages) or by applying available patches; if any vulnerabilities require npm
audit fix --force because they introduce breaking changes, create a short
risk-acceptance note documenting why the forced upgrade is necessary or why the
dependency cannot be upgraded, and include the exact commands you ran and the
final npm audit report before marking the PR ready to merge.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: ASSERTIVE
Plan: Pro
Run ID: bc3391b0-0999-46e4-82d9-37464f1b8f73
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json,!package-lock.json
📒 Files selected for processing (1)
package.json
0790d06 to
a0cb3da
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
a0cb3da to
0d1266d
Compare
This PR contains the following updates:
^3.0.31→^3.0.33^7.0.45→^7.3.1^6.7.54→^6.8.4^6.2.1→^6.5.1^7.1.0→^7.2.1^1.0.56→^1.0.58^8.57.1→^8.58.1^15.12.0→^15.13.1^29.4.6→^29.4.9^8.57.1→^8.58.1Release Notes
RedHatInsights/frontend-components (@redhat-cloud-services/eslint-config-redhat-cloud-services)
v3.0.33Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.58.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
cypress-io/cypress (cypress)
v15.13.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-13-1
v15.13.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-13-0
kulshekhar/ts-jest (ts-jest)
v29.4.9Compare Source
v29.4.8Compare Source
v29.4.7Compare Source
Features
typescript-eslint/typescript-eslint (typescript-eslint)
v8.58.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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.