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

Bump zone.js from 0.8.26 to 0.8.27 #5230

Merged
merged 1 commit into from
Jan 14, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 14, 2019

Bumps zone.js from 0.8.26 to 0.8.27.

Changelog

Sourced from zone.js's changelog.

0.8.27 (2019-01-08)

Bug Fixes

  • bluebird: fix #1112, bluebird chained callback should return a Bluebird Promise (#1114) (6ba3169)
  • core: fix #1108, window.onerror should have (message, source, lineno, colno, error) signiture (#1109) (49e0548)
  • core: fix #1153, ZoneTask.toString should always be a string (#1166) (afa1363)
  • core: fix interval will still run after cancelled error (#1156) (eb72ff4)
  • core: use then directly when promise is not patchable (#1079) (d7e0a31)
  • duplicate: fix #1081, load patch should also check the duplicate flag (#1121) (8ce5e33)
  • event: fix #1110, nodejs EventEmitter should support Symbol eventName (#1113) (96420d6)
  • event: should pass boolean to addEventListener if not support passive (#1053) (e9536ec)
  • format: update clang-format to 1.2.3 (f238908)
  • memory: Add protection against excessive on prop patching (#1106) (875086f)
  • node: fix #1164, don't patch uncaughtException to prevent endless loop (#1170) (33a0ad6)
  • node: node patched method should copy original delegate's symbol properties (#1095) (0a2f6ff)
  • onProperty: user quoted access for __Zone_ignore_on_properties (#1134) (7201d44)
  • test: karma-dist should test bundle under dist (#1049) (0720d79)
  • tsc: tsconfig.json strict:true (915042d)
  • xhr: fix #1072, should set scheduled flag to target (#1074) (34c12e5)
  • xhr: should invoke xhr task after onload is triggered (#1055) (2aab9c8)

Features

  • build: Upgrade to TypeScript 2.9 and rxjs6 (#1122) (31fc127)
  • core: upgrade to typescript 3.0.3 (#1132) (60adc9c)
  • Core: fix #910, add a flag to allow user to ignore duplicate Zone error (#1093) (a86c6d5)
  • custom-element: patch customElement v1 APIs (#1133) (427705f)
  • error: fix #975, can config how to load blacklist zone stack frames (#1045) (ff3d545)
  • fetch: schedule macroTask when fetch (#1075) (bf88c34)

Commits

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @ndelangen.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@ndelangen
Copy link
Member

@dependabot rebase

@ndelangen
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/zone.js-0.8.27 branch from b18c0d2 to 531ecbb Compare January 14, 2019 09:58
@codecov
Copy link

codecov bot commented Jan 14, 2019

Codecov Report

Merging #5230 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #5230   +/-   ##
=======================================
  Coverage   30.05%   30.05%           
=======================================
  Files         608      608           
  Lines        8823     8823           
  Branches     1289     1289           
=======================================
  Hits         2652     2652           
  Misses       5439     5439           
  Partials      732      732

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 fe972a9...531ecbb. Read the comment docs.

@ndelangen ndelangen merged commit 651e4c2 into next Jan 14, 2019
@ndelangen ndelangen deleted the dependabot/npm_and_yarn/zone.js-0.8.27 branch January 14, 2019 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants