ivangabriele / vscode-heroku

Check your project's Heroku deployment status in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku
MIT License
9 stars 8 forks source link

build(deps-dev): bump rollup from 1.17.0 to 1.26.2 #171

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rollup from 1.17.0 to 1.26.2.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.26.2 > *2019-10-31* > > ### Bug Fixes > * Do not create invalid code when using `treeshake: false` and star re-exports ([#3209](https://github-redirect.dependabot.com/rollup/rollup/issues/3209)) > > ### Pull Requests > * [#3209](https://github-redirect.dependabot.com/rollup/rollup/pull/3209): Also remove export-all declarations when not tree-shaking ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.26.1 > *2019-10-31* > > ### Bug Fixes > * Prevent an issue where outputs would overwrite files emitted by other outputs ([#3201](https://github-redirect.dependabot.com/rollup/rollup/issues/3201)) > * Do not throw an error if the config file does not have a .js extension ([#3204](https://github-redirect.dependabot.com/rollup/rollup/issues/3204)) > > ### Pull Requests > * [#3201](https://github-redirect.dependabot.com/rollup/rollup/pull/3201): Make the CLI run generate/output in serial ([@​marijnh](https://github.com/marijnh)) > * [#3204](https://github-redirect.dependabot.com/rollup/rollup/pull/3204): support all config file extensions (.js,.mjs,...) ([@​arlac77](https://github.com/arlac77)) > > ## v1.26.0 > *2019-10-27* > > ### Features > * Only warn when no output is provided for an IIFE bundle but still produce valid code ([#3181](https://github-redirect.dependabot.com/rollup/rollup/issues/3181)) > * Support reexporting namespaces as a binding ([#3193](https://github-redirect.dependabot.com/rollup/rollup/issues/3193)) > * Switch from hash.js to crypto for hashing in the Node build for better performance and support for very large assets ([#3194](https://github-redirect.dependabot.com/rollup/rollup/issues/3194)) > > ### Bug Fixes > * Correctly handle chunks reexporting the same namespace as two different bindings ([#3193](https://github-redirect.dependabot.com/rollup/rollup/issues/3193)) > > ### Pull Requests > * [#3181](https://github-redirect.dependabot.com/rollup/rollup/pull/3181): Remove the need to provide an output name for IIFE bundles ([@​bterrier](https://github.com/bterrier)) > * [#3193](https://github-redirect.dependabot.com/rollup/rollup/pull/3193): Add support for "export * as name from …" ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3194](https://github-redirect.dependabot.com/rollup/rollup/pull/3194): Add support for large assets (> 100 MB) ([@​SebastianNiemann](https://github.com/SebastianNiemann)) > > ## v1.25.2 > *2019-10-23* > > ### Bug Fixes > * Improve performance of bundled UMD code by adding additional parentheses to enforce eager parsing ([#3183](https://github-redirect.dependabot.com/rollup/rollup/issues/3183)) > * Improve types to tolerate passing a Rollup config with multiple outputs to `rollup.rollup` ([#3184](https://github-redirect.dependabot.com/rollup/rollup/issues/3184)) > > ### Pull Requests > * [#3183](https://github-redirect.dependabot.com/rollup/rollup/pull/3183): Add parentheses to factory function of UMD bundles ([@​ajihyf](https://github.com/ajihyf)) > * [#3184](https://github-redirect.dependabot.com/rollup/rollup/pull/3184): RollupOptions accept output as array ([@​imcotton](https://github.com/imcotton)) > > ## v1.25.1 > *2019-10-20* > > ... (truncated)
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.26.2 > *2019-10-31* > > ### Bug Fixes > * Do not create invalid code when using `treeshake: false` and star re-exports ([#3209](https://github-redirect.dependabot.com/rollup/rollup/issues/3209)) > > ### Pull Requests > * [#3209](https://github-redirect.dependabot.com/rollup/rollup/pull/3209): Also remove export-all declarations when not tree-shaking ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 1.26.1 > *2019-10-31* > > ### Bug Fixes > * Prevent an issue where outputs would overwrite files emitted by other outputs ([#3201](https://github-redirect.dependabot.com/rollup/rollup/issues/3201)) > * Do not throw an error if the config file does not have a .js extension ([#3204](https://github-redirect.dependabot.com/rollup/rollup/issues/3204)) > > ### Pull Requests > * [#3201](https://github-redirect.dependabot.com/rollup/rollup/pull/3201): Make the CLI run generate/output in serial ([@​marijnh](https://github.com/marijnh)) > * [#3204](https://github-redirect.dependabot.com/rollup/rollup/pull/3204): support all config file extensions (.js,.mjs,...) ([@​arlac77](https://github.com/arlac77)) > > ## 1.26.0 > *2019-10-27* > > ### Features > * Only warn when no output is provided for an IIFE bundle but still produce valid code ([#3181](https://github-redirect.dependabot.com/rollup/rollup/issues/3181)) > * Support reexporting namespaces as a binding ([#3193](https://github-redirect.dependabot.com/rollup/rollup/issues/3193)) > * Switch from hash.js to crypto for hashing in the Node build for better performance and support for very large assets ([#3194](https://github-redirect.dependabot.com/rollup/rollup/issues/3194)) > > ### Bug Fixes > * Correctly handle chunks reexporting the same namespace as two different bindings ([#3193](https://github-redirect.dependabot.com/rollup/rollup/issues/3193)) > > ### Pull Requests > * [#3181](https://github-redirect.dependabot.com/rollup/rollup/pull/3181): Remove the need to provide an output name for IIFE bundles ([@​bterrier](https://github.com/bterrier)) > * [#3193](https://github-redirect.dependabot.com/rollup/rollup/pull/3193): Add support for "export * as name from …" ([@​lukastaegert](https://github.com/lukastaegert)) > * [#3194](https://github-redirect.dependabot.com/rollup/rollup/pull/3194): Add support for large assets (> 100 MB) ([@​SebastianNiemann](https://github.com/SebastianNiemann)) > > ## 1.25.2 > *2019-10-23* > > ### Bug Fixes > * Improve performance of bundled UMD code by adding additional parentheses to enforce eager parsing ([#3183](https://github-redirect.dependabot.com/rollup/rollup/issues/3183)) > * Improve types to tolerate passing a Rollup config with multiple outputs to `rollup.rollup` ([#3184](https://github-redirect.dependabot.com/rollup/rollup/issues/3184)) > > ### Pull Requests > * [#3183](https://github-redirect.dependabot.com/rollup/rollup/pull/3183): Add parentheses to factory function of UMD bundles ([@​ajihyf](https://github.com/ajihyf)) > * [#3184](https://github-redirect.dependabot.com/rollup/rollup/pull/3184): RollupOptions accept output as array ([@​imcotton](https://github.com/imcotton)) > > ## 1.25.1 > *2019-10-20* > > ... (truncated)
Commits - [`5cbfdee`](https://github.com/rollup/rollup/commit/5cbfdee52c1d03a2d2db60a0008fbd1f41753f02) 1.26.2 - [`2ed5bfe`](https://github.com/rollup/rollup/commit/2ed5bfe0464790c12d50d6d4e11e0f7c5dbbce64) Update changelog - [`066620e`](https://github.com/rollup/rollup/commit/066620ee487e4f6dfa472c26778f5d6d93ae204b) Also remove export-all declarations when not tree-shaking ([#3209](https://github-redirect.dependabot.com/rollup/rollup/issues/3209)) - [`38c3171`](https://github.com/rollup/rollup/commit/38c317192c3f3239f66072ac46b3199833d78cd6) 1.26.1 - [`4071fa8`](https://github.com/rollup/rollup/commit/4071fa8fc8437f6da80463985c3299f9e6404c7f) Update changelog - [`d8becda`](https://github.com/rollup/rollup/commit/d8becdaaee44e324ddf4c0ed00eee57fdf4d31d5) Make the CLI run generate/output in serial ([#3201](https://github-redirect.dependabot.com/rollup/rollup/issues/3201)) - [`9c85d2a`](https://github.com/rollup/rollup/commit/9c85d2a710f881620986bb23c32e2240497585aa) support all config file extensions (.js,.mjs,...) ([#3204](https://github-redirect.dependabot.com/rollup/rollup/issues/3204)) - [`53fb6fe`](https://github.com/rollup/rollup/commit/53fb6fe344376cad0af73d43a6d9790cb7a1e2b9) 1.26.0 - [`1fad958`](https://github.com/rollup/rollup/commit/1fad9580fe2a6f75e0f590b79d09bb85edd14bfa) Update changelog - [`1e1a111`](https://github.com/rollup/rollup/commit/1e1a11107dbee11636dcf975e57b6ba87cc62c59) Add support for "export * as name from …" ([#3193](https://github-redirect.dependabot.com/rollup/rollup/issues/3193)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v1.17.0...v1.26.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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 4 years ago

Superseded by #173.