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

Upgrade to angular v19 & nx 20 #81

Merged
merged 3 commits into from
Dec 19, 2024
Merged

Upgrade to angular v19 & nx 20 #81

merged 3 commits into from
Dec 19, 2024

Conversation

hoebbelsB
Copy link
Contributor

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

Copy link
Contributor

@ChristopherPHolder ChristopherPHolder left a 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(),
Copy link
Contributor

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

Copy link
Contributor Author

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",
Copy link
Contributor

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

Copy link
Contributor

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

@hoebbelsB hoebbelsB merged commit d47a2fc into main Dec 19, 2024
1 check passed
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.

2 participants