hybridx / angular7

A gentle introduction angular 7
0 stars 0 forks source link

Bump @angular/platform-browser from 8.0.3 to 11.1.1 #98

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @angular/platform-browser from 8.0.3 to 11.1.1.

Changelog

Sourced from @angular/platform-browser's changelog.

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)

11.1.0 (2021-01-20)

Bug Fixes

  • animations: getAnimationStyle causes exceptions in older browsers (#29709) (66d863f)
  • animations: replace copy of query selector node-list from "spread" to "for" (#39646) (bfa197f), closes #38551
  • common: add HttpParamsOptions to the public api (#35829) (b33b89d), closes #20276
  • common: Prefer to use pageXOffset / pageYOffset instance of scrollX / scrollY (#28262) (b1d300d)
  • compiler: correct the KeySpan for animation events and properties (#40347) (524415e)
  • compiler: incorrectly interpreting some HostBinding names (#40233) (1045465), closes #40220 #40230 #18698
  • compiler: recover event parse when animation event name is empty (#39925) (15b15be)
  • compiler: avoid duplicate i18n blocks for i18n attrs on elements with structural directives (#40077) (caa4666), closes #39942
  • compiler: handle strings inside bindings that contain binding characters (#39826) (dc6d40e), closes #39601
  • compiler: disallow i18n of security-sensitive attributes (#39554) (c8a99ef)
  • compiler: ensure that placeholders have the correct sourceSpan (#39717) (0462a61), closes #39671
  • compiler: only promote Trusted Types to constants when necessary (#39554) (4916870)
  • compiler: report better error on interpolation in an expression (#30300) (94e790d)

... (truncated)

Commits
  • ca08625 fix(animations): implement getPosition in browser animation builder (#39983)
  • 5848439 docs(platform-browser): fix spelling of deserialized (#36102)
  • b5c0f9d feat(platform-browser): add doubletap HammerJS support (#26362)
  • 3e1e5a1 docs: update links to use HTTPS as protocol (#39718)
  • ff0a90e fix(core): meta addTag() adds incorrect attribute for httpEquiv (#32531)
  • 5e92d64 feat(core): add shouldCoalesceRunChangeDetection option to coalesce change de...
  • 4476324 fix(core): handle !important in style property value (#39603)
  • ca11ef2 fix(core): Store ICU state in LView rather than in TView (#39233)
  • 9ec2bad refactor(core): make HTML sanitizer return TrustedHTML (#39218)
  • 8fd25d9 docs: remove IE10 references from comments in the code (#39090)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @angular/platform-browser since your current version.


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 #108.