Bump @angular/core from 4.0.0 to 11.0.5 in /72-testing-attribute-directives
Bumps @angular/core from 4.0.0 to 11.0.5.
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
922f492fix(core): setngDevModetofalsewhen callingenableProdMode()(#40124)0aa220bfix(core): fix possible XSS attack in development through SSR. (#40136)f5aab2bfix(compiler): handle strings inside bindings that contain binding characters...2fbb684perf(core): usengDevModeto tree-shakecheckNoChanges(#39964)1e3534fperf(core): usengDevModeto tree-shake warnings (#39959)35309bbfix(core): unsubscribe from theonErrorwhen the root view is removed (#39940)3680ad1fix(core): remove application from the testability registry when the root vie...37bb320test(core): verifyonDestroycallbacks are invoked when ComponentRef is des...75e22abfix(core): not invoking object's toString when rendering to the DOM (#39843)01c1bfdfix(core): Ensure OnPush ancestors are marked dirty when events occur (#39833)- 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.