lapplislazuli / Microtope

Multi-Language Microservice Playground
MIT License
0 stars 1 forks source link

Bump @angular/language-service from 10.2.0 to 11.1.2 in /ui #1007

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @angular/language-service from 10.2.0 to 11.1.2.

Changelog

Sourced from @angular/language-service's changelog.

11.1.2 (2021-02-03)

Bug Fixes

Performance Improvements

  • language-service: update NgCompiler via resource-only path when able (#40680) (0047eb3)

11.1.1 (2021-01-27)

Bug Fixes

  • compiler-cli: handle pseudo cycles in inline source-maps (#40435) (566206b), closes #40408
  • compiler-cli: use Map rather than object for map of partial linkers (#40563) (33e0f2b)
  • core: fix possible XSS attack in development through SSR (#40525) (97ec6e4)
  • core: improve injector debug information in ngDevMode (#40476) (4bb38c9)
  • forms: allow patchValue() method of FormGroup and FormArray classes to skip null values (#40534) (2fab148), closes #36672 #21021
  • forms: properly cleanup in cases when FormControlName has no CVA (#40526) (72fc6aa), closes #39235 #40521
  • language-service: implement realpath to resolve symlinks (#40593) (77efc27)
  • language-service: recognize incomplete pipe bindings with whitespace (#40346) (d88f18e)
  • localize: include meaning in generated ARB files (#40546) (5661298), closes #40506
  • router: always stringify matrix parameters (#25095) (a8a27ef), closes #23165
  • router: Fix occasional error when creating url tree in IE 11 and Edge (#40488) (69fd942)
  • service-worker: handle error with console.error (#40236) (37710b9)

Features

  • language-service: Add diagnostics to suggest turning on strict mode (#40568) (defa627)

Performance Improvements

  • compiler-cli: introduce fast path for resource-only updates (#40561) (156103c)
  • core: simplify bloom bucket computation (#40489) (106734a)

... (truncated)

Commits
  • 0ee9ea8 refactor(language-service): pull out interfaces on package toplevel (#40621) ...
  • 65ee543 refactor(compiler-cli): remove the overrideComponentTemplate API (#40680)
  • 0047eb3 perf(language-service): update NgCompiler via resource-only path when able (#...
  • 5dab521 fix(compiler): Don't set expression text to synthetic $implicit when empty ...
  • 726ec88 fix(compiler): exclude trailing whitespace from element source spans (#40513)
  • f8a63e9 refactor(compiler-cli): introduce CompilationTicket system for NgCompiler (#4...
  • d88f18e fix(language-service): recognize incomplete pipe bindings with whitespace (#4...
  • 77efc27 fix(language-service): implement realpath to resolve symlinks (#40593)
  • defa627 feat(language-service): Add diagnostics to suggest turning on strict mode (#4...
  • b8e47e2 fix(language-service): Paths on Windows should be normalized (#40492)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #1031.