Skip to content

Commit cbe9ff2

Browse files
Bump the dev-dependencies group with 8 updates
Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.6` | `0.9.8` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.10` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.0` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.18` | `4.1.2` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.7.0` | `20.8.9` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.1` | `4.2.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.18` | `4.1.2` | Updates `@astrojs/check` from 0.9.6 to 0.9.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.8/packages/language-tools/astro-check) Updates `@biomejs/biome` from 2.4.4 to 2.4.10 - [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.4.10/packages/@biomejs/biome) Updates `@playwright/test` from 1.58.2 to 1.59.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.58.2...v1.59.0) Updates `@vitest/ui` from 4.0.18 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/ui) Updates `happy-dom` from 20.7.0 to 20.8.9 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.7.0...v20.8.9) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [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.2.2/packages/tailwindcss) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) Updates `vitest` from 4.0.18 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@biomejs/biome" dependency-version: 2.4.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@playwright/test" dependency-version: 1.59.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@vitest/ui" dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc27fab commit cbe9ff2

2 files changed

Lines changed: 804 additions & 264 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,27 +59,27 @@
5959
"unist-util-visit": "^5.1.0"
6060
},
6161
"devDependencies": {
62-
"@astrojs/check": "^0.9.6",
63-
"@biomejs/biome": "^2.4.4",
62+
"@astrojs/check": "^0.9.8",
63+
"@biomejs/biome": "^2.4.10",
6464
"@iconify-json/mdi": "^1.2.2",
6565
"@pagefind/default-ui": "^1.4.0",
66-
"@playwright/test": "^1.58.2",
66+
"@playwright/test": "^1.59.0",
6767
"@resvg/resvg-js": "^2.6.2",
6868
"@tailwindcss/typography": "^0.5.19",
6969
"@types/hast": "^3.0.4",
7070
"@types/katex": "^0.16.7",
7171
"@types/mdast": "^4.0.4",
72-
"@vitest/ui": "^4.0.18",
72+
"@vitest/ui": "^4.1.2",
7373
"autoprefixer": "^10.4.27",
74-
"happy-dom": "^20.7.0",
74+
"happy-dom": "^20.8.9",
7575
"pagefind": "^1.4.0",
7676
"prettier": "^3.8.1",
7777
"prettier-plugin-astro": "0.14.1",
7878
"prettier-plugin-tailwindcss": "^0.7.2",
7979
"reading-time": "^1.5.0",
80-
"tailwindcss": "4.2.1",
81-
"typescript": "^5.9.3",
82-
"vitest": "^4.0.18"
80+
"tailwindcss": "4.2.2",
81+
"typescript": "^6.0.2",
82+
"vitest": "^4.1.2"
8383
},
8484
"pnpm": {
8585
"overrides": {

0 commit comments

Comments
 (0)