mDibyo / with-hooks-support

Higher-order component for unlocking React Hooks inside class components
4 stars 1 forks source link

Bump rollup from 1.2.1 to 1.26.3 #67

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps rollup from 1.2.1 to 1.26.3.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.26.3 > *2019-11-02* > > ### Bug Fixes > * Work around an incompatibility with rollup-plugin-dts ([#3211](https://github-redirect.dependabot.com/rollup/rollup/issues/3211)) > > ### Pull Requests > * [#3211](https://github-redirect.dependabot.com/rollup/rollup/pull/3211): Do no fail if the source attribute is `undefined` in an unused named export ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 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)) > ... (truncated)
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.26.3 > *2019-11-02* > > ### Bug Fixes > * Work around an incompatibility with rollup-plugin-dts ([#3211](https://github-redirect.dependabot.com/rollup/rollup/issues/3211)) > > ### Pull Requests > * [#3211](https://github-redirect.dependabot.com/rollup/rollup/pull/3211): Do no fail if the source attribute is `undefined` in an unused named export ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 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)) > ... (truncated)
Commits - [`f9b9a7c`](https://github.com/rollup/rollup/commit/f9b9a7cb12d9945cd49866fb6af6a74994665ff4) 1.26.3 - [`7ea824b`](https://github.com/rollup/rollup/commit/7ea824b9574ff2a789f2cc788ce7da5c29de2e45) Update changelog - [`33b15cd`](https://github.com/rollup/rollup/commit/33b15cdc717127342e17adee96f6b681e3a54fe1) Do no fail if the source attribute is `undefined` in an unused named export (... - [`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)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v1.2.1...v1.26.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.


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

Superseded by #73.