Skip to content
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

[Manual Backport 2.x][Security] Bump all babel dependencies from 7.16.x to 7.22.9 (#5428) #5464

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

ananzh
Copy link
Member

@ananzh ananzh commented Nov 10, 2023

Description

  • chore: Bump all babel dependencies from 7.16.x to 7.22.9

Update proposal plugins to their transform equivalents

Issues Resolved

Resolves CVE-2023-45133

Backport PR

#5428

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #5464 (ac7a90b) into 2.x (5cd05bf) will increase coverage by 0.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              2.x    #5464      +/-   ##
==========================================
+ Coverage   66.84%   66.97%   +0.13%     
==========================================
  Files        3284     3284              
  Lines       63167    63236      +69     
  Branches    10048    10048              
==========================================
+ Hits        42221    42353     +132     
+ Misses      18469    18445      -24     
+ Partials     2477     2438      -39     
Flag Coverage Δ
Linux_1 35.25% <ø> (-0.01%) ⬇️
Linux_2 55.09% <ø> (-0.13%) ⬇️
Linux_3 43.85% <ø> (+<0.01%) ⬆️
Linux_4 35.48% <ø> (+<0.01%) ⬆️
Windows_1 35.27% <ø> (+<0.01%) ⬆️
Windows_2 55.06% <ø> (-0.13%) ⬇️
Windows_3 43.85% <ø> (+<0.01%) ⬆️
Windows_4 35.48% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
packages/osd-babel-preset/common_preset.js 100.00% <ø> (ø)

... and 77 files with indirect coverage changes

manasvinibs
manasvinibs previously approved these changes Nov 10, 2023
AMoo-Miki
AMoo-Miki previously approved these changes Nov 11, 2023
…opensearch-project#5428)

* chore: Bump all babel dependencies from `7.16.x` to `7.22.9`

Update proposal plugins to their transform equivalents

Resolves CVE-2023-45133

Backport PR
opensearch-project#5428

---------

Signed-off-by: Josh Romero <[email protected]>
@joshuarrrr
Copy link
Member

Whitesource failure can be ignored.

@joshuarrrr joshuarrrr merged commit fe1075b into opensearch-project:2.x Nov 13, 2023
63 of 64 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.11 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.11 2.11
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.11
# Create a new branch
git switch --create backport/backport-5464-to-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fe1075bd5683ad0e9e9309330cf21da3b435f4e7
# Push it to GitHub
git push --set-upstream origin backport/backport-5464-to-2.11
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.11

Then, create a pull request where the base branch is 2.11 and the compare/head branch is backport/backport-5464-to-2.11.

@AMoo-Miki
Copy link
Collaborator

2.11 backport #5482

@ashwin-pc ashwin-pc changed the title [2.x][Security] Bump all babel dependencies from 7.16.x to 7.22.9 (#5428) [Manual Backport 2.x][Security] Bump all babel dependencies from 7.16.x to 7.22.9 (#5428) Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants