bulwark
bulwark copied to clipboard
chore(deps): bump @angular/platform-browser-dynamic from 13.2.7 to 14.1.0 in /frontend
Bumps @angular/platform-browser-dynamic from 13.2.7 to 14.1.0.
Release notes
Sourced from @angular/platform-browser-dynamic
's releases.
v14.1.0
14.1.0 (2022-07-20)
Deprecations
core
- The
createNgModuleRef
is deprecated in favor of newly addedcreateNgModule
one.- The bit field signature of
inject()
has been deprecated, in favor of the new options object. Correspondingly,InjectFlags
is deprecated as well.animations
Commit Description add provideAnimations()
andprovideNoopAnimations()
functions (#46793)common
Commit Description make the CommonModule
pipes standalone (#46401)make the CommonModule directives standalone (#46469) compiler
Commit Description Add extended diagnostic to warn when missing let on ngForOf (#46683) Add extended diagnostic to warn when text attributes are intended to be bindings (#46161) warn when style suffixes are used with attribute bindings (#46651) compiler-cli
Commit Description add extended diagnostic for non-nullable optional chains (#46686) detect missing control flow directive imports in standalone components (#46146) improve the missingControlFlowDirective message (#46846) core
Commit Description add createComponent
functionadd reflectComponentType
functionadd ability to set inputs on ComponentRef (#46641) alias createNgModuleRef
ascreateNgModule
(#46789)expose EnvironmentInjector on ApplicationRef (#46665) import AsyncStackTaggingZone if available (#46693) introduce EnvironmentInjector.runInContext
API (#46653)options object to supersede bit flags for inject()
(#46649)support the descendants option for ContentChild queries (#46638) Fix runInContext
forNgModuleRef
injector (#46877)make parent injector argument required in createEnvironmentInjector
(#46397)http
Commit Description improve error message for nullish header (#46059) router
Commit Description
... (truncated)
Changelog
Sourced from @angular/platform-browser-dynamic
's changelog.
14.1.0 (2022-07-20)
Deprecations
core
- The
createNgModuleRef
is deprecated in favor of newly addedcreateNgModule
one.- The bit field signature of
inject()
has been deprecated, in favor of the new options object. Correspondingly,InjectFlags
is deprecated as well.animations
Commit Type Description 55308f2df5 feat add provideAnimations()
andprovideNoopAnimations()
functions (#46793)common
Commit Type Description 4a2e7335b1 feat make the CommonModule
pipes standalone (#46401)a7597dd080 feat make the CommonModule directives standalone (#46469) compiler
Commit Type Description 33ce3883a5 feat Add extended diagnostic to warn when missing let on ngForOf (#46683) 6f11a58040 feat Add extended diagnostic to warn when text attributes are intended to be bindings (#46161) 9e836c232f feat warn when style suffixes are used with attribute bindings (#46651) compiler-cli
Commit Type Description 93c65e7b14 feat add extended diagnostic for non-nullable optional chains (#46686) 131d029da1 feat detect missing control flow directive imports in standalone components (#46146) 6b8e60c06a fix improve the missingControlFlowDirective message (#46846) core
Commit Type Description e8e8e5f171 feat add createComponent
functionb5153814af feat add reflectComponentType
function96c6139c9a feat add ability to set inputs on ComponentRef (#46641) a6d5fe202c feat alias createNgModuleRef
ascreateNgModule
(#46789)71e606d3c3 feat expose EnvironmentInjector on ApplicationRef (#46665) 19e6d9ccd3 feat import AsyncStackTaggingZone if available (#46693) a7a14df5f8 feat introduce EnvironmentInjector.runInContext
API (#46653)fa52b6e906 feat options object to supersede bit flags for inject()
(#46649)af20112222 feat support the descendants option for ContentChild queries (#46638) 945a3ad359 fix Fix runInContext
forNgModuleRef
injector (#46877)bb7c80477b fix make parent injector argument required in createEnvironmentInjector
(#46397)http
Commit Type Description 82acbf919b feat improve error message for nullish header (#46059) router
Commit Type Description 53ca936366 feat Add ability to create UrlTree
from anyActivatedRouteSnapshot
(#45877)de058bba99 feat Add CanMatch guard to control whether a Route should match (#46021)
... (truncated)
Commits
68597bb
feat(bazel): speed up dev-turnaround by bundling types only when packaging (#...6eaaefd
feat(core): drop support for Node.js 12 (#45286)- See full diff in compare view
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)
Superseded by #1114.