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.14.3 #16

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rollup from 1.2.1 to 1.14.3.

Release notes *Sourced from [rollup's releases](https://github.com/rollup/rollup/releases).* > ## v1.14.3 > *2019-06-06* > > ### Bug Fixes > * Generate correct external imports when importing from a directory that would be above the root of the current working directory ([#2902](https://github-redirect.dependabot.com/rollup/rollup/issues/2902)) > > ### Pull Requests > * [#2902](https://github-redirect.dependabot.com/rollup/rollup/pull/2902): Use browser relative path algorithm for chunks ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.14.2 > *2019-06-05* > > ### Bug Fixes > * Prevent unnecessary inclusion of external namespace import in certain situations ([#2900](https://github-redirect.dependabot.com/rollup/rollup/issues/2900)) > > ### Pull Requests > * [#2900](https://github-redirect.dependabot.com/rollup/rollup/pull/2900): Handle early bind for member expressions ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.14.1 > *2019-06-05* > > ### Bug Fixes > * Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it ([#2898](https://github-redirect.dependabot.com/rollup/rollup/issues/2898)) > * Fix an issue where `await` expressions were not included properly ([#2899](https://github-redirect.dependabot.com/rollup/rollup/issues/2899)) > > ### Pull Requests > * [#2898](https://github-redirect.dependabot.com/rollup/rollup/pull/2898): Properly include try-catch-statements even if they have already been included in some way ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2899](https://github-redirect.dependabot.com/rollup/rollup/pull/2899): Fix unintended early return in await inclusion handling ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.14.0 > *2019-06-05* > > ### Features > * Deoptimize code inside and called from try-statements for feature detection ([#2892](https://github-redirect.dependabot.com/rollup/rollup/issues/2892)) > * Tree-shake unused call arguments ([#2892](https://github-redirect.dependabot.com/rollup/rollup/issues/2892)) > > ### Pull Requests > * [#2892](https://github-redirect.dependabot.com/rollup/rollup/pull/2892): Implement try-statement-deoptimization for feature detection, tree-shake unused arguments ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.13.1 > *2019-06-01* > > ### Bug Fixes > * Avoid conflicts between top-level module, require etc. and CommonJS runtimes ([#2889](https://github-redirect.dependabot.com/rollup/rollup/issues/2889)) > > ### Pull Requests > * [#2888](https://github-redirect.dependabot.com/rollup/rollup/pull/2888): Enable full TypeScript strict mode ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2889](https://github-redirect.dependabot.com/rollup/rollup/pull/2889): Protect all module globals for CJS output from being redefined ([@​lukastaegert](https://github.com/lukastaegert)) > > ## v1.13.0 > ... (truncated)
Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 1.14.3 > *2019-06-06* > > ### Bug Fixes > * Generate correct external imports when importing from a directory that would be above the root of the current working directory ([#2902](https://github-redirect.dependabot.com/rollup/rollup/issues/2902)) > > ### Pull Requests > * [#2902](https://github-redirect.dependabot.com/rollup/rollup/pull/2902): Use browser relative path algorithm for chunks ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 1.14.2 > *2019-06-05* > > ### Bug Fixes > * Prevent unnecessary inclusion of external namespace import in certain situations ([#2900](https://github-redirect.dependabot.com/rollup/rollup/issues/2900)) > > ### Pull Requests > * [#2900](https://github-redirect.dependabot.com/rollup/rollup/pull/2900): Handle early bind for member expressions ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 1.14.1 > *2019-06-05* > > ### Bug Fixes > * Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it ([#2898](https://github-redirect.dependabot.com/rollup/rollup/issues/2898)) > * Fix an issue where `await` expressions were not included properly ([#2899](https://github-redirect.dependabot.com/rollup/rollup/issues/2899)) > > ### Pull Requests > * [#2898](https://github-redirect.dependabot.com/rollup/rollup/pull/2898): Properly include try-catch-statements even if they have already been included in some way ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2899](https://github-redirect.dependabot.com/rollup/rollup/pull/2899): Fix unintended early return in await inclusion handling ([@​lukastaegert](https://github.com/lukastaegert)) > > ## 1.14.0 > *2019-06-05* > > ### Features > * Deoptimize code inside and called from try-statements for feature detection ([#2892](https://github-redirect.dependabot.com/rollup/rollup/issues/2892)) > * Tree-shake unused call arguments ([#2892](https://github-redirect.dependabot.com/rollup/rollup/issues/2892)) > > ### Pull Requests > * [#2892](https://github-redirect.dependabot.com/rollup/rollup/pull/2892): Implement try-statement-deoptimization for feature detection, tree-shake unused arguments ([@​lukastaegert](https://github.com/lukastaegert)) > > > ## 1.13.1 > *2019-06-01* > > ### Bug Fixes > * Avoid conflicts between top-level module, require etc. and CommonJS runtimes ([#2889](https://github-redirect.dependabot.com/rollup/rollup/issues/2889)) > > ### Pull Requests > * [#2888](https://github-redirect.dependabot.com/rollup/rollup/pull/2888): Enable full TypeScript strict mode ([@​lukastaegert](https://github.com/lukastaegert)) > * [#2889](https://github-redirect.dependabot.com/rollup/rollup/pull/2889): Protect all module globals for CJS output from being redefined ([@​lukastaegert](https://github.com/lukastaegert)) > > ... (truncated)
Commits - [`c68bd95`](https://github.com/rollup/rollup/commit/c68bd953461517c82e328b1921ace3536af48cc9) 1.14.3 - [`d79aa57`](https://github.com/rollup/rollup/commit/d79aa577d991d8d2799b476af2f377eb3434cc75) Update changelog - [`7179390`](https://github.com/rollup/rollup/commit/7179390b7dd5ffc83ff4e729d3d6681d27bc553a) Use browser relative path algorithm for chunks ([#2902](https://github-redirect.dependabot.com/rollup/rollup/issues/2902)) - [`b1df517`](https://github.com/rollup/rollup/commit/b1df51723fd8c4f951081b20b6cc8f42ef372165) Add funding button - [`213055c`](https://github.com/rollup/rollup/commit/213055c6c549762c65ebf67409ddb0c5638eea50) 1.14.2 - [`5376a3c`](https://github.com/rollup/rollup/commit/5376a3cf8f8783dc1dfbca97d58de133e1640b3b) Update changelog - [`16324f1`](https://github.com/rollup/rollup/commit/16324f1b89c52583615067729f15cf666f2489fb) Handle early bind for member expressions ([#2900](https://github-redirect.dependabot.com/rollup/rollup/issues/2900)) - [`7915205`](https://github.com/rollup/rollup/commit/7915205b9927b52af07ffa05d7a61ed17c3ee514) 1.14.1 - [`4f7fdda`](https://github.com/rollup/rollup/commit/4f7fddadee2e926221a938b948c431346ac69252) Update changelog - [`af1748d`](https://github.com/rollup/rollup/commit/af1748dbc3f93094a7e6df1227a093dd6964d9cc) Fix unintended early return in await inclusion handling. ([#2899](https://github-redirect.dependabot.com/rollup/rollup/issues/2899)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v1.2.1...v1.14.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 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 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 5 years ago

Superseded by #17.