main
fix(@angular/build): ensure import map integrity keys are valid URL-like specifiers
perf(@angular/build): optimize template string size calculation in server manifest
perf(@angular/build): use Map for chunk asset size lookups in budget calculator
fix(@angular/build): fix incorrect budget calculation
fix(@angular/build): correctly invoke `isTTY` as a function
refactor(@angular/build): use `listr2` for spinner and color support
fix(@angular/build): anchor debug ID comment matching and make injection idempotent
refactor(@angular/cli): update aio links -> adev links
feat(@angular/build): migrate Angular Linker to oxc-parser and magic-string
refactor: move builtin module imports to use node: prefix imports
refactor(@angular/build): use xxhash-wasm for fast non-cryptographic content hashing
fix(@angular-devkit/build-angular): respect i18nDuplicateTranslation option when duplicates exist
fix(@angular/build): prevent stripping nested sourceMappingURL comments
refactor: replace `loadEsmModule` with dynamic `import()`
fix(@angular/build): assert that asset input paths are within workspace root
feat(@angular/build): share persistent build cache across git worktrees
feat(@angular/build): allow control of source map sources content for application builds
refactor(@angular/build): remove unnecessary realpath resolution for workspace root
fix(@angular/build): resolve PostCSS plugins relative to config file
refactor: modernize array and string last element access using `.at(-1)`
fix(@angular/build): scope createRequire module resolution using paths to prevent parent paths
refactor(@angular/build): eliminate circular dependencies in bundler context
refactor(@angular/build): centralize sourcemap buffer slicing and removal
refactor: use native browserslist 'baseline' query
fix(@angular/cli): simplify Angular version compatibility checks and add special handling for local builds of new major versions
build: update `aspect_rules_js` to `3.0.2`