Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @angular/compiler from 11.2.14 to 13.2.0.

Release notes

Sourced from @​angular/compiler'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.

  • tap operator subscribe signature is deprecated

Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments

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)
docs - 34d2292323 update deprecated form of the tap operator in http example (#44738)

common

Commit Description
feat - ed21f5c753 add injector input to ngTemplateOutlet (#44761)

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
feat - 9921b2ca35 Add a migration for typed forms. (#44449)
feat - b49ffcd50e allow for injector to be specified when creating an embedded view (#44666)
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

... (truncated)

Commits
  • fe3e4d6 fix(compiler-cli): Handle ng-template with structural directive in indexer ...
  • abd1bc8 fix(compiler): correct spans when parsing bindings with comments (#44785)
  • 1f6249d refactor(compiler): remove directive matching from template compiler (#44731)
  • dac0430 refactor(compiler): store modifiers in a bitmask instead of an array (#44731)
  • b8ed03b fix(compiler): correct spans when parsing bindings with comments (#44678)
  • a4ab6d6 feat(compiler): add support for safe calls in templates (#44580)
  • 73424de feat(compiler-cli): provide the animations for DirectiveMeta (#44630)
  • b184f0a refactor: fix various typos across different packages (#44523)
  • c46d533 build: switch devmode output to es2015 (#44505)
  • c7ac2df refactor(compiler): remove output AST functions (#44411)
  • Additional commits viewable in compare view

Dependabot compatibility score

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/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 11.2.14 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/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2022

Superseded by #167.

@dependabot dependabot bot closed this Feb 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-13.2.0 branch February 2, 2022 20:12
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants