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 to 7.1.0 #36

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps @babel/core from 7.0.0 to 7.1.0.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.1.0 (2018-09-17) > > > http://babeljs.io/blog/2018/09/17/7.1.0 > > #### :rocket: New Feature > * `babel-cli`, `babel-core` > * [#8660](https://github-redirect.dependabot.com/babel/babel/pull/8660) Better support monorepos by allowing users to opt into automatically resolving 'root' with `rootMode: "upward"`.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helper-transform-fixture-test-runner` > * [#7582](https://github-redirect.dependabot.com/babel/babel/pull/7582) Allow regular plugins/presets resolution algorithm for packages outsi…. ([[**Andarist**](https://github.com/Andarist)](https://github.com/Andarist)) > * `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators` > * [#7976](https://github-redirect.dependabot.com/babel/babel/pull/7976) Add support for the new decorators proposal. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-proposal-class-properties` > * [#8205](https://github-redirect.dependabot.com/babel/babel/pull/8205) Private Static Fields Features: Stage 3. ([[**rricard**](https://github.com/rricard)](https://github.com/rricard)) > > #### :bug: Bug Fix > * `babel-parser` > * [#8698](https://github-redirect.dependabot.com/babel/babel/pull/8698) Fix parsing of newline between 'async' and 'function'. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#8677](https://github-redirect.dependabot.com/babel/babel/pull/8677) Fix typescript parsing typed object shorthand methods. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-plugin-transform-typescript` > * [#8682](https://github-redirect.dependabot.com/babel/babel/pull/8682) Fix TSParameterProperty getting lost with transform-classes. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#8695](https://github-redirect.dependabot.com/babel/babel/pull/8695) Adjust TSParameterProperty handling to work with transform-parameters. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#8666](https://github-redirect.dependabot.com/babel/babel/pull/8666) Fix typescript import elision. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam)) > * `babel-preset-env` > * [#8693](https://github-redirect.dependabot.com/babel/babel/pull/8693) Fix es6.string.iterator mapping in babel-preset-env. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-runtime` > * [#8659](https://github-redirect.dependabot.com/babel/babel/pull/8659) Fix version checks in .availableHelper and transform-runtime definitions.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * Other > * [#8627](https://github-redirect.dependabot.com/babel/babel/pull/8627) ts generator: allow reserved keywords in interfaces. ([[**43081j**](https://github.com/43081j)](https://github.com/43081j)) > * `babel-plugin-transform-parameters` > * [#8414](https://github-redirect.dependabot.com/babel/babel/pull/8414) Allow patterns as argument of RestElement. ([[**microbouji**](https://github.com/microbouji)](https://github.com/microbouji)) > * `babel-core`, `babel-plugin-transform-runtime` > * [#8624](https://github-redirect.dependabot.com/babel/babel/pull/8624) Verify 'sourceMap' option with hasOwnProperty, and verify string-typed 'version'. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-helpers`, `babel-plugin-proposal-class-properties` > * [#8614](https://github-redirect.dependabot.com/babel/babel/pull/8614) [static private] Unify loose handling of static and instance props. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :nail_care: Polish > * `babel-plugin-transform-runtime` > * [#8581](https://github-redirect.dependabot.com/babel/babel/pull/8581) Fix grammar in error message at @babel/plugin-transform-runtime. ([[**tricknotes**](https://github.com/tricknotes)](https://github.com/tricknotes)) > * `babel-parser` > * [#8576](https://github-redirect.dependabot.com/babel/babel/pull/8576) More helpful errorr message for missing decoratorsBeforeExport in parser. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :memo: Documentation > * [#8561](https://github-redirect.dependabot.com/babel/babel/pull/8561) Added pronounciation of babel. ([[**siddhant1**](https://github.com/siddhant1)](https://github.com/siddhant1)) > > #### :house: Internal > * `babel-core` > * [#8714](https://github-redirect.dependabot.com/babel/babel/pull/8714) Fix Flow error with new versionRange test.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * Other > * [#8679](https://github-redirect.dependabot.com/babel/babel/pull/8679) remove force publish, temp tag [skip ci]. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > * `babel-plugin-transform-runtime` > ... (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](/.github/CHANGELOG-v4.md), [CHANGELOG - v5](/.github/CHANGELOG-v5.md), and [CHANGELOG - v6](/.github/CHANGELOG-v6.md) for v4.x-v6.x changes. > 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 - [`fad7495`](https://github.com/babel/babel/commit/fad74959f8706dc0fed763c51e1bc427ee2a4dc1) v7.1.0 - [`2b68181`](https://github.com/babel/babel/commit/2b68181af29d342acc56c81bf7d2ae7249611bf9) add ignore files [skip ci] - [`9b4b436`](https://github.com/babel/babel/commit/9b4b436e1ff4e6d435ce9dffe380ee51c5e4b0b5) Fix parsing of newline between 'async' and 'function' ([#8698](https://github-redirect.dependabot.com/babel/babel/issues/8698)) - [`aa33303`](https://github.com/babel/babel/commit/aa33303112c0e988b180369f93154e0add41e9d5) Fix logic/Flow error with versionRange. ([#8714](https://github-redirect.dependabot.com/babel/babel/issues/8714)) - [`bd0c62d`](https://github.com/babel/babel/commit/bd0c62dc0c30cf16a4d4ef0ddf21d386f673815c) Allow users to choose how the configuration root is selected. ([#8660](https://github-redirect.dependabot.com/babel/babel/issues/8660)) - [`aac8118`](https://github.com/babel/babel/commit/aac8118b7fa1e58ce0498823f46f08333178e921) Update helpers version fro 7.0.1 to 7.0.2 ([#8703](https://github-redirect.dependabot.com/babel/babel/issues/8703)) - [`8897b67`](https://github.com/babel/babel/commit/8897b67f40e6db70f3c33abc4fe4e01846de7e17) Fix TSParameterProperty getting lost with transform-classes ([#8682](https://github-redirect.dependabot.com/babel/babel/issues/8682)) - [`380f2a0`](https://github.com/babel/babel/commit/380f2a02970734b0d96b197f47981bef211b3db8) Fix typescript parsing typed object shorthand methods ([#8677](https://github-redirect.dependabot.com/babel/babel/issues/8677)) - [`402bd1c`](https://github.com/babel/babel/commit/402bd1cc42f332f86b5e9ce21b0cd12bd2bb5757) Adjust TSParameterProperty handling to work with transform-parameters ([#8695](https://github-redirect.dependabot.com/babel/babel/issues/8695)) - [`6059637`](https://github.com/babel/babel/commit/6059637f0973bfc5cf84a177b2b189c4744d859a) babel-eslint@9.0.0 ([#8680](https://github-redirect.dependabot.com/babel/babel/issues/8680)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0...v7.1.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.
dependabot-preview[bot] commented 5 years ago

Superseded by #44.