| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
✅ Deploy Preview for limitless-angular-sanity-example canceled.
|
Sorry, something went wrong.
npm i https://pkg.pr.new/@limitless-angular/sanity@70 commit: 95494b3 |
Sorry, something went wrong.
Update the active Angular compatibility window to Angular 19 through 21, refresh the Angular 21 workspace toolchain, update the compatibility matrix, and apply the Angular 21 SSR bootstrap context migration. BREAKING CHANGE: Angular 18 is no longer included in the @limitless-angular/sanity peer dependency range or required compatibility matrix. Use Angular 19, Angular 20, or Angular 21 with this package line.
| Back | FazBrowse Home | New Git URL |
PR Checklist
Updates Angular compatibility for the next supported window. No issue number.
Closes #
N/A
What is the new behavior?
Does this PR introduce a breaking change?
BREAKING CHANGE: Angular 18 is no longer in the supported peer range or required compatibility matrix. Applications using this package line should use Angular 19, Angular 20, or Angular 21. Older package-line compatibility remains documented in the README table.
Other information
Validation run locally:
Official ng update @angular/core --migrate-only --from 20.0.0 --to 21.0.0 --allow-dirty hit the repo-local tsconfig path issue documented in the Angular compatibility skill. I inspected Angular 21's add-bootstrap-context-to-server-main migration bundle and applied the same BootstrapContext server bootstrap changes manually. The remaining Angular core v21 migration targets were audited and did not apply.
Package-manager note: pnpm has autoInstallPeers enabled, and Analog declares optional broad peer ranges for Nx and Angular DevKit build tooling. The root overrides pin those auto-installed optional peers to Angular-21-compatible versions so pnpm does not resolve stale Nx 20 / Angular DevKit 19 peers into the Angular 21 workspace graph.
[Optional] What gif best describes this PR or how it makes you feel?
N/A