Update Fundamental NGX and Angular (major) #427
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.
This PR contains the following updates:
^20.3.8->^21.0.0^20.5.0->^21.0.0^20.5.0->^21.0.0^20.5.0->^21.0.0^20.5.0->^21.0.0^20.5.0->^21.0.0^20.3.8->^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^20.3.9->^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^20.3.9->^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^20.3.9->^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.0^19.2.16 || ^20.3.14->^19.2.16 || ^20.3.14 || ^21.0.029.5.14->30.0.0^11.0.0->^11.0.0 || ^13.0.029.7.0->30.2.029.7.0->30.2.03.0.7->4.0.020.3.0->21.0.1Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v21.0.3: 21.0.3Compare Source
@angular-devkit/build-angular
@angular/build
v21.0.2Compare Source
@angular/cli
@modelcontextprotocol/sdkto v1.24.0@angular-devkit/schematics
@angular/build
reportsDirectoryoptionv21.0.1Compare Source
@angular/cli
@schematics/angular
esModuleInteropandmoduleResolutionwhen module ispreservejasmine.clock().mockDate()@angular/build
isTTYas a function--includepaths to posix@angular/ssr
X-Forwarded-PrefixandAPP_BASE_HREFin redirectsv21.0.0Compare Source
Breaking Changes
@angular/cli
ngcommands will no longer automatically detect and usecnpmas the package manager. As an alternative use the.npmrcfile to ensure npm uses the cnpm registry.@angular/build
javascriptEnabledoption for Less is no longer supported. Projects relying on inline JavaScript within Less files will need to refactor their stylesheets to remove this dependency.@schematics/angular
addTypeToClassNameoption to relevant schematicsincludeoption to jasmine-to-vitest schematicng newpackageManagerinpackage.jsonon new projectsng newaddImportsoption to jasmine-vitest schematicmoduleResolutiontobundler@angular/cli
--jsonoutput tong versionlist_projectsMCP toolng addfunctionalityng versionoutput with more detailsng versioncommand outputfind_examplestool to a stable toolcnpmng adddry runng addng add@angular-devkit/build-angular
jestandjest-environment-jsdomto allow version 30@angular/build
browserViewportoption for vitest browser tests.test.tsfiles by default in unit test builderdefineoption to dev-serverglobalsto be set to falseɵgetOrCreateAngularServerAppis always defined after errorsjavascriptEnabledoption for Lessng servewith SSR (#31723)v20.3.13Compare Source
@angular/cli
@modelcontextprotocol/sdkto v1.24.0angular-eslint/angular-eslint (@angular-eslint/builder)
v21.1.0Compare Source
🩹 Fixes
❤️ Thank You
v21.0.1Compare Source
This was a version bump only for builder to align it with other projects, there were no code changes.
v21.0.0Compare Source
🩹 Fixes
❤️ Thank You
20.7.0 (2025-11-22)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.6.0 (2025-11-09)
🚀 Features
❤️ Thank You
20.5.2 (2025-11-08)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.5.1 (2025-11-03)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.5.0 (2025-10-27)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.4.0 (2025-10-12)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.3.0 (2025-09-14)
🚀 Features
❤️ Thank You
20.2.0 (2025-08-22)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.1.1 (2025-06-19)
This was a version bump only for builder to align it with other projects, there were no code changes.
20.1.0 (2025-06-16)
This was a version bump only for builder to align it with other projects, there were no code changes.
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
v21.1.0Compare Source
🚀 Features
❤️ Thank You
v21.0.1Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
v21.0.0Compare Source
🚀 Features
🩹 Fixes
The selector validation logic has been updated to be more strict and
predictable:
Default Prefix Change:
Angular CLI defaults
different prefix is explicitly configured
Style and Prefix Validation Changes:
both camelCase and kebab-case styles
whether the prefix is properly separated according to the style:
'appselector' ✗)
'appselector' ✗)
Changes to error reporting:
instead of 'styleAndPrefixFailure'
'prefixFailure' (valid kebab-case, but prefix not properly separated)
Migration Guide:
These changes make the rules more predictable and align better with developer expectations
while maintaining compatibility with Angular's compiler requirements for web components.
❤️ Thank You
20.7.0 (2025-11-22)
🩹 Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.