Skip to content

Commit

Permalink
Bump vitest from 2.1.8 to 3.0.4
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.8 to 3.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.4/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e55bf8d commit 19751f1
Show file tree
Hide file tree
Showing 8 changed files with 428 additions and 375 deletions.
789 changes: 421 additions & 368 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v6y-apps/bfb-devops-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ts-node": "=10.9.2",
"typescript": "=5.7.3",
"typescript-eslint": "=8.20.0",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion v6y-apps/bfb-dynamic-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ts-node": "=10.9.2",
"typescript": "=5.7.3",
"typescript-eslint": "=8.20.0",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion v6y-apps/bfb-static-auditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"typescript-eslint": "=8.20.0",
"typhonjs-escomplex": "=0.1.0",
"unixify": "=1.0.0",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion v6y-apps/front-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"prettier": "=3.4.2",
"rimraf": "=6.0.1",
"typescript": "=5.7.3",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion v6y-apps/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prettier": "=3.4.2",
"semantic-ui-react": "=2.1.5",
"typescript": "=5.7.3",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion v6y-libs/core-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sequelize-mock": "=0.10.2",
"typescript": "=5.7.3",
"typescript-eslint": "=8.20.0",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
},
"dependencies": {
"@sequelize/core": "7.0.0-alpha.43",
Expand Down
2 changes: 1 addition & 1 deletion v6y-libs/shared-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"vite": "=6.0.7",
"vite-bundle-visualizer": "=1.2.1",
"vite-plugin-dts": "=4.5.0",
"vitest": "=2.1.8"
"vitest": "=3.0.4"
}
}

0 comments on commit 19751f1

Please sign in to comment.