Skip to content

Commit aa32c8b

Browse files
authored
Merge pull request #789 from acacode/dependabot/npm_and_yarn/typescript-5.5.2
chore(deps): bump typescript from 5.4.5 to 5.5.2
2 parents 4a03d61 + 518fba4 commit aa32c8b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prettier": "~3.3.2",
4747
"swagger-schema-official": "2.0.0-bab6bed",
4848
"swagger2openapi": "^7.0.8",
49-
"typescript": "~5.4.5"
49+
"typescript": "~5.5.2"
5050
},
5151
"devDependencies": {
5252
"@biomejs/biome": "1.8.2",

src/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class CodeGenConfig {
198198
};
199199

200200
compilerTsConfig = {
201-
module: "ESNext",
201+
module: ts.ModuleKind.ESNext,
202202
noImplicitReturns: true,
203203
alwaysStrict: true,
204204
target: ts.ScriptTarget.ESNext,

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ __metadata:
25842584
shx: "npm:0.3.4"
25852585
swagger-schema-official: "npm:2.0.0-bab6bed"
25862586
swagger2openapi: "npm:^7.0.8"
2587-
typescript: "npm:~5.4.5"
2587+
typescript: "npm:~5.5.2"
25882588
vitest: "npm:1.6.0"
25892589
bin:
25902590
sta: ./index.js
@@ -2664,23 +2664,23 @@ __metadata:
26642664
languageName: node
26652665
linkType: hard
26662666

2667-
"typescript@npm:~5.4.5":
2668-
version: 5.4.5
2669-
resolution: "typescript@npm:5.4.5"
2667+
"typescript@npm:~5.5.2":
2668+
version: 5.5.2
2669+
resolution: "typescript@npm:5.5.2"
26702670
bin:
26712671
tsc: bin/tsc
26722672
tsserver: bin/tsserver
2673-
checksum: 10c0/2954022ada340fd3d6a9e2b8e534f65d57c92d5f3989a263754a78aba549f7e6529acc1921913560a4b816c46dce7df4a4d29f9f11a3dc0d4213bb76d043251e
2673+
checksum: 10c0/8ca39b27b5f9bd7f32db795045933ab5247897660627251e8254180b792a395bf061ea7231947d5d7ffa5cb4cc771970fd4ef543275f9b559f08c9325cccfce3
26742674
languageName: node
26752675
linkType: hard
26762676

2677-
"typescript@patch:typescript@npm%3A~5.4.5#optional!builtin<compat/typescript>":
2678-
version: 5.4.5
2679-
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
2677+
"typescript@patch:typescript@npm%3A~5.5.2#optional!builtin<compat/typescript>":
2678+
version: 5.5.2
2679+
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=b45daf"
26802680
bin:
26812681
tsc: bin/tsc
26822682
tsserver: bin/tsserver
2683-
checksum: 10c0/db2ad2a16ca829f50427eeb1da155e7a45e598eec7b086d8b4e8ba44e5a235f758e606d681c66992230d3fc3b8995865e5fd0b22a2c95486d0b3200f83072ec9
2683+
checksum: 10c0/6721ac8933a70c252d7b640b345792e103d881811ff660355617c1836526dbb71c2044e2e77a8823fb3570b469f33276875a4cab6d3c4de4ae7d7ee1c3074ae4
26842684
languageName: node
26852685
linkType: hard
26862686

0 commit comments

Comments
 (0)