Releases: arethetypeswrong/arethetypeswrong.github.io
Releases · arethetypeswrong/arethetypeswrong.github.io
@arethetypeswrong/[email protected]
Patch Changes
- Updated dependencies [30bdb07]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Minor Changes
- b2a3251: Report relevant build tools detected in package.json
devDependencies
Patch Changes
- Updated dependencies [c3a69f7]
- Updated dependencies [2c67f2d]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Minor Changes
-
894d0f3: Add support for DefinitelyTyped analysis.
createPackageFromNpmnow takes an options parameter that can control DefinitelyTyped inclusion.- The
Packagetype is now a class, with new properties and methods:typesPackagecontains the package name and version for the included DefinitelyTyped package, if any.mergedWithTypes(typesPackage: Package)returns a newPackageinstance with all files from both packages and thetypesPackageinstance property metadata filled in.
createPackageFromTarballDatais no longer asynchronous.
@arethetypeswrong/[email protected]
Minor Changes
-
894d0f3: Add support for DefinitelyTyped analysis.
@typespackages will be fetched by default for implementation packages that do not contain any TypeScript files.--definitely-typedcan be used to set the version of the@typespackage fetched. By default, the version is inferred from the implementation package version.--no-definitely-typedcan be used to prevent@typespackage inclusion.
Patch Changes
- Updated dependencies [894d0f3]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Patch Changes
- fe3a6f3: Fix node-fetch dependency missing from @arethetypeswrong/cli
@arethetypeswrong/[email protected]
Minor Changes
- 2c03c4a: Add some utilities to @arethetypeswrong/history/utils
@arethetypeswrong/[email protected]
Minor Changes
- 2c03c4a: - Fix a bug in
filterProblemsthat caused CJSOnlyExportsDefault not to be identified- Change the
kindproperty infilterProblemsto take an array of problem kinds
- Change the
Patch Changes
- c8993b9: Fix a false positive of FalseExportDefault on packages that assign both to module.exports and module.exports.default
@arethetypeswrong/[email protected]
Patch Changes
- Updated dependencies [c8993b9]
- Updated dependencies [2c03c4a]
- @arethetypeswrong/[email protected]
@arethetypeswrong/[email protected]
Minor Changes
- eae544d: Add
optionsparameter tocheckPackagewith support for customizing which entrypoints get analyzed.