Skip to content

Conversation

@Kshitij-Katiyar
Copy link

Summary

Upgrade node version to 20.11

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Upgrade the node version to 20.11 and update related configuration files.

  • Updated the node version per the PR title.
  • Fixed the Babel plugin name for object rest/spread support in the configuration.
Files not reviewed (2)
  • .nvmrc: Language not supported
  • webapp/package.json: Language not supported
Comments suppressed due to low confidence (1)

webapp/babel.config.js:31

  • The plugin name has been updated to match the official Babel naming convention. Please confirm that '@babel/proposal-object-rest-spread' is deprecated and the new name '@babel/plugin-proposal-object-rest-spread' is intended.
'@babel/plugin-proposal-object-rest-spread',

@BenCookie95 BenCookie95 self-requested a review May 16, 2025 16:35
"@babel/core": "7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

@BenCookie95 Will look into it and let you know

'@babel/plugin-syntax-dynamic-import',
'@babel/proposal-object-rest-spread',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-optional-chaining',
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need all these?

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.

3 participants