The Observable based SchematicTestRunner.runSchematicAsync and SchematicTestRunner.runExternalSchematicAsync method have been deprecated in favor of the Promise based SchematicTestRunner.runSchematic and SchematicTestRunner.runExternalSchematic.
@schematics/angular
Commit
Description
add guardType as an alias of implements in guard schematic
add configuration files generation schematic
add environments generation schematic
Add schematics for generating functional router guards and resolvers
add sideEffects:false to library package.json
generate functional interceptors
add missing import for functional interceptor spec
add missing semicolon in functional guard/resolver/interceptor
remove EnvironmentInjector import in functional guard spec
use proper variable in functional guard spec
use proper variable in resolver functional spec
@angular-devkit/build-angular
Commit
Description
add assets option to server builder
implement stats-json option for esbuild builder
support inline component Sass styles with esbuild builder
ensure Sass load paths are resolved from workspace root
explicitly send options to JS transformer workers
provide an option to exclude specs in Karma builder
transform async generator class methods for Zone.js support
use relative css resource paths in esbuild JSON stats
use worker pool for JavaScript transforms in esbuild builder
@angular-devkit/schematics
Commit
Description
add runSchematic and runExternalSchematic methods
Special Thanks
Alan Agius, Andrew Scott, Charles Lyding, Cédric Exbrayat, Doug Parker, Felix Hamann, Jason Bedard, Joey Perrott and Kristiyan Kostadinov
The Observable based SchematicTestRunner.runSchematicAsync and SchematicTestRunner.runExternalSchematicAsync method have been deprecated in favor of the Promise based SchematicTestRunner.runSchematic and SchematicTestRunner.runExternalSchematic.
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)
Bumps @angular-devkit/schematics from 10.1.3 to 15.1.0.
Release notes
Sourced from
@angular-devkit/schematics
's releases.... (truncated)
Changelog
Sourced from
@angular-devkit/schematics
's changelog.... (truncated)
Commits
ea64def
release: cut the v15.1.0 release7731588
build: update angular packages for 15.1.0 released41b741
build: lock file maintenance0520608
fix(@angular-devkit/build-angular
): use relative css resource paths in esbuil...22cba79
fix(@angular-devkit/build-angular
): provide an option toexclude
specs in K...79578fc
refactor(@angular-devkit/build-angular
): remove duplicate namespaces in esbui...17f9136
build: re-enable material e2e tests988ec0c
build: update all non-major dependenciesea2c476
refactor(@schematics/angular
): remove unused local variables62ec20a
release: cut the v15.1.0-rc.0 releaseDependabot 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)