-
Notifications
You must be signed in to change notification settings - Fork 492
feat: upgrade to Angular 18 #942
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
Add eslint Add core-js Enable Ivy Enable Aot Fix polyfills Fix lint errors Fix template compilation errors Fix example-app build Fix docs-app build Fix cyclical component references (angular/angular#43227 (comment)) BREAKING CHANGE: Library is now build with 'partial' Ivy
@jodaka can you please merge this change? We would like to deprecate our fork. Thanks! |
I wish I could! I'm just a casual user of angular-tree-component and would love to see this PR merged. |
ha! dang you could've fooled me 🙂. really disappointing to see libraries get abandoned by their maintainers. |
@bobbyg603 , @jodaka have you a forked version of the lib yet with the Angular 13+ supported? |
@ikruglik yes, our forked version that targets Angular 13 can be found on npm npm i @bugsplat/angular-tree-component |
* chore: update @angular/cli * chore: update @angular/cdk * chore: update @angular/material * chore: update @angular/cli * chore: update @angular/cdk * chore: update @angular/material * chore: update @angular/cli * chore: update @angular/cdk * chore: update @angular/material * chore: update @angular/cli * chore: update @angular/cdk * chore: update @angular/cli * chore: update @angular-eslint/schematics * chore: install with legacy peer deps * chore: add missing dev deps, remove unused dev deps * chore: remove unsused code-tabs custom element * chore: update legacy MatSnackBar * chore: update MatButtonModule * chore: update @angular/material * chore: update @angular/cdk * chore: update @angular/material * chore: ran npm audit fix * chore: ran npm audit fix
hi @tobiasengelhardt, I've updated this project to use Angular 18. It's been 3 years since the last commit, perhaps you might let us take over the project? |
@bobbyg603 I wish I could, but I have no rights to merge, push or change anything in this project. |
* chore: package updates * chore: package updates * chore: more package updates * chore: update packages * chore: npm audit fix * chore: update core-js
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #915
What is the new behavior?
Adds support for Angular 13 and builds library as 'partial' Ivy
Does this PR introduce a breaking change?
Other information
BREAKING CHANGE: Library is now built with 'partial' Ivy