auth0-angular icon indicating copy to clipboard operation
auth0-angular copied to clipboard

Update Angular to Angular 18

Open frederikprijck opened this issue 6 months ago • 0 comments

As per the supported versions of Angular, anything < 18 is no longer supported by google. As called out in our readme, we only support versions of Angular that are actively supported, so we are updating Angular 13 to 18.

This also obsoletes https://github.com/auth0/auth0-angular/pull/673, as core-js nolonger is in-use:

❯ npx npm-why core-js

  No one requires core-js.
❯ npm ls core-js
[email protected] /Users/frederikprijck/Development/auth0/auth0-angular
└── (empty)

Also moved CI to use Node 22. Additionally the unit tests also run on 20.

frederikprijck avatar Jun 23 '25 08:06 frederikprijck