Skip to content

Commit c795993

Browse files
chore(deps-dev): bump the typescript group with 2 updates (#5231)
Bumps the typescript group with 2 updates: [tsx](https://github.com/privatenumber/tsx) and [typescript](https://github.com/microsoft/TypeScript). Updates `tsx` from 4.19.4 to 4.20.6 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.19.4...v4.20.6) Updates `typescript` from 5.8.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5d8928 commit c795993

File tree

14 files changed

+47
-47
lines changed

14 files changed

+47
-47
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"http-server": "14.1.1",
3737
"npm-run-all2": "8.0.4",
3838
"tslib": "2.8.1",
39-
"typescript": "5.8.3"
39+
"typescript": "5.9.3"
4040
},
4141
"overrides": {
4242
"cross-spawn": "7.0.6"

output/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"start": "ng serve"
2121
},
2222
"devDependencies": {
23-
"typescript": "5.8.3"
23+
"typescript": "5.9.3"
2424
},
2525
"publishConfig": {
2626
"registry": "https://registry.npmjs.org/",

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@vitejs/plugin-vue": "6.0.1",
4646
"replace-in-file": "8.3.0",
4747
"tsx": "4.20.6",
48-
"typescript": "5.8.3",
48+
"typescript": "5.9.3",
4949
"vite": "7.1.9",
5050
"vue": "3.5.22",
5151
"vue-tsc": "3.1.1"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"stylelint-use-logical": "2.1.2",
148148
"tslib": "2.8.1",
149149
"tsx": "4.20.6",
150-
"typescript": "5.8.3",
150+
"typescript": "5.9.3",
151151
"validate-branch-name": "1.3.2",
152152
"vite": "7.1.9",
153153
"vite-plugin-devtools-json": "1.0.0",

packages/foundations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prettier": "3.6.2",
6363
"sass": "1.85.0",
6464
"tsx": "4.20.6",
65-
"typescript": "5.8.3",
65+
"typescript": "5.9.3",
6666
"vite": "7.1.9"
6767
},
6868
"publishConfig": {

packages/stylelint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"stylelint-config-standard": "39.0.1",
4141
"stylelint-config-standard-scss": "16.0.0",
4242
"stylelint-config-standard-vue": "1.0.0",
43-
"typescript": "5.8.3",
43+
"typescript": "5.9.3",
4444
"vitest": "3.2.4"
4545
},
4646
"publishConfig": {

showcases/angular-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"sa11y": "4.3.4"
2121
},
2222
"devDependencies": {
23-
"typescript": "5.8.3"
23+
"typescript": "5.9.3"
2424
}
2525
}

showcases/angular-ssr-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/express": "5.0.3",
1919
"@types/node": "24.7.0",
2020
"cpr": "3.0.1",
21-
"typescript": "5.8.3"
21+
"typescript": "5.9.3"
2222
}
2323
}

showcases/next-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.13",
2222
"npm-run-all2": "8.0.4",
2323
"open-cli": "8.0.0",
24-
"typescript": "5.8.3"
24+
"typescript": "5.9.3"
2525
},
2626
"overrides": {
2727
"cross-spawn": "7.0.6"

0 commit comments

Comments
 (0)