Skip to content

Commit 7119735

Browse files
chore(deps): update dependency typescript to v5.9.3 (#7614)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` → `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.3?slim=true) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.7.3` → `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.7.3/5.9.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.7.3/5.9.3?slim=true) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.9.3): TypeScript 5.9.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) Note: this tag was recreated to point at the correct commit. The npm package contained the correct content. For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/) - [fixed issues query for Typescript 5.9.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.9.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+). - *No specific changes for TypeScript 5.9.2 (Stable)* - [fixed issues query for Typescript 5.9.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.9.2): TypeScript 5.9 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) Note: this tag was recreated to point at the correct commit. The npm package contained the correct content. For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/) - [fixed issues query for Typescript 5.9.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.9.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+). - *No specific changes for TypeScript 5.9.2 (Stable)* Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <lukas.harbarth@sap.com>
1 parent 6643bdc commit 7119735

9 files changed

Lines changed: 23 additions & 39 deletions

File tree

.storybook/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { fileURLToPath, URL } from 'node:url';
12
import type { StorybookConfig } from '@storybook/react-vite';
23
import remarkGfm from 'remark-gfm';
34
import type { StoriesEntry } from 'storybook/internal/types';
@@ -74,6 +75,9 @@ const config: StorybookConfig = {
7475
addons,
7576
typescript: {
7677
reactDocgen: 'react-docgen-typescript',
78+
reactDocgenTypescriptOptions: {
79+
tsconfigPath: fileURLToPath(new URL('../tsconfig.json', import.meta.url)),
80+
},
7781
},
7882
staticDirs: isDevMode ? ['images-dev'] : ['images'],
7983
viteFinal: (viteConfig) =>

examples/react-router-ts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-hooks": "7.0.1",
3636
"globals": "17.4.0",
37-
"typescript": "5.8.3",
37+
"typescript": "5.9.3",
3838
"typescript-eslint": "8.57.0",
3939
"vite": "7.3.1",
4040
"vite-tsconfig-paths": "6.1.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"postcss-nesting": "14.0.0",
103103
"prettier": "3.8.1",
104104
"rimraf": "6.1.3",
105-
"typescript": "5.7.3",
105+
"typescript": "5.9.3",
106106
"typescript-eslint": "8.57.0",
107107
"vite": "7.3.1",
108108
"vite-plugin-istanbul": "8.0.0",

patterns/navigation-layout/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-react-hooks": "7.0.1",
2727
"eslint-plugin-react-refresh": "0.5.2",
2828
"globals": "17.4.0",
29-
"typescript": "5.8.3",
29+
"typescript": "5.9.3",
3030
"typescript-eslint": "8.57.0",
3131
"vite": "7.3.1"
3232
}

templates/vite-ts/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "7.0.1",
3131
"eslint-plugin-react-refresh": "0.5.2",
3232
"globals": "17.4.0",
33-
"typescript": "5.8.3",
33+
"typescript": "5.9.3",
3434
"typescript-eslint": "8.57.0",
3535
"vite": "7.3.1"
3636
}

yarn.lock

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20345,17 +20345,7 @@ __metadata:
2034520345
languageName: node
2034620346
linkType: hard
2034720347

20348-
"typescript@npm:5.7.3":
20349-
version: 5.7.3
20350-
resolution: "typescript@npm:5.7.3"
20351-
bin:
20352-
tsc: bin/tsc
20353-
tsserver: bin/tsserver
20354-
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
20355-
languageName: node
20356-
linkType: hard
20357-
20358-
"typescript@npm:>=3 < 6":
20348+
"typescript@npm:5.9.3, typescript@npm:>=3 < 6":
2035920349
version: 5.9.3
2036020350
resolution: "typescript@npm:5.9.3"
2036120351
bin:
@@ -20375,17 +20365,7 @@ __metadata:
2037520365
languageName: node
2037620366
linkType: hard
2037720367

20378-
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
20379-
version: 5.7.3
20380-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
20381-
bin:
20382-
tsc: bin/tsc
20383-
tsserver: bin/tsserver
20384-
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
20385-
languageName: node
20386-
linkType: hard
20387-
20388-
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
20368+
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
2038920369
version: 5.9.3
2039020370
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
2039120371
bin:
@@ -20495,7 +20475,7 @@ __metadata:
2049520475
rimraf: "npm:6.1.3"
2049620476
storybook: "npm:10.2.19"
2049720477
tocbot: "npm:4.36.4"
20498-
typescript: "npm:5.7.3"
20478+
typescript: "npm:5.9.3"
2049920479
typescript-eslint: "npm:8.57.0"
2050020480
vite: "npm:7.3.1"
2050120481
vite-plugin-istanbul: "npm:8.0.0"

0 commit comments

Comments
 (0)