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

Support parsing ES2019

github.com/avajs/eslint-plugin-ava - c1f34a644a27b9019ffcd4cf00e7435fb7f34077 authored over 6 years ago
Update dependencies

github.com/avajs/eslint-plugin-ava - 2ccc13bb8103accb706b470b8691a887c7dbc0d4 authored over 6 years ago
1.0.0-rc.2

github.com/avajs/ava - 0e82b044a1a5af35286df344275ef779431aac3a authored over 6 years ago
Bump dependencies

github.com/avajs/ava - f97e277df70f56ee68fba8a63f736db1736b6f18 authored over 6 years ago
Type additional arguments used by macros

Co-authored-by: Nikita Volodin [Никита Володин] <[email protected]>

github.com/avajs/ava - 6f54db84199473edcd169059acbd0bebc7427f04 authored over 6 years ago
Documentation updates

* Fix links between the various pages
* Remove outdated recipe on precompiling with webpack
* ...

github.com/avajs/ava - a82fee56ffefb3fd433664f236150f62c55feeb5 authored over 6 years ago
CI updates

* Use Travis CI to test on Windows
* Reorganize test script
* Run TAP tests in parallel once m...

github.com/avajs/ava - afe028a0a05c8b8bb0b33e12b557ff455e47355d authored over 6 years ago
Reorganize documentation

Extract various sections from the readme into their own files. I've tried to keep other changes ...

