-
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
Upgrade babel/traverse to 7.23.2 #169174
Merged
kc13greiner
merged 3 commits into
elastic:main
from
kc13greiner:feature/upgrade_bable_traverse_7.23
Oct 18, 2023
Merged
Upgrade babel/traverse to 7.23.2 #169174
kc13greiner
merged 3 commits into
elastic:main
from
kc13greiner:feature/upgrade_bable_traverse_7.23
Oct 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kc13greiner
added
chore
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
release_note:skip
Skip the PR/issue when compiling release notes
backport:all-open
Backport to all branches that could still receive a release
v8.12.0
labels
Oct 17, 2023
Pinging @elastic/kibana-security (Team:Security) |
thomheymann
approved these changes
Oct 18, 2023
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
kc13greiner
added a commit
to kc13greiner/kibana
that referenced
this pull request
Oct 19, 2023
## Summary Upgrading `@babel/traverse` form 7.21.2 to 7.23.2 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 8fd827f) # Conflicts: # yarn.lock
Backports were 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 |
kc13greiner
added a commit
that referenced
this pull request
Oct 23, 2023
# Backport This will backport the following commits from `main` to `8.11`: - [Upgrade babel/traverse to 7.23.2 (#169174)](#169174) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-10-18T20:59:15Z","message":"Upgrade babel/traverse to 7.23.2 (#169174)\n\n## Summary\r\n\r\nUpgrading `@babel/traverse` form 7.21.2 to 7.23.2\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"8fd827f8683cc0312ba957e384d82bab5ab217c7","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v8.12.0"],"number":169174,"url":"https://github.com/elastic/kibana/pull/169174","mergeCommit":{"message":"Upgrade babel/traverse to 7.23.2 (#169174)\n\n## Summary\r\n\r\nUpgrading `@babel/traverse` form 7.21.2 to 7.23.2\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"8fd827f8683cc0312ba957e384d82bab5ab217c7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169174","number":169174,"mergeCommit":{"message":"Upgrade babel/traverse to 7.23.2 (#169174)\n\n## Summary\r\n\r\nUpgrading `@babel/traverse` form 7.21.2 to 7.23.2\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"8fd827f8683cc0312ba957e384d82bab5ab217c7"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kc13greiner
added a commit
that referenced
this pull request
Oct 24, 2023
# Manual Backport Main [PR](#169174) ## Summary Upgrade `@babel/traverse` from v7.21.2 to v7.23.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport:all-open
Backport to all branches that could still receive a release
chore
release_note:skip
Skip the PR/issue when compiling release notes
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
v8.11.0
v8.12.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Upgrading
@babel/traverse
form 7.21.2 to 7.23.2