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.5 to 5.3.3 #6138

Closed
wants to merge 2 commits into from

Commits on Jan 2, 2024

  1. Bump typescript from 4.5.5 to 5.3.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ericpromislow committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    09986f6 View commit details
    Browse the repository at this point in the history
  2. Stop typescipt upgrade at 5.1.6 to prevent this warning when linting:

    WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
    
    You may find that it works just fine, or you may not.
    
    SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
    
    YOUR TYPESCRIPT VERSION: 5.2.2
    
    - 5.1.6 is the last release before 5.2.0
    
    Signed-off-by: Eric Promislow <epromislow@suse.com>
    ericpromislow committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f2e7baf View commit details
    Browse the repository at this point in the history