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 typescript from 5.1.6 to 5.2.2 #168

Merged
merged 2 commits into from
Sep 5, 2023

Commits on Sep 1, 2023

  1. Bump typescript from 5.1.6 to 5.2.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0297bbe View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Remove commonjs specification

    The new tsconfig for node18 requires `module` to be a valid value for
    the specified `moduleResolution`.  Our override resulted in a conflict.
    
    The `Node16` module setting *allows* esm exports.  This is a bit of
    a moot point for that particular config since the whole point is that it
    is a configuration for common JS.  Nevertheless, it feels better to not
    override if we don't need to override, and the default behavior still
    exports CJS.
    slifty committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e610ee4 View commit details
    Browse the repository at this point in the history