MattiasBuelens / web-streams-adapter

Adapters for converting between different implementations of WHATWG Streams
MIT License
32 stars 1 forks source link

Bump web-streams-polyfill from 2.0.0 to 2.0.3 #8

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps web-streams-polyfill from 2.0.0 to 2.0.3.

Release notes *Sourced from [web-streams-polyfill's releases](https://github.com/MattiasBuelens/web-streams-polyfill/releases).* > ## v2.0.3 > * πŸ‘“ Align with [spec version `6f94580`](https://github.com/whatwg/streams/tree/6f94580f6731d1e017c516af097d47c45aad1f56/) ([#21](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/21)) > * 🏠 Run web platform tests on ES5 variant ([#19](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/19)) > > ## v2.0.2 > * πŸ’… Improve performance of `reader.read()` and `writer.write()` ([#17](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/17), [#18](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/18)) > > ## v2.0.1 > * πŸ› Fix performance issue with large queues ([#15](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/15), [#16](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/16))
Changelog *Sourced from [web-streams-polyfill's changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md).* > ## v2.0.3 (2019-04-04) > > * πŸ‘“ Align with [spec version `6f94580`](https://github.com/whatwg/streams/tree/6f94580f6731d1e017c516af097d47c45aad1f56/) ([#21](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/21)) > * 🏠 Run web platform tests on ES5 variant ([#19](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/19)) > > ## v2.0.2 (2019-03-17) > > * πŸ’… Improve performance of `reader.read()` and `writer.write()` ([#17](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/17), [#18](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/18)) > > ## v2.0.1 (2019-03-16) > > * πŸ› Fix performance issue with large queues ([#15](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/15), [#16](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/16))
Commits - [`6b678f2`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/6b678f2fae982d08d60c907a96a1aa86259f4bbf) 2.0.3 - [`4d1a0ae`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/4d1a0ae6927f1d50d8e3668c283b148649a376af) Update changelog [skip ci] - [`c1eca60`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/c1eca60c1627eceb9b56fda8cac3eaa202cb66b5) Merge pull request [#21](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/issues/21) from MattiasBuelens/update-20190401 - [`c2238c9`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/c2238c9075c83974e626b5086f769bd470e448a2) Update changelog [skip ci] - [`1a8cbe6`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/1a8cbe6fd34fb344580a0582a9bf26be23fbca42) Update commit references in readme [skip ci] - [`2254fe0`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/2254fe03f9adce3342b8e5453a8007d3bc1682d4) ReadableStreamTee: do not read when already pulling - [`505f727`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/505f727bac809bbd6e40ccae15f76b82071bf96f) Fix assert - [`a9f794f`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/a9f794f206acb58955879ca4fcec454ca9d6d492) Add debug flag - [`86e0836`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/86e0836913a04ca81e49de05280a377ec5868740) Import TypeScript helpers from tslib - [`e29ac62`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/e29ac62ad97d18ee885a5d000e6537099900db1e) Merge pull request [#19](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/issues/19) from MattiasBuelens/wpt-es5 - Additional commits viewable in [compare view](https://github.com/MattiasBuelens/web-streams-polyfill/compare/v2.0.0...v2.0.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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). To ignore the version in this PR you can just close it - `@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) Finally, you can contact us by mentioning @dependabot.