chore(deps): update dependency @angular-devkit/build-angular to v16 - autoclosed #37
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:
^15.1.6->^16.0.0Release Notes
angular/angular-cli
v16.0.0Compare Source
Breaking Changes
@angular/cli
The deprecated
defaultCollectionworkspace option has been removed. UseschematicCollectionsinstead.Before
After
The deprecated
defaultProjectworkspace option has been removed. The project to use will be determined from the current working directory.Node.js v14 support has been removed
Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16.
Angular v16 will continue to officially support Node.js versions v16 and v18.
@schematics/angular
ng g resolverandng g guardnow generate a functional resolver or guard by default. It is still possible to generate a (deprecated) class-based resolver or guard by usingng g resolver --no-functionalorng g guard --no-functional.CanLoadguards. UseCanMatchinstead.@angular-devkit/build-angular
Deprecated
outputPathandoutputPathsfrom the server and browser builder have been removed from the builder output. Useoutputsinstead.Note: this change does not effect application developers.
@angular-devkit/core
SchemaRegistry.compilemethod now returns aPromise.flattenhas been removed without replacement.ContentHasMutatedException,InvalidUpdateRecordException,UnimplementedExceptionandMergeConflictExceptionAPI from@angular-devkit/corehave been removed in favor of the API from@angular-devkit/schematics.UnsupportedPlatformException- A custom error exception should be created instead.@angular-devkit/schematics
UpdateBufferhas been removed andUpdateBuffer2is renamed to
UpdateBuffer. With this change the related anddeprecated symbols
ContentCannotBeRemovedExceptionandChunkhave also been removed.
@ngtools/webpack
@schematics/angular
BrowserModule.withServerTransitionapp.server.module.tstoapp.module.server.tsprovideServerSupportwithprovideServerRendering@angular/cli
defaultCollectionfrom workspace configurationdefaultProjectfrom workspace configuration@angular-devkit/architect
@angular-devkit/build-angular
x_google_ignoreListsupport for esbuild builderlooseEnumsbuild optimizer rulepreserveWhitespacesis set in the tsconfig provided to the server builder@angular/platform-server/initfrom unsafe optimizationsoutputPathsandoutputPathBuilder output@angular-devkit/core
compileto returnPromise@angular-devkit/schematics
UpdateBufferand renameUpdateBuffer2toUpdateBuffer@ngtools/webpack
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.