Skip to content

Commit

Permalink
Bump vitest from 2.1.3 to 2.1.9
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.3 to 2.1.9.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 7424d0b commit 86902e8
Show file tree
Hide file tree
Showing 11 changed files with 1,975 additions and 715 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint-staged": "^15.2.2",
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"uuid": "^9.0.1",
"vite": "^5.4.9",
"vite-plugin-dts": "^3.7.3",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"wait-on": "^7.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
}
}
2,670 changes: 1,965 additions & 705 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 86902e8

Please sign in to comment.