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

chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 #1019

Merged
merged 6 commits into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. chore(deps-dev): bump typescript from 4.8.4 to 4.9.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    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 and xobotyi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    31f5b92 View commit details
    Browse the repository at this point in the history
  2. fix(navigator.vibrate.ts): Fix outdated parameter type

    This relates to the release of TypeScript 4.9. The correctness fixes related to lib.d.ts which were
    a part of this release broke the parameter type of this mock-function.
    ArttuOll authored and xobotyi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d238c3c View commit details
    Browse the repository at this point in the history
  3. Revert "fix(navigator.vibrate.ts): Fix outdated parameter type"

    This reverts commit ab98ede.
    ArttuOll authored and xobotyi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7ce146e View commit details
    Browse the repository at this point in the history
  4. build(package.json): Install @types/node

    This relates to the release of TypeScript 4.9, which broke our build. In the corresponding issue in
    the TypeScript repo, multiple solutions were proposed of which installing @types/node seems to work
    the best.
    ArttuOll authored and xobotyi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5386deb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dcae8a View commit details
    Browse the repository at this point in the history
  6. fix: disable @typescript-eslint/no-floating-promises for tests

    That linter raised false-positives errors
    xobotyi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f6c7424 View commit details
    Browse the repository at this point in the history