Skip to content

Latest commit

 

History

History
214 lines (136 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

214 lines (136 loc) · 4.93 KB

@definitelytyped/dtslint

0.0.203

Patch Changes

0.0.202

Patch Changes

  • f53f17f6: Use package dependencies to manage TypeScript, instead of $HOME/.dts
  • Updated dependencies [f53f17f6]

0.0.201

Patch Changes

  • 92b5cd51: Remove more tslint code to make dtslint work again

0.0.200

Patch Changes

  • 414ae487: Move npm-naming lint rule from tslint to eslint
  • ae742dde: Special-case a useful error for pnpm test without arguments

0.0.199

Patch Changes

  • 30730f22: Use a direct require when finding estree import

0.0.198

Patch Changes

  • 3d6c2ffd: Port expect rule from tslint to eslint

0.0.197

Patch Changes

0.0.196

Patch Changes

  • 59076828: Remove void-return, switch on no-invalid-void-type

0.0.195

Patch Changes

  • 6f685060: Port tslint builtins -> eslint

0.0.194

Patch Changes

0.0.193

Patch Changes

0.0.192

Patch Changes

0.0.191

Patch Changes

  • 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 in OTHER_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-off npm pack-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.

  • Updated dependencies [a18ce6b1]

0.0.190

Patch Changes

0.0.189

Patch Changes

0.0.188

Patch Changes

  • 1efaeab5: Fall back from --module node16 when testing TS versions that don’t support it
  • 95f31676: Mention package.json field, not header, when referring to minimumTypeScriptVersion
  • Updated dependencies [2b3138a0]

0.0.187

Patch Changes

0.0.186

Patch Changes

0.0.185

Patch Changes

0.0.184

Patch Changes

0.0.183

Patch Changes

  • 024c3e73: Update @definitelytyped for Definitely Typed's monorepo upgrade
  • 9fffa8ff: Fix entrypoint scripts to ensure they don’t run when being imported by an ES module
  • Updated dependencies [024c3e73]
  • Updated dependencies [9fffa8ff]
  • Updated dependencies [9fffa8ff]

0.0.182

Patch Changes

  • 7d60c4b6: Restore explicit disabling of no-redundant-jsdoc

0.0.181

Patch Changes

  • 38396dff: Remove no-redundant-jsdoc2 rule

0.0.180

Patch Changes

  • c1d8ff25: Port no-single-declare-module tslint->eslint

0.0.179

Patch Changes

  • 08cc565f: Port strict-export-declare-modifiers tslint->eslint