chore(deps): update angular-cli monorepo to v18 (major) #814
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:
17.3.4
->18.0.1
17.0.8
->18.0.1
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v18.0.1
Compare Source
v18.0.0
Compare Source
Breaking Changes
@angular/cli
ng doc
command has been removed without a replacement. To perform searches, please visit www.angular.dev@angular-devkit/build-angular
By default, the index.html file is no longer emitted in the browser directory when using the application builder with SSR. Instead, an index.csr.html file is emitted. This change is implemented because in many cases server and cloud providers incorrectly treat the index.html file as a statically generated page. If you still require the old behavior, you can use the
index
option to specify theoutput
file name.The support for the legacy Sass build pipeline, previously accessible via
NG_BUILD_LEGACY_SASS
when utilizing webpack-based builders, has been removed.Deprecations
@angular-devkit/schematics
NodePackageLinkTask
in@angular-devkit/schematics
. A custom task should be created instead.@angular/cli
ng dev
alias tong serve
--version
option@angular/build
package to update group listng version
commandng doc
command@schematics/angular
assets
withpublic
directory@angular-devkit/architect
@angular-devkit/build-angular
poll
option in the library builderindex.html
file in the browser directory when using SSR.@angular-devkit/schematics
NodePackageLinkTask
@angular/build
ansi-colors
andpicomatch
dependenciesv17.3.8
Compare Source
17.3.8 (2024-05-22)
@angular/cli
@angular-devkit/schematics
SchematicTestRunner.runExternalSchematic
fails with "The encoded data was not valid for encoding utf-8"v17.3.7
Compare Source
v17.3.6
Compare Source
@angular-devkit/build-angular
v17.3.5
Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.