-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrade to angular v19 & nx 20 #81
Conversation
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.
I guess if you dont remove the standalone flag its not a breaking change and we dont have to upgrade the peerDependencies in the package.json
@@ -1,4 +1,4 @@ | |||
const { getJestProjects } = require('@nrwl/jest'); | |||
const { getJestProjects } = require('@nx/jest'); | |||
|
|||
export default { | |||
projects: getJestProjects(), |
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.
Nx version change should have change this to use getJestProjectsAsync
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.
yeah, it didn't :D
"@typescript-eslint/utils": "^8.0.0-alpha.28", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"@typescript-eslint/utils": "7.18.0", | ||
"compression": "^1.7.4", | ||
"cypress": "13.13.0", | ||
"domino": "^2.1.6", |
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.
I guess domino is not a dependency anymore since the angular fork
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.
Does not need to be removed in this MR just noticed as i reviewed the changes
Upgraded nx & angular dependencies.
I think it doesn't create a breaking change, right? Otherwise I can rephrase the commit message to include a breaking change