Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump publint from 0.1.16 to 0.2.0 #1082

Merged
merged 3 commits into from
Jul 28, 2023

Commits on Jul 28, 2023

  1. Bump publint from 0.1.16 to 0.2.0

    Bumps [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) from 0.1.16 to 0.2.0.
    - [Release notes](https://github.com/bluwy/publint/releases)
    - [Commits](https://github.com/bluwy/publint/commits/v0.2.0/pkg)
    
    ---
    updated-dependencies:
    - dependency-name: publint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8fd07ad View commit details
    Browse the repository at this point in the history
  2. Improve exports based on publint violations

    Update the `"exports"` declaration in the package manifest with better
    type export declerations following violations from new features
    introduced in v0.2.0 of publint [1], also based on [2]. This change
    improves useage of the package with setups involving TypeScript and
    CommonJS.
    
    Related meta-files have been updated to account for the newly
    "generated" `index.d.cts` file.
    
    --
    1. https://github.com/bluwy/publint/releases/tag/v0.2.0
    2. https://arethetypeswrong.github.io/?p=shescape%401.7.2
    ericcornelissen committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2a54cdd View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    ericcornelissen committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ca35a74 View commit details
    Browse the repository at this point in the history