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.
createPackageFromNpm
now takes an options parameter that can control DefinitelyTyped inclusion.- The
Package
type is now a class, with new properties and methods:typesPackage
contains the package name and version for the included DefinitelyTyped package, if any.mergedWithTypes(typesPackage: Package)
returns a newPackage
instance with all files from both packages and thetypesPackage
instance property metadata filled in.
createPackageFromTarballData
is no longer asynchronous.
@arethetypeswrong/[email protected]
Minor Changes
-
894d0f3: Add support for DefinitelyTyped analysis.
@types
packages will be fetched by default for implementation packages that do not contain any TypeScript files.--definitely-typed
can be used to set the version of the@types
package fetched. By default, the version is inferred from the implementation package version.--no-definitely-typed
can be used to prevent@types
package 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
filterProblems
that caused CJSOnlyExportsDefault not to be identified- Change the
kind
property infilterProblems
to 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
options
parameter tocheckPackage
with support for customizing which entrypoints get analyzed.