popeindustries / lit-html-server

Render lit-html templates on the server as Node.js streams
MIT License
265 stars 12 forks source link

Bump web-streams-polyfill from 2.0.4 to 2.0.5 #113

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps web-streams-polyfill from 2.0.4 to 2.0.5.

Release notes *Sourced from [web-streams-polyfill's releases](https://github.com/MattiasBuelens/web-streams-polyfill/releases).* > ## v2.0.5 > * 👓 Align with [spec version `ae5e0cb`](https://github.com/whatwg/streams/tree/ae5e0cb41e9f72cdd97f3a6d47bc674c1f4049d1/) ([#33](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/33)) > * 🐛 Fix support for non-browser environments, such as Node. > * Accept polyfilled `AbortSignal`s. ([#36](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/36)) > * Polyfill `DOMException` if necessary. ([#37](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/37))
Changelog *Sourced from [web-streams-polyfill's changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md).* > ## v2.0.5 (2019-10-08) > > * 👓 Align with [spec version `ae5e0cb`](https://github.com/whatwg/streams/tree/ae5e0cb41e9f72cdd97f3a6d47bc674c1f4049d1/) ([#33](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/33)) > * 🐛 Fix support for non-browser environments, such as Node. > * Accept polyfilled `AbortSignal`s. ([#36](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/36)) > * Polyfill `DOMException` if necessary. ([#37](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/pull/37))
Commits - [`3adecd0`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/3adecd0a89706c40dd5fe1da3fa212eab6ae3dbe) 2.0.5 - [`935bc4e`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/935bc4e801d6bbdea7a6d63b951a3f13dba694a5) Update changelog [skip ci] - [`a87612e`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/a87612ea616871a820143f27f8e3500c26e5c633) Fix typo [skip ci] - [`808ca16`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/808ca1649808779a974b5ef605ebef7ef879ff70) Merge pull request [#38](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/issues/38) from MattiasBuelens/test-node-support - [`286a160`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/286a160bc188176af4997a9126ba2f2858b314b6) Update changelog [skip ci] - [`571e566`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/571e566896765200d0257745304502f9455801ed) Add unit tests for Node support - [`5cea6db`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/5cea6db8203232c10affb9641bfe9ed5e5f6cb7d) Allow require() in test code - [`b2bb4f6`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/b2bb4f6ba531c0c237dbf057c89681ae6caff91b) Tiny fix - [`f49ad63`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/f49ad63122877522e991efe85c7b4b0698854bd5) Un-export DOMException - [`79249c0`](https://github.com/MattiasBuelens/web-streams-polyfill/commit/79249c00dda635c82bfa00c0b7c5892f764bfd28) Merge pull request [#37](https://github-redirect.dependabot.com/MattiasBuelens/web-streams-polyfill/issues/37) from MattiasBuelens/dom-exception-polyfill - Additional commits viewable in [compare view](https://github.com/MattiasBuelens/web-streams-polyfill/compare/v2.0.4...v2.0.5)


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)