popeindustries / lit-html-server

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

Bump rollup from 1.17.0 to 1.19.2 #64

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rollup from 1.17.0 to 1.19.2.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.19.0 > *2019-08-05* > > ### Features > * Implement a new unified file emission API for assets and chunks with support for explicit file names ([#2999](https://github-redirect.dependabot.com/rollup/rollup/issues/2999)) > * Use the id of the last module in a chunk as base for the chunk name if no better name is available ([#3025](https://github-redirect.dependabot.com/rollup/rollup/issues/3025)) > * Use the id of the last module in a chunk as base for the variable name of a chunk in some formats if no better name is available ([#2999](https://github-redirect.dependabot.com/rollup/rollup/issues/2999)) > > ### Bug Fixes > * Do not produce invalid variable names if an empty name is chosen for a virtual module ([#3026](https://github-redirect.dependabot.com/rollup/rollup/issues/3026)) > * Fix an issue where a module variable name would conflict with a local variable name in some formats ([#3020](https://github-redirect.dependabot.com/rollup/rollup/issues/3020)) > > ### Pull Requests > * [#2999](https://github-redirect.dependabot.com/rollup/rollup/pull/2999): Unified file emission api ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3020](https://github-redirect.dependabot.com/rollup/rollup/pull/3020): Switch to a code-splitting build and update dependencies ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3025](https://github-redirect.dependabot.com/rollup/rollup/pull/3025): Use id of last module in chunk as name base for auto-generated chunks ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3026](https://github-redirect.dependabot.com/rollup/rollup/pull/3026): Avoid variable from empty module name be empty ([@​LongTengDao](https://github.com/LongTengDao)) > > ## v1.18.0 > *2019-08-01* > > ### Features > * Add `externalLiveBindings: false` option to optimize code when live bindings are not needed ([#3010](https://github-redirect.dependabot.com/rollup/rollup/issues/3010)) > > ### Pull Requests > * [#2997](https://github-redirect.dependabot.com/rollup/rollup/pull/2997): Integrate coverage into CI setup ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2998](https://github-redirect.dependabot.com/rollup/rollup/pull/2998): Update readme badges ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3010](https://github-redirect.dependabot.com/rollup/rollup/pull/3010): Add option to prevent code for external live bindings ([@​lukastaegert](https://github.com/lukastaegert))
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.19.2 > *2019-08-05* > > ### Bug Fixes > * Add bin file to package > > ## 1.19.1 > *2019-08-05* > > ### Bug Fixes > * Remove wrong extension in package.json file ([#3031](https://github-redirect.dependabot.com/rollup/rollup/issues/3031)) > > ### Pull Requests > * [#3031](https://github-redirect.dependabot.com/rollup/rollup/pull/3031): Fix wrong extension ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 1.19.0 > *2019-08-05* > > ### Features > * Implement a new unified file emission API for assets and chunks with support for explicit file names ([#2999](https://github-redirect.dependabot.com/rollup/rollup/issues/2999)) > * Use the id of the last module in a chunk as base for the chunk name if no better name is available ([#3025](https://github-redirect.dependabot.com/rollup/rollup/issues/3025)) > * Use the id of the last module in a chunk as base for the variable name of a chunk in some formats if no better name is available ([#2999](https://github-redirect.dependabot.com/rollup/rollup/issues/2999)) > > ### Bug Fixes > * Do not produce invalid variable names if an empty name is chosen for a virtual module ([#3026](https://github-redirect.dependabot.com/rollup/rollup/issues/3026)) > * Fix an issue where a module variable name would conflict with a local variable name in some formats ([#3020](https://github-redirect.dependabot.com/rollup/rollup/issues/3020)) > > ### Pull Requests > * [#2999](https://github-redirect.dependabot.com/rollup/rollup/pull/2999): Unified file emission api ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3020](https://github-redirect.dependabot.com/rollup/rollup/pull/3020): Switch to a code-splitting build and update dependencies ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3025](https://github-redirect.dependabot.com/rollup/rollup/pull/3025): Use id of last module in chunk as name base for auto-generated chunks ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3026](https://github-redirect.dependabot.com/rollup/rollup/pull/3026): Avoid variable from empty module name be empty ([@​LongTengDao](https://github.com/LongTengDao)) > > ## 1.18.0 > *2019-08-01* > > ### Features > * Add `externalLiveBindings: false` option to optimize code when live bindings are not needed ([#3010](https://github-redirect.dependabot.com/rollup/rollup/issues/3010)) > > ### Pull Requests > * [#2997](https://github-redirect.dependabot.com/rollup/rollup/pull/2997): Integrate coverage into CI setup ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2998](https://github-redirect.dependabot.com/rollup/rollup/pull/2998): Update readme badges ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3010](https://github-redirect.dependabot.com/rollup/rollup/pull/3010): Add option to prevent code for external live bindings ([@​lukastaegert](https://github.com/lukastaegert))
Commits - [`f9a61d3`](https://github.com/rollup/rollup/commit/f9a61d36fec5ce85c98e55777e01dfe047e17ec8) 1.19.2 - [`9606a25`](https://github.com/rollup/rollup/commit/9606a2528d8d1fa3f911cc50d6ca1c1c1d719890) Update changelog - [`c6b0483`](https://github.com/rollup/rollup/commit/c6b0483d5b9b18387a7e6859f175739eca5b0c0b) Include bin in files - [`87f9262`](https://github.com/rollup/rollup/commit/87f9262951749e3f28b1c93eeccc8ed5517dda89) 1.19.1 - [`5044165`](https://github.com/rollup/rollup/commit/5044165e3c5fabfef95f813ba1c6d98f8fbf46d4) Update changelog - [`81c4869`](https://github.com/rollup/rollup/commit/81c48692ed14e7d1f24a597f81c12fe6187fa51d) Fix wrong file extension ([#3031](https://github-redirect.dependabot.com/rollup/rollup/issues/3031)) - [`9af119d`](https://github.com/rollup/rollup/commit/9af119d7bb9d012ec01dcd4663ea5ee99af1e75d) 1.19.0 - [`b3f361c`](https://github.com/rollup/rollup/commit/b3f361ca6c3e0d8ffb7c3c61d6f4007fba3a559b) Update changelog - [`456f4d2`](https://github.com/rollup/rollup/commit/456f4d2c3603976f69f1e753377f9b1649a99b5a) Avoid variable from empty module name be empty ([#3026](https://github-redirect.dependabot.com/rollup/rollup/issues/3026)) - [`17eaa43`](https://github.com/rollup/rollup/commit/17eaa43b94554e01ae98812ff356164bdf4fdbb4) Use id of last module in chunk as name base for auto-generated chunks ([#3025](https://github-redirect.dependabot.com/rollup/rollup/issues/3025)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v1.17.0...v1.19.2)


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 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.
dependabot-preview[bot] commented 4 years ago

Superseded by #65.