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

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

Release notes *Sourced from [@babel/core's releases](https://github.com/babel/babel/releases).* > ## v7.0.0-beta.55 (2018-07-28) > > Breaking Change in beta: > > > Throws an error on using Stage presets: https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets > > #### :boom: Breaking Change > * `babel-core`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-decorators`, `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3`, `babel-standalone` > * [#8293](https://github-redirect.dependabot.com/babel/babel/pull/8293) Remove Stage presets. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > > #### :rocket: New Feature > * `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript`, `babel-types` > * [#7754](https://github-redirect.dependabot.com/babel/babel/pull/7754) TypeScript: Support type arguments on tagged templates. ([[**andy-ms**](https://github.com/andy-ms)](https://github.com/andy-ms)) > > #### :bug: Bug Fix > * `babel-cli`, `babel-core`, `babel-generator` > * [#8380](https://github-redirect.dependabot.com/babel/babel/pull/8380) Ensure that Identifier source mappings explicitly start and stop on the generated range. ([[**loganfsmyth**](https://github.com/loganfsmyth)](https://github.com/loganfsmyth)) > * `babel-preset-env` > * [#8391](https://github-redirect.dependabot.com/babel/babel/pull/8391) Ensure preset-env doesn't clobber browserslist defaults. ([[**existentialism**](https://github.com/existentialism)](https://github.com/existentialism)) > * `babel-core` > * [#8376](https://github-redirect.dependabot.com/babel/babel/pull/8376) Fix order of optional argument reordering. ([[**Qix-**](https://github.com/Qix-)](https://github.com/Qix-)) > * [#8381](https://github-redirect.dependabot.com/babel/babel/pull/8381) Allow an Array for `babelrcRoots`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * [#8342](https://github-redirect.dependabot.com/babel/babel/pull/8342) Do not mutate ast. ([[**thiagoarrais**](https://github.com/thiagoarrais)](https://github.com/thiagoarrais)) > * `babel-parser` > * [#8374](https://github-redirect.dependabot.com/babel/babel/pull/8374) Correctly parse interface methods named 'static'. ([[**bakkot**](https://github.com/bakkot)](https://github.com/bakkot)) > > #### :nail_care: Polish > * `babel-parser` > * [#8355](https://github-redirect.dependabot.com/babel/babel/pull/8355) remove .then from `dynamic import` parser exception message. ([[**dnalborczyk**](https://github.com/dnalborczyk)](https://github.com/dnalborczyk)) > > #### :house: Internal > * `babel-core`, `babel-preset-stage-0`, `babel-preset-stage-1`, `babel-preset-stage-2`, `babel-preset-stage-3`, `babel-standalone` > * [#8397](https://github-redirect.dependabot.com/babel/babel/pull/8397) Remove our own use of stage presets. ([[**hzoo**](https://github.com/hzoo)](https://github.com/hzoo)) > * `babel-helpers`, `babel-plugin-proposal-class-properties` > * [#8318](https://github-redirect.dependabot.com/babel/babel/pull/8318) Save full descriptor instead of only value for private fields.. ([[**nicolo-ribaudo**](https://github.com/nicolo-ribaudo)](https://github.com/nicolo-ribaudo)) > * `babel-core` > * [#8381](https://github-redirect.dependabot.com/babel/babel/pull/8381) Allow an Array for `babelrcRoots`.. ([[**wtgtybhertgeghgtwtg**](https://github.com/wtgtybhertgeghgtwtg)](https://github.com/wtgtybhertgeghgtwtg)) > * `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-define-map`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-regex`, `babel-helper-simple-access`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-register`, `babel-template`, `babel-traverse`, `babel-types` > * [#8377](https://github-redirect.dependabot.com/babel/babel/pull/8377) Bumped lodash to 4.17.10. ([[**Berkmann18**](https://github.com/Berkmann18)](https://github.com/Berkmann18)) > > #### Committers: 11 > - Andy ([andy-ms](https://github.com/andy-ms)) > - Brian Ng ([existentialism](https://github.com/existentialism)) > - Henry Zhu ([hzoo](https://github.com/hzoo)) > - Kevin Gibbons ([bakkot](https://github.com/bakkot)) > - Logan Smyth ([loganfsmyth](https://github.com/loganfsmyth)) > - Maximilian Berkmann ([Berkmann18](https://github.com/Berkmann18)) > - Nicolò Ribaudo ([nicolo-ribaudo](https://github.com/nicolo-ribaudo)) > - Qix ([Qix-](https://github.com/Qix-)) > - Thiago Arrais ([thiagoarrais](https://github.com/thiagoarrais)) > ... (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. > > ## 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` > ... (truncated)
Commits - [`adca165`](https://github.com/babel/babel/commit/adca165ee9ca0704805d7b964a788ab6d8ff21c3) v7.0.0-beta.55 - [`fa86b2d`](https://github.com/babel/babel/commit/fa86b2ddf01173c5970f0f39c8e938aa20225da8) Remove our own use of stage presets ([#8397](https://github-redirect.dependabot.com/babel/babel/issues/8397)) - [`5eb193c`](https://github.com/babel/babel/commit/5eb193c61f86efce0d0c591dc1b2252077af933f) Ensure that Identifier source mappings explicitly start and stop on the gener... - [`ec69b4b`](https://github.com/babel/babel/commit/ec69b4bb1256c061ac76f53dfed09c4283ec6a31) Save full descriptor instead of only value for private fields. ([#8318](https://github-redirect.dependabot.com/babel/babel/issues/8318)) - [`5fdcd29`](https://github.com/babel/babel/commit/5fdcd29ef9409f47cb1e38f21b9fd07bc7c9f023) Ensure preset-env doesn't clobber browserslist defaults ([#8391](https://github-redirect.dependabot.com/babel/babel/issues/8391)) - [`8ee24fd`](https://github.com/babel/babel/commit/8ee24fdfc04870dade1f7318b29bb27b59fdec79) TypeScript: Support type arguments on tagged templates ([#7754](https://github-redirect.dependabot.com/babel/babel/issues/7754)) - [`db2a9fc`](https://github.com/babel/babel/commit/db2a9fc96ebb2b29aaeedb962b46f5010a552f17) Fix order of optional argument reordering ([#8376](https://github-redirect.dependabot.com/babel/babel/issues/8376)) - [`75767e9`](https://github.com/babel/babel/commit/75767e92730a7437c9b499ef0508ee9bb3783d4e) Merge pull request [#8381](https://github-redirect.dependabot.com/babel/babel/issues/8381) from wtgtybhertgeghgtwtg/babelrcroots-array - [`4346a95`](https://github.com/babel/babel/commit/4346a95b889edde7a76bc3502917291bbb91f430) Perform check on each member of `babelrcroots`. - [`26cbbb5`](https://github.com/babel/babel/commit/26cbbb569fffd289b384b37c10d063e026dc71e6) Bumped lodash to 4.17.10 ([#8377](https://github-redirect.dependabot.com/babel/babel/issues/8377)) - Additional commits viewable in [compare view](https://github.com/babel/babel/compare/v7.0.0-beta.52...v7.0.0-beta.55)


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