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

[chore] upgrade to Node.js 20 #9466

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

[chore] upgrade to Node.js 20 #9466

wants to merge 37 commits into from

Conversation

kavilla
Copy link
Member

@kavilla kavilla commented Feb 28, 2025

Description

Upgrading the Node.js version used from 18.x to the latest LTS version 20.x.

Issues Resolved

Screenshot

Testing the changes

Changelog

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
Contributor

ℹ️ Manual Changeset Creation Reminder

Please ensure manual commit for changeset file 9466.yml under folder changelogs/fragments to complete this PR.

If you want to use the available OpenSearch Changeset Bot App to avoid manual creation of changeset file you can install it in your forked repository following this link.

For more information about formatting of changeset files, please visit OpenSearch Auto Changeset and Release Notes Tool.

@kavilla kavilla added the nodejs 🍭 issues related to nodejs client label Feb 28, 2025
@kavilla
Copy link
Member Author

kavilla commented Feb 28, 2025

what to see how far the automation gets

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 68.96552% with 18 lines in your changes missing coverage. Please review.

Project coverage is 61.74%. Comparing base (673a512) to head (59f6c34).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../data_source_management/public/components/utils.ts 53.84% 5 Missing and 1 partial ⚠️
.../public/query/query_string/query_string_manager.ts 66.66% 2 Missing and 1 partial ⚠️
..._source_management/framework/utils/use_polling.tsx 33.33% 2 Missing ⚠️
...ver/src/lib/indices/opensearch_dashboards_index.ts 0.00% 1 Missing ⚠️
...ckages/osd-opensearch-archiver/src/lib/progress.ts 0.00% 1 Missing ⚠️
packages/osd-optimizer/src/node/cache.ts 0.00% 1 Missing ⚠️
src/core/server/http/base_path_proxy_server.ts 0.00% 1 Missing ⚠️
src/core/server/metrics/metrics_service.ts 0.00% 1 Missing ⚠️
.../docker_generator/templates/dockerfile.template.ts 0.00% 1 Missing ⚠️
...query_string/language_service/lib/query_result.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9466      +/-   ##
==========================================
- Coverage   61.76%   61.74%   -0.02%     
==========================================
  Files        3815     3815              
  Lines       91890    91904      +14     
  Branches    14570    14572       +2     
==========================================
- Hits        56758    56750       -8     
- Misses      31474    31495      +21     
- Partials     3658     3659       +1     
Flag Coverage Δ
Linux_1 28.97% <5.88%> (-0.01%) ⬇️
Linux_2 56.32% <50.00%> (-0.08%) ⬇️
Linux_3 39.30% <65.95%> (+<0.01%) ⬆️
Linux_4 28.86% <8.10%> (-0.01%) ⬇️
Windows_1 28.99% <5.88%> (-0.01%) ⬇️
Windows_2 56.27% <50.00%> (-0.08%) ⬇️
Windows_3 39.31% <65.95%> (+<0.01%) ⬆️
Windows_4 28.86% <8.10%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

kavilla and others added 19 commits March 7, 2025 10:23
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
kavilla added 14 commits March 7, 2025 10:23
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
kavilla added 2 commits March 7, 2025 22:01
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
kavilla added 2 commits March 8, 2025 00:03
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Node.js v20] Plugin Verification Meta Issue
2 participants