Skip to content

Latest commit

 

History

History
386 lines (246 loc) · 8.19 KB

File metadata and controls

386 lines (246 loc) · 8.19 KB

@definitelytyped/definitions-parser

0.1.20

Patch Changes

0.1.19

Patch Changes

0.1.18

Patch Changes

  • 3a00e49: Update pacote
  • Updated dependencies [3a00e49]

0.1.17

Patch Changes

0.1.16

Patch Changes

0.1.15

Patch Changes

0.1.14

Patch Changes

0.1.13

Patch Changes

0.1.12

Patch Changes

0.1.11

Patch Changes

  • adfd769: Allow packages to test multiple tsconfigs by specifying list of tsconfigs in package.json
  • Updated dependencies [adfd769]

0.1.10

Patch Changes

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • e2aef2f: Pull expectedNpmVersionFailures from GitHub, like allowedPackageJsonDependencies
  • Updated dependencies [e2aef2f]

0.1.6

Patch Changes

  • 9da3fc7: Detect package names added/removed from attw.json as changed
  • Updated dependencies [31de5d3]
  • Updated dependencies [9da3fc7]

0.1.5

Patch Changes

  • c4d8b9c: Prevent crash on an empty commit
  • 3e799c3: Add --diffBase to configure diffing
  • 3e799c3: Do not fetch automatically fetch master on run

0.1.4

Patch Changes

  • b419d1c: Don't look for dependents of packages with deleted files if those packages were not fully deleted

0.1.3

Patch Changes

  • e6880b0: Don't error when scripts are modified

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 2d7a5d3: Require Node 18+

Patch Changes

0.0.202

Patch Changes

0.0.201

Patch Changes

  • 50cc5dce: loosen checkParseResults

0.0.200

Patch Changes

0.0.199

Patch Changes

0.0.198

Patch Changes

0.0.197

Patch Changes

0.0.196

Patch Changes

0.0.195

Patch Changes

0.0.194

Patch Changes

  • 926d5ab0: Fix getAffectedPackages for PRs which modify only versioned dirs

0.0.193

Patch Changes

0.0.192

Patch Changes

0.0.191

Patch Changes

  • 5d83a8ed: Fix command execution, paths on Windows
  • Updated dependencies [5d83a8ed]
  • Updated dependencies [5d83a8ed]

0.0.190

Patch Changes

  • 8272a9d2: Don't treat script dirs as types packages

0.0.189

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.188

Patch Changes

0.0.187

Patch Changes

  • 046ac38e: Ignore non-types packages returned by pnpm

0.0.186

Patch Changes

0.0.185

Patch Changes

0.0.184

Patch Changes

  • c8d8b1f8: Fix dependent packages showing up as changed in getAffectedPackages
  • Updated dependencies [97f68d6e]

0.0.183

Patch Changes

0.0.182

Patch Changes

  • 13922c30: Ignore non-types packages when checking for changed packages

0.0.181

Patch Changes

  • 8cae0671: Add semver types to dependencies in definitions-parser
  • 22ffaadf: Always convert contributor githubUsername to url (missing changeset)
  • Updated dependencies [22ffaadf]

0.0.180

Patch Changes

  • 3c8512ad: dtslint-runner checks new packages, even malformed ones.

0.0.179

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]