-
Notifications
You must be signed in to change notification settings - Fork 6
feat: upgrade to angular 19.2 and add eslint #17
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
base: master
Are you sure you want to change the base?
feat: upgrade to angular 19.2 and add eslint #17
Conversation
Since it is not used
Prettier was configured, but not installed. Added organize-imports plugin for consistent imports - https://www.npmjs.com/package/prettier-plugin-organize-imports
Fixes ValidationConfig issue simplifiedcourses#14 See: simplifiedcourses#16
- and TypeScript to 5.7.3
…ipt-eslint to latest versions
Obsolete / not needed anymore as default.
…slint to version 8.26.0
Updated autoprefixer to version 10.4.21 and prettier to version 3.5.3 to ensure compatibility and access to the latest features and fixes.
…versions - Updated Angular packages from 19.2.3 to 19.2.5 - Updated Angular devkit and CLI from 19.2.5 to 19.2.6 - Updated jest-preset-angular from 14.5.3 to 14.5.4 - Updated ng-packagr from 19.2.0 to 19.2.1 - Updated typescript-eslint from 8.28.0 to 8.29.0
- Bump Angular packages from 19.2.5 to 19.2.6 - Update Angular DevKit and CLI from 19.2.6 to 19.2.7 - Upgrade ESLint from 9.23.0 to 9.24.0 - Update ng-packagr from 19.2.1 to 19.2.2 - Upgrade TypeScript from 5.8.2 to 5.8.3 - Update typescript-eslint from 8.29.0 to 8.29.1
… Storybook, and Vitest
Rename utility function to better reflect its Angular DI implementation - Change function name to follow Angular's naming conventions for inject-based utilities\n- Update all references in form-utils.ts\n- Update exports in exports.ts and public-api.ts\n- Update documentation in README.md with usage examples\n\nThis provides more semantic clarity by indicating the function uses Angular's inject() API and is primarily meant for injection contexts.
Any updates on this? :) |
Yeah, Gonna try and fix this PR in the next week, for a minor release first. |
Thanks @the-ult that would be great! |
@kevinmeyvaert |
Summary
TODO:
N.B.