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-rc.4 to 7.0.0 #33

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps @babel/core from 7.0.0-rc.4 to 7.0.0.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.0.0 > > Writing the post still*, if you see this you are too fast 😂 > > https://babeljs.io/blog/2018/08/27/7.0.0 > > --- > > Edit: also updated integrations to v7 as well: > > - babel-eslint v9: https://github.com/babel/babel-eslint/releases/tag/v9.0.0 > - babel-loader v8: https://github.com/babel/babel-loader/releases/tag/v8.0.0 > - gulp-babel v8: https://github.com/babel/gulp-babel/releases/tag/v8.0.0 > - rollup-plugin-babel v8: https://github.com/rollup/rollup-plugin-babel
Changelog *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## 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` > * [#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` > * [#8165](https://github-redirect.dependabot.com/babel/babel/pull/8165) [babel-types] Fix isNodesEquivalent() behavior for TemplateElements. ([[**timkendrick**](https://github.com/timkendrick)](https://github.com/timkendrick)) > > #### :nail_care: Polish > * `babel-plugin-syntax-pipeline-operator`, `babel-preset-stage-0`, `babel-preset-stage-1` > * [#8279](https://github-redirect.dependabot.com/babel/babel/pull/8279) Improve error messages around pipeline option. ([[**mAAdhaTTah**](https://github.com/mAAdhaTTah)](https://github.com/mAAdhaTTah)) > ... (truncated)
Commits - [`90fb82a`](https://github.com/babel/babel/commit/90fb82a535db396f14a57ea1913b6604b9b1480f) v7.0.0 - [`8a45fba`](https://github.com/babel/babel/commit/8a45fba510956c42d336c70c4dc47bebcd38cce0) testing temp tag [skip ci] - [`079780b`](https://github.com/babel/babel/commit/079780b4328ea8d4b243744190af279afad874f8) Make it easier to re-run local prod builds ([#8556](https://github-redirect.dependabot.com/babel/babel/issues/8556)) [skip ci] - [`4e64807`](https://github.com/babel/babel/commit/4e64807afce76bff7fbc9d114d88f8c8e1356466) use temp tag while having publishing issues [skip ci] - See full diff in [compare view](https://github.com/babel/babel/compare/v7.0.0-rc.4...v7.0.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 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.