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

fix(deps): bump @angular/compiler from 11.2.3 to 11.2.7 #2951

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2021

Bumps @angular/compiler from 11.2.3 to 11.2.7.

Changelog

Sourced from @​angular/compiler's changelog.

11.2.7 (2021-03-24)

Bug Fixes

12.0.0-next.5 (2021-03-17)

Bug Fixes

  • core: Switch emitDistinctChangesOnlyDefaultValue to true (#41121) (7096246)

Features

Performance Improvements

  • common: remove unused methods from DomAdapter (#41102) (3c66b10)

BREAKING CHANGES

  • core: Switching default of emitDistinctChangesOnlyDefaultValue which changes the default behavior and may cause some applications which rely on the incorrect behavior to fail.

emitDistinctChangesOnly flag has also been deprecated and will be removed in a future major release.

The previous implementation would fire changes QueryList.changes.subscribe whenever the QueryList was recomputed. This resulted in an artificially high number of change notifications, as it is possible that recomputing QueryList results in the same list. When the QueryList gets recomputed is an implementation detail, and it should not be the thing that determines how often change event should fire.

... (truncated)

Commits
  • f358d6b fix(compiler): correctly process multiple rules containing :host selectors ...
  • 8a53b54 fix(core): remove obsolete check for [class] and [className] presence (#41254)
  • 1bebd66 refactor(compiler): move factory out of injector definition (#41022) (#41133)
  • b770e69 refactor(compiler): separate compileFactoryFunction() from `compileInjector...
  • 1d4fc94 refactor(compiler): remove unused __BUILD_OPTIMIZER_* constants (#41040)
  • 09d50fb refactor(core): remove getFactoryOf from angularCoreDiEnv (#41040)
  • c1c7849 refactor(compiler): remove unused emitAllPartialModules() and associated co...
  • d7f4f1b refactor(compiler): remove unused function (#41040)
  • 6dd5497 fix(language-service): Always attempt HTML AST to template AST conversion for...
  • 20fb638 fix(compiler): allow binding to autocomplete property on select and textarea ...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2021

Superseded by #2967.

@dependabot dependabot bot closed this Apr 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-11.2.7 branch April 2, 2021 04:50
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