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

build(deps): bump @angular/core and @angular/animations #1196

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 12.2.4 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
[![](https://img.shields.io/badge/9c11183e74-docs-yellow)](https://github.com/angular/angular/commit/9c11183e74980b12c3c5712df174e90af6f19027) deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44749))
[![](https://img.shields.io/badge/9f12e7fea4-docs-yellow)](https://github.com/angular/angular/commit/9f12e7fea434c6d33e1155994e2c228d51520744) deprecate ComponentFactory and ComponentFactoryResolver symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44749))
[![](https://img.shields.io/badge/4e95a316ce-docs-yellow)](https://github.com/angular/angular/commit/4e95a316cef35a771cd8168e3a744eb6bd7f1615) deprecate unused config options from the CompilerOptions interface ([#44749](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44749))

compiler

Commit Description
[![](https://img.shields.io/badge/a4ab6d6b72-feat-blue)](https://github.com/angular/angular/commit/a4ab6d6b72fe891f232d2446f8b7c454a82a5ba0) add support for safe calls in templates ([#44580](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44580))
[![](https://img.shields.io/badge/abd1bc8039-fix-green)](https://github.com/angular/angular/commit/abd1bc8039ade4324f91fd616c82e52f05bdbb70) correct spans when parsing bindings with comments ([#44785](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44785))
[![](https://img.shields.io/badge/ed67a074ce-fix-green)](https://github.com/angular/angular/commit/ed67a074ceed6440bf7f638512a20bbd3be8cbd4) properly compile DI factories when coverage reporting is enabled ([#44732](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44732))

compiler-cli

Commit Description
[![](https://img.shields.io/badge/fa835b5a29-feat-blue)](https://github.com/angular/angular/commit/fa835b5a297087087eac2750b662096ed5492cb6) enable extended diagnostics by default ([#44712](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44712))
[![](https://img.shields.io/badge/73424def13-feat-blue)](https://github.com/angular/angular/commit/73424def130ae1d72036142f6f2d7bce63858c9e) provide the animations for DirectiveMeta ([#44630](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44630))
[![](https://img.shields.io/badge/fe3e4d6865-fix-green)](https://github.com/angular/angular/commit/fe3e4d6865c1e760be0511cfd757b4574a67fa5b) Handle ng-template with structural directive in indexer ([#44788](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44788))
[![](https://img.shields.io/badge/7316e72ec5-fix-green)](https://github.com/angular/angular/commit/7316e72ec5ccc475e610bf26b5da451b8ffa50a2) properly index elements when on a template ([#44785](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44785))
[![](https://img.shields.io/badge/100091ebf0-fix-green)](https://github.com/angular/angular/commit/100091ebf0ad480e94b5db4f183f9bfcfe8b8274) remove leftover _extendedTemplateDiagnostics requirements ([#44777](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44777))
[![](https://img.shields.io/badge/d2ae96f742-fix-green)](https://github.com/angular/angular/commit/d2ae96f742c82daa6c4d4b8afd3b0959fb9b89d1) skip ExtendedTemplateCheckerImpl construction if there were configuration errors ([#44778](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44778))

core

Commit Description
[![](https://img.shields.io/badge/5626b34264-fix-green)](https://github.com/angular/angular/commit/5626b34264d8893fece74d30db4920a685f3b17f) consistently use namespace short name rather than URI ([#44766](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44766))
[![](https://img.shields.io/badge/94bfcdd9de-fix-green)](https://github.com/angular/angular/commit/94bfcdd9de234f7189daaa06a6c179d9697bef8d) error if NgZone.isInAngularZone is called with a noop zone ([#44800](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44800))

forms

Commit Description
[![](https://img.shields.io/badge/72092ebd26-feat-blue)](https://github.com/angular/angular/commit/72092ebd26d6670a7dd02f6db5515d2afd27c4d6) Allow a FormControl to use initial value as default. ([#44434](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44434))
[![](https://img.shields.io/badge/f7aa937cac-fix-green)](https://github.com/angular/angular/commit/f7aa937cac0ad315e1012770aa1da97476aced54) Make some minor fixups for forward-compatibility with typed forms. ([#44540](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44540))

language-service

Commit Description
[![](https://img.shields.io/badge/af2a1317cb-feat-blue)](https://github.com/angular/angular/commit/af2a1317cbfba985233f510bbe9e49016968307c) support completions for animation ([#44630](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44630))

router

Commit Description
[![](https://img.shields.io/badge/5a4ddfd4f5-feat-blue)](https://github.com/angular/angular/commit/5a4ddfd4f5e17bb4209528cefc3f0674298ab6e8) Allow symbol keys for Route data and resolve properties ([#44519](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44519))

... (truncated)

Commits
  • a38ae0a refactor(forms): Temporarily disable the typed forms migration. ([#44828](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44828))
  • e12dfa5 test(animations): Add bundling symbol test for animations package ([#44809](https://github.com/angular/angular/tree/HEAD/packages/core/issues/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](https://github.com/angular/angular/tree/HEAD/packages/core/issues/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](https://github.com/angular/angular/tree/HEAD/packages/core/issues/44766))
  • 4e95a31 docs: deprecate unused config options from the CompilerOptions interface (#...
  • 9f12e7f docs: deprecate ComponentFactory and ComponentFactoryResolver symbols ([Bump karma from 5.0.9 to 5.1.0 #4](https://github.com/angular/angular/tree/HEAD/packages/core/issues/4)...
  • b49ffcd feat(core): allow for injector to be specified when creating an embedded view...
  • Additional commits viewable in [compare view](https://github.com/angular/angular/commits/13.2.0/packages/core)

Updates @angular/animations from 12.2.4 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
[![](https://img.shields.io/badge/9c11183e74-docs-yellow)](https://github.com/angular/angular/commit/9c11183e74980b12c3c5712df174e90af6f19027) deprecate CachedResourceLoader and RESOURCE_CACHE_PROVIDER symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44749))
[![](https://img.shields.io/badge/9f12e7fea4-docs-yellow)](https://github.com/angular/angular/commit/9f12e7fea434c6d33e1155994e2c228d51520744) deprecate ComponentFactory and ComponentFactoryResolver symbols ([#44749](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44749))
[![](https://img.shields.io/badge/4e95a316ce-docs-yellow)](https://github.com/angular/angular/commit/4e95a316cef35a771cd8168e3a744eb6bd7f1615) deprecate unused config options from the CompilerOptions interface ([#44749](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44749))

compiler

Commit Description
[![](https://img.shields.io/badge/a4ab6d6b72-feat-blue)](https://github.com/angular/angular/commit/a4ab6d6b72fe891f232d2446f8b7c454a82a5ba0) add support for safe calls in templates ([#44580](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44580))
[![](https://img.shields.io/badge/abd1bc8039-fix-green)](https://github.com/angular/angular/commit/abd1bc8039ade4324f91fd616c82e52f05bdbb70) correct spans when parsing bindings with comments ([#44785](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44785))
[![](https://img.shields.io/badge/ed67a074ce-fix-green)](https://github.com/angular/angular/commit/ed67a074ceed6440bf7f638512a20bbd3be8cbd4) properly compile DI factories when coverage reporting is enabled ([#44732](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44732))

compiler-cli

Commit Description
[![](https://img.shields.io/badge/fa835b5a29-feat-blue)](https://github.com/angular/angular/commit/fa835b5a297087087eac2750b662096ed5492cb6) enable extended diagnostics by default ([#44712](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44712))
[![](https://img.shields.io/badge/73424def13-feat-blue)](https://github.com/angular/angular/commit/73424def130ae1d72036142f6f2d7bce63858c9e) provide the animations for DirectiveMeta ([#44630](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44630))
[![](https://img.shields.io/badge/fe3e4d6865-fix-green)](https://github.com/angular/angular/commit/fe3e4d6865c1e760be0511cfd757b4574a67fa5b) Handle ng-template with structural directive in indexer ([#44788](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44788))
[![](https://img.shields.io/badge/7316e72ec5-fix-green)](https://github.com/angular/angular/commit/7316e72ec5ccc475e610bf26b5da451b8ffa50a2) properly index elements when on a template ([#44785](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44785))
[![](https://img.shields.io/badge/100091ebf0-fix-green)](https://github.com/angular/angular/commit/100091ebf0ad480e94b5db4f183f9bfcfe8b8274) remove leftover _extendedTemplateDiagnostics requirements ([#44777](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44777))
[![](https://img.shields.io/badge/d2ae96f742-fix-green)](https://github.com/angular/angular/commit/d2ae96f742c82daa6c4d4b8afd3b0959fb9b89d1) skip ExtendedTemplateCheckerImpl construction if there were configuration errors ([#44778](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44778))

core

Commit Description
[![](https://img.shields.io/badge/5626b34264-fix-green)](https://github.com/angular/angular/commit/5626b34264d8893fece74d30db4920a685f3b17f) consistently use namespace short name rather than URI ([#44766](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44766))
[![](https://img.shields.io/badge/94bfcdd9de-fix-green)](https://github.com/angular/angular/commit/94bfcdd9de234f7189daaa06a6c179d9697bef8d) error if NgZone.isInAngularZone is called with a noop zone ([#44800](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44800))

forms

Commit Description
[![](https://img.shields.io/badge/72092ebd26-feat-blue)](https://github.com/angular/angular/commit/72092ebd26d6670a7dd02f6db5515d2afd27c4d6) Allow a FormControl to use initial value as default. ([#44434](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44434))
[![](https://img.shields.io/badge/f7aa937cac-fix-green)](https://github.com/angular/angular/commit/f7aa937cac0ad315e1012770aa1da97476aced54) Make some minor fixups for forward-compatibility with typed forms. ([#44540](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44540))

language-service

Commit Description
[![](https://img.shields.io/badge/af2a1317cb-feat-blue)](https://github.com/angular/angular/commit/af2a1317cbfba985233f510bbe9e49016968307c) support completions for animation ([#44630](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44630))

router

Commit Description
[![](https://img.shields.io/badge/5a4ddfd4f5-feat-blue)](https://github.com/angular/angular/commit/5a4ddfd4f5e17bb4209528cefc3f0674298ab6e8) Allow symbol keys for Route data and resolve properties ([#44519](https://github.com/angular/angular/tree/HEAD/packages/animations/issues/44519))

... (truncated)

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

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)

┆Issue is synchronized with this Asana task by Unito
┆Created By: Tammy Yang

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/angular/core-and-angular/animations-13.2.0 branch from 8e8321b to da14b8e Compare January 27, 2022 05:24
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 12.2.4 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 12.2.4 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-major
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/angular/core-and-angular/animations-13.2.0 branch from da14b8e to a9fa004 Compare January 27, 2022 07:49
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2022

Superseded by #1257.

@dependabot dependabot bot closed this Feb 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/core-and-angular/animations-13.2.0 branch February 9, 2022 07:38
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.

0 participants