magic-akari / seamless-scroll-polyfill

Scroll Behavior polyfill
https://www.npmjs.com/package/seamless-scroll-polyfill
MIT License
159 stars 12 forks source link

Bump rollup from 0.62.0 to 0.63.5 #19

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps rollup from 0.62.0 to 0.63.5.

Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 0.63.5 > *2018-08-01* > * Ensure onwrite plugin hooks execute in sequence ([#2364](https://github-redirect.dependabot.com/rollup/rollup/pull/2364)) > * Always warn when no name is provided for a global module ([#2359](https://github-redirect.dependabot.com/rollup/rollup/pull/2359)) > * Add utility type for user created plugins ([#2355](https://github-redirect.dependabot.com/rollup/rollup/pull/2355)) > * Remove deprecated es6 format from types ([#2349](https://github-redirect.dependabot.com/rollup/rollup/pull/2349)) > * Mark inlineDynamicImports as optional in types ([#2348](https://github-redirect.dependabot.com/rollup/rollup/pull/2348)) > > ## 0.63.4 > *2018-07-20* > * Use turbocolor instead of chalk ([#2339](https://github-redirect.dependabot.com/rollup/rollup/pull/2339)) > > ## 0.63.3 > *2018-07-20* > * Handle expressions where "in" and "instanceof" are applied to primitive values ([#2344](https://github-redirect.dependabot.com/rollup/rollup/pull/2344)) > > ## 0.63.2 > *2018-07-18* > * Fix bind order in for-of loops ([#2338](https://github-redirect.dependabot.com/rollup/rollup/pull/2338)) > > ## 0.63.1 > *2018-07-18* > > ## 0.63.0 > *2018-07-17* > * Fix many tree-shaking related issues ([#2315](https://github-redirect.dependabot.com/rollup/rollup/pull/2315)) > * Add experimental support for top-level await ([#2235](https://github-redirect.dependabot.com/rollup/rollup/pull/2235)) > * Prevent duplicate version printout in watch mode ([#2325](https://github-redirect.dependabot.com/rollup/rollup/pull/2325)) > * Respect error frames provided by plugins ([#2309](https://github-redirect.dependabot.com/rollup/rollup/pull/2309)) > * Add `esm` format alias to types ([#2327](https://github-redirect.dependabot.com/rollup/rollup/pull/2327)) > * Further unify internal test setup ([#2329](https://github-redirect.dependabot.com/rollup/rollup/pull/2329))
Commits - [`dc9f347`](https://github.com/rollup/rollup/commit/dc9f3476a210231f02a4e6f4c66bc4f4979000bd) 0.63.5 - [`6c1d1e6`](https://github.com/rollup/rollup/commit/6c1d1e600b0e7557aed1a574abec8ad4e2b66f9f) Fix typings for turbo color - [`e109576`](https://github.com/rollup/rollup/commit/e10957684a68cebfa67b4ca02bed33abf6439f1a) Update changelog - [`115239f`](https://github.com/rollup/rollup/commit/115239ff08510f6855ed8e0f5a34b31a41ef2339) Update changelog - [`da97ea5`](https://github.com/rollup/rollup/commit/da97ea59f74b32f966af3772782e0c51b4d79f2e) Add plugin implemenation type ([#2355](https://github-redirect.dependabot.com/rollup/rollup/issues/2355)) - [`55d90d8`](https://github.com/rollup/rollup/commit/55d90d8cb54530e02bb0ab288961bedb1cbb2533) fix regression [#2305](https://github-redirect.dependabot.com/rollup/rollup/issues/2305), ensure onwrite plugin hooks execute in sequence ([#2364](https://github-redirect.dependabot.com/rollup/rollup/issues/2364)) - [`fc1e6f7`](https://github.com/rollup/rollup/commit/fc1e6f72409adcfb26181d89370acdb297588fd9) Update changelog - [`d07d5bf`](https://github.com/rollup/rollup/commit/d07d5bffbd9ea2e201434bd35d769e9374704517) Always warn when no name is provided for a global module ([#2359](https://github-redirect.dependabot.com/rollup/rollup/issues/2359)) - [`489477d`](https://github.com/rollup/rollup/commit/489477d18720b76145f229289dd5b5bad18d923e) Update changelog - [`9eaa1d9`](https://github.com/rollup/rollup/commit/9eaa1d9b8cd31bec0ed616317d5173f52f96ad77) Remove "es6" output format from types ([#2349](https://github-redirect.dependabot.com/rollup/rollup/issues/2349)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v0.62.0...v0.63.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 merge` will merge this PR after your CI passes on it - `@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 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 6 years ago

Superseded by #20.