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 4.5.4 to 4.9.5 #126

Merged
merged 3 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. Bump typescript from 4.5.4 to 4.9.5

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.9.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.4...v4.9.5)
    
    ---
    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] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0f5e2e8 View commit details
    Browse the repository at this point in the history
  2. Fix enum typeguard generator

    GenericEnum wasn't necessarily an object (though that is the intent)
    and the latest typescript correctly flagged the potential mistake from
    not specifying that expectation.
    slifty committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5b70714 View commit details
    Browse the repository at this point in the history
  3. Lock in node types

    It looks like our node types were not being explicitly loaded in this
    project, which was resulting in some type conflicts with the latest
    version of TypeScript
    slifty committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    76999d8 View commit details
    Browse the repository at this point in the history