Skip to content

[ZEPPELIN-6233] Upgrade Node.js version 18#5016

Closed
celinayk wants to merge 3 commits into
apache:masterfrom
celinayk:feature/nodejs-18-upgrade
Closed

[ZEPPELIN-6233] Upgrade Node.js version 18#5016
celinayk wants to merge 3 commits into
apache:masterfrom
celinayk:feature/nodejs-18-upgrade

Conversation

@celinayk

@celinayk celinayk commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

What is this PR for?

Upgrade Node.js version 18

What type of PR is it?

Bug Fix

  • Upgrade Node.js to version 18.20
  • Upgrade npm to version 10.8.2
  • Upgrade Angular to version ~15.2.0
  • Upgrade tsc to version 4.9.5

What is the Jira issue?

How should this be tested?

Screenshots (if appropriate)

Questions:

  • Does the license files need to update? N
  • Is there breaking changes for older versions? N
  • Does this needs documentation? N

],
"exclude": [
"**/node_modules/**",
"**/node_modules/**"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason for including **/node_modules/** twice in the exclude list? It seems redundant—one entry should be sufficient.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching that! I've removed the duplicate entries from all projects in the angular.json file.

@tbonelee tbonelee left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image Thanks for the update! Unfortunately, there's a dependency version issue (see attached), so we'll need to address that first.

yarn.lock

# Angular cache
.angular/cache No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a new line at the end of the file.

@seung-00

Copy link
Copy Markdown
Contributor

Could we also update the <node.version> property in root pom.xml? It's used to set up the Node environment in CI.

@celinayk celinayk closed this Aug 22, 2025
@celinayk celinayk deleted the feature/nodejs-18-upgrade branch August 22, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants