chore(deps): upgrade multiple dependencies for security and stability#1463
chore(deps): upgrade multiple dependencies for security and stability#1463
Conversation
5c15968 to
a2581e4
Compare
Updates: - eslint: 8.53.0 → 8.57.1 (latest 8.x with security updates) - webpack: 5.94.0 → 5.105.2 (includes HttpUriPlugin security fix) - fastify: 4.29.1 → 5.7.4 (major update, includes CVE-2026-25224 fix) - qs: 6.14.1 → 6.15.0 (security and bug fixes) - @isaacs/brace-expansion: 5.0.0 → 5.0.1 (transitive dependency) Assisted-by: Cursor AI Signed-off-by: Oleksii Orel <oorel@redhat.com>
a2581e4 to
0d92404
Compare
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1463 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1463", name: che-dashboard}]}}]" |
|
/retest |
14487a8 to
1a5d25c
Compare
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1463 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1463", name: che-dashboard}]}}]" |
1 similar comment
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1463 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1463", name: che-dashboard}]}}]" |
|
/retest |
1a5d25c to
0d92404
Compare
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1463 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1463", name: che-dashboard}]}}]" |
|
@olexii4: The following test failed, say
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: olexii4, svor 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 |
What does this PR do?
This PR updates multiple dependencies for security and stability:
Note: ESLint was updated to 8.57.1 instead of 9.x to avoid breaking configuration changes. ESLint 9 requires migrating to flat config format which would be a separate effort.
Screenshot/screencast of this PR
What issues does this PR fix or reference?
Is it tested? How?
Release Notes
Docs PR