Skip to content

Commit 1107ece

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.9.3 (#622)
* chore(deps-dev): bump typescript from 4.9.5 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * run ci * update to nodenext --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ava Silver <ava.silver@datadoghq.com> Co-authored-by: Ava Silver <ava@avasilver.dev>
1 parent ef4bdb8 commit 1107ece

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"serverless-step-functions": "^3.17.0",
3030
"ts-jest": "^29.1.1",
3131
"tslint": "^6.1.3",
32-
"typescript": "^4.1.3"
32+
"typescript": "^5.9.3"
3333
},
3434
"jest": {
3535
"verbose": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* Basic Options */
44
// "incremental": true, /* Enable incremental compilation */
55
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
6-
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
6+
"module": "nodenext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
77
"lib": ["es2015"] /* Specify library files to be included in the compilation. */,
88
// "allowJs": true, /* Allow javascript files to be compiled. */
99
// "checkJs": true, /* Report errors in .js files. */

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6906,10 +6906,10 @@ typed-array-buffer@^1.0.3:
69066906
es-errors "^1.3.0"
69076907
is-typed-array "^1.1.14"
69086908

6909-
typescript@^4.1.3:
6910-
version "4.9.5"
6911-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6912-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
6909+
typescript@^5.9.3:
6910+
version "5.9.3"
6911+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
6912+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
69136913

69146914
uglify-js@^3.1.4:
69156915
version "3.19.3"

0 commit comments

Comments
 (0)