Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.6.3 to 5.7.2 (#2577)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 5.6.3 to 5.7.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

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

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

* update lockstep

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Liz Fong-Jones <[email protected]>
  • Loading branch information
dependabot[bot] and lizthegrey authored Nov 27, 2024
1 parent 9e43e7e commit dc07353
Show file tree
Hide file tree
Showing 6 changed files with 950 additions and 941 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
parameters:
node-version:
type: string
default: "20.18.0"
default: "20.18.1"
jobs:
deploy:
docker:
Expand Down
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"url": "^0.11.4",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.4.3",
Expand Down Expand Up @@ -159,11 +159,11 @@
}
},
"engines": {
"node": "20.18.0",
"yarn": "4.5.0"
"node": "20.18.1",
"yarn": "4.5.3"
},
"volta": {
"node": "20.18.0"
"node": "20.18.1"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].3"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7569,7 +7569,7 @@ __metadata:
ts-jest: "npm:^29.2.5"
ts-jest-resolver: "npm:^2.0.1"
ts-loader: "npm:^9.5.1"
typescript: "npm:^5.6.3"
typescript: "npm:^5.7.2"
unbzip2-stream: "npm:^1.4.3"
underscore: "npm:^1.13.7"
url: "npm:^0.11.4"
Expand Down Expand Up @@ -14516,23 +14516,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
languageName: node
linkType: hard

Expand Down

0 comments on commit dc07353

Please sign in to comment.