- 3af1e86: Use TS 5.7
- 3a00e49: Update deps
- 5f556cf: Update to typescript-eslint v8
- b98ee74: Add support for peerDependencies
- 9f35009: Remove array-type from config
- Updated dependencies [6a7fc61]
- @definitelytyped/[email protected]
- dc7fcdb: Allow @deferred tag
- 3fec9fe: Clear expect rule program cache when heap is almost exhausted
- 8100279: Support ts-expect-error for specific version ranges
- 6dd1778: Re-fix ExpectType
- 2a6318d: Bump typescript-eslint to v7
- 2a6318d: Bump TypeScript to 5.5
- Updated dependencies [2a6318d]
- @definitelytyped/[email protected]
- 5476570: Revert ExpectType bugfix
- c3d86f3: Fix ExpectType with extra whitespace
- Updated dependencies [f014cc6]
- @definitelytyped/[email protected]
- adfd769: Allow packages to test multiple tsconfigs by specifying list of tsconfigs in package.json
- 946d3d4: Update for TS 5.4
- 5dae397: Switch expect to using settings for versionsToTest
- e9b73e3: Don't complain about 'export import =' in strict-export-declare-modifiers
- Updated dependencies [b287cf9]
- @definitelytyped/[email protected]
- 5e7da60: Fix compatibility with Windows
- Updated dependencies [5e7da60]
- @definitelytyped/[email protected]
- Updated dependencies [e2aef2f]
- @definitelytyped/[email protected]
- Updated dependencies [31de5d3]
- Updated dependencies [9da3fc7]
- @definitelytyped/[email protected]
- 4216821: Add @arethetypeswrong/cli run
- Updated dependencies [0f0a785]
- @definitelytyped/[email protected]
- Updated dependencies [aa08460]
- Updated dependencies [aa08460]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- 2d7a5d3: Require Node 18+
- Updated dependencies [2d7a5d3]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- 2c3e5de: Update dependencies
- e7ce84f: Fix case sensitivity of node16 backwards compat
- Updated dependencies [2c3e5de]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- 57628b68: Add new no-type-only-packages lint rule
- 55f05a86: Clean up expect type code for diagnostics
- 20d5c884: Run Expect on all files in CI
- 1a5fdc83: Remove test files from packages
- Updated dependencies [1a5fdc83]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- b980f717: Rename branch to main
- Updated dependencies [b980f717]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- Updated dependencies [f53f17f6]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- 414ae487: Move npm-naming lint rule from tslint to eslint
- Updated dependencies [414ae487]
- @definitelytyped/[email protected]
- 3d6c2ffd: Port expect rule from tslint to eslint
- 7805956b: Require eslint ^8.40.0 as peerDependency
- @definitelytyped/[email protected]
- 59076828: Remove void-return, switch on no-invalid-void-type
- 0a3c2d5b: Fully type eslint plugin export and add metadata
- 7af66e7d: Handle
import = require()
in lint rules
- 6d711988: Fix error spans of various lint rules
- db9bf605: Fix incorrect ts-eslint peer deps
- ed3ce17d: Minor refactor for tests
- 6f685060: Port tslint builtins -> eslint
- Updated dependencies [85379bf8]
- @definitelytyped/[email protected]
- 5b0559f6: Update and clean up dependencies
- Updated dependencies [5b0559f6]
- @definitelytyped/[email protected]
- Updated dependencies [5d83a8ed]
- Updated dependencies [5d83a8ed]
- @definitelytyped/[email protected]
-
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 [a18ce6b1]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- ad779df9: fix: position of reporting ESLint rule no-unnecessary-generics
- 1efaeab5: Allow imports of dependencies that are also devDependencies
- Updated dependencies [2b3138a0]
- @definitelytyped/[email protected]
- Updated dependencies [97f68d6e]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- Updated dependencies [d01cacd5]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- Updated dependencies [22ffaadf]
- @definitelytyped/[email protected]
- 024c3e73: Update @definitelytyped for Definitely Typed's monorepo upgrade
- Updated dependencies [024c3e73]
- Updated dependencies [9fffa8ff]
- @definitelytyped/[email protected]
- @definitelytyped/[email protected]
- c1d8ff25: Port no-single-declare-module tslint->eslint
- 08cc565f: Port strict-export-declare-modifiers tslint->eslint