-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👷 Move build chain to ESM #4592
Open
dubzzz
wants to merge
16
commits into
next-3_15_0
Choose a base branch
from
esm-build-chain-fast-check
base: next-3_15_0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jan 2, 2024
-
**
⚠️ Minor breaking change** The build chain of `fast-check` has been CommonJS-based since day 1. With ESM moving forward in the ecosystem, it's time to move ourselves to the new standard and adapt our build chains to ESM. Unfortunately it may have some subtle impacts on our users as our package will not be a CJS one offering a ESM fallback anymore. I will rather be the opposite: an ESM package with a fallback to CJS. It implies that we moved ESM related files closer to the root of the package (we could have kept them in esm/) and moved the CJS ones further in the file structure (we had to move them). Another subtle impact is that it would impose our users to run at least Node ≥12.17.0. As such we consider it as a breaking change. On its own it should not be a huge problem for most of the users but given it changes our minimal requirement let's put it into the next major release.Configuration menu - View commit details
-
Copy full SHA for bd5c699 - Browse repository at this point
Copy the full SHA bd5c699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e517ab - Browse repository at this point
Copy the full SHA 6e517abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e81cc - Browse repository at this point
Copy the full SHA c7e81ccView commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac96f55 - Browse repository at this point
Copy the full SHA ac96f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fb4da - Browse repository at this point
Copy the full SHA 03fb4daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2abd2c - Browse repository at this point
Copy the full SHA b2abd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea29fcf - Browse repository at this point
Copy the full SHA ea29fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b3d51c - Browse repository at this point
Copy the full SHA 1b3d51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9009c34 - Browse repository at this point
Copy the full SHA 9009c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b6f8f - Browse repository at this point
Copy the full SHA 94b6f8fView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cde0467 - Browse repository at this point
Copy the full SHA cde0467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408b975 - Browse repository at this point
Copy the full SHA 408b975View commit details -
Configuration menu - View commit details
-
Copy full SHA for f90567a - Browse repository at this point
Copy the full SHA f90567aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dacf4e3 - Browse repository at this point
Copy the full SHA dacf4e3View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2be5b8 - Browse repository at this point
Copy the full SHA f2be5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e55fac - Browse repository at this point
Copy the full SHA 6e55facView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.