- Updated dependencies [e7ac94c]
- @arethetypeswrong/[email protected]
- Updated dependencies [3ca2866]
- @arethetypeswrong/[email protected]
- 66ada51: Fix warning message json-format suggestion to use proper syntax
- Updated dependencies [622b71f]
- @arethetypeswrong/[email protected]
- 5ee6f29: Update README with new problem kind
- d480f1c: New problem kind: Named exports cannot be detected by Node.js. Thanks @laverdet!
- Updated dependencies [970b141]
- Updated dependencies [d480f1c]
- @arethetypeswrong/[email protected]
- 5566c1b: Upgrading marked-terminal to version 7.1.0
-
e41cf2c: Update
--ignore-rules
options in CLI documents.Actual behavior changes were made in #31 and #85.
- c8f113d: Fix incorrect validation error message text
- Updated dependencies [d93848f]
- @arethetypeswrong/[email protected]
- ab6cd95: add
--entrypoints-legacy
option
- Updated dependencies [ab6cd95]
- @arethetypeswrong/[email protected]
- Updated dependencies [a8acc95]
- Updated dependencies [e38ed65]
- @arethetypeswrong/[email protected]
- Updated dependencies [b293c99]
- @arethetypeswrong/[email protected]
- 2379636: Fix default options when calling internal CLI render APIs
- Updated dependencies [66fa67b]
- @arethetypeswrong/[email protected]
- fbc894d: Add package.json to CLI exports
- 856e8b6: Expose internal renderer and exit code API
- Updated dependencies [c5923a7]
- Updated dependencies [406fc66]
- @arethetypeswrong/[email protected]
- Updated dependencies [34c97d4]
- @arethetypeswrong/[email protected]
- Updated dependencies [fffff4d]
- Updated dependencies [4e7c0dd]
- @arethetypeswrong/[email protected]
- 3cc28dc: Fix
--pack
with pre/post scripts that write to STDOUT - Updated dependencies [0055de6]
- Updated dependencies [8de8306]
- @arethetypeswrong/[email protected]
- Updated dependencies [d0ff7c5]
- @arethetypeswrong/[email protected]
- 6a516c1: Use exit code 3 for errors, 1 for failures
- acd6e86: Various chores:
- Drop support for Node.js <=16 (drop
fetch
polyfill) - Move to pnpm, update dependencies, add LICENSE files, update READMEs
- Drop support for Node.js <=16 (drop
- Updated dependencies [acd6e86]
- Updated dependencies [3784346]
- @arethetypeswrong/[email protected]
- Updated dependencies [abbb896]
- @arethetypeswrong/[email protected]
- Updated dependencies [35544c5]
- @arethetypeswrong/[email protected]
- Updated dependencies [a578211]
- @arethetypeswrong/[email protected]
- 26f89d1: Infer
--from-npm
version from a locally-provided DefinitelyTyped package
- Updated dependencies [eecbf74]
- @arethetypeswrong/[email protected]
- Updated dependencies [ae2426f]
- @arethetypeswrong/[email protected]
- Updated dependencies [30bdb07]
- @arethetypeswrong/[email protected]
- b2a3251: Report relevant build tools detected in package.json
devDependencies
- Updated dependencies [c3a69f7]
- Updated dependencies [2c67f2d]
- @arethetypeswrong/[email protected]
-
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.
- Updated dependencies [894d0f3]
- @arethetypeswrong/[email protected]
- fe3a6f3: Fix node-fetch dependency missing from @arethetypeswrong/cli
- Updated dependencies [c8993b9]
- Updated dependencies [2c03c4a]
- @arethetypeswrong/[email protected]
- 938a2a8: Automatically pick an output format that fits the terminal width (
--format auto
, the new default) - eae544d: Add
--entrypoints
,--include-entrypoints
, and--exclude-entrypoints
options to customize which entrypoints get analyzed.
- Updated dependencies [eae544d]
- @arethetypeswrong/[email protected]
- Updated dependencies [8b098c0]
- @arethetypeswrong/[email protected]
- f35407a: Fix crash on Node <v17
- Updated dependencies [27ad5a7]
- @arethetypeswrong/[email protected]
- 12014d8: Add --pack flag to support running
npm pack
in a directory and deleting the file afterwards
- Updated dependencies [53e031b]
- Updated dependencies [53e031b]
- Updated dependencies [7c3a377]
- Updated dependencies [53e031b]
- @arethetypeswrong/[email protected]
- 6fc935a: Added links to new documentation for each problem kind
- Updated dependencies [6fc935a]
- @arethetypeswrong/[email protected]
- d107355: New problem kind: Internal resolution error indicates that an import in one of the package’s type declaration files failed to resolve. Either this indicates that runtime resolution errors will occur, or (more likely) the types misrepresent the contents of the JavaScript files.
- Updated dependencies [d107355]
- @arethetypeswrong/[email protected]