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/ionic-team/tutorial-photo-gallery-angular/network/alerts).
Bumps webpack to 5.80.0 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates
webpack
from 5.50.0 to 5.80.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
9ac1728
5.80.009dc9e2
Merge pull request #17024 from webpack/thelarkinn/bump-enhanced-resolved58760a
yarn-lint58396f5
introduce the new types from enhanced-resolve4ff4d59
Merge pull request #16933 from scameron/deterministic-moduleids8bc34bc
feat(deps): Update enhanced-resolve to latest for * wildcard pattern in exports5c522c4
Merge pull request #17022 from snitin315/patch-3457cbe1
Merge pull request #16903 from janlent1/fixruntimeissue63c1601
chore: removefinializer
from cspell.json9c70d1d
Merge pull request #17016 from xiaoboost/fix/fix-spell-errorMaintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
Updates
@angular-devkit/build-angular
from 12.2.18 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
95e1b40
release: cut the v16.0.0 release4f0c1df
refactor: bump@angular/pwa
peer dependency version for v16c8cb641
refactor: bump peer dependencies for v16 release869609c
release: cut the v16.0.0-rc.4 release26dced9
fix(@angular-devkit/build-angular
): JIT support for standalone applications7d792b2
refactor(@angular-devkit/build-angular
): update esbuild builder option status...4cc35f3
build: update all non-major dependenciese17dc92
release: cut the v16.0.0-rc.3 release4d8de73
refactor(@angular-devkit/build-angular
): exclude `@angular/platform-server/in...e690b7c
fix(@angular-devkit/build-angular
): always enablelooseEnums
build optimize...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/ionic-team/tutorial-photo-gallery-angular/network/alerts).