Skip to content

Commit

Permalink
Bump typescript from 4.8.4 to 5.4.3 (#145)
Browse files Browse the repository at this point in the history
* Bump typescript from 4.8.4 to 5.4.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.8.4...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump actions

Signed-off-by: Thomas Poignant <[email protected]>

* Bump node/types

Signed-off-by: Thomas Poignant <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Thomas Poignant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Poignant <[email protected]>
  • Loading branch information
dependabot[bot] and thomaspoignant authored Apr 1, 2024
1 parent d7bf9be commit 1679b17
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v4
- run: sudo npm install -g typescript nyc mocha
- run: npm install
- run: npm run build
Expand Down
52 changes: 36 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"chai": "^4.2.0",
"mocha": "^10.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.0.2"
"typescript": "^5.4.3"
}
}

0 comments on commit 1679b17

Please sign in to comment.