Skip to content

Updating package version to address security issue with vite packag…#7135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base:main
Choose a base branch
from
9 changes: 9 additions & 0 deletions .chronus/changes/azhang_SecurityFix-2025-3-25-11-42-8.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
---
changeKind: internal
packages:
- "@typespec/bundler"
- "@typespec/html-program-viewer"
- "@typespec/playground"
---

Bumping dependency package versions
1 change: 0 additions & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -54,7 +54,6 @@
"c8": "^10.1.3",
"cspell": "^8.17.5",
"eslint": "^9.23.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-unicorn": "^57.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -57,7 +57,7 @@
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vitest": "^3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-typespec/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,6 +53,6 @@
"vitest": "^3.0.9"
},
"dependencies": {
"@typescript-eslint/utils": "^8.27.0"
"@typescript-eslint/utils": "^8.31.0"
}
}
2 changes: 1 addition & 1 deletion packages/html-program-viewer/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -74,7 +74,7 @@
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-dts": "4.5.3",
"vite-plugin-node-polyfills": "^0.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-website/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -89,7 +89,7 @@
"rimraf": "~6.0.1",
"rollup-plugin-visualizer": "~5.14.0",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vite-plugin-dts": "4.5.3",
"vite-plugin-node-polyfills": "^0.23.0",
"vitest": "^3.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -116,7 +116,7 @@
"es-module-shims": "~2.0.10",
"rimraf": "~6.0.1",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-dts": "4.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -63,7 +63,7 @@
"c8": "^10.1.3",
"rimraf": "~6.0.1",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-dts": "4.5.3",
"vitest": "^3.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/spec-dashboard/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -51,7 +51,7 @@
"rimraf": "~6.0.1",
"rollup-plugin-visualizer": "~5.14.0",
"typescript": "~5.8.2",
"vite": "^6.2.4",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-plugin-dts": "4.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-vscode/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -268,7 +268,7 @@
"@vitest/coverage-v8": "^3.0.9",
"@vitest/ui": "^3.0.9",
"@vscode/extension-telemetry": "^0.9.8",
"@vscode/test-web": "^0.0.67",
"@vscode/test-web": "^0.0.68",
"@vscode/vsce": "~3.3.0",
"ajv": "~8.17.1",
"c8": "^10.1.3",
Expand Down
Loading
Loading
close