-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Bug fix] Update the dependencies in .babelrc
#294
[Bug fix] Update the dependencies in .babelrc
#294
Conversation
3a06af6
to
e2b8d1a
Compare
@babel/plugin-proposal-class-properties
@babel/plugin-proposal-class-properties
babel
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 5 5
Lines 152 152
Branches 45 45
=======================================
Hits 144 144
Misses 8 8 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ryan Liang <[email protected]>
dabf14c
to
c0fbda0
Compare
babel
.babelrc
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.
You are a ⭐
@RyanL1997 Thanks for the PR. But can we backport this to 2.x? @derek-ho @Swiddis Can we please make sure next time the reviews we do contain appropriate backport labels before approving. Missing backports have been an issue for a long time and messes up the repo branch chaining. |
Signed-off-by: Ryan Liang <[email protected]> (cherry picked from commit 51e3191) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 51e3191) Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Deprecated dependencies:
@babel/plugin-proposal-class-properties
@babel/plugin-proposal-object-rest-spread
Issues Resolved
7.16.x
to7.22.9
OpenSearch-Dashboards#5428@babel/plugin-proposal-class-properties
#295Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.