Skip to content

Conversation

@github-actions
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@arethetypeswrong/[email protected]

Minor Changes

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

Patch Changes

@arethetypeswrong/[email protected]

Minor Changes

  • 894d0f3: Add support for DefinitelyTyped analysis.

    • createPackageFromNpm now takes an options parameter that can control DefinitelyTyped inclusion.
    • The Package type is now a class, with new properties and methods:
      • typesPackage contains the package name and version for the included DefinitelyTyped package, if any.
      • mergedWithTypes(typesPackage: Package) returns a new Package instance with all files from both packages and the typesPackage instance property metadata filled in.
    • createPackageFromTarballData is no longer asynchronous.

@andrewbranch andrewbranch merged commit b71b7a6 into main Aug 26, 2023
@andrewbranch andrewbranch deleted the changeset-release/main branch August 26, 2023 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants