Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @angular/core and @angular/animations #2615

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2022

Bumps @angular/core and @angular/animations. These dependencies needed to be updated together.
Updates @angular/core from 13.1.3 to 13.2.0

Release notes

Sourced from @​angular/core's releases.

v13.2.0

13.2.0 (2022-01-26)

Deprecations

  • The CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy.

  • The ComponentFactory and ComponentFactoryResolver classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories).

  • Since Ivy, the CompilerOptions.useJit and CompilerOptions.missingTranslation config options are unused, passing them has no effect.

Commit Description
docs - 9c11183e74 deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#44749)
docs - 9f12e7fea4 deprecate ComponentFactory and ComponentFactoryResolver symbols (#44749)
docs - 4e95a316ce deprecate unused config options from the CompilerOptions interface (#44749)

compiler

Commit Description
feat - a4ab6d6b72 add support for safe calls in templates (#44580)
fix - abd1bc8039 correct spans when parsing bindings with comments (#44785)
fix - ed67a074ce properly compile DI factories when coverage reporting is enabled (#44732)

compiler-cli

Commit Description
feat - fa835b5a29 enable extended diagnostics by default (#44712)
feat - 73424def13 provide the animations for DirectiveMeta (#44630)
fix - fe3e4d6865 Handle ng-template with structural directive in indexer (#44788)
fix - 7316e72ec5 properly index elements when on a template (#44785)
fix - 100091ebf0 remove leftover _extendedTemplateDiagnostics requirements (#44777)
fix - d2ae96f742 skip ExtendedTemplateCheckerImpl construction if there were configuration errors (#44778)

core

Commit Description
fix - 5626b34264 consistently use namespace short name rather than URI (#44766)
fix - 94bfcdd9de error if NgZone.isInAngularZone is called with a noop zone (#44800)

forms

Commit Description
feat - 72092ebd26 Allow a FormControl to use initial value as default. (#44434)
fix - f7aa937cac Make some minor fixups for forward-compatibility with typed forms. (#44540)

language-service

Commit Description
feat - af2a1317cb support completions for animation (#44630)

router

Commit Description
feat - 5a4ddfd4f5 Allow symbol keys for Route data and resolve properties (#44519)

... (truncated)

Commits
  • a38ae0a refactor(forms): Temporarily disable the typed forms migration. (#44828)
  • e12dfa5 test(animations): Add bundling symbol test for animations package (#44809)
  • fa7c7af refactor(forms): update required validator and checkbox validator to inherit ...
  • a4aa9b3 Revert "feat(core): allow for injector to be specified when creating an embed...
  • 94bfcdd fix(core): error if NgZone.isInAngularZone is called with a noop zone (#44800)
  • ed67a07 fix(compiler): properly compile DI factories when coverage reporting is enabl...
  • 5626b34 fix(core): consistently use namespace short name rather than URI (#44766)
  • 4e95a31 docs: deprecate unused config options from the CompilerOptions interface (#...
  • 9f12e7f docs: deprecate ComponentFactory and ComponentFactoryResolver symbols (#4...
  • b49ffcd feat(core): allow for injector to be specified when creating an embedded view...
  • Additional commits viewable in compare view

Updates @angular/animations from 13.1.3 to 13.2.0

Release notes

Sourced from @​angular/animations's releases.

v13.2.0

13.2.0 (2022-01-26)

Deprecations

  • The CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols were previously necessary in some cases to test AOT-compiled components with View Engine, but they are no longer needed since Ivy.

  • The ComponentFactory and ComponentFactoryResolver classes are deprecated. Since Ivy, there is no need to resolve Component factories. Please use other APIs where you Component classes can be used directly (without resolving their factories).

  • Since Ivy, the CompilerOptions.useJit and CompilerOptions.missingTranslation config options are unused, passing them has no effect.

Commit Description
docs - 9c11183e74 deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols (#44749)
docs - 9f12e7fea4 deprecate ComponentFactory and ComponentFactoryResolver symbols (#44749)
docs - 4e95a316ce deprecate unused config options from the CompilerOptions interface (#44749)

compiler

Commit Description
feat - a4ab6d6b72 add support for safe calls in templates (#44580)
fix - abd1bc8039 correct spans when parsing bindings with comments (#44785)
fix - ed67a074ce properly compile DI factories when coverage reporting is enabled (#44732)

compiler-cli

Commit Description
feat - fa835b5a29 enable extended diagnostics by default (#44712)
feat - 73424def13 provide the animations for DirectiveMeta (#44630)
fix - fe3e4d6865 Handle ng-template with structural directive in indexer (#44788)
fix - 7316e72ec5 properly index elements when on a template (#44785)
fix - 100091ebf0 remove leftover _extendedTemplateDiagnostics requirements (#44777)
fix - d2ae96f742 skip ExtendedTemplateCheckerImpl construction if there were configuration errors (#44778)

core

Commit Description
fix - 5626b34264 consistently use namespace short name rather than URI (#44766)
fix - 94bfcdd9de error if NgZone.isInAngularZone is called with a noop zone (#44800)

forms

Commit Description
feat - 72092ebd26 Allow a FormControl to use initial value as default. (#44434)
fix - f7aa937cac Make some minor fixups for forward-compatibility with typed forms. (#44540)

language-service

Commit Description
feat - af2a1317cb support completions for animation (#44630)

router

Commit Description
feat - 5a4ddfd4f5 Allow symbol keys for Route data and resolve properties (#44519)

... (truncated)

Commits
  • ece530f refactor(animations): change errors type from any to string (#44726)
  • adc487f fix(animations): apply setStyles to only rootTimelines (#44515)
  • 290df4f refactor(animations): Remove unnecessary IE specific code (#44686)
  • 8ba43a1 fix(animations): retain triggers values for moved tracked list items (#44578)
  • 7b9169e docs(animations): fix grammar (#44607)
  • b69a514 docs(animations): fix links to the AnimationBuilder.build method (#44594)
  • c46d533 build: switch devmode output to es2015 (#44505)
  • 7663dd0 docs(animations): add links to state() references (#44376)
  • f394831 refactor(animations): remove the unused enter and leave selectors (#44460)
  • f56ac0f refactor(animations): improve _finalKeyframe non-null assertion (#44458)
  • Additional commits viewable 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)

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together.

Updates `@angular/core` from 13.1.3 to 13.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md)
- [Commits](https://github.com/angular/angular/commits/13.2.0/packages/core)

Updates `@angular/animations` from 13.1.3 to 13.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md)
- [Commits](https://github.com/angular/angular/commits/13.2.0/packages/animations)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2022
@github-actions github-actions bot merged commit 41c59ac into main Jan 27, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/angular/core-and-angular/animations-13.2.0 branch January 27, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants