- 6a7fc61: Add retry function
- 2a6318d: Bump TypeScript to 5.5
- f014cc6: Update tar dependency
- b287cf9: Move TypeScript installer code to dtslint
- 5e7da60: Fix compatibility with Windows
- e2aef2f: Pull expectedNpmVersionFailures from GitHub, like allowedPackageJsonDependencies
- 31de5d3: Run arethetypeswrong from in-memory tarball data
- 9da3fc7: Detect package names added/removed from attw.json as changed
- aa08460: Change suggestionsDir to use the user’s cache dir instead of .dts the user’s home dir
- aa08460: Expose suggestionsDir
- 2d7a5d3: Require Node 18+
- Updated dependencies [2d7a5d3]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- 2c3e5de: Update dependencies
- Updated dependencies [4522dfba]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- b980f717: Rename branch to main
- Updated dependencies [b980f717]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- f53f17f6: Use package dependencies to manage TypeScript, instead of
$HOME/.dts
- Updated dependencies [f53f17f6]
- Updated dependencies [f53f17f6]
- @definitelytyped/[email protected]
- Updated dependencies [8288affb]
- @definitelytyped/[email protected]
- 85379bf8: Fix writeJson helper, path and contents swapped
- 5b0559f6: Update and clean up dependencies
- Updated dependencies [5b0559f6]
- @definitelytyped/[email protected]
- 5d83a8ed: Fix loading on Windows
- 5d83a8ed: Fix command execution, paths on Windows
-
a18ce6b1: Remove use of module resolution and OTHER_FILES, instead include all dts files in packages
Files in packages are no longer determined by import resolution stemming from
index.d.ts
and tests (along with those listed inOTHER_FILES.txt
). Instead, all files matching the glob**/*.d.{ts,cts,mts,*.d.ts}
are included in the package, excluding those inside of versioned subdirectories.While not used for automated package publishing, an
.npmignore
is now required in each package. This allows for one-offnpm pack
-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.
- Updated dependencies [90e1d0ae]
- @definitelytyped/[email protected]
- 2b3138a0: Throw parse errors early now that more stuff is lazy
- 97f68d6e: Fix one more missing corepack issue, env in exec util
- d01cacd5: Make AllPackages lazy and asynchronous
- 024c3e73: Update @definitelytyped for Definitely Typed's monorepo upgrade
- 9fffa8ff: Add
compact
collection utility - Updated dependencies [024c3e73]
- @definitelytyped/[email protected]