Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

AVA

Node.js test runner that lets you develop with confidence 🚀
Collective - Host: opensource - https://opencollective.com/ava - Website: https://avajs.dev - Code: https://github.com/avajs

Update dependencies

* Update dev dependencies

* Update dependencies

* Rebuild package-lock

github.com/avajs/ava - 609b307a2ed50e9ce33a21eee50fba09b3cf00f9 authored about 2 years ago
Check for --config file extensions after they fail to load, allowing custom loaders (#3135)

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - 647d3e15305ae5fdfccf3009fdd1ef18a82af6a1 authored about 2 years ago
Output logs for tests that remain pending when AVA exits

github.com/avajs/ava - 92069280a229477a733f7ce597075045a8d0fb2b authored about 2 years ago
Update reporter logs for latest Node.js 16

github.com/avajs/ava - 136dde36f854c1c58c64f73e6f529732cacfea52 authored about 2 years ago
Automate docs with eslint-doc-generator (#348)

github.com/avajs/eslint-plugin-ava - 0f0c6f0ee119ddc224ee81e7823eeed136d83e43 authored over 2 years ago
Require Node.js 14 and ESLint 8

github.com/avajs/eslint-plugin-ava - bd8c4c6e6c20ccce948df6f72e8d02c4e7f4080f authored over 2 years ago
Update dependencies; more type tweaks

* Upgrade to TypeScript 4.8. Keep testing with 4.7 to ensure backwards compatibility.
* Update ...

github.com/avajs/ava - 48dcafa2b8e37df72270f3ecfc519385f8eede04 authored over 2 years ago
Re-organize types for maximum compatibility

Add shims for TypeScript's 'node' module resolution algorithm. The exports map is only used with...

github.com/avajs/ava - 3ebe65cbebcba4992106d94da3df2f497a4f0eb1 authored over 2 years ago
Update to the browser testing recipe to use jsdom directly

github.com/avajs/ava - 2d3f39404d0f6c66d174df6e4955b0d1a672e0fa authored over 2 years ago
Add ava-postgres (#38)

github.com/avajs/awesome-ava - 854e6eee165a3edc2e9b1085e773e541d24c66eb authored over 2 years ago
Cap idle timeouts to the maximum possible value

Co-authored-by: creestor <[email protected]>
Co-authored-by: Mark Wubben <mark@novembe...

github.com/avajs/ava - 52b22700e995eda3fd0f95e4b8fd31ab3c7644be authored over 2 years ago
Improve test result accessibility

* Explain diff gutter symbols. Fixes #1558
* Add test result labels. Color covers figure and la...

github.com/avajs/ava - 797287adbd7694b33a834f8dad5ae2fb5db53c08 authored over 2 years ago
Count timeouts separately from the timed out tests

This ensures AVA exits with code 1 if any timeout occurs, even if there were no pending tests.
...

github.com/avajs/ava - cc10b0c43f57efc9994649a159ad34baf1c56dc6 authored over 2 years ago
Add ava-typescript-worker (#37)

github.com/avajs/awesome-ava - 50627112833cde57bd483e221b7b7b9f826fcedb authored over 2 years ago
Detect process.exit() called from tests

Fixes #861.

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - ea597d86137b6fe47ed56ccb29b1b1108bd6e9f9 authored over 2 years ago
Work around os.cpus() returning an empty array on unsupported platforms

`os.cpus()` can return empty arrays on platforms not officially supported by Node.js. Use 1 as a...

github.com/avajs/ava - 4b03662cbc349f94d74989a8d500113d620d2445 authored over 2 years ago
Update dependencies

Exclude Acorn stack traces from reporter logs.

Export types not interfaces.

github.com/avajs/ava - 02f626f529288414fc9a5d8fc148365fab0f5362 authored over 2 years ago
Merge branch 'v4-hotfix'

github.com/avajs/ava - 14061be6be828f13d27e66e7f6942a37fbecc61e authored over 2 years ago
Update to [email protected] and [email protected] and fix test suite

github.com/avajs/ava - 7c48c4d9190fe95eb37408fb8c871a446c622e08 authored over 2 years ago
Test with AVA 4.3.3

github.com/avajs/ava - 98f7d6eab2c4d2373c876ec0899a104a1a8f0e2d authored over 2 years ago
Handle `null` source maps during line number selection

github.com/avajs/ava - 6b78f4938ed04e5e3012eb28d8cbecdf10bbc293 authored over 2 years ago
Test with AVA 4.3.2

github.com/avajs/ava - c37ea84449d504735637592e4335fb7909ebb6e4 authored over 2 years ago
Handle findSourceMap returning null since Node.js 18.8.0

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - e81f5bdf7a176180d50755853ebcc6d1b6293025 authored over 2 years ago
Handle findSourceMap returning null since Node.js 18.8.0

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - f4067b2d8c7881b8222816c8663685549b01d3a5 authored over 2 years ago
Handle png and snap files as binary (repo only)

github.com/avajs/ava - 392ab65cd4d203643e5bb29aa7f152056fb6040b authored over 2 years ago
Fix typo in Execution Context documentation

github.com/avajs/ava - d66fc7fe2bec27364746f78e898c99d73a56b774 authored over 2 years ago
Fix link to test isolation

github.com/avajs/ava - 6f8e30c94626238a5b26deadac319089fa43d333 authored over 2 years ago
Use crypto.randomInt()

github.com/avajs/get-port - f6336f84a18b445286c0dc0385b368edc5de2284 authored over 2 years ago
Require Node.js 14.19, 16.15 or 18

github.com/avajs/ava - fd7f0ed7763baa7f38085ad49dc2d6108bc43058 authored over 2 years ago
Check all interfaces

Inspired by the implementation in
https://github.com/sindresorhus/get-port/blob/0760c987c1758139...

github.com/avajs/get-port - d6c36f97f1e044410b7f6d281228aeaa738d3ff6 authored over 2 years ago
Rely on TypeScript 4.7 and update integration + tests

* Only test against TypeScript 4.7

* Move type definitions to entrypoints/

Only TS 4.7 wil...

github.com/avajs/ava - 02f4e27b53c02f7c541a8c8ef074ce2e35279489 authored over 2 years ago
Parse for line numbers with latest supported ECMA version

This means the supported syntax changes depending on the installed Acorn
version, which may chan...

github.com/avajs/ava - d0af7297b86bc27200a52269d5a9bbc986c4d754 authored over 2 years ago
Report error when parsing for line number selection

This makes the failure a little less mysterious.

github.com/avajs/ava - d57c76c47687e61c38e059ea6442d92b4a9404fa authored over 2 years ago
When translating line numbers, check whether the source map entry has original values

github.com/avajs/ava - 357234260afc49646cddc2e9253f2740dd25d8e6 authored over 2 years ago
Pin Node.js 18 using Volta

github.com/avajs/get-port - 94a15a2f6e6e61672876b22523a3c394357acb62 authored over 2 years ago
Require Node.js 14.19, 16.15 or 18

github.com/avajs/get-port - 8011fedca5a594b25d9eeb0a555d8775f65dddc7 authored over 2 years ago
Update dev dependencies

github.com/avajs/get-port - 9e1d84d0ec588ed9b1895daed1578bc95aae2794 authored over 2 years ago
Keep up to date Korean translations

github.com/avajs/ava-docs - 65eddf19519ae0b0b8d16d08bfcfb0f475589e0a authored over 2 years ago
docs: sync french up to date (#76)

* docs: sync french up to date

* Docs: fix bad links

github.com/avajs/ava-docs - eac4f2c5bc7819b1b5294d2598b6368f194cca3c authored over 2 years ago
Document that AVA 4 cannot be run globally

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - ac0d75d05d28e511b1b3654b09d11d602e360179 authored over 2 years ago
Remove mentions of "callback mode" from docs

The notion of callback mode was removed in v4, the remaining references to it in the documentati...

github.com/avajs/ava - 26a2e5d56a21e014edba382191d6c0a16444d880 authored over 2 years ago
Fix link to translations

github.com/avajs/babel - 2130f35cce7d595873598dcd25da032b24a048e9 authored over 2 years ago
Update recommended VS Code debug configuration

github.com/avajs/ava - 91f5254d7bfb6c658d0e89f48a852b92b70e31da authored over 2 years ago
Update checksum algorithm for lockfile churn detection

github.com/avajs/ava - 3f17f8c7d6070c6414896a439dc93a6f3613a620 authored over 2 years ago
Assorted updates

* Remove Node.js 17 support
* Add Node.js 18 support
* Use latest everything for CI tasks
* C...

github.com/avajs/ava - 62403933755ec693a8a3c5671622b53359d3365e authored over 2 years ago
Link to correct branch in ava-docs repository

github.com/avajs/ava - b208d143ad852dc95aa8b44eed94ac1f404a25f4 authored over 2 years ago
Fix TS 4.7 compatibility

Export type definitions for CJS imports, make the existing ESM definitions discoverable by TS 4....

github.com/avajs/ava - c218a210a172444c329699b68c3a3276a7cfe8cc authored over 2 years ago
Add number of timeouts in test summary

Fixes #2639.

github.com/avajs/ava - 714c474a49d41a53940b4a7516c1d1ed39b5eefe authored over 2 years ago
Remove logs from test failure summary

github.com/avajs/ava - abfef8e8cec2a57c778f65e70d92a6e8523d222b authored over 2 years ago
Support message testing function in `throws` & `throwsAsync` assertions

github.com/avajs/ava - e387cba63ccf1a24a96b2375d61738ca38f48082 authored over 2 years ago
Document how to load multiple instances of the same "shared" worker

github.com/avajs/ava - f5caa8fb823e369517053181494374c64dfa58b2 authored almost 3 years ago
Allow parallel builds to be disabled

Fixes #2994.

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - c299fdb425c7078a098e26d5fbe95b09d7320343 authored almost 3 years ago
Improve typing of teardown methods

* Explicitly type t.teardown() functions to return a promise

This helps with the @typescript-...

github.com/avajs/ava - 388ea53ab71b7e5ae27336c3ff12cd146729461c authored almost 3 years ago
Document parallel builds for GitHub Actions

github.com/avajs/ava - 4257d2848cda9032212059575c09e2652c47e0bf authored almost 3 years ago
Update Babel recipe for AVA 4

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - ae0042c95d2dbe72b4910931232ea15f6071e04e authored almost 3 years ago
Fix function reference in t.try() assertion documentation

github.com/avajs/ava - f8be1528fd9dc02b2f67dc9c392f41ad58428857 authored almost 3 years ago
Add banner to support Ukraine

github.com/avajs/ava - c5d2b53de8992abd36afd2387e45ed35db79a7e6 authored almost 3 years ago
Update dependencies

* Update dev dependencies

* Update dependencies

* Remove concurrency limit for internal te...

github.com/avajs/ava - 419047b8ffad0567cf4daf4a717a3934426e10f7 authored almost 3 years ago
Loosen type constraints for deepEqual assertion

Allow actual to extend expected, or for the types to not extend each other at all.

github.com/avajs/ava - 9f797b07c363201adec8e3d73c34ba1cb26056ed authored almost 3 years ago
Add Node.js 17 reporter logs

github.com/avajs/ava - b5f934d1bff0cf74b067e1d11e552d2d56739fe3 authored almost 3 years ago
Warn when unsupported ava.config.json files are encountered

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - 9d3559338aab8c3de800404b2652747399fc1709 authored almost 3 years ago
Allow customized sorting of test files prior to execution

This allows you to better control the distribution of test files across parallel runs. You can a...

github.com/avajs/ava - ada1a4f8876ad7b2476440609691e301a02f3951 authored almost 3 years ago
Better explain the syntax and semantics of CLI pattern arguments

github.com/avajs/ava - 7276f086fb8d24625b5cb49b55557b9b48926ac0 authored almost 3 years ago
Remove accidentally committed test-ava symlink

github.com/avajs/ava - e13d4993c89262a495aaa671788e69356a96b053 authored almost 3 years ago
Use ESM import in introductory example

github.com/avajs/ava - 01bc445a3856838539869d5a34bab5c9b043cd0b authored almost 3 years ago
Update examples in docs to use ES Modules

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - 576f534b345259055c95fa0c2b33bef10847a2af authored almost 3 years ago
Explicitly configure ava --version value

Fixes #2942.

github.com/avajs/ava - 3131ccd9f04a2cc521bc50b3533137e91f34b335 authored about 3 years ago
Remove reference to enhanced assertion messages

This has been removed in AVA 4.

github.com/avajs/ava - 51d2a51f91a63f40eb57a53ed9327fd556314052 authored about 3 years ago
Remove outdated AVA 3 config from TypeScript recipe

github.com/avajs/ava - 18c04f99bcc02ef0bc2c2ac038dde60e0a17e3ac authored about 3 years ago
Clarify this is AVA 3 only

github.com/avajs/babel - 3b83e951d4a51f9f0ed1d6d9193a023bd00b897d authored about 3 years ago
Refer to assertion inputs as "actual"

github.com/avajs/ava - 1cda8c7e6926d6308745fee2ad92bc2602c961ad authored about 3 years ago
Fix encoding of large snapshot data

* Encode snapshot data asynchronously, fixes #2932
* Async I/O when saving snapshots

github.com/avajs/ava - c384e9a0ba2c7c25ee94e8600602d3984b0465b6 authored about 3 years ago
`use-test`: Ignore type import

Co-authored-by: Sindre Sorhus <[email protected]>

github.com/avajs/eslint-plugin-ava - 9cd3fdf6b0b3a8fc9fc6a4a65aab297318d56226 authored about 3 years ago
Clean up documentation in preparation for AVA 4

github.com/avajs/ava - f09742f7baab7d44a48f1e3cee8f4b22deecf6f4 authored about 3 years ago
Dependency updates

* Fix reference to chalk's color level

* Upgrade XO and reformat

* Update dev dependencies...

github.com/avajs/ava - 0187779a0b48bc00efc6c23a6aab41035b7102c0 authored about 3 years ago
Test compatibility with TypeScript 4.5

github.com/avajs/ava - 29024af705dd9c4cea2aeff0582a94c3064eff69 authored about 3 years ago
Use AVA 4 for the self-hosted tests

github.com/avajs/ava - 8df118b0bd68546252daf08edc60dba464549fd7 authored about 3 years ago
Updates and use AVA 4 (RC 1)

github.com/avajs/test - 11bf71930d4467f405f865b897a6691d18ab0a90 authored about 3 years ago
Remove dependency on `equal-length`

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - bedd1d04c5e21b9e93cfbe9fe4ba8802ef6a9f82 authored about 3 years ago
Improve wording in TypeScript recipe

github.com/avajs/ava - d4ec09714d36fdc8875a96a5732686e78cddfa49 authored about 3 years ago
Mention experimental specifier resolution in TypeScript recipe

Co-authored-by: Mark Wubben <[email protected]>

github.com/avajs/ava - b3a1b7273a2af418997e78b15da1eaf090ebf461 authored about 3 years ago
Handle path sources

Not all sources on all platforms are file URLs. Fixes #2889.

github.com/avajs/ava - 77623a5f32c139fa4ef7d316a4bbf7e172cc5acb authored about 3 years ago
Actually parse package.json files

Co-authored-by: Vitalij Ryndin <[email protected]>

github.com/avajs/typescript - 5b4fac1ea2cd3721916109b95e17c377f7938202 authored about 3 years ago
Clarify usage with AVA 3

github.com/avajs/typescript - fe34ddddda6b65052406849a4214a7aa125bca79 authored about 3 years ago