Skip to content

Commit

Permalink
Update dependency typescript to v5.5.2 (#2151)
Browse files Browse the repository at this point in the history
[![Mend Renovate](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.4.5` -> `5.5.2`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.5/5.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb)

[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

</details>

---

### 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).
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent ad160c5 commit c0598ab
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/actions/issue-labeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion .github/actions/issue-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/needs-triage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"semver": "7.6.2"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"engines": {
"node": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/github-slugger": "^2.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down
450 changes: 212 additions & 238 deletions .github/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"tree-kill": "1.2.2",
"tsec": "0.2.8",
"turbo": "1.13.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"unfetch": "5.0.0",
"wait-port": "1.1.0",
"webpack": "5.92.1",
Expand Down

0 comments on commit c0598ab

Please sign in to comment.