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.54 #10

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.54.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## 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. > > There was 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 anyway. 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)) > > #### Committers: 4 > - Daniel Tschinder ([danez](https://github.com/danez)) > - James DiGioia ([mAAdhaTTah](https://github.com/mAAdhaTTah)) > - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth)) > - rugk ([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) > > #### :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` > * [#7799](https://github-redirect.dependabot.com/babel/babel/pull/7799) TypeScript: Support type arguments on JSX opening and self-closing tags. ([[**andy-ms**](https://github.com/andy-ms)](https://github.com/andy-ms)) > * `babel-parser` > * [#8291](https://github-redirect.dependabot.com/babel/babel/pull/8291) Support pipeline proposal flag in `@babel/parser`. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > * `babel-plugin-proposal-object-rest-spread` > * [#8264](https://github-redirect.dependabot.com/babel/babel/pull/8264) Remove unused bindings when excluding keys with rest in loose mode. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist)) > * `babel-helpers`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-destructuring`, `babel-preset-env` > * [#8261](https://github-redirect.dependabot.com/babel/babel/pull/8261) Introduce objectWithoutPropertiesLoose helper. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist)) > > #### :bug: Bug Fix > * `babel-core` > * [#8281](https://github-redirect.dependabot.com/babel/babel/pull/8281) Revert micromatch upgrade (regression) [skip ci]. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > * `babel-types` > ... (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.
Commits - [`84282f1`](https://github.com/babel/babel/commit/84282f199b33bd0634a9d6b995a68cbab00fa948) v7.0.0-beta.54 - [`52a5690`](https://github.com/babel/babel/commit/52a569056c6008c453bf26219461655c7d0322c4) Merge pull request [#8327](https://github-redirect.dependabot.com/babel/babel/issues/8327) from loganfsmyth/drop-pattern-matching - [`7446d06`](https://github.com/babel/babel/commit/7446d069117c4811ccc5184fcc5021d2ed242fe9) also default stage 2 to decoratorsLegacy true [skip ci] - [`8817fcf`](https://github.com/babel/babel/commit/8817fcf03e4616dfbe70578903bf47910402f0d7) Fix stage-0/1 import of pipeline/decorators proposals ([#8317](https://github-redirect.dependabot.com/babel/babel/issues/8317)) - [`6d177ba`](https://github.com/babel/babel/commit/6d177ba4c554136e9d6175b4162d6d84fbc85c52) Remove micromatch and use a simple pattern matching utility. - [`935533c`](https://github.com/babel/babel/commit/935533cff3c15ca1c779293cc880bbd983402462) Ensure that the wildcard interop is used with re-export + default. ([#8316](https://github-redirect.dependabot.com/babel/babel/issues/8316)) - [`c4f67bf`](https://github.com/babel/babel/commit/c4f67bfa577a1f5ca3fd21df49dd640b922e8602) Leave it to users to clear the require cache if they want to. - [`2854a18`](https://github.com/babel/babel/commit/2854a187bea804b34611382fddc65cda9528ae00) Remove dependency on barely-used package. - [`62ee1ad`](https://github.com/babel/babel/commit/62ee1adc8543975f1ff0d41dd2ad6875404713a7) Add link to audio version of song ([#8320](https://github-redirect.dependabot.com/babel/babel/issues/8320)) - [`fd9ebf9`](https://github.com/babel/babel/commit/fd9ebf9e1de4b3bab2d6d4e82bcb0b5f1c628ef8) Remove option-filtering options from the final options results. ([#8315](https://github-redirect.dependabot.com/babel/babel/issues/8315)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0-beta.52...v7.0.0-beta.54)


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