Class and InjectionToken guards and resolvers are
deprecated. Instead, write guards as plain JavaScript functions and
inject dependencies with inject from @angular/core.
Commit
Description
Deprecate class and InjectionToken and resolvers (#47924)
common
Commit
Description
Add loaderParams attribute to NgOptimizedImage (#48907)
compiler-cli
Commit
Description
incorrectly detecting forward refs when symbol already exists in file (#48988)
core
Commit
Description
add ng generate schematic to convert declarations to standalone (#48790)
add ng generate schematic to convert to standalone bootstrapping APIs (#48848)
add ng generate schematic to remove unnecessary modules (#48832)
language-service
Commit
Description
Allow auto-imports of a pipe via quick fix when its selector is used, both directly and via reexports. (#48354)
Introduce a new NgModuleIndex, and use it to suggest re-exports. (#48354)
generate forwardRef for same file imports (#48898)
migrations
Commit
Description
add enum in mode option in standalone schema (#48851)
automatically prune root module after bootstrap step (#49030)
avoid generating imports with forward slashes (#48993)
avoid internal modules when generating imports (#48958)
avoid interrupting the migration if language service lookup fails (#49010)
avoid modifying testing modules without declarations (#48921)
don't add ModuleWithProviders to standalone test components (#48987)
don't copy animations modules into the imports of test components (#49147)
don't copy unmigrated declarations into imports array (#48882)
don't delete classes that may provide dependencies transitively (#48866)
Class and InjectionToken guards and resolvers are
deprecated. Instead, write guards as plain JavaScript functions and
inject dependencies with inject from @angular/core.
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/language-service from 13.3.9 to 15.2.0.
Release notes
Sourced from
@angular/language-service
's releases.... (truncated)
Changelog
Sourced from
@angular/language-service
's changelog.... (truncated)
Commits
d014503
fix(language-service): generate forwardRef for same file imports (#48898)6beff5e
refactor(compiler): rework and expose APIs to be used in schematics (#48730)13f10de
test: update code fixes spec to work with esm-cjs interop lint (#48731)4ae384f
feat(language-service): Allow auto-imports of a pipe via quick fix when its s...2a4c5b4
refactor(language-service): Improve the quick fix auto-import tests. (#48354)489243b
fix(language-service): exposepackage.json
for vscode extension resolution ...9fc950d
fix(language-service): ship/api
entry-point (#48670)db8b3b7
fix(language-service): update packages/language-service/build.sh script to wo...acf9826
refactor: updatelanguage-service
package and tests to work with ESM (#48521)0138d75
refactor(language-service): make selector nullable (#48193)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)