Skip to content

Comments

[release-4.12] OCPBUGS-76570: Bump axios#16036

Open
jhadvig wants to merge 1 commit intoopenshift:release-4.12from
jhadvig:release-4.12
Open

[release-4.12] OCPBUGS-76570: Bump axios#16036
jhadvig wants to merge 1 commit intoopenshift:release-4.12from
jhadvig:release-4.12

Conversation

@jhadvig
Copy link
Member

@jhadvig jhadvig commented Feb 17, 2026

/assign @logonoff

@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 17, 2026
@openshift-ci-robot
Copy link
Contributor

@jhadvig: This pull request references Jira Issue OCPBUGS-76570, which is invalid:

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected Jira Issue OCPBUGS-76570 to depend on a bug targeting a version in 4.13.0, 4.13.z and in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

/assign @logonoff

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 17, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jhadvig

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jhadvig jhadvig changed the title OCPBUGS-76570: Bump axios [release-4.12] OCPBUGS-76570: Bump axios Feb 17, 2026
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 17, 2026
@jhadvig jhadvig added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Feb 17, 2026
@logonoff
Copy link
Member

/label backport-risk-assessed

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 17, 2026

@jhadvig: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/analyze e484cb0 link true /test analyze
ci/prow/frontend e484cb0 link true /test frontend
ci/prow/images e484cb0 link true /test images
ci/prow/e2e-gcp-console e484cb0 link true /test e2e-gcp-console

Full PR test history. Your PR dashboard.

Details

Instructions 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.

@logonoff
Copy link
Member

Looks like you need to also bump TypeScript?


ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(18,20):
TS1005: ']' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(18,23):
TS1005: ';' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(18,37):
TS1005: '(' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(18,38):
TS1135: Argument expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(18,52):
TS1005: ')' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(19,3):
TS1128: Declaration or statement expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(19,5):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(20,2):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(501,20):
TS1005: ',' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(501,22):
TS1131: Property or signature expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(501,62):
TS1011: An element access expression should take an argument.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(502,20):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(503,11):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(504,9):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(505,8):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(506,17):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(507,5):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(509,16):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(510,16):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(511,5):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(512,5):
TS1005: '(' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(512,26):
TS1005: '(' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(513,15):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(514,16):
TS1109: Expression expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(514,38):
TS1005: '(' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(515,28):
TS1005: ',' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(516,4):
TS1005: ')' expected.

ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts
ERROR in /go/src/github.com/openshift/console/frontend/node_modules/axios/index.d.ts(517,1):
TS1128: Declaration or statement expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants