magic-akari / seamless-scroll-polyfill

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

Bump rollup from 0.65.2 to 0.67.0 #52

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps rollup from 0.65.2 to 0.67.0.

Changelog *Sourced from [rollup's changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md).* > ## 0.67.0 > *2018-11-04* > * add `sourcemapExcludeSources` option to exclude the source content from sourcemaps ([#2531](https://github-redirect.dependabot.com/rollup/rollup/pull/2531)) > * Create chunks for virtual modules when preserving modules ([#2511](https://github-redirect.dependabot.com/rollup/rollup/pull/2511)) > * Improve execution order of chunks and externals ([#2508](https://github-redirect.dependabot.com/rollup/rollup/pull/2508)) > * Do not resolve external dynamic imports via plugins ([#2505](https://github-redirect.dependabot.com/rollup/rollup/pull/2505)) > * Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin ([#2510](https://github-redirect.dependabot.com/rollup/rollup/pull/2510)) > * Fix mis-placed semicolons for certain SystemJS exports ([#2529](https://github-redirect.dependabot.com/rollup/rollup/pull/2529)) > * Prevent memory leak when using the bundle as cache ([#2522](https://github-redirect.dependabot.com/rollup/rollup/pull/2522)) > * Fix public sourcemap type ([#2507](https://github-redirect.dependabot.com/rollup/rollup/pull/2507)) > > ## 0.66.6 > *2018-10-10* > * Properly deconflict function and class declaration ids of reassigned default exports ([#2502](https://github-redirect.dependabot.com/rollup/rollup/pull/2502)) > > ## 0.66.5 > *2018-10-09* > * Remove cache from memory once no longer needed ([#2496](https://github-redirect.dependabot.com/rollup/rollup/pull/2496)) > * Provide better error message when reexporting external namespace reexports ([#2499](https://github-redirect.dependabot.com/rollup/rollup/pull/2499)) > > ## 0.66.4 > *2018-10-04* > * Fix links in warnings and errors ([#2471](https://github-redirect.dependabot.com/rollup/rollup/pull/2471)) > > ## 0.66.3 > *2018-10-03* > * Detect side-effects in string.replace function arguments ([#2476](https://github-redirect.dependabot.com/rollup/rollup/pull/2476)) > * Make sure chunk ids are assigned before creating output bundle ([#2483](https://github-redirect.dependabot.com/rollup/rollup/pull/2483)) > * Use proper plugin name in error ([#2470](https://github-redirect.dependabot.com/rollup/rollup/pull/2470)) > * Update TypeScript version and fix type errors ([#2488](https://github-redirect.dependabot.com/rollup/rollup/pull/2488)) > > ## 0.66.2 > *2018-09-21* > * Add additional information to parse errors messages in JSON and other non-JS files ([#2466](https://github-redirect.dependabot.com/rollup/rollup/pull/2466)) > > ## 0.66.1 > *2018-09-19* > * Ignore falsy plugins ([#2464](https://github-redirect.dependabot.com/rollup/rollup/pull/2464)) > * Switch back to official TypeScript plugin ([#2465](https://github-redirect.dependabot.com/rollup/rollup/pull/2465)) > > ## 0.66.0 > *2018-09-16* > * Support ES2019 optional catch bindings ([#2455](https://github-redirect.dependabot.com/rollup/rollup/pull/2455)) > * Add option to transform paths within sourcemaps ([#2430](https://github-redirect.dependabot.com/rollup/rollup/pull/2430)) > * Add renderStart and renderEnd plugin hooks ([#2438](https://github-redirect.dependabot.com/rollup/rollup/pull/2438)) > * Expose ESM browser build and minify browser builds ([#2437](https://github-redirect.dependabot.com/rollup/rollup/pull/2437) > * Associate hoisted variables in function bodys with function parameters ([#2456](https://github-redirect.dependabot.com/rollup/rollup/pull/2456)) > * Fix issue when deconflicting variables used as pattern defaults ([#2446](https://github-redirect.dependabot.com/rollup/rollup/pull/2446)) > * Properly deconflict default exported class and function expressions with ids ([#2458](https://github-redirect.dependabot.com/rollup/rollup/pull/2458)) > * Faster internal test builds ([#2457](https://github-redirect.dependabot.com/rollup/rollup/pull/2457)) > ... (truncated)
Commits - [`72b166a`](https://github.com/rollup/rollup/commit/72b166a921bc8f83926da736ee9fef7a69a34d71) 0.67.0 - [`846df07`](https://github.com/rollup/rollup/commit/846df07aa901ef2037f95142b143db7b384a883c) Update changelog - [`841a536`](https://github.com/rollup/rollup/commit/841a5366988c945e7cd342b05a8aa8eb9c3411a0) Do not resolve external dynamic imports via plugins ([#2505](https://github-redirect.dependabot.com/rollup/rollup/issues/2505)) - [`ecde099`](https://github.com/rollup/rollup/commit/ecde099f9eed64b91d7a077cdde580ef4eb3779d) Remove `solo` test designation - [`e1de51c`](https://github.com/rollup/rollup/commit/e1de51cffba46ef163462b35d827e264e38ed5ed) Update changelog - [`24fe07f`](https://github.com/rollup/rollup/commit/24fe07f39da8e4225f4bc4f797331930d8405ec2) Support excluding sources from sourcemaps ([#2531](https://github-redirect.dependabot.com/rollup/rollup/issues/2531)) - [`a1cc69c`](https://github.com/rollup/rollup/commit/a1cc69c612264ed153cd4b091c994c531526d624) Update changelog - [`7746e0f`](https://github.com/rollup/rollup/commit/7746e0fd90a58e9ffa250e92c48410f49055584c) Create chunks for virtual modules when preserving modules ([#2511](https://github-redirect.dependabot.com/rollup/rollup/issues/2511)) - [`fa341ab`](https://github.com/rollup/rollup/commit/fa341abcdcc34be081324a3b5bf874af5c19d96f) Update changelog - [`11c367f`](https://github.com/rollup/rollup/commit/11c367fc7d16e2d1333d8ba83b900a5372375a0e) Do not tree-shake children of unknown nodes ([#2510](https://github-redirect.dependabot.com/rollup/rollup/issues/2510)) - Additional commits viewable in [compare view](https://github.com/rollup/rollup/compare/v0.65.2...v0.67.0)


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 cancel merge` will cancel a previously requested merge - `@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 6 years ago

Superseded by #54.