Skip to content

Commit 4c9671d

Browse files
chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#495)
* chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: support TypeScript 6 compiler --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Koenig <kai@ventego-creative.co.nz>
1 parent 57d13e6 commit 4c9671d

3 files changed

Lines changed: 141 additions & 97 deletions

File tree

package-lock.json

Lines changed: 138 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"semver": "^7.6.0",
5959
"tap": "^21.5.0",
6060
"ts-node": "^10.9.2",
61-
"typescript": "^5.9.2",
61+
"typescript": "^6.0.3",
6262
"typescript-eslint": "^8.58.0",
6363
"verror": "^1.10.1"
6464
},

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/* Basic Options */
44
// "incremental": true, /* Enable incremental compilation */
55
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
6+
"ignoreDeprecations": "6.0", /* Keep ES5 output until the SDK's runtime support policy changes. */
67
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
78
"lib": ["es5", "es6"], /* Specify library files to be included in the compilation. */
89
// "allowJs": true, /* Allow javascript files to be compiled. */
@@ -13,7 +14,7 @@
1314
// "sourceMap": true, /* Generates corresponding '.map' file. */
1415
// "outFile": "./", /* Concatenate and emit output to single file. */
1516
"outDir": "./build", /* Redirect output structure to the directory. */
16-
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
17+
"rootDir": "./lib", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1718
// "composite": true, /* Enable project compilation */
1819
// "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
1920
// "removeComments": true, /* Do not emit comments to output. */

0 commit comments

Comments
 (0)