angular-realworld-example-app-qucklink
angular-realworld-example-app-qucklink copied to clipboard
build(deps): bump @angular/core from 8.0.0-beta.13 to 14.0.0
Bumps @angular/core from 8.0.0-beta.13 to 14.0.0.
Release notes
Sourced from @angular/core's releases.
v14.0.0
14.0.0 (2022-06-02)
Breaking Changes
animations
- The
AnimationDriver.getParentElementmethod has become required, so any implementors of this interface are now required to provide an implementation for this method. This breakage is unlikely to affect application developers, asAnimationDriveris not expected to be implemented in user code.common
- Adds new required class member that any implementors of the LocationStrategy will need to satisfy. Location does not depend on PlatformLocation anymore.
compiler
Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:
@keyframesfoo { ... }will become:
@keyframeshost-my-cmp_foo { ... }Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.
The recommended solutions in this case are to either:
- change the component's view encapsulation to the
NoneorShadowDom- define keyframes rules in global stylesheets (e.g styles.css)
- define keyframes rules programmatically in code.
Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:
@keyframesfoo { ... }will become:
@keyframeshost-my-cmp_foo { ... }Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.
The recommended solutions in this case are to either:
- change the component's view encapsulation to the
NoneorShadowDom- define keyframes rules in global stylesheets (e.g styles.css)
- define keyframes rules programmatically in code.
core
- Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
- TypeScript versions older than 4.6 are no longer supported.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
14.0.0 (2022-06-02)
Blog post "Angular v14 is now available".
Breaking Changes
animations
- The
AnimationDriver.getParentElementmethod has become required, so any implementors of this interface are now required to provide an implementation for this method. This breakage is unlikely to affect application developers, asAnimationDriveris not expected to be implemented in user code.common
- Adds new required class member that any implementors of the LocationStrategy will need to satisfy. Location does not depend on PlatformLocation anymore.
compiler
Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:
@keyframesfoo { ... }will become:
@keyframeshost-my-cmp_foo { ... }Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.
The recommended solutions in this case are to either:
- change the component's view encapsulation to the
NoneorShadowDom- define keyframes rules in global stylesheets (e.g styles.css)
- define keyframes rules programmatically in code.
Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:
@keyframesfoo { ... }will become:
@keyframeshost-my-cmp_foo { ... }Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.
The recommended solutions in this case are to either:
- change the component's view encapsulation to the
NoneorShadowDom- define keyframes rules in global stylesheets (e.g styles.css)
- define keyframes rules programmatically in code.
core
- Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
... (truncated)
Commits
bf6b44bdocs(core): mark the standalone APIs as Developer Preview (#46050)536939edocs(core): improve standalone-related docs and add more usage examples (#46202)c901934docs: add the Standalone guide link to API docs of component/directive/pipe d...51baa0bdocs(core): improveinjectfunction docs (#46168)ba9f30cfix(core): include component name into unknown element/property error message...5dee53bdocs: create a dedicated page for the NG0203 error (#46166)35653cefix(core): add more details to the MISSING_INJECTION_CONTEXT error (#46166)724e88efix(compiler-cli): preserveforwardReffor component scopes (#46139)0bc77f4fix(core): better error message when unknown property is present (#46147)ddce357fix(core): improve TestBed declarations standalone error message (#45999)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for @angular/core since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.