Ecosyste.ms: OpenCollective

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

fast-check

🐛🔨 Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
Collective - Host: opensource - https://opencollective.com/fast-check - Website: https://fast-check.dev/ - Code: https://github.com/dubzzz/fast-check

📝 Rework the "bug discovered with fast-check" section of the README (#3007)

* 📝 Rework the "bug discovered with fast-check" section of the README

* versions

github.com/dubzzz/fast-check - b76f0a6a6ccbf1d0659520b955e53d0523a787b8 authored over 2 years ago
📝 Start following all-contributors specification (#3006)

github.com/dubzzz/fast-check - ddb3d4e382f19b266c0ab6b632464e2c0c3d84a4 authored over 2 years ago
👷 Move anything package related next to its package (#3005)

Up-to-now, changelogs and migration guides were on the root of the project, we moved them down t...

github.com/dubzzz/fast-check - c2600091f0410b301142254cde5cc61cd0385f78 authored over 2 years ago
👷 Fix usages of `yarn version` when generating changelog (#3003)

github.com/dubzzz/fast-check - d77c48a6b8b87c6cea26508da92eed0273852556 authored over 2 years ago
♻️ Simplify logic to read constraints for `commands` (#2977)

Mostly making some simplification within the code translating partial constraints with missing p...

github.com/dubzzz/fast-check - c18b4cfaa2cc441529552691f369d5ae0baa450e authored over 2 years ago
👷 Make use of `yarn version` for generate changelog (#3001)

github.com/dubzzz/fast-check - dd02cfebaf092c544d4d6e2a14ae1a3e85a697a9 authored over 2 years ago
📝 Default to readme from `packages/fast-check` (#3000)

Inspired from what has been applied on [redux-toolkit](https://github.com/reduxjs/redux-toolkit)...

github.com/dubzzz/fast-check - 8a64a60554628a6a21b5e2a2cfc727a667a91311 authored over 2 years ago
👷 Setup for `yarn version check` (#2999)

* 👷 Setup for `yarn version check`

Adopt the first building blocks for the yarn-style release...

github.com/dubzzz/fast-check - 6bc03bdd657c80ab3156dac7b950e1cb547045ff authored over 2 years ago
👷 Define top-level script to simplify build and test (#2997)

* 👷 Define top-level scriot to simplify build and test

* Reanme build script of codesandbox

* ...

github.com/dubzzz/fast-check - 4644dcc2611833e32e99cb4857e5f496eadcb2fe authored over 2 years ago
👷 Make `fast-check` self reference itself as a dev dependency (#2989)

Leverage workspaces introduced in #2986 to stop relying on `../../lib` to import the build versi...

github.com/dubzzz/fast-check - 818a8a2eb9734ea4f70ac8166d49cd5202454830 authored over 2 years ago
👷 Move eslint at top level (#2996)

github.com/dubzzz/fast-check - 2b7c2c632821f1f9e1bd10d1a86c947a01f6d4fa authored over 2 years ago
👷 Clean-up `.gitignore` (#2995)

github.com/dubzzz/fast-check - f64dea770c923459052be303f0b4882e2efecf1f authored over 2 years ago
👷 Fix gh-pages publication follwoing move to monorepo (#2994)

github.com/dubzzz/fast-check - af94b68a45307060f2a681a66edce18b22d53c9b authored over 2 years ago
👷 Fix script not using the right path (#2993)

github.com/dubzzz/fast-check - 6df672d02c62382bf9d44f17367624e0636318d3 authored over 2 years ago
👷 Drop unneeded benchmarks (#2992)

Dedicated benchmarks have been put in place in https://github.com/dubzzz/fast-check-benchmarks. ...

github.com/dubzzz/fast-check - aba6c896212afa4bb5fdc342a581f92ad3af126e authored over 2 years ago
👷 Setup prettier at the root of the project (#2991)

github.com/dubzzz/fast-check - 8729007dc22e8e21929150d944325c1ae8801023 authored over 2 years ago
👷 Replace `npx` by `yarn dlx` (#2990)

github.com/dubzzz/fast-check - caa36c06cad498e5bc2629c7b7762fddf06dffa1 authored over 2 years ago
👷 Switch to `yarn workspace *` instead of `cd packages/*` (#2988)

Simplify the build workflow by using `yarn workspace *` instead of `cd packages/*` whenever poss...

github.com/dubzzz/fast-check - e8ef9c96c36ff8cf4c729d331c5f690c0950f342 authored over 2 years ago
👷 Simplify test-bundle script following merge of Yarn 3 (#2987)

Related to #2986

github.com/dubzzz/fast-check - 59048380f46a2135b3c4776fa46a3ddc9b0df743 authored over 2 years ago
👷 Switch to Yarn 3 and simple monorepo (#2986)

Switch to Yarn 3 as started by #858. Start adopting a monorepo approach as requested by #616.

...

github.com/dubzzz/fast-check - 8250293f92aef8c26558e1a63519bfef96b30dfb authored over 2 years ago
🚚 Move part of source code into `packages/fast-check` (#2984)

Related to #616

github.com/dubzzz/fast-check - 296cde419382eac6fe257ac4105a893dbdf5cfcc authored over 2 years ago
🚚 Move part of `test/` into `packages/test-bundle-*` (#2983)

Related to #616

github.com/dubzzz/fast-check - cf156afed17978f7d78434d36b1370116c80576e authored over 2 years ago
⬆️ Update dependency @types/jest to v28 (#2981)

Co-authored-by: Renovate Bot <[email protected]>

github.com/dubzzz/fast-check - ff463f1fcf9ec391ccba1290cf245e22b7ef2228 authored over 2 years ago
🚚 Move `example/` to `examples/` (#2982)

Related to #616

github.com/dubzzz/fast-check - 86164f1b12f010f25fbd16a5acc63bd1c3348dc8 authored over 2 years ago
🔖 Update CHANGELOG.md for 3.0.0 (#2976)

github.com/dubzzz/fast-check - 90de1ba3985a9ed6a8c02005c12a1c94675ab7f9 authored over 2 years ago
🔨 Support typing related PRs in CHANGELOG (#2973)

github.com/dubzzz/fast-check - 37e6f152a6d6d2c93f1d1085c0cba2b58b69b9fc authored over 2 years ago
🔨 Support breaking changes in generated CHANGELOG (#2971)

While it should not be used to release minor versions (no breaking) not major ones (not the righ...

github.com/dubzzz/fast-check - 9c6941c90fc1b4a9865d492d7d1ec1d8aa8f2cfd authored over 2 years ago
💥 Rename `depthFactor` into `depthSize` and invert numeric (#2970)

Rename `depthFactor` into `depthSize` for one main reason: the current attribute was used for bo...

github.com/dubzzz/fast-check - bb5fc2aea56dd4a7ba6f7c9d63f6f5e3f6a9a8d3 authored over 2 years ago
🏷️ Better typings for `letrec` (#2968)

* 🏷️ Better typings for `letrec`

As suggested in issue #1164 and then in the PR #1572, typings ...

github.com/dubzzz/fast-check - 3ac5642e2ea2bd35936d59a151370c7ec447b330 authored over 2 years ago
📝 Fix link to timeout section in tips doc (#2966)

github.com/dubzzz/fast-check - 5c6136ab29ebde0233400f0c2442a421b82ae03e authored over 2 years ago
✨ Add big int typed arrays arbitraries (#2956)

* ✨ Add big int typed arrays arbitraries

It was initially supposed to be part of #1212 but fina...

github.com/dubzzz/fast-check - 2b200bc453bb4d51c30a3ac3fbdd7e7c0d51d746 authored over 2 years ago
👷 Check the generated lib against ES standard (#2964)

* 👷 Check the generated lib against ES standard

While running some code against Node 8 makes us...

github.com/dubzzz/fast-check - 6aa421aae3cae6c9964bfa7226aec519a6b9ea3b authored over 2 years ago
🐛 Allow property to intercept thrown symbols (#2963)

The previous implementation would have crashed if user threw a Symbol. While the case is rare an...

github.com/dubzzz/fast-check - 64b52502cf82f0e5965ccdbdfe98030a96e2b041 authored over 2 years ago
✨ Forward the original `Error` into `RunDetails` (#2962)

Passing the original instance of `Error` into `RunDetails` can make users wanting to read from t...

github.com/dubzzz/fast-check - 44e188bd353ab99ff7686451fd4053165a154d20 authored over 2 years ago
✅ Ensure `fc.sample` can run against properties and arbitraries (#2961)

The move from fast-check old engine to its new version in v2 broke `fc.sample` when called on pr...

github.com/dubzzz/fast-check - d0feee9eddaa51463074d76dfa4ba39c0cbc55cb authored over 2 years ago
💥 Remove `frequency` now replaced by `oneof` (#2960)

With v3, we want to remove some redundant arbitraries like `oneof` vs `frequency`. Both play clo...

github.com/dubzzz/fast-check - c0b9dc133d03d2a8f183d0b73bb0eecc71b096af authored over 2 years ago
💥 Change the output of `Property::run` to return the original error (#2959)

Up-to-now any Error intercepted by fast-check got intercepted by Property and translated immedia...

github.com/dubzzz/fast-check - bd8e994fb9e265ea042e1f915742e03ce21db8d6 authored over 2 years ago
✨ Add support for weighted arbitraries in `oneof` (#2955)

`oneof` will handle all the cases handled by `frequency` plus its own ones. We plan to remove `f...

github.com/dubzzz/fast-check - 5a77faac533782cf57004358ab7b37f702f2da1c authored over 2 years ago
✨ Extend usage of `defaultSizeToMaxWhenMaxSpecified` to depth (#2953)

Up-to-now the only usage of `defaultSizeToMaxWhenMaxSpecified` has been length. It was initially...

github.com/dubzzz/fast-check - 8b0106f85d6bc09142a47af082a16c30c794a0c4 authored over 2 years ago
💥 Stop defaulting `defaultSizeToMaxWhenMaxSpecified` to true (#2954)

Originally defaulted to true to preserve backward compatibility, we don't want to keep it to tru...

github.com/dubzzz/fast-check - 9bcb40607404ba4cee768e88e6196a3c9274c788 authored over 2 years ago
💥 Stop defaulting `maxCount` on `lorem` (#2952)

Just stop specifying an unneeded default value for the maximal number of items to be generated b...

github.com/dubzzz/fast-check - 5462057b74e88b81be5ee524977e15ac13804b93 authored over 2 years ago
💥 Stop defaulting `maxKeys` and `maxDepth` on `object` arbitraries (#2951)

Up-to-now, the maximal number of keys for a value generated out of `anything`, `json` and others...

github.com/dubzzz/fast-check - f5d30b90534b4f997821333570ead340ebeb7bf1 authored over 2 years ago
✨ Add the ability to define use max as depth factor (#2950)

Up-to-now the size of 'max' has been reserved to length-related sizes. We want to extend its sup...

github.com/dubzzz/fast-check - 918e559f1781d3e3e2c701b489e79af09161b896 authored over 2 years ago
💥 No `depthFactor` specified means: use defaulted configuration (#2949)

For backward compatibility reasons, this behaviour has only be applied on some existing structur...

github.com/dubzzz/fast-check - e7fb757dbc0b1eb9d2c8814885617ed27b553d6c authored over 2 years ago
♻️ Adapting some code in `anything` thanks to TODO (#2948)

Those TODOs were mostly old remarks not true anymore following the migration from `set` to `uniq...

github.com/dubzzz/fast-check - c5feb9409c0c900d1231bd7e004912fb04f01b6f authored over 2 years ago
✅ Remove "Next" from test helpers (#2947)

Initially merged as #2535 for alphas of v3, this PR mostly rename legacy "next" helpers so that ...

github.com/dubzzz/fast-check - 70a3bfbc9a41df8a1ebe29300933b8a9f935ee9e authored over 2 years ago
♻️ Clean src thanks to `NextArbitrary` (#2946)

Initially merged as #2525 for alpha versions of v3.

This PR mostly cleans some dead code and ...

github.com/dubzzz/fast-check - 4daa63365980bce80e3baafb1cce222e77f351b5 authored over 2 years ago
💥 Rename `NextValue` into `Value` (#2945)

This PR was initially merged as #2524 for the alpha versions of the v3. We re-opened it for the ...

github.com/dubzzz/fast-check - cf1473e16b07155ed4d3297c7100887a69b103a1 authored over 2 years ago
💥 Switch to the new API of `Arbitrary` and remove old variants (#2944)

Initially opened as #2515 for alpha versions of v3.

This PR replaces the legacy API of `Arbit...

github.com/dubzzz/fast-check - 51f32655b2341bd7732d637b773df68bd8b149a3 authored over 2 years ago
✅ Rewrite tests on `commands` based on `NextArbitrary` (#2943)

Existing tests were written based on the legacy `Arbitrary`. It was a blocking point for the who...

github.com/dubzzz/fast-check - 3d715234ae2e9cd72bd837b52831bd071140259b authored over 2 years ago
💥 Change the API of a property to rely on the modern one (#2942)

This PR is a revamped version of #2498 which targetted the alpha version of v3.

The aim is to...

github.com/dubzzz/fast-check - a0324fdbd2fd4ae18dd81516476615dc41721d39 authored over 2 years ago
💥 Remove forked typings for `pure-rand` (#2941)

Remove forked typings of `pure-rand` and only expose the ones coming with the library `pure-rand...

github.com/dubzzz/fast-check - ff954442d51e00269fb8662c05412ff165df7701 authored over 2 years ago
💥 Get rid off genericTuple (replaced by tuple) (#2940)

Dropping `fc.genericTuple`, replacing it by `fc.tuple` which is now fully able to handle all the...

github.com/dubzzz/fast-check - 18afcb2d6fe9ed9b93abad795660687c87e74f61 authored over 2 years ago
💥 Remove deprecated signatures of `fc.integer` (#2939)

Drop any legacy signatures of `fc.integer` as planned in #992.
Any signature marked as deprecat...

github.com/dubzzz/fast-check - 0890caa8e9d8febb06a20401575d5bab47c9a4cb authored over 2 years ago
🏷️ Adopt variadic tuples for signatures of property (#2936)

Originally merged as #1518 for alpha versions, this PR takes advantage of the new baseline being...

github.com/dubzzz/fast-check - b209dc09f121db2d0c534e3d49a0b6090b7b9b19 authored almost 3 years ago
🏷️ Adopt variadic tuples for signatures of clone (#2937)

Initially merged for alpha versions of 3.x under #1519, this PR add support for any number of cl...

github.com/dubzzz/fast-check - eb7fdf6db55bd74c3aa9f326fd3a487abe256e1b authored almost 3 years ago
💥 Remove fully deprecated arbitraries (#2938)

* 💥 Remove fully deprecated arbitraries

Initially issued as #1510 for alpha versions of 3.x, th...

github.com/dubzzz/fast-check - 25b919029878e27853060c5ccc8f894653d3b9f6 authored almost 3 years ago
💥 Rely on new implementations and APIs for `fc.float`/`fc.double` (#2928)

Drop any legacy signatures of `fc.float`/`fc.double` as planned in #992.
Any signature marked a...

github.com/dubzzz/fast-check - 464c3b6fbfec92d8685cd849a23fef72d836641b authored almost 3 years ago
💥 Drop support for TypeScript 3.2 (min ≥4.1) (#2935)

Officially dropping support for TypeScript <4.1 for next major aka 3.x.

In version 2.x of fas...

github.com/dubzzz/fast-check - 249b2bc00e44f3e24dbb57c32c1d3ba4662d92f9 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.lorem` (#2934)

Drop any legacy signatures of `fc.lorem` as planned in #992.
Any signature marked as deprecated...

github.com/dubzzz/fast-check - 7f83492afba256a1a799de105cbde291c700b200 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.json` (#2933)

Drop any legacy signatures of `fc.json` and related as planned in #992.
Any signature marked as...

github.com/dubzzz/fast-check - c541b671374854adf5292c328cca1d74183a14c4 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.option` (#2932)

Drop any legacy signatures of `fc.option` as planned in #992.
Any signature marked as deprecate...

github.com/dubzzz/fast-check - 6a2daed8998aeb7934e46a1121e95e0e918c3ee0 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.commands` (#2931)

Drop any legacy signatures of `fc.commands` as planned in #992.
Any signature marked as depreca...

github.com/dubzzz/fast-check - fdd4314caceb9b76bfc1848979b8c32df26d8cc1 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.*subarray` (#2930)

Drop any legacy signatures of `fc.*subarray` as planned in #992.
Any signature marked as deprec...

github.com/dubzzz/fast-check - 92a63bc76c72aa1c32f78ea4daa3c101b0b84f79 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.string` (#2929)

Drop any legacy signatures of `fc.string` and related as planned in #992.
Any signature marked ...

github.com/dubzzz/fast-check - 76936f3805e5a1dd5bbbb1d8590c4c43c07e1bb6 authored almost 3 years ago
💥 Remove deprecated signatures of `fc.array` (#2927)

Drop any legacy signatures of `fc.array`as planned in #992.
Any signature marked as deprecated ...

github.com/dubzzz/fast-check - 0a7be1e328e14e6237965366c3311bc786f22cfc authored almost 3 years ago
⬆️ Update dependency @types/react to v18 (#2911)

Co-authored-by: Renovate Bot <[email protected]>

github.com/dubzzz/fast-check - 2e9efd8ba3bb7ffe86ccd81053864b2b844fad04 authored almost 3 years ago
🔧 Format all the files not only TS ones (#2923)

github.com/dubzzz/fast-check - 14ebd79475fe5a96d4a8bcae25e176250bac2a3a authored almost 3 years ago
👷 Add type-checking only step and script (#2925)

github.com/dubzzz/fast-check - 0d6106964cce7ea0b670f32ed59bfeb2bde900ab authored almost 3 years ago
⬆️ Update jest monorepo (major) (#2914)

* ⬆️ Update jest monorepo

* Add missing jsdom for example/

* Fix renamed snap

* Fix tim...

github.com/dubzzz/fast-check - 427e57f0d90ecc2c9d919edb0043c224edc1a2fa authored almost 3 years ago
♻️ Move `ts-jest` types related helpers internally (#2924)

Up-to-now those helpers have been pulled from `ts-jest`. But in recent releases they have been m...

github.com/dubzzz/fast-check - 1c2da6aed8875d7c839f4cabb294a2afbc1940f3 authored almost 3 years ago
♻️ Replace deprecated usages of `integer` by constraint-based ones (#2921)

github.com/dubzzz/fast-check - 6af9f2fd8f406c89322bd0c849668f1f21a8fcea authored almost 3 years ago
📝 Add some statistics for `jsonValue` in the documentation (#2920)

github.com/dubzzz/fast-check - 1c11ea358f00bac02e986200cb90608e11a6e903 authored almost 3 years ago
♻️ Replace usages of `set` by `uniqueArray` (#2919)

github.com/dubzzz/fast-check - 8b8e3edd913ce6172339503d20cf3f67eb9676a1 authored almost 3 years ago
📝 Update "Question" template to request users to prefer "Discussions" (#2918)

github.com/dubzzz/fast-check - 2aa1f07a5a54b1b2fe4e77c92a17beaa85d8bd2b authored almost 3 years ago
🔖 Update CHANGELOG.md for 2.25.0 (#2915)

* 🔖 Update CHANGELOG.md for 2.25.0

* Update CHANGELOG.md

Co-authored-by: github-actions[bo...

github.com/dubzzz/fast-check - 4c36a82eca7402fb502db7d227b192eb458b2f15 authored almost 3 years ago
⬆️ Update JamesIves/github-pages-deploy-action action to v4.3.3 (#2908)

Co-authored-by: Renovate Bot <[email protected]>

github.com/dubzzz/fast-check - cf59871414985225751318eb758baccaff0eba79 authored almost 3 years ago
⬆️ Update dependency eslint to v8 (#2912)

Co-authored-by: Renovate Bot <[email protected]>

github.com/dubzzz/fast-check - 95e1d8fb03692498f5aa0ab6b4c8943f76db917e authored almost 3 years ago
⬆️ Update typescript-eslint monorepo to v5 (#2913)

Co-authored-by: Renovate Bot <[email protected]>

github.com/dubzzz/fast-check - a62a292a49d56e685ea5dea7bd0d7794457cef18 authored almost 3 years ago
👷 Stop pinning dependencies with renovate (#2907)

github.com/dubzzz/fast-check - 5da697ed1e1d01267f38c73744be9a973e118112 authored almost 3 years ago
👷 Attempt to fix renovate (#2903)

github.com/dubzzz/fast-check - 20a6644ac135ba33364d56f075eb4f33a48ea7a5 authored almost 3 years ago
👷 Drop dependabot (#2901)

github.com/dubzzz/fast-check - f7f730dfbb2ae2a1598bde4caf456cacc6681ef8 authored almost 3 years ago
👷 Configure Renovate (#2890)

* Add renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <[email protected]...

github.com/dubzzz/fast-check - 7a5b61e3f909185266f9cb22538d87b8237fce02 authored almost 3 years ago
:arrow_up: Bump @rollup/plugin-commonjs in /test/esm/rollup-with-require (#2891)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...

github.com/dubzzz/fast-check - f46489bc3cf5707c0e75fc4d0715cb96081ed747 authored almost 3 years ago
:arrow_up: Bump @rollup/plugin-commonjs in /test/esm/rollup-with-import (#2892)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...

github.com/dubzzz/fast-check - a049f436be28157a0d06b0ff8e7fc15f5b6d0fca authored almost 3 years ago
:arrow_up: Bump @microsoft/api-extractor from 7.22.2 to 7.23.0 (#2893)

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extra...

github.com/dubzzz/fast-check - 1c25fddabc3e8bae7c4738954017e276d2c280ef authored almost 3 years ago
:arrow_up: Bump @types/node from 17.0.25 to 17.0.27 (#2894)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/dubzzz/fast-check - 67ef4dc60dc02903d62a97936db079f88837e1fe authored almost 3 years ago
:arrow_up: Bump github/codeql-action from 1 to 2 (#2895)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release no...

github.com/dubzzz/fast-check - 615b8571d7edf64f03d736d7b2000780e6abd2af authored almost 3 years ago
:arrow_up: Bump JamesIves/github-pages-deploy-action from 4.3.0 to 4.3.2 (#2896)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-ac...

github.com/dubzzz/fast-check - 7551500ae9a7555f444e313f91a739d7e8c0cfe2 authored almost 3 years ago
:arrow_up: Bump esbuild in /test/esm/esbuild-with-require (#2897)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.36 to 0.14.38.
- [Release notes](htt...

github.com/dubzzz/fast-check - e691e2be36b6296fe69f2dfc0048daed9149cb8d authored almost 3 years ago
:arrow_up: Bump netlify-cli in /.github/actions/deploy-netlify (#2898)

Bumps [netlify-cli](https://github.com/netlify/cli) from 9.16.7 to 10.0.0.
- [Release notes](htt...

github.com/dubzzz/fast-check - b7c95d8be5a79f7da7b52aa51b3eef77c94ed057 authored almost 3 years ago
:arrow_up: Bump @actions/core in /.github/actions/deploy-netlify (#2899)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to ...

github.com/dubzzz/fast-check - c135bd5c14cf5d1618ed7f9b981dc7cc4cb3f594 authored almost 3 years ago
:arrow_up: Bump esbuild in /test/esm/esbuild-with-import (#2888)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.34 to 0.14.38.
- [Release notes](htt...

github.com/dubzzz/fast-check - e149ff538c6396ed755a1b6dfa677cb1d4e7b429 authored almost 3 years ago
:arrow_up: Bump @rollup/plugin-node-resolve (#2873)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...

github.com/dubzzz/fast-check - 00d557e34849ae19c12e5e7b5f3dc1441317f13a authored almost 3 years ago
:arrow_up: Bump @rollup/plugin-node-resolve (#2876)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...

github.com/dubzzz/fast-check - 84dcce7c78990f9d53329a66c4c217c72e11d88d authored almost 3 years ago
:arrow_up: Bump esbuild in /test/esm/esbuild-with-import (#2880)

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.34 to 0.14.36.
- [Release notes](ht...

github.com/dubzzz/fast-check - a46b111c543677d2860dfe124462cd671207a9b0 authored almost 3 years ago
:arrow_up: Bump @types/node from 17.0.24 to 17.0.25 (#2872)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/dubzzz/fast-check - a26dd51994173e013c48d85adefad208cef17f2c authored almost 3 years ago
:arrow_up: Bump rollup in /test/esm/rollup-with-require (#2874)

Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
- [Release notes](https...

github.com/dubzzz/fast-check - 9171e18c265e52199fa7168edea3487d43e82d8f authored almost 3 years ago
:arrow_up: Bump @rollup/plugin-commonjs in /test/esm/rollup-with-require (#2875)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...

github.com/dubzzz/fast-check - 971e157e43e41aba86efaaf14b53b1d4882b24b3 authored almost 3 years ago
:arrow_up: Bump rollup in /test/esm/rollup-with-import (#2877)

Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
- [Release notes](https...

github.com/dubzzz/fast-check - 82f5ce3c39d927fbd660ea383aba9d429c50c658 authored almost 3 years ago