@istanbuljs/load-nyc-config provides a utility function to load NYC (JavaScript coverage tool) configuration, which can be used by other programs to compute the effective configuration. It does not consider command-line arguments, and supports options like selecting an nyc config file and locating it relative to a working directory.
Project status
- The source appears to have ongoing maintenance activity, with an upstream push on 2026-04-09, but the provided “updates” history shows published versions only up to v1.1.0 on 2020-05-20 (no newer version updates are listed in the supplied data).
- Update/release cadence is unclear from the provided version history, since there are no releases shown between 2020 and today (2026-08-13), even though the repository had a recent upstream push in 2026.
AI summary generated
Recent updates
v1.1.0
No release notes were provided by the publisher for v1.1.0. Based on the actual code changes between v1.0.0 and v1.1.0, this release adds ESM-aware config loading for .js files in package "type":"module" projects, and introduces a new isLoading() helper used to coordinate with source transformation hooks during config load.
BreakingFeaturesv1.0.0
This release is essentially a packaging and publication change moving from v1.0.0-alpha.2 to v1.0.0. The code diff shows no runtime logic changes, only metadata updates (funding/ignore files), README content, and a devDependency version bump.
v1.0.0-alpha.2
This release is labeled v1.0.0-alpha.2, but the publisher did not provide any release notes. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, or migration steps in the provided data.
v1.0.0-alpha.1
v1.0.0-alpha.1 makes load-nyc-config include a `cwd` value in the object it returns from `loadNycConfig`. The change is accompanied by updated snapshots and test helpers to account for `cwd`, plus a small packaging adjustment via `.npmignore`.
v1.0.0-alpha.0
This release is v1.0.0-alpha.0, published on 2019-10-06. No release notes were provided by the publisher, so there is no documented information about new features, fixes, breaking changes, or migrations for this version.