Skip to content

Commit 29e9eaa

Browse files
Bump typescript from 5.7.3 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.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.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07521c1 commit 29e9eaa

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-jest": "^29.2.6",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.11",
66-
"typescript": "^5.7.3"
66+
"typescript": "^5.8.2"
6767
},
6868
"packageManager": "[email protected]"
6969
}

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ __metadata:
840840
ts-jest: "npm:^29.2.6"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.11"
843-
typescript: "npm:^5.7.3"
843+
typescript: "npm:^5.8.2"
844844
unified: "npm:^11.0.5"
845845
languageName: unknown
846846
linkType: soft
@@ -6734,7 +6734,7 @@ __metadata:
67346734
languageName: node
67356735
linkType: hard
67366736

6737-
"typescript@npm:^5.4.5, typescript@npm:^5.7.3":
6737+
"typescript@npm:^5.4.5":
67386738
version: 5.7.3
67396739
resolution: "typescript@npm:5.7.3"
67406740
bin:
@@ -6744,7 +6744,17 @@ __metadata:
67446744
languageName: node
67456745
linkType: hard
67466746

6747-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
6747+
"typescript@npm:^5.8.2":
6748+
version: 5.8.2
6749+
resolution: "typescript@npm:5.8.2"
6750+
bin:
6751+
tsc: bin/tsc
6752+
tsserver: bin/tsserver
6753+
checksum: 5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
6754+
languageName: node
6755+
linkType: hard
6756+
6757+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
67486758
version: 5.7.3
67496759
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=29ae49"
67506760
bin:
@@ -6754,6 +6764,16 @@ __metadata:
67546764
languageName: node
67556765
linkType: hard
67566766

6767+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
6768+
version: 5.8.2
6769+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=29ae49"
6770+
bin:
6771+
tsc: bin/tsc
6772+
tsserver: bin/tsserver
6773+
checksum: 8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
6774+
languageName: node
6775+
linkType: hard
6776+
67576777
"unbox-primitive@npm:^1.0.2":
67586778
version: 1.0.2
67596779
resolution: "unbox-primitive@npm:1.0.2"

0 commit comments

Comments
 (0)