-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Update Node version to LTS v22 #21
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@martinalbert I see two moderate severity security vulnerabilities - but it looks like the buttercms-js is still 1.2.5 (most current is 3.0.0) - are we planning on updating this separately with the starter project updates? (e.g., are we splitting into two separate jobs to reduce scope, this one being the node update and the other one being updating starter to most recent architecture?) |
@ViolanteCodes, I updated the |
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.
LGTM - no vulnerabilities on fresh install, all content is complete
This PR updates and sets the minimal required Node version to LTS, more specifically to version 22.10.5.
Due to Node update, Angular version needed to be migrated to v18 due to its possible compatibility issues. Version compatibility of Angular to Node and RxJS can be seen here: https://angular.dev/reference/versions.
With Angular update, we also remove polyfill file and use the zone.js in configuration file delegating this responsibility to Angular.