netlify / framework-info

Framework detection utility
MIT License
137 stars 21 forks source link

chore(deps): update dependency ava to v5 #824

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ava (source) ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

avajs/ava ### [`v5.1.0`](https://togithub.com/avajs/ava/releases/tag/v5.1.0) [Compare Source](https://togithub.com/avajs/ava/compare/v5.0.1...v5.1.0) #### What's Changed - Output logs for tests that remain pending when AVA exits by [@​kevo1ution](https://togithub.com/kevo1ution) in [https://github.com/avajs/ava/pull/3125](https://togithub.com/avajs/ava/pull/3125) - Check for --config file extensions after they fail to load, allowing custom loaders by [@​panva](https://togithub.com/panva) in [https://github.com/avajs/ava/pull/3135](https://togithub.com/avajs/ava/pull/3135) #### New Contributors - [@​kevo1ution](https://togithub.com/kevo1ution) made their first contribution in [https://github.com/avajs/ava/pull/3125](https://togithub.com/avajs/ava/pull/3125) - [@​panva](https://togithub.com/panva) made their first contribution in [https://github.com/avajs/ava/pull/3135](https://togithub.com/avajs/ava/pull/3135) **Full Changelog**: https://github.com/avajs/ava/compare/v5.0.1...v5.1.0 ### [`v5.0.1`](https://togithub.com/avajs/ava/releases/tag/v5.0.1) [Compare Source](https://togithub.com/avajs/ava/compare/v5.0.0...v5.0.1) Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer. ```console npm install --save-dev ava ``` #### Breaking Changes - AVA now requires Node.js 14.19, 16.15 or 18. [https://github.com/avajs/ava/pull/3043](https://togithub.com/avajs/ava/pull/3043) - Type definition distribution assumes at least TypeScript 4.7. [https://github.com/avajs/ava/pull/3041](https://togithub.com/avajs/ava/pull/3041) - We're now exporting types rather than interfaces. [https://github.com/avajs/ava/pull/3096](https://togithub.com/avajs/ava/pull/3096) #### Improvements - Detect `process.exit()` called from tests by [@​gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3080](https://togithub.com/avajs/ava/pull/3080) - Improve test result accessibility by [@​gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3082](https://togithub.com/avajs/ava/pull/3082) - Parse for line numbers with latest supported ECMA version by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3063](https://togithub.com/avajs/ava/pull/3063) - Work around `os.cpus()` returning an empty array on unsupported platforms by [@​catink123](https://togithub.com/catink123) in [https://github.com/avajs/ava/pull/3095](https://togithub.com/avajs/ava/pull/3095) - Count timeouts separately from the timed out tests by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3099](https://togithub.com/avajs/ava/pull/3099) - Cap idle timeouts to the maximum possible value by [@​creestor](https://togithub.com/creestor) in [https://github.com/avajs/ava/pull/3100](https://togithub.com/avajs/ava/pull/3100) #### New Contributors - [@​Prinzhorn](https://togithub.com/Prinzhorn) made their first contribution in [https://github.com/avajs/ava/pull/3073](https://togithub.com/avajs/ava/pull/3073) - [@​catink123](https://togithub.com/catink123) made their first contribution in [https://github.com/avajs/ava/pull/3095](https://togithub.com/avajs/ava/pull/3095) - [@​creestor](https://togithub.com/creestor) made their first contribution in [https://github.com/avajs/ava/pull/3100](https://togithub.com/avajs/ava/pull/3100) - [@​DavidVujic](https://togithub.com/DavidVujic) made their first contribution in [https://github.com/avajs/ava/pull/3109](https://togithub.com/avajs/ava/pull/3109) **Full Changelog**: https://github.com/avajs/ava/compare/v4.3.3...v5.0.1 ### [`v5.0.0`](https://togithub.com/avajs/ava/releases/tag/v5.0.0) [Compare Source](https://togithub.com/avajs/ava/compare/v4.3.3...v5.0.0) Despite the major version bump this is a relatively minor release. Node.js 12 is no longer supported. The type definitions are now distributed to be compatible with TypeScript 4.7 or newer. It's available as a pre-release under the `next` tag for the next few weeks: ```console npm install --save-dev ava@next ``` #### Breaking Changes - AVA now requires Node.js 14.19, 16.15 or 18. [https://github.com/avajs/ava/pull/3043](https://togithub.com/avajs/ava/pull/3043) - Type definition distribution is no longer compatible with TypeScript versions before 4.7. [https://github.com/avajs/ava/pull/3041](https://togithub.com/avajs/ava/pull/3041) - We're now exporting types rather than interfaces. [https://github.com/avajs/ava/pull/3096](https://togithub.com/avajs/ava/pull/3096) #### Improvements - Detect `process.exit()` called from tests by [@​gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3080](https://togithub.com/avajs/ava/pull/3080) - Improve test result accessibility by [@​gibson042](https://togithub.com/gibson042) in [https://github.com/avajs/ava/pull/3082](https://togithub.com/avajs/ava/pull/3082) - Parse for line numbers with latest supported ECMA version by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3063](https://togithub.com/avajs/ava/pull/3063) - Work around `os.cpus()` returning an empty array on unsupported platforms by [@​catink123](https://togithub.com/catink123) in [https://github.com/avajs/ava/pull/3095](https://togithub.com/avajs/ava/pull/3095) - Count timeouts separately from the timed out tests by [@​novemberborn](https://togithub.com/novemberborn) in [https://github.com/avajs/ava/pull/3099](https://togithub.com/avajs/ava/pull/3099) #### New Contributors - [@​Prinzhorn](https://togithub.com/Prinzhorn) made their first contribution in [https://github.com/avajs/ava/pull/3073](https://togithub.com/avajs/ava/pull/3073) - [@​catink123](https://togithub.com/catink123) made their first contribution in [https://github.com/avajs/ava/pull/3095](https://togithub.com/avajs/ava/pull/3095) **Full Changelog**: https://github.com/avajs/ava/compare/v4.3.3...v5.0.0

Configuration

πŸ“… Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 year ago

Deploy Preview for framework-info ready!

Name Link
Latest commit b4bb612a9de6bf5e7b0f791da36fa3d5a129c79c
Latest deploy log https://app.netlify.com/sites/framework-info/deploys/635a8f43b372940008f881b2
Deploy Preview https://deploy-preview-824--framework-info.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.