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.2 #44

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

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.1.2 > ## 7.1.2 > > - Same as https://github.com/babel/babel/releases/tag/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)) > > #### Committers: 5 > - Brian Ng ([existentialism](https://github.com/existentialism)) > - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth)) > - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > - Pig Fang ([g-plane](https://github.com/g-plane)) > - Sampo Kivistö ([Havunen](https://github.com/Havunen)) > > ## 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)) > > ... (truncated)
Changelog *Sourced from [@babel/core's changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md).* > ## 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 > * `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)) > ... (truncated)
Commits - [`3f5b755`](https://github.com/babel/babel/commit/3f5b7554b83a60216f736c4e2600ae33a294349b) v7.1.2 - [`ead23d7`](https://github.com/babel/babel/commit/ead23d7112a4577dcb87e18fe1bccd86e3a51d00) v7.1.1 - [`626f479`](https://github.com/babel/babel/commit/626f47982e64c9642c52df54855c9cf1d5e362a9) Do not unpack array patterns that update a referenced binding ([#8535](https://github-redirect.dependabot.com/babel/babel/issues/8535)) - [`55faa27`](https://github.com/babel/babel/commit/55faa27b9375eb6c9b50750d350f8e0ced7e897c) Run test262 tests for exportNamespaceFrom ([#8780](https://github-redirect.dependabot.com/babel/babel/issues/8780)) - [`090c364`](https://github.com/babel/babel/commit/090c364a90fe73d36a30707fc612ce037bdbbb24) Improved build performance by optimizing makeMappingKey method. ([#8744](https://github-redirect.dependabot.com/babel/babel/issues/8744)) - [`f38be13`](https://github.com/babel/babel/commit/f38be131137c0935366124ca34c4a9920fd036fa) TypeScript: reserve `unknown` as TSUnknownKeyword ([#8755](https://github-redirect.dependabot.com/babel/babel/issues/8755)) - [`889cdb8`](https://github.com/babel/babel/commit/889cdb8da5d882cd2a83cca832f31cd4520400e0) Use babel-check-duplicated-nodes ([#8768](https://github-redirect.dependabot.com/babel/babel/issues/8768)) - [`af694eb`](https://github.com/babel/babel/commit/af694ebae1bc91e25e1664cdba10abbe3430551a) [decorators] Support async and generator methods ([#8742](https://github-redirect.dependabot.com/babel/babel/issues/8742)) - [`a19b72e`](https://github.com/babel/babel/commit/a19b72e46d03cea45f45073f1eda7c2c79980ebf) jest@23.6.0 ([#8764](https://github-redirect.dependabot.com/babel/babel/issues/8764)) - [`38cf318`](https://github.com/babel/babel/commit/38cf318f61df3d85cd42087cd3c796a5e92a0ac9) Bump lint-related deps ([#8765](https://github-redirect.dependabot.com/babel/babel/issues/8765)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0...v7.1.2)


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