Skip to content
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

[engsys] Bump dependency vitest #32218

Merged
merged 3 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/tools/sdk-suppressions/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/sdk-suppressions/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/sdk-suppressions/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/sdk-suppressions",
"private": true,
"type": "module",
Expand All @@ -23,8 +23,8 @@
"devDependencies": {
"@types/lodash": "^4.14.161",
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^3.0.2",
"typescript": "~5.6.2",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions eng/tools/specs-model/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/specs-model/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/specs-model/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/specs-model",
"private": true,
"type": "module",
Expand All @@ -25,11 +25,11 @@
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^3.0.2",
"eslint": "^9.14.0",
"eslint-plugin-unicorn": "^56.0.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.13.0",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
}
}
4 changes: 2 additions & 2 deletions eng/tools/suppressions/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/suppressions/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/suppressions/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/suppressions",
"private": true,
"type": "module",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^3.0.2",
"typescript": "~5.6.2",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion eng/tools/tsp-client-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/tsp-client-tests/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/tsp-client-tests/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/tsp-client-tests",
"private": true,
"type": "module",
Expand All @@ -6,7 +6,7 @@
"@types/node": "^18.19.31",
"execa": "^9.3.0",
"typescript": "~5.6.2",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
},
"scripts": {
"build": "tsc --build",
Expand Down
2 changes: 1 addition & 1 deletion eng/tools/typespec-requirement/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/typespec-requirement/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/typespec-requirement/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/typespec-requirement",
"private": true,
"type": "module",
Expand All @@ -6,7 +6,7 @@
"@types/node": "^18.19.31",
"execa": "^9.3.0",
"typescript": "~5.6.2",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
},
"scripts": {
"build": "tsc --build",
Expand Down
4 changes: 2 additions & 2 deletions eng/tools/typespec-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check failure on line 1 in eng/tools/typespec-validation/package.json

View workflow job for this annotation

GitHub Actions / Protected Files

File 'eng/tools/typespec-validation/package.json' should only be updated by the Azure SDK team. If intentional, the PR may be merged by the Azure SDK team via bypassing the branch protections.
"name": "@azure-tools/typespec-validation",
"private": true,
"type": "module",
Expand All @@ -14,9 +14,9 @@
},
"devDependencies": {
"@types/node": "^18.19.31",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^3.0.2",
"typescript": "~5.6.2",
"vitest": "^2.0.4"
"vitest": "^3.0.2"
},
"scripts": {
"build": "tsc --build",
Expand Down
Loading
Loading