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

chore: bump @angular/compiler-cli from 11.1.1 to 11.2.5 #196

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/compiler-cli from 11.1.1 to 11.2.5.

Changelog

Sourced from @​angular/compiler-cli's changelog.

11.2.5 (2021-03-10)

Bug Fixes

  • bazel: fix incorrect rollup plugin method signature (#41101) (925746b)
  • language-service: Only provide dom completions for inline templates (#41078) (a05eb13)

Performance Improvements

  • compiler-cli: avoid module resolution in cycle analysis (#40948) (532ae73)
  • compiler-cli: detect semantic changes and their effect on an incremental rebuild (#40947) (e35ecea), closes #34867 #40635 #40728
  • compiler-cli: ensure module resolution cache is reused for type-check program (#39693) (16f90ca)
  • compiler-cli: use bound symbol in import graph in favor of module resolution (#40948) (2035b15)

12.0.0-next.3 (2021-03-03)

Bug Fixes

  • animations: cleanup DOM elements when the root view is removed (#41001) (a31da48)
  • common: allow number or boolean as http params (#40663) (91cdc11), closes #23856
  • core: remove duplicated EMPTY_ARRAY constant (#40991) (e12d9de)
  • language-service: Add plugin option to force strictTemplates (#41062) (e9e7c33)
  • language-service: use single entry point for Ivy and View Engine (#40967) (e986a97)

Features

  • animations: add support for disabling animations through BrowserAnimationsModule.withConfig (#40731) (29d8a0a)
  • router: Add more fine-tuned control in routerLinkActiveOptions (#40303) (6c05c80), closes #13205

BREAKING CHANGES

  • common: The methods of the HttpParams class now accept string | number | boolean instead of string for the value of a parameter. If you extended this class in your application, you'll have to update the signatures of your methods to reflect these changes.
  • router: The type of the RouterLinkActive.routerLinkActiveOptions input was expanded to allow more fine-tuned control. Code that previously read this property may need to be updated to account for the new type.

11.2.4 (2021-03-03)

... (truncated)

Commits
  • 16f90ca perf(compiler-cli): ensure module resolution cache is reused for type-check p...
  • 1bebd66 refactor(compiler): move factory out of injector definition (#41022) (#41133)
  • b770e69 refactor(compiler): separate compileFactoryFunction() from `compileInjector...
  • 35935b4 docs(compiler-cli): add README.md for template type checking system (#41004)
  • 532ae73 perf(compiler-cli): avoid module resolution in cycle analysis (#40948)
  • 2035b15 perf(compiler-cli): use bound symbol in import graph in favor of module resol...
  • e35ecea perf(compiler-cli): detect semantic changes and their effect on an incrementa...
  • 6dd5497 fix(language-service): Always attempt HTML AST to template AST conversion for...
  • e3ccd56 fix(compiler-cli): extend angularCompilerOptions in tsconfig from node (#40...
  • 2f3e2df fix(compiler-cli): readConfiguration existing options should override optio...
  • 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 requested a review from a team as a code owner March 15, 2021 05:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #196 (f6b6d71) into main (d7b80b0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #196   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines          655       655           
  Branches        64        64           
=========================================
  Hits           655       655           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7b80b0...f6b6d71. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/compiler-cli-11.2.5 branch from 5b3c028 to f24ff53 Compare March 15, 2021 13:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/compiler-cli-11.2.5 branch from f24ff53 to f6b6d71 Compare March 15, 2021 13:38
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/compiler-cli-11.2.5 branch March 15, 2021 13:44
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
1 participant