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.5 #56

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @babel/core from 7.0.0 to 7.1.5.

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.1.5 (2018-11-06) > > Various bug fixes and additions. > > And thanks to [**benmosher**](https://github.com/benmosher), [**ryanwmarsh**](https://github.com/ryanwmarsh), [**Cyp**](https://github.com/Cyp), [**vvyomjjain**](https://github.com/vvyomjjain), [**byronluk**](https://github.com/byronluk), [**everdimension**](https://github.com/everdimension) for their first PRs! > > #### :eyeglasses: Spec Compliancy > * `babel-parser`, `babylon` > * [#7727](https://github-redirect.dependabot.com/babel/babel/pull/7727) Fix await in function name and parameters. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > #### :rocket: New Feature > * `babel-parser` > * [#8828](https://github-redirect.dependabot.com/babel/babel/pull/8828) Typescript: Validate tuple type element positions. ([[**Retsam**](https://github.com/Retsam)](https://github.com/Retsam)) > * [#8883](https://github-redirect.dependabot.com/babel/babel/pull/8883) [flow] Add support for parsing `_` as implicit instantiation in call/new. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215)) > * `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-typescript`, `babel-traverse` > * [#8448](https://github-redirect.dependabot.com/babel/babel/pull/8448) Remove Babylon plugins for features already merged to the ECMAScript spec. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-parser`, `babel-types` > * [#8884](https://github-redirect.dependabot.com/babel/babel/pull/8884) [flow] Explicit inexact objects with `...`. ([[**jbrown215**](https://github.com/jbrown215)](https://github.com/jbrown215)) > * `babel-preset-env` > * [#8898](https://github-redirect.dependabot.com/babel/babel/pull/8898) Update preset-env data. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :bug: Bug Fix > * `babel-parser` > * [#8956](https://github-redirect.dependabot.com/babel/babel/pull/8956) Do not allow TypeCastExpressions w/o parens . ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#8954](https://github-redirect.dependabot.com/babel/babel/pull/8954) Allow function types in type params within arrow return types. ([[**danez**](https://github.com/danez)](https://github.com/danez)) > * [#8866](https://github-redirect.dependabot.com/babel/babel/pull/8866) Closes [#8865](https://github-redirect.dependabot.com/babel/babel/issues/8865). ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk)) > * `babel-core` > * [#8910](https://github-redirect.dependabot.com/babel/babel/pull/8910) Resolve babel.config.js 'babelrcRoots' values relative to the config file.. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * [#8950](https://github-redirect.dependabot.com/babel/babel/pull/8950) Fix message when plugin of a wrong type is passed. ([[**everdimension**](https://github.com/everdimension)](https://github.com/everdimension)) > * `babel-plugin-transform-block-scoping` > * [#8937](https://github-redirect.dependabot.com/babel/babel/pull/8937) rename colliding let bindings with for loop init. ([[**byronluk**](https://github.com/byronluk)](https://github.com/byronluk)) > * [#8914](https://github-redirect.dependabot.com/babel/babel/pull/8914) Treat break inside block inside loop. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais)) > * `babel-preset-env` > * [#8926](https://github-redirect.dependabot.com/babel/babel/pull/8926) preset-env: Edge support for arrow param destructuring. ([[**benmosher**](https://github.com/benmosher)](https://github.com/benmosher)) > * `babel-generator` > * [#8868](https://github-redirect.dependabot.com/babel/babel/pull/8868) fix single-arg async arrows when retainLines=true. ([[**ryanwmarsh**](https://github.com/ryanwmarsh)](https://github.com/ryanwmarsh)) > * `babel-traverse` > * [#8880](https://github-redirect.dependabot.com/babel/babel/pull/8880) fix: Expression x === 'y' && '' should not evaluate to undefined.. ([[**Cyp**](https://github.com/Cyp)](https://github.com/Cyp)) > > #### :nail_care: Polish > * [#8873](https://github-redirect.dependabot.com/babel/babel/pull/8873) fixed an extra word. ([[**vvyomjjain**](https://github.com/vvyomjjain)](https://github.com/vvyomjjain)) > > #### Committers: 14 > - Ben Mosher ([benmosher](https://github.com/benmosher)) > - Brian Ng ([existentialism](https://github.com/existentialism)) > - Byron Luk ([byronluk](https://github.com/byronluk)) > - Daniel Tschinder ([danez](https://github.com/danez)) > - James Garbutt ([43081j](https://github.com/43081j)) > - Jordan Brown ([jbrown215](https://github.com/jbrown215)) > - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth)) > ... (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. > > ## 7.1.2 (2018-09-28) > > Same as v7.1.1, except compiled against Node 6 instead of Node 8 by accident (e.g had `async functions`). > > ## v7.1.1 (2018-09-28) > > > EDIT: had a publish issue here as well where it compiled against Node 8 instead of Node 6 so 7.1.2 will fix this. > > Also force publish `@babel/runtime` and `@babel/runtime-corejs2`. We need to fix the publishing around that since Lerna doesn't pickup the `@babel/helpers` changes as there is no "dependency" > > #### :bug: Bug Fix > * `babel-generator`, `babel-parser`, `babel-types` > * [#8755](https://github-redirect.dependabot.com/babel/babel/pull/8755) TypeScript: reserve `unknown` as TSUnknownKeyword. ([[**g-plane**](https://github.com/g-plane)](https://github.com/g-plane)) > * `babel-plugin-transform-destructuring` > * [#8535](https://github-redirect.dependabot.com/babel/babel/pull/8535) Do not unpack array patterns that update a referenced binding. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-plugin-proposal-decorators` > * [#8742](https://github-redirect.dependabot.com/babel/babel/pull/8742) [decorators] Support async and generator methods. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-helpers`, `babel-plugin-proposal-decorators` > * [#8761](https://github-redirect.dependabot.com/babel/babel/pull/8761) [decorators] Fields are enumerable. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-generator` > * [#8751](https://github-redirect.dependabot.com/babel/babel/pull/8751) Fix some missing parens cases with OptionalMemberExpression in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * [#8727](https://github-redirect.dependabot.com/babel/babel/pull/8727) Handle throw expressions in generator. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > > #### :house: Internal > * Other > * [#8780](https://github-redirect.dependabot.com/babel/babel/pull/8780) Run test262 tests for exportNamespaceFrom. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-helper-transform-fixture-test-runner` > * [#8768](https://github-redirect.dependabot.com/babel/babel/pull/8768) Use babel-check-duplicated-nodes. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > > ## v7.1.0 (2018-09-17) > > Check http://babeljs.io/blog/2018/09/17/7.1.0 > > #### :rocket: New Feature > ... (truncated)
Commits - [`afe67a7`](https://github.com/babel/babel/commit/afe67a7035b640394363ea3ae95e8f9a5476ea47) v7.1.5 - [`2fa1984`](https://github.com/babel/babel/commit/2fa19846353a97e33676e819e9ba4f7104aaad3f) Fix await in function name and parameters ([#7727](https://github-redirect.dependabot.com/babel/babel/issues/7727)) - [`2194842`](https://github.com/babel/babel/commit/2194842d11466cf1a3dcdd165e8f1e6505e5d05f) Typescript: Validate tuple type element positions ([#8828](https://github-redirect.dependabot.com/babel/babel/issues/8828)) - [`e3b2c1a`](https://github.com/babel/babel/commit/e3b2c1afff1b42aa260940f825503ab1c78ac26c) fix: Do not allow TypeCastExpressions w/o parens ([#8956](https://github-redirect.dependabot.com/babel/babel/issues/8956)) - [`b95cbc4`](https://github.com/babel/babel/commit/b95cbc4a8e3b564fd108efaf2853a373c04d4f10) output aliased types in typescript declarations ([#8629](https://github-redirect.dependabot.com/babel/babel/issues/8629)) - [`24c4901`](https://github.com/babel/babel/commit/24c4901ff56c57db1ac60e4d810424656d18e374) Remove Babylon plugins for features already merged to the ECMAScript spec ([#8](https://github-redirect.dependabot.com/babel/babel/issues/8)... - [`c125b1d`](https://github.com/babel/babel/commit/c125b1dd74692b3a36b1701b7c9a1d69f1a13558) Update test262 commit, as old commit broke for some reason - [`f216a7b`](https://github.com/babel/babel/commit/f216a7b06f36e6ab38c1456dbe84ff632ae17f6d) [flow] Add support for parsing `_` as implicit instantiation in call/new ([#8883](https://github-redirect.dependabot.com/babel/babel/issues/8883)) - [`c6d2f45`](https://github.com/babel/babel/commit/c6d2f45cab257acbe9f1bea25d1ce60b8971f036) Resolve babel.config.js 'babelrcRoots' values relative to the config file. (#... - [`1d4d760`](https://github.com/babel/babel/commit/1d4d760ffc37e228814c06a482b6dcd87b44006b) Update test262 to latest commit and enable mapping for features - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0...v7.1.5)


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 5 years ago

Superseded by #58.