The deprecated defaultCollection workspace option has been removed. Use schematicCollections instead.
Before
"defaultCollection": "@angular/material"
After
"schematicCollections": ["@angular/material"]
The deprecated defaultProject workspace 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 resolver and ng g guard now generate a functional resolver or guard by default. It is still possible to generate a (deprecated) class-based resolver or guard by using ng g resolver --no-functional or ng g guard --no-functional.
The CLI no longer allows to generate CanLoad guards. Use CanMatch instead.
TypeScript 4.8 is no longer supported.
@angular-devkit/build-angular
Deprecated outputPath and outputPaths from the server and browser builder have been removed from the builder output. Use outputs instead.
Note: this change does not effect application developers.
@angular-devkit/core
Several changes to the SchemaRegistry.
compile method now returns a Promise.
Deprecated flatten has been removed without replacement.
ContentHasMutatedException, InvalidUpdateRecordException, UnimplementedException and MergeConflictException API from @angular-devkit/core have been removed in favor of the API from @angular-devkit/schematics.
UnsupportedPlatformException - A custom error exception should be created instead.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sliit-foss/sliitfoss/network/alerts).
Bumps loader-utils to 3.2.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
loader-utils
from 1.2.3 to 3.2.1Release notes
Sourced from loader-utils's releases.
... (truncated)
Changelog
Sourced from loader-utils's changelog.
... (truncated)
Commits
a3fd3ca
chore(release): 3.2.1d2d752d
fix: ReDoS problem (#224)52cd134
chore(deps): bump minimist from 1.2.5 to 1.2.6 (#209)9fe2381
chore: add .gitattributes for normalizing end of lines - fixes #203 (#204)a282654
chore(release): 3.2.0f2a524b
chore(deps): update (#200)451858b
feat: hash uniformity for base digestsf7dbfe1
chore(release): 3.1.3ef084d4
fix: crash with md4 hash (#198)097f5c3
chore(release): 3.1.2Updates
@angular-devkit/build-angular
from 0.1102.10 to 16.0.0Release notes
Sourced from
@angular-devkit/build-angular
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/build-angular
's changelog.... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/sliit-foss/sliitfoss/network/alerts).