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 ava from 1.0.0-beta.7 to 1.0.0-beta.8 #31

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps ava from 1.0.0-beta.7 to 1.0.0-beta.8.

Release notes *Sourced from [ava's releases](https://github.com/avajs/ava/releases).* > ## 1.0.0-beta.8 > # Beta Eight 🖐🤞☝️ > > We're getting ever closer! As you may recall our 1.0 release has been in beta due to its dependency on Babel 7. Well, Babel 7.0.0 has shipped! Lots of hurrahs and love to the Babel team for getting to this milestone. You should go [read their announcement post](https://babeljs.io/blog/2018/08/27/7.0.0) 🎊 > > With this beta AVA now supports Babel 7. **Before we can ship our 1.0 release there's just two issues left to tackle:** > > - We need to make sure AVA works with `babel.config.js` files and update our documentation: https://github-redirect.dependabot.com/avajs/ava/issues/1816 > - We need to improve our cache invalidation when you change your Babel configuration: https://github-redirect.dependabot.com/avajs/ava/issues/1817 > > If you'd like to help get the 1.0 release over the line, please give us a shout in the respective issues. > > Meanwhile, despite the release saying *Beta*, you really should be using this version. There won't be any fixes for the `0.x` releases. Just be sure to install an *exact* dependency, as SemVer doesn't really apply to these betas: > > ```console > $ npm install --save-dev --save-exact ava@next > ``` > > Please see the release notes for the previous betas: > > - [beta 1](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.1) > - [beta 2](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.2) > - [beta 3](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.3) > - [beta 4](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.4) > - [beta 5](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.5) > - [beta 6](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.6) > - [beta 7](https://github.com/avajs/ava/releases/tag/v1.0.0-beta.7) > > ## Highlights > > Babel 7.0.0! > > Also, the `code` expectation in `t.throws()` and `t.throwsAsync()` may now be a number. 7f974ccd1f2320eaf010db917f17b09922342b86 > > ## Bug fixes > > - TTY support for `process.stderr` is now emulated in the worker processes. 99098cc5c8a0eca89293e5a23d030f383732cc63 > - `profile.js` once again works with snapshots. 846920a40c10427c187bdffa51737e907733efbc > - Missing `test.serial.failing.only()` and `test.serial.failing.skip()` implementations have been added. 0ecd0be849b2cb1b01db8e0834827f4b411b3ea0 > - Snapshots are now consistent across operating systems. If you've previously generated snapshots on Windows, you should update them using this release. 28fe4e8831ce437d5f14a7816f34db8a75ca9911 > - AVA is better at detecting whether it's Babel syntax plugins have already been included by the user. d3bfb73fcac7263695f47a4dde7089d49718a514 > - The default reporter now includes files that did not declare any tests in its final output. 40be59784f6c282fd6e280ab0093e4480498b1a4 > > ## All changes 📚 > > [`v1.0.0-beta.7...v1.0.0-beta.8`](https://github.com/avajs/ava/compare/v1.0.0-beta.7...v1.0.0-beta.8) > > ## Thanks 💌 > > 💖 Huge thanks to [**jagoda**](https://github.com/jagoda), [**okyantoro**](https://github.com/okyantoro), [**sharkykh**](https://github.com/sharkykh), [**Phrynobatrachus**](https://github.com/Phrynobatrachus) and [**billyjanitsch**](https://github.com/billyjanitsch) for helping us with this release. We couldn’t have done it without you! > ... (truncated)
Commits - [`e6e40ad`](https://github.com/avajs/ava/commit/e6e40adfdd12d5c7ced16dda6b9eb99edf063601) 1.0.0-beta.8 - [`2fb02f6`](https://github.com/avajs/ava/commit/2fb02f6be09a9bbe0e6866e2421b0176d3c0634d) Upgrade to Babel 7 - [`40be597`](https://github.com/avajs/ava/commit/40be59784f6c282fd6e280ab0093e4480498b1a4) Update mini reporter to include files-without-tests in final output - [`99072ed`](https://github.com/avajs/ava/commit/99072ed8402400afa8353b9ebad74d920b4054fe) Test reporter edge cases, e.g. test file exceptions, no test declarations - [`d3bfb73`](https://github.com/avajs/ava/commit/d3bfb73fcac7263695f47a4dde7089d49718a514) Fix detection of existing syntax plugins - [`8f54022`](https://github.com/avajs/ava/commit/8f54022c14c5137d84af71c12cde8e7562eb5fed) Bump dependencies - [`28fe4e8`](https://github.com/avajs/ava/commit/28fe4e8831ce437d5f14a7816f34db8a75ca9911) Ensure different OSes generate consistent snapshots - [`0ecd0be`](https://github.com/avajs/ava/commit/0ecd0be849b2cb1b01db8e0834827f4b411b3ea0) Add test.serial.failing.{only|skip} implementations - [`846920a`](https://github.com/avajs/ava/commit/846920a40c10427c187bdffa51737e907733efbc) Fix missing `projectDir` in profile.js - [`7f974cc`](https://github.com/avajs/ava/commit/7f974ccd1f2320eaf010db917f17b09922342b86) Allow `code` in throws expectations to be a number - Additional commits viewable in [compare view](https://github.com/avajs/ava/compare/v1.0.0-beta.7...v1.0.0-beta.8)


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.