Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.4 (#2589)
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.3` ->
`^5.4.4`](https://renovatebot.com/diffs/npm/typescript/5.4.3/5.4.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.3/5.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4):
TypeScript 5.4.4

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

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.4.0
(Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.1
(RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.2
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.3
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.4.4
(Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent c3759c9 commit 3156009
Show file tree
Hide file tree
Showing 29 changed files with 369 additions and 369 deletions.
2 changes: 1 addition & 1 deletion analyzer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pino-pretty": "^10.3.1"
},
"devDependencies": {
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"axios": "^1.6.8"
},
"devDependencies": {
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^20.10.6",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0",
"vite": "^5.2.8"
}
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express": "^4.19.2",
"pino": "^8.19.0",
"playwright": "^1.42.1",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion config-helpers/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/react": "^18.2.74",
"next": "^13.4.7",
"react": "^18.2.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/node": "^20.10.6",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"exclusive-promises": "^1.0.3",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@previewjs/storybook-helpers": "^5.0.8",
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@previewjs/storybook-helpers": "^5.0.8",
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite-plugin-solid": "^2.10.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"fs-extra": "^11.2.0",
"svelte": "^4.2.12",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vite": "^5.2.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vitejs/plugin-vue2": "^2.3.1",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"fs-extra": "^11.2.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
},
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.4.21",
"fs-extra": "^11.2.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"assert-never": "^1.2.1",
"immer": "^10.0.4",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"unbuild": "^2.0.0",
"vite": "^5.2.8"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"open": "^10.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"engines": {
"node": ">=18.20.1"
Expand Down
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@previewjs/loader": "workspace:*",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"ovsx": "^0.9.0",
"rimraf": "^5.0.5",
"strip-ansi": "^7.1.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vsce": "^2.15.0"
}
}
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"pino-pretty": "^10.3.1",
"pnpm": "^8.15.6",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^2.8.8",
"ts-node": "^10.9.2",
"turbo": "^1.13.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"packageManager": "pnpm@8.15.6",
"pnpm": {
Expand Down
Loading

0 comments on commit 3156009

Please sign in to comment.