Skip to content

Commit

Permalink
Bump typescript from 5.0.4 to 5.1.6 (#2028)
Browse files Browse the repository at this point in the history
* Bump typescript from 5.0.4 to 5.1.6

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.6.
- [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] <[email protected]>

* Update azure-pipelines.yml- change Node12 to Node 18, as node 12 is deprecated

* Upgrade pipeline to include node 20

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wei Wei <[email protected]>
  • Loading branch information
dependabot[bot] and blueww authored Jul 3, 2023
1 parent 04b08ed commit 501f738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
vmImage: "ubuntu-20.04"
strategy:
matrix:
node_12_x:
node_version: 12.x
node_20_x:
node_version: 20.x
node_14_x:
node_version: 14.x
steps:
Expand Down Expand Up @@ -548,8 +548,8 @@ jobs:
# our .exe build program is currently incompatible with node 10
# node_10_x:
# node_version: 10.x
node_12_x:
node_version: 12.x
node_20_x:
node_version: 20.x
steps:
- task: NodeTool@0
inputs:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

0 comments on commit 501f738

Please sign in to comment.