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

Feature 382: Update Angular from 17 to 19 #410

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

daniel-va
Copy link
Contributor

Resolves #382.

@daniel-va daniel-va requested a review from TIL-EBP February 10, 2025 15:01
@daniel-va daniel-va force-pushed the feature/assets-382-update-angular-19 branch from 3ce226a to 4b15bdf Compare February 10, 2025 15:59
@@ -13,4 +14,4 @@ export default {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/libs/shared',
};
} satisfies Config;
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you add these manually?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes.

Remove `vite` packages

nx migrate latest

npx nx migrate --run-migrations

Fix tests after nx migrate

Replace `@nrwl/webpack` with `@nx/webpack`

Update other dependencies

Replace global NestJS logger

Replace scsss `lighten` with `color.adjust`

Replace scss `@import`

Ignore esbuild vulnerability
@daniel-va daniel-va force-pushed the feature/assets-382-update-angular-19 branch from 2b4ec82 to 196b972 Compare February 11, 2025 12:29
@daniel-va daniel-va merged commit 92018f9 into develop Feb 11, 2025
8 of 9 checks passed
@daniel-va daniel-va deleted the feature/assets-382-update-angular-19 branch February 11, 2025 13:03
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.

Update Angular 17 to 19
2 participants