Skip to content

Commit 9edc288

Browse files
Update dependency typescript to v5.7.3 (#2021)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | major | [`4.9.5` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.7.3) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | devDependencies | major | [`3.9.10` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/3.9.10/5.7.3) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | dependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.7.3) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | dependencies | minor | [`5.1.6` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.1.6/5.7.3) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | dependencies | major | [`^4.6.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.7.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.7.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.7.3): TypeScript 5.7.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/). - [fixed issues query for Typescript 5.7.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). Downloads are available on [npm](https://www.npmjs.com/package/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 791cf1f commit 9edc288

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

aws-ts-airflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@pulumi/aws": "6.69.0",
88
"@pulumi/awsx": "2.21.0",
99
"@pulumi/pulumi": "3.150.0",
10-
"typescript": "^4.6.0"
10+
"typescript": "^5.0.0"
1111
}
1212
}

aws-ts-apigateway-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@types/jsonwebtoken": "^9.0.0",
1313
"jsonwebtoken": "9.0.2",
1414
"jwks-rsa": "^1.4.0",
15-
"typescript": "^4.6.0"
15+
"typescript": "^5.0.0"
1616
}
1717
}

aws-ts-containers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@pulumi/pulumi": "3.150.0"
88
},
99
"devDependencies": {
10-
"typescript": "4.9.5"
10+
"typescript": "5.7.3"
1111
}
1212
}

aws-ts-eks-migrate-nodegroups/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-ts-eks-migrate-nodegroups",
33
"devDependencies": {
44
"@types/node": "18.19.76",
5-
"typescript": "4.9.5"
5+
"typescript": "5.7.3"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.69.0",

aws-ts-eks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-ts-eks",
33
"devDependencies": {
44
"@types/node": "18.19.76",
5-
"typescript": "4.9.5"
5+
"typescript": "5.7.3"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.69.0",

aws-ts-hello-fargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-typescript",
33
"devDependencies": {
44
"@types/node": "18.19.76",
5-
"typescript": "4.9.5"
5+
"typescript": "5.7.3"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.69.0",

aws-ts-k8s-mern-voting-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"devDependencies": {
55
"@types/node": "18.19.76",
6-
"typescript": "4.9.5"
6+
"typescript": "5.7.3"
77
},
88
"dependencies": {
99
"@pulumi/aws": "6.69.0",

aws-ts-k8s-voting-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"devDependencies": {
55
"@types/node": "18.19.76",
6-
"typescript": "4.9.5"
6+
"typescript": "5.7.3"
77
},
88
"dependencies": {
99
"@pulumi/aws": "6.69.0",

aws-ts-lambda-slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index.ts",
44
"devDependencies": {
55
"@types/node": "22.10.2",
6-
"typescript": "5.7.2"
6+
"typescript": "5.7.3"
77
},
88
"dependencies": {
99
"@pulumi/aws": "6.69.0",

aws-ts-langserve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "14.18.63"
55
},
66
"dependencies": {
7-
"typescript": "^4.0.0",
7+
"typescript": "^5.0.0",
88
"@pulumi/pulumi": "3.150.0",
99
"@pulumi/aws": "6.69.0",
1010
"@pulumi/docker": "4.6.1"

0 commit comments

Comments
 (0)