chore(deps): bump sharp, @astrojs/starlight, astro and starlight-llms-txt in /docs - #2695
Conversation
…-txt Bumps [sharp](https://github.com/lovell/sharp), [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [starlight-llms-txt](https://github.com/delucis/starlight-llms-txt/tree/HEAD/packages/starlight-llms-txt). These dependencies needed to be updated together. Updates `sharp` from 0.34.5 to 0.35.4 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.5...v0.35.4) Updates `@astrojs/starlight` from 0.38.4 to 0.41.9 - [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/starlight@0.41.9/packages/starlight) Updates `astro` from 6.4.7 to 7.2.7 - [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/astro@7.2.7/packages/astro) Updates `starlight-llms-txt` from 0.8.1 to 0.11.0 - [Release notes](https://github.com/delucis/starlight-llms-txt/releases) - [Changelog](https://github.com/delucis/starlight-llms-txt/blob/main/packages/starlight-llms-txt/CHANGELOG.md) - [Commits](https://github.com/delucis/starlight-llms-txt/commits/starlight-llms-txt@0.11.0/packages/starlight-llms-txt) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.4 dependency-type: direct:production - dependency-name: "@astrojs/starlight" dependency-version: 0.41.9 dependency-type: direct:production - dependency-name: astro dependency-version: 7.2.7 dependency-type: direct:production - dependency-name: starlight-llms-txt dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the docs-site toolchain dependencies to newer versions that are compatible with each other (notably moving the docs site to Astro 7 + Starlight 0.41 and updating sharp + starlight-llms-txt accordingly).
Changes:
- Bump
astroto7.2.7and@astrojs/starlightto0.41.9indocs/package.json. - Bump
sharpto^0.35.4andstarlight-llms-txtto^0.11.0indocs/package.json. - Refresh
docs/package-lock.jsonto reflect the new dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/package.json | Updates the docs site’s primary dependencies (Astro/Starlight/sharp/starlight-llms-txt). |
| docs/package-lock.json | Updates the resolved dependency tree for the docs site after the version bumps. |
Files not reviewed (1)
- docs/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@astrojs/starlight": "0.38.4", | ||
| "astro": "6.4.7", | ||
| "@astrojs/starlight": "0.41.9", | ||
| "astro": "7.2.7", |
| "@astrojs/starlight": "0.41.9", | ||
| "astro": "7.2.7", |
| "node_modules/astro": { | ||
| "version": "6.4.7", | ||
| "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.7.tgz", | ||
| "integrity": "sha512-5vsXx0H52u23Jpshs9tM81D03Tb3Oh2Vt2Zo0bpqjXN+njkAWjFyGjTfmWJLAcrCQd9Q+iWB1eqfhR1sZJEaUA==", | ||
| "version": "7.2.7", | ||
| "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.7.tgz", | ||
| "integrity": "sha512-+XW7Z1x03hq/zV8tiEnvS8E7JYKo5iyYVPJFt5RhEj3dOE+zSwhVaUabcqNsEDVJcneQX2mqxo4fPgoSO+Jc2w==", | ||
| "license": "MIT", | ||
| "dependencies": { |
|
Copilot fix the failing CI in this pr |
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Fixed in |
Bumps sharp, @astrojs/starlight, astro and starlight-llms-txt. These dependencies needed to be updated together.
Updates
sharpfrom 0.34.5 to 0.35.4Release notes
Sourced from sharp's releases.
... (truncated)
Commits
7f1a0a2Release v0.35.4f927818Upgrade to sharp-libvips v1.3.3e802092Prerelease v0.35.4-rc.0e13eb2fCI: Fix wasm32 build (#4589)a82a0b3Upgrade to libvips v8.18.68044fe4Bound resize dimensions to coordinate limit147f859Docs: changelog entries for #4578 #4584ee5bfb8Tests: use yauzl directly rather than via extract-zip wrapper7a77889Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)ea5bef2Improve support for input Streams finishing before output is requested (#4584)Updates
@astrojs/starlightfrom 0.38.4 to 0.41.9Release notes
Sourced from @astrojs/starlight's releases.
... (truncated)
Changelog
Sourced from @astrojs/starlight's changelog.
... (truncated)
Commits
bc6b188[ci] release (#4153)1c90d69Add Goodreads icon (#4145)e81fedf[ci] release (#4137)cd4b665Fix localisation of Expressive Code UI (#4138)cacbc9fAdd WhatsApp icon (#4142)3944311Use a page-specific counter for\<Tabs>IDs (#4133)9b8221cRemove Vitest native config loader warnings (#4129)656ffd5[ci] release (#4115)612fd0aUpdate dependencies (#4113)3e486fbRefactor Sätteri RTL code support plugin (#4114)Updates
astrofrom 6.4.7 to 7.2.7Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
eface15[ci] release (#17815)633855bUse workerd's compatibility date for Cloudflare defaults (#17819)55d38c8Deserialize each route once when loading the manifest (#17415)a0d2fe3Pass file path to SVGO soprefixIdsgenerates unique per-file prefixes (#17...ae26d18Handle GET and HEAD request bodies during rewrites (#17813)023b48bNormalize request paths before route matching (#17772)22e439b[ci] release (#17814)29af6daFix FetchState manifest resolution in development (#17812)d38ed60[ci] release (#17753)0fc5f65fix: content image regression (#17810)Updates
starlight-llms-txtfrom 0.8.1 to 0.11.0Release notes
Sourced from starlight-llms-txt's releases.
Changelog
Sourced from starlight-llms-txt's changelog.
Commits
1faf4dc[ci] release (#134)bf986defeat: support Astro 7 (#127)cacd3d9fix(deps): update dependency astro to ^6.4.8 (#128)231f715fix(deps): update astro to ^0.40.0 (#123)c9391a5fix(deps): update astro (#122)daa7e1efix(deps): update astro to v6 (#119)233c13efix(deps): update astro to ^6.4.2 (#116)043a7a6fix(deps): update astro (#113)341f9b5fix(deps): update dependency@astrojs/starlightto ^0.39.2 (#111)0a39679[ci] release (#108)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.