github.com/avajs/ava - 1ba31d8f3e1b6aa645f10ee5fc5b8c84a366c40d authored over 6 years ago
Use ts-ignore comment (#1969)

Follow-up to https://github.com/avajs/ava/pull/1956.

github.com/avajs/ava - 5db3573e18cf2991726e6ad2ea0ac7558565771f authored over 6 years ago
Pass an undefined title argument to macro-title functions

Previously, AVA would pass the empty string. By passing an undefined value, the title function c...

github.com/avajs/ava - aa35f154e7cd3685f705dd07419f55af7b7440e5 authored over 6 years ago
Handle esm's error "improvements"

esm changes error stacks in a way that AVA is not expecting. This adds a
few workarounds, though...

github.com/avajs/ava - 37390e6e8fbb911a52838926910973229f7a02af authored over 6 years ago
Use source-mapped file to build snapshots

* Use the filename of the source file to build the snapshot filename
* Put the relative path of...

github.com/avajs/ava - a130a9e3d9729e746b1ad9882ffc20de5b434750 authored over 6 years ago
Upgrade links in Italian translation

github.com/avajs/ava-docs - edc903034391cade81710cbb25236cf251cc0b7a authored over 6 years ago
Link to French translation of puppeteer recipe (#1966)

github.com/avajs/ava - cc3e0eab2956c2e179e9cc0c7177c69ad0d9a898 authored over 6 years ago
Update translation in french

1. Change babel-register to @babel/register (avajs/ava@460dd916c4c769f6d7cfa1bb4d6e0b9f262d165b)...

github.com/avajs/ava-docs - 31375eea11a1f50f8c7c50427b02373ad428694e authored over 6 years ago
Insert a trailing newline when appending new snapshot entries

I reckon this fixes a regression introduced in https://github.com/avajs/ava/pull/1852.

github.com/avajs/ava - bf00d79a39ba447919807081bf20690940fc778d authored over 6 years ago
Add recipe for AVA & Puppeteer (#1913)

Co-authored-by: Sindre Sorhus <[email protected]>
Co-authored-by: Mark Wubben <mark@novemb...

github.com/avajs/ava - 6ab6d35d9b8c4652a672b804016aa22c9e4f5983 authored over 6 years ago
Minor tweaks to the Flow and TS recipe

github.com/avajs/ava - 1cc1bd5331cfeb3695736f1f7ab22de11f58312b authored over 6 years ago
1.0.0-rc.1

github.com/avajs/ava - a9758eef389b74016fb3b7ab6d651bf918e60b89 authored over 6 years ago
Update dependencies

github.com/avajs/ava - eccd24708f8854e51124744fc8460cab7b06fdf9 authored over 6 years ago
Better typing for throws assertions

Fixes #1893.

github.com/avajs/ava - 7be3f995c9820b4a2adab94d8324476c6e9d4309 authored over 6 years ago
Support babel.config.js

github.com/avajs/ava - ff09749e936fb005155fff715b0325a0b02a36c1 authored over 6 years ago
Restore Babel cache invalidation

Fixes #1817.

github.com/avajs/ava - ff5523616d51df77205c0f6a38021937120eced4 authored over 6 years ago
Clarify which config blocks are based on package.json files

github.com/avajs/ava - 626bd067e8b66aa8dabf62adcf17f07363d5a02b authored over 6 years ago
Detect `ava` property in ava.config.js configuration

Fixes #1943

github.com/avajs/ava - f93b341d2a7c3d7b86f64f366722353f484a4e90 authored over 6 years ago
Replace RawGit URL in the readme

github.com/avajs/ava-docs - e3b2ff5b412a2894e07c4b1b87d8c2787e16df16 authored over 6 years ago
Show correct coverage badge

github.com/avajs/ava - 20345107c2ed0794fdf562ce8d7da7bb0aa61834 authored over 6 years ago
Change babel-register to @babel/register

github.com/avajs/ava - 460dd916c4c769f6d7cfa1bb4d6e0b9f262d165b authored over 6 years ago
Providing useful feedback when using t.throws() with async functions

github.com/avajs/ava - f125b4df36ea0e6c552b9ac61278a8fa93521a6e authored over 6 years ago
Upgrade Concordance

This improves the `deepEqual` and `snapshot` assertions, as well as
formatting values used in ot...

github.com/avajs/ava - 71eede72c4984fa7bf8f7655a0088aa5615e8c39 authored over 6 years ago
Use chunkd to compute files to test in parallel CI runs

github.com/avajs/ava - 2ff668429c7cc55a445d96ec37f04b755d6b41ef authored over 6 years ago
Update translation in french

1. Bump dependencies (avajs/ava@8f54022c14c5137d84af71c12cde8e7562eb5fed)
2. Upgrade to Babel 7 ...

github.com/avajs/ava-docs - 4fca9abc90c37eb0885b5662a484b62c3b8840dd authored over 6 years ago
Move to @ava/bucklescript repo; update AVA

github.com/avajs/bucklescript - f1a3b4b36545a7dcf440889773d80fa684a46c7e authored over 6 years ago
Print tests that were pending when a timeout occurs

In `--verbose` mode, print tests that were pending when a timeout occurs. See also #583.

github.com/avajs/ava - 6d12abfdff4478a1b6f4e87237764b89eb05f18d authored over 6 years ago
Respect extension configuration in profile.js

Fixes #1819.

github.com/avajs/ava - 30a80b6e2fb90cdb0d7ce9a5878ea985d4ede7bd authored over 6 years ago
Document --reset-cache flag

github.com/avajs/ava - 92034482e3d6ddcf1597c9a72f2da36b74ebb485 authored over 6 years ago
Bump dependencies, actually run XO

github.com/avajs/eslint-plugin-ava - 4f88d754ba25d9ac84b573e1e438cd9000ea987f authored over 6 years ago
Add `ava-fast-check`

github.com/avajs/awesome-ava - 7ffb81c433586d44342c34a0c57e44ee97489873 authored over 6 years ago
Bump dev dependencies (#1927)

github.com/avajs/ava - bfe16300e07c12a1bad2e4f02898b1e7486daf70 authored over 6 years ago
Prepare 0.12.0 release

github.com/avajs/atom-ava - cb967f79e0734f99f8944da06302ec892d764c8d authored over 6 years ago
Require latest Atom

github.com/avajs/atom-ava - c7c54abe22fd0efd3015c9ded4507cb83b2adf55 authored over 6 years ago
Update dependencies

github.com/avajs/atom-ava - 86931d5555a7ef244c3b3b716324b6beb81af879 authored over 6 years ago
Update snippets for latest AVA

github.com/avajs/atom-ava - 48fc08d80ac09eb73d119f77312e48edba551139 authored over 6 years ago
Update snippets for latest AVA

github.com/avajs/sublime-ava - 0e06ee7116a1708ae0d4134660035b4c4394cac2 authored over 6 years ago
Improve code formatting

github.com/avajs/sublime-ava - f48a4388e2af072e30f97a18cd8eebfcacc7890b authored over 6 years ago
Bump @ava/babel-preset-transform-test-files

github.com/avajs/ava - bec03640123d2398036152ee5a7f087bc47710b1 authored over 6 years ago
Update babel-plugin-espower to ^3.0.0

github.com/avajs/babel-preset-transform-test-files - 70331b5fdd80ddfda15e482e9cbf2ad784c0b891 authored over 6 years ago
Tiny travis.yml tweak

github.com/avajs/eslint-plugin-ava - 022a7294e01a896c1b162e545e288924f37ac258 authored over 6 years ago
1.0.0-beta.8

github.com/avajs/ava - e6e40adfdd12d5c7ced16dda6b9eb99edf063601 authored over 6 years ago
Upgrade to Babel 7

AVA can now detect when its stage-4 preset is disabled in extended config. Fixes #1921.

github.com/avajs/ava - 2fb02f6be09a9bbe0e6866e2421b0176d3c0634d authored over 6 years ago
Use non-prerelease @ava/babel-plugin-throws-helper

github.com/avajs/babel-preset-transform-test-files - a633f0d5bd8e676ccdd7cef354316b3b180c6cd3 authored over 6 years ago
Ensure compatibility with Babel 7.0.0

github.com/avajs/babel-preset-transform-test-files - ea95858767131d0af957f69cc02d7338beb80588 authored over 6 years ago
Upgrade Babel dependencies to 7.0.0

github.com/avajs/babel-preset-stage-4 - 2ec3ea3f2659d12e246e8efc378af09dc82ef5b3 authored over 6 years ago
Ensure compatibility with Babel 7.0.0

github.com/avajs/babel-plugin-throws-helper - 36d660cfbd9f100c5cf8bed23db98dda502f0b27 authored over 6 years ago
Update mini reporter to include files-without-tests in final output

github.com/avajs/ava - 40be59784f6c282fd6e280ab0093e4480498b1a4 authored over 6 years ago
Test reporter edge cases, e.g. test file exceptions, no test declarations

github.com/avajs/ava - 99072ed8402400afa8353b9ebad74d920b4054fe authored over 6 years ago
Fix detection of existing syntax plugins

AVA needs to add syntax plugins for stage-4 features, however it
shouldn't do so if the user has...

github.com/avajs/ava - d3bfb73fcac7263695f47a4dde7089d49718a514 authored over 6 years ago
Bump dependencies

github.com/avajs/ava - 8f54022c14c5137d84af71c12cde8e7562eb5fed authored over 6 years ago
Ensure different OSes generate consistent snapshots

Fixes #1786.

github.com/avajs/ava - 28fe4e8831ce437d5f14a7816f34db8a75ca9911 authored over 6 years ago
Adds postversion script

github.com/avajs/bucklescript - c79c0ef650a0d45a2b5b6ecec0a35c9d5adcf999 authored over 6 years ago
Removes bs-register from readme

github.com/avajs/bucklescript - faced08c17b3d6b5b8c07a1503bfd826105ba8ee authored over 6 years ago
Supports es6-globel

github.com/avajs/bucklescript - c57249b48727b4029875a7512c93f7788212c05e authored over 6 years ago
Uses camelCase

github.com/avajs/bucklescript - 8b3b6977ed657875113c20bc892b719d7add42c2 authored over 6 years ago
Skip non-implemented function.

github.com/avajs/bucklescript - 3aac8d3dfe5a131ddf4b503e85b2baa2ef28d071 authored over 6 years ago
Fix external links

github.com/avajs/bucklescript - 18c48cb4875bab9cf3c813b8b4a5d894266a98fc authored over 6 years ago
Rename t.cb to t.end_

github.com/avajs/bucklescript - 3b2a7894a509cc1fa8cb66e09a1e60445f9b50d7 authored over 6 years ago
Split Async/Sync/Promise implementations

github.com/avajs/bucklescript - 0755c743261162993ce0c1218a3aab504890eb35 authored over 6 years ago
Include the plugin itself in the recommended preset

So users don't have to manually specify the plugin if they use the preset.

github.com/avajs/eslint-plugin-ava - ee678d05e6fa3923f9dfeacbce0773ed6dce571c authored over 6 years ago
Add test.serial.failing.{only|skip} implementations

Fixes #1898.

github.com/avajs/ava - 0ecd0be849b2cb1b01db8e0834827f4b411b3ea0 authored over 6 years ago
Fix missing `projectDir` in profile.js

github.com/avajs/ava - 846920a40c10427c187bdffa51737e907733efbc authored over 6 years ago
Update translation in french

1. Mention `ava.config.js` in no-import-test-files documentation (avajs/eslint-plugin-ava@1785f9...

github.com/avajs/ava-docs - 20574e6073725ad215b4491521e7e258e278b580 authored over 6 years ago
Allow `code` in throws expectations to be a number

Fixes #1901.

github.com/avajs/ava - 7f974ccd1f2320eaf010db917f17b09922342b86 authored over 6 years ago
Fake TTY support for stderr

Fixes #1494

github.com/avajs/ava - 99098cc5c8a0eca89293e5a23d030f383732cc63 authored over 6 years ago
Document `verbose` configuration option

github.com/avajs/ava - 0ea713c24437803fd4a9ff728702b82bd696637b authored over 6 years ago
1.0.0-beta.7

github.com/avajs/ava - f7fce6a81cf8ee77d0e4823e4ff8961d5097da17 authored over 6 years ago
Update Babel-related dependencies

github.com/avajs/ava - 153cb30f584c0e39a3bc8ab9abbd18c5c234f63e authored over 6 years ago
Ensure the watcher supports custom extensions

Fixes #1881.

github.com/avajs/ava - 17a18dea337056555787dd41e60b4e15067c8db4 authored over 6 years ago
Ensure source maps contain relative paths

Fixes #1882.

github.com/avajs/ava - c9361cbebc5d1c5f9656698462e7d8b8b5ee3a53 authored over 6 years ago
Pin babel-plugin-espower 3.0 beta 2

github.com/avajs/babel-preset-transform-test-files - 8fc7948b582cbb5fe1baae9b9b62c6ef4f867314 authored over 6 years ago
Drop Node.js 9 support

github.com/avajs/babel-preset-stage-4 - b0cb28991533bbb472f909c8b1d7af238978a987 authored over 6 years ago