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 @babel/core from 7.0.0-beta.52 to 7.0.0-beta.56 #17

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps @babel/core from 7.0.0-beta.52 to 7.0.0-beta.56.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.0.0-beta.56 (2018-08-03) > > > Finally landing the last 2 changes before RC. Planning for monday, and then probably 1-2 weeks for regressions/bugs before final.. 🤞 > > - Separate `@babel/runtime`: should work for helpers alone and opt-into core-js if necessary. > - More details in http://babeljs.io/docs/en/next/babel-runtime, http://babeljs.io/docs/en/next/babel-plugin-transform-runtime (via https://github-redirect.dependabot.com/babel/babel/pull/8266, https://github-redirect.dependabot.com/babel/website/pull/1714) > > #### :boom: Breaking Change > * `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime` > * [#8266](https://github-redirect.dependabot.com/babel/babel/pull/8266) Split @babel/runtime into 2 modules via @babel/runtime-corejs2. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-core`, `babel-helper-module-imports`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-transform-runtime` > * [#8398](https://github-redirect.dependabot.com/babel/babel/pull/8398) Only reference helpers from external/runtime helpers if they are known to be available.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :rocket: New Feature > * `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime` > * [#8266](https://github-redirect.dependabot.com/babel/babel/pull/8266) Split @babel/runtime into 2 modules via @babel/runtime-corejs2. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :bug: Bug Fix > * `babel-parser`, `babel-plugin-transform-typescript` > * [#8408](https://github-redirect.dependabot.com/babel/babel/pull/8408) Allow TSInterfaceDeclaration to be default export. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-preset-env` > * [#8403](https://github-redirect.dependabot.com/babel/babel/pull/8403) Ensure esmodule targets are parsed by browserslist. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * Other > * [#8024](https://github-redirect.dependabot.com/babel/babel/pull/8024) Run transform-runtime on the standalone bundle so it stays ES5-compatible.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :memo: Documentation > * [#8412](https://github-redirect.dependabot.com/babel/babel/pull/8412) Update Documentation[skip ci]. ([[**leongjiameng**](https://github.com/leongjiameng)](https://github.com/leongjiameng)) > > #### Committers: 5 > - Brian Ng ([existentialism](https://github.com/existentialism)) > - Jan Schmidle ([bitcloud](https://github.com/bitcloud)) > - Leong Jia Meng ([leongjiameng](https://github.com/leongjiameng)) > - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth)) > - [kalenikalexander](https://github.com/kalenikalexander) > > ## v7.0.0-beta.55 (2018-07-28) > > Breaking Change in beta: > > > Throws an error on using Stage presets: https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets > > #### :boom: Breaking Change > * `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3`, `babel-standalone` > * [#8293](https://github-redirect.dependabot.com/babel/babel/pull/8293) Remove Stage presets. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > > #### :rocket: New Feature > * `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` > * [#7754](https://github-redirect.dependabot.com/babel/babel/pull/7754) TypeScript: Support type arguments on tagged templates. ([[**andy-ms**](https://github.com/andy-ms)](https://github.com/andy-ms)) > > #### :bug: Bug Fix > ... (truncated)
Changelog *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > # Changelog > > > **Tags:** > > - :boom: [Breaking Change] > > - :eyeglasses: [Spec Compliancy] > > - :rocket: [New Feature] > > - :bug: [Bug Fix] > > - :memo: [Documentation] > > - :house: [Internal] > > - :nail_care: [Polish] > > _Note: Gaps between patch versions are faulty, broken or test releases._ > > See [CHANGELOG - v4-v6](/.github/CHANGELOG-v4-v6.md) for the v4.x-v6.x changelog. > See [CHANGELOG - 6to5](/.github/CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. > See [Babylon's CHANGELOG](packages/babylon/CHANGELOG.md) for the Babylon pre-7.0.0-beta.29 version changelog. > > ## v7.0.0-beta.54 (2018-07-16) > > > Regarding https://github-redirect.dependabot.com/babel/babel/issues/8184, we aren't using `micromatch` for paths, just basic `*/**` substitution now. For anything more complicated we will recommend using a regex/`.js` config. > > Fixed a bug in the stage presets (https://github-redirect.dependabot.com/babel/babel/issues/8307), so we just removed the requirements for setting options in the meantime for ease of use. We are removing the Stage presets next release. https://github-redirect.dependabot.com/babel/babel/pull/8293 > > #### :boom: Breaking Change > * `babel-core`, `babel-register`, `babel-traverse` > * [#8327](https://github-redirect.dependabot.com/babel/babel/pull/8327) Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :bug: Bug Fix > * `babel-core`, `babel-register`, `babel-traverse` > * [#8327](https://github-redirect.dependabot.com/babel/babel/pull/8327) Treat string ignore/only/test/include/exclude values as paths with only basic pattern matching. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-preset-stage-0`, `babel-preset-stage-1` > * [#8317](https://github-redirect.dependabot.com/babel/babel/pull/8317) Fix stage-0/1 import of pipeline proposals array. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` > * [#8316](https://github-redirect.dependabot.com/babel/babel/pull/8316) Ensure that the wildcard interop is used with re-export + default.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-core` > * [#8315](https://github-redirect.dependabot.com/babel/babel/pull/8315) Remove option-filtering options from the final options results.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > > #### :memo: Documentation > * [#8320](https://github-redirect.dependabot.com/babel/babel/pull/8320) Add link to audio version of song. ([[**rugk**](https://github.com/rugk)](https://github.com/rugk)) > > ## v7.0.0-beta.53 (2018-07-11) > > - Fix for regression with paths on windows due to micromatch upgrade, remove yearly presets (not published) > - (There was an issue with the Stage presets in this release, but it is also deprecated) > > #### :boom: Breaking Change > * `babel-*` > * [#8274](https://github-redirect.dependabot.com/babel/babel/pull/8274) Remove yearly presets from repo. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > > #### :rocket: New Feature > * `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` > ... (truncated)
Commits - [`6695f5e`](https://github.com/babel/babel/commit/6695f5e2f7a2cfe49acfb63508dc4f1812185c7f) v7.0.0-beta.56 - [`86ce2e4`](https://github.com/babel/babel/commit/86ce2e4e0d51bf71749f78c310c5899f6c5574a8) remove old deps [skip ci] - [`8cffbba`](https://github.com/babel/babel/commit/8cffbbae75e52390a849e1fda2d63fc240267c8b) Split @babel/runtime into 2 modules via @babel/runtime-corejs2 ([#8266](https://github-redirect.dependabot.com/babel/babel/issues/8266)) - [`cb51704`](https://github.com/babel/babel/commit/cb517047452b583af59b0d34385940819a7facb4) Babel cli fix recursion in file mode ([#8418](https://github-redirect.dependabot.com/babel/babel/issues/8418)) - [`a8224d4`](https://github.com/babel/babel/commit/a8224d40e2ff5d2ef92152e4853257596d8097bc) Split @babel/runtime into two separate runtime modules. - [`3210a7a`](https://github.com/babel/babel/commit/3210a7a873d6aced7aa3313a8be5121d8c4e5072) Default to non-corejs helpers. - [`9c598a8`](https://github.com/babel/babel/commit/9c598a8e283790b7c5849862f4ad462cd2c17ba5) Build an explicit runtime. - [`a149466`](https://github.com/babel/babel/commit/a149466001822ffda07bbf27f4462bf5ca778b74) Move build-dist script to the runtime transform. - [`ec83308`](https://github.com/babel/babel/commit/ec8330870ef0aae1b834c8a250148edce14c091a) Refactor the runtime build-dist script. - [`363c592`](https://github.com/babel/babel/commit/363c5923f0c1fdbd336b297076d5b7d9a9ca7128) Remove unused options.json file. - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0-beta.52...v7.0.0-beta.56)


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

Looks like @babel/core is up-to-date now, so this is no longer needed.