chore(deps-dev): bump the dev-deps group across 1 directory with 6 updates (#586)

Bumps the dev-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.3` | `2.5.4` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.7` | `25.0.8` |
| [turbo](https://github.com/vercel/turborepo) | `2.10.4` | `2.10.5` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.2` | `4.3.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.2` | `4.3.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.3` | `8.1.5` |



Updates `@biomejs/biome` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.4/packages/@biomejs/biome)

Updates `semantic-release` from 25.0.7 to 25.0.8
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v25.0.7...v25.0.8)

Updates `turbo` from 2.10.4 to 2.10.5
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](https://github.com/vercel/turborepo/compare/v2.10.4...v2.10.5)

Updates `@tailwindcss/vite` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite)

Updates `tailwindcss` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `vite` from 8.1.3 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: semantic-release
  dependency-version: 25.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: turbo
  dependency-version: 2.10.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-20 10:26:04 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent e7d3862c34
commit a361f94584
5 changed files with 418 additions and 299 deletions
+3 -3
View File
@@ -14,12 +14,12 @@
"react-dom": "^19.2.7" "react-dom": "^19.2.7"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "^4.3.2", "@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0", "@vitejs/plugin-react": "^4.3.0",
"tailwindcss": "^4.3.2", "tailwindcss": "^4.3.3",
"typescript": "^5.7.0", "typescript": "^5.7.0",
"vite": "^8.1.4" "vite": "^8.1.5"
} }
} }
+2 -2
View File
@@ -20,8 +20,8 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.9", "@astrojs/check": "^0.9.9",
"@tailwindcss/vite": "^4.3.2", "@tailwindcss/vite": "^4.3.3",
"tailwindcss": "^4.3.2", "tailwindcss": "^4.3.3",
"typescript": "^5.7.0" "typescript": "^5.7.0"
} }
} }
+3 -3
View File
@@ -43,13 +43,13 @@
}, },
"devDependencies": { "devDependencies": {
"@sentry/vite-plugin": "^5.4.0", "@sentry/vite-plugin": "^5.4.0",
"@tailwindcss/vite": "^4.3.2", "@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0", "@vitejs/plugin-react": "^4.3.0",
"tailwindcss": "^4.3.2", "tailwindcss": "^4.3.3",
"typescript": "^5.7.0", "typescript": "^5.7.0",
"vite": "^8.1.4" "vite": "^8.1.5"
}, },
"license": "AGPL-3.0" "license": "AGPL-3.0"
} }
+3 -3
View File
@@ -62,7 +62,7 @@
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "^4.12.1", "@axe-core/playwright": "^4.12.1",
"@biomejs/biome": "^2.5.3", "@biomejs/biome": "^2.5.4",
"@fast-check/vitest": "^0.4.1", "@fast-check/vitest": "^0.4.1",
"@playwright/test": "^1.61.1", "@playwright/test": "^1.61.1",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",
@@ -86,8 +86,8 @@
"js-yaml": "^4.3.0", "js-yaml": "^4.3.0",
"jsdom": "^29.1.1", "jsdom": "^29.1.1",
"lint-staged": "^16.4.0", "lint-staged": "^16.4.0",
"semantic-release": "^25.0.7", "semantic-release": "^25.0.8",
"turbo": "^2.10.4", "turbo": "^2.10.5",
"typescript": "^5.7.0", "typescript": "^5.7.0",
"vitest": "^3.2.6", "vitest": "^3.2.6",
"zod-fast-check": "^0.10.1" "zod-fast-check": "^0.10.1"
+407 -288
View File
File diff suppressed because it is too large Load Diff