From d07aeba463cf826ca1eb2abbbc028987edaccbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:51:40 +0000 Subject: [PATCH] Update dependency typescript to v5.3.2 (#718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.2.2` -> `5.3.2`](https://renovatebot.com/diffs/npm/typescript/5.2.2/5.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.2.2/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.2.2/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
Microsoft/TypeScript (typescript) ### [`v5.3.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs). --- .github/actions/issue-labeler/package.json | 2 +- .github/actions/issue-validator/package.json | 2 +- .github/actions/needs-triage/package.json | 2 +- .github/actions/next-stats-action/package.json | 2 +- .github/actions/validate-docs-links/package.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/issue-labeler/package.json b/.github/actions/issue-labeler/package.json index 0c5edf0e00..3720c8ff96 100644 --- a/.github/actions/issue-labeler/package.json +++ b/.github/actions/issue-labeler/package.json @@ -14,6 +14,6 @@ "devDependencies": { "@types/node": "^20.0.0", "@vercel/ncc": "0.38.1", - "typescript": "5.2.2" + "typescript": "5.3.2" } } diff --git a/.github/actions/issue-validator/package.json b/.github/actions/issue-validator/package.json index 5a53ed26a3..ff3778f317 100644 --- a/.github/actions/issue-validator/package.json +++ b/.github/actions/issue-validator/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "@vercel/ncc": "0.38.1", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "dependencies": { "@actions/core": "1.10.1", diff --git a/.github/actions/needs-triage/package.json b/.github/actions/needs-triage/package.json index 77f8042dcb..f384d7bd65 100644 --- a/.github/actions/needs-triage/package.json +++ b/.github/actions/needs-triage/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@types/node": "^20.0.0", "@vercel/ncc": "0.38.1", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "dependencies": { "@actions/core": "1.10.1", diff --git a/.github/actions/next-stats-action/package.json b/.github/actions/next-stats-action/package.json index 734db812bc..d8e7a86be1 100644 --- a/.github/actions/next-stats-action/package.json +++ b/.github/actions/next-stats-action/package.json @@ -16,7 +16,7 @@ "semver": "7.5.4" }, "devDependencies": { - "typescript": "5.2.2" + "typescript": "5.3.2" }, "engines": { "node": ">=16.8.0", diff --git a/.github/actions/validate-docs-links/package.json b/.github/actions/validate-docs-links/package.json index 5846d15373..c2235b047a 100644 --- a/.github/actions/validate-docs-links/package.json +++ b/.github/actions/validate-docs-links/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@types/github-slugger": "^1.3.0", "@vercel/ncc": "0.38.1", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b87e027e37..b878829839 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "tree-kill": "1.2.2", "tsec": "0.2.8", "turbo": "1.10.16", - "typescript": "5.2.2", + "typescript": "5.3.2", "unfetch": "5.0.0", "wait-port": "1.1.0", "webpack": "5.89.0",