Skip to content

Commit 1dc6c52

Browse files
committed
build(deps-dev): bump typescript from 5.9.3 to 6.0.3
1 parent 9497a13 commit 1dc6c52

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"test:e2e-jhipster1": "node scripts/clone-samples e2e-jhipster1 && mocha \"test/repository-test/jhipster-1-test.ts\"",
4141
"test:e2e-jhipster2": "node scripts/clone-samples e2e-jhipster2 && mocha \"test/repository-test/jhipster-2-test.ts\"",
4242
"test:unit": "mocha \"test/unit-test/**/*.spec.ts\" \"test/unit-test/**/*-spec.ts\"",
43+
"typecheck": "tsc",
4344
"update-test-outputs": "node scripts/update-test-output.js"
4445
},
4546
"lint-staged": {
@@ -57,6 +58,7 @@
5758
"devDependencies": {
5859
"@eslint/js": "^10.0.1",
5960
"@types/chai": "^5.2.3",
61+
"@types/emscripten": "^1.41.5",
6062
"@types/mocha": "^10.0.10",
6163
"@types/node": "^25.5.0",
6264
"chai": "^6.2.2",
@@ -70,7 +72,7 @@
7072
"prettier": "^3.8.1",
7173
"tree-sitter-java-orchard": "0.5.6",
7274
"tsdown": "^0.21.4",
73-
"typescript": "^5.9.3",
75+
"typescript": "^6.0.3",
7476
"typescript-eslint": "^8.57.1"
7577
},
7678
"peerDependencies": {

tsconfig.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "es2023",
4-
"outDir": "dist",
5-
"strict": true,
3+
"rootDir": "src",
4+
"types": ["emscripten"],
5+
"allowImportingTsExtensions": true,
66
"declaration": true,
7-
"esModuleInterop": true,
8-
"noImplicitThis": false,
9-
"module": "esnext",
10-
"moduleResolution": "node",
11-
"rewriteRelativeImportExtensions": true
7+
"noEmit": true
128
},
139
"include": ["src"]
1410
}

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,11 @@
10051005
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
10061006
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
10071007

1008+
"@types/emscripten@^1.41.5":
1009+
version "1.41.5"
1010+
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.41.5.tgz#5670e4b52b098691cb844b84ee48c9176699b68d"
1011+
integrity sha512-cMQm7pxu6BxtHyqJ7mQZ2kXWV5SLmugybFdHCBbJ5eHzOo6VhBckEgAT3//rP5FwPHNPeEiq4SmQ5ucBwsOo4Q==
1012+
10081013
"@types/esrecurse@^4.3.1":
10091014
version "4.3.1"
10101015
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
@@ -4857,11 +4862,16 @@ typescript-eslint@^8.57.1:
48574862
"@typescript-eslint/typescript-estree" "8.59.0"
48584863
"@typescript-eslint/utils" "8.59.0"
48594864

4860-
"typescript@>=3 < 6", typescript@^5.9.3:
4865+
"typescript@>=3 < 6":
48614866
version "5.9.3"
48624867
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
48634868
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
48644869

4870+
typescript@^6.0.3:
4871+
version "6.0.3"
4872+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
4873+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
4874+
48654875
uglify-js@^3.1.4:
48664876
version "3.19.3"
48674877
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"

0 commit comments

Comments
 (0)