feat: Angular SDK - upgrade angular to version 22.x.x#195
Merged
Conversation
…auto refreshed and when using React's strict mode.
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the Angular SDK workspace and published @fusionauth/angular-sdk package to Angular 22, including related build/test tooling updates needed for the new Angular builder ecosystem.
Changes:
- Bump Angular dependencies/devDependencies to
^22.0.0, updatezone.jsto~0.15.0, and bump the published Angular SDK major version to2.0.0. - Migrate builders from
@angular-devkit/build-angularto@angular/build, including a new test “shim” target and updated test builder configuration. - Update repo Node version pin and apply minor formatting-only font-stack style changes in Vue/React/Angular styles.
Reviewed changes
Copilot reviewed 15 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/sdk-vue/src/styles/button.scss | Reformats font-family declaration (style-only). |
| packages/sdk-react/src/styles/button.module.scss | Reformats CSS variable font stack (style-only). |
| packages/sdk-angular/yarn.lock | Removes per-workspace lockfile (repo uses root yarn.lock via workspaces). |
| packages/sdk-angular/tsconfig.json | Updates TS config for Angular 22/tooling (moduleResolution bundler, ignoreDeprecations). |
| packages/sdk-angular/projects/fusionauth-angular-sdk/tsconfig.spec.json | Updates Angular config URL comment. |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-register.button/fusion-auth-register-button.component.ts | Adds standalone: false to component metadata. |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-logout.button/fusion-auth-logout-button.component.ts | Adds standalone: false to component metadata. |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-login.button/fusion-auth-login-button.component.ts | Adds standalone: false to component metadata. |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.ts | Adds standalone: false to component metadata. |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fusionauth-account.button/fusion-auth-account-button.component.scss | Reformats font-family declaration (style-only). |
| packages/sdk-angular/projects/fusionauth-angular-sdk/src/lib/components/fa-button.scss | Reformats font-family declaration (style-only). |
| packages/sdk-angular/projects/fusionauth-angular-sdk/package.json | Bumps published Angular SDK to 2.0.0 and raises Angular peer dependency minimums. |
| packages/sdk-angular/package.json | Updates Angular/tooling deps to v22 and adjusts test script. |
| packages/sdk-angular/CHANGES.md | Documents 2.0.0 breaking changes and upgrade notes. |
| packages/sdk-angular/angular.json | Migrates builders to @angular/build and updates test configuration. |
| .nvmrc | Updates pinned Node version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
Linear_ISSUE_LINK
Description:
upgrade vue to version 3.5.x