Skip to content

Commit d2f6a87

Browse files
build(deps): bump the docs-dependencies group in /docs with 6 updates (#1410)
Bumps the docs-dependencies group in /docs with 6 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.32.5` | `0.32.6` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.0.17` | `4.1.3` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.5.5` | `5.6.1` | | [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.17` | `4.1.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | Updates `@astrojs/starlight` from 0.32.5 to 0.32.6 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/[email protected]/packages/starlight) Updates `@tailwindcss/vite` from 4.0.17 to 4.1.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.1.3/packages/@tailwindcss-vite) Updates `astro` from 5.5.5 to 5.6.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `sharp` from 0.33.5 to 0.34.0 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.33.5...v0.34.0) Updates `tailwindcss` from 4.0.17 to 4.1.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.1.3/packages/tailwindcss) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: astro dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: sharp dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: tailwindcss dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e04a2a commit d2f6a87

File tree

2 files changed

+474
-266
lines changed

2 files changed

+474
-266
lines changed

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@astrojs/check": "^0.9.4",
13-
"@astrojs/starlight": "^0.32.5",
13+
"@astrojs/starlight": "^0.32.6",
1414
"@astrojs/starlight-tailwind": "^3.0.1",
1515
"@fontsource-variable/inter": "^5.2.5",
16-
"@tailwindcss/vite": "^4.0.17",
17-
"astro": "^5.5.5",
18-
"sharp": "^0.33.5",
19-
"tailwindcss": "^4.0.17",
20-
"typescript": "^5.8.2"
16+
"@tailwindcss/vite": "^4.1.3",
17+
"astro": "^5.6.1",
18+
"sharp": "^0.34.0",
19+
"tailwindcss": "^4.1.3",
20+
"typescript": "^5.8.3"
2121
},
2222
"devDependencies": {
2323
"prettier": "^3.5.3"

0 commit comments

Comments
 (0)