-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading axios 1.6.x versions #174002
Upgrading axios 1.6.x versions #174002
Conversation
/ci |
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Can we also update package.json
with this new axios
version (optional) and backport the change to 7.17?
/ci |
@azasypkin definitely! Fixed in latest commit and added backport label |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
## Summary Upgrading patch version of `axios` 1.6.0 -> 1.6.3 (cherry picked from commit 079db3e)
Some backports had to be manually created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.12`: - [Upgrading axios 1.6.x versions (#174002)](#174002) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kurt","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-28T17:15:24Z","message":"Upgrading axios 1.6.x versions (#174002)\n\n## Summary\r\n\r\nUpgrading patch version of `axios` 1.6.0 -> 1.6.3","sha":"079db3e7ebcbed934c39d0efe67821317fe9eaec","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v8.12.1","v8.13.0"],"title":"Upgrading axios 1.6.x versions","number":174002,"url":"https://github.com/elastic/kibana/pull/174002","mergeCommit":{"message":"Upgrading axios 1.6.x versions (#174002)\n\n## Summary\r\n\r\nUpgrading patch version of `axios` 1.6.0 -> 1.6.3","sha":"079db3e7ebcbed934c39d0efe67821317fe9eaec"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174002","number":174002,"mergeCommit":{"message":"Upgrading axios 1.6.x versions (#174002)\n\n## Summary\r\n\r\nUpgrading patch version of `axios` 1.6.0 -> 1.6.3","sha":"079db3e7ebcbed934c39d0efe67821317fe9eaec"}}]}] BACKPORT--> Co-authored-by: Kurt <[email protected]>
## Summary Manual backport to 7.17 of axios upgrade 1.6.0 to 1.6.3 See #174002 --------- Co-authored-by: kibanamachine <[email protected]>
Summary
Upgrading patch version of
axios
1.6.0 -> 1.6.3