Skip to content

Commit d785d54

Browse files
chore(deps): bump the dependencies group in /website with 2 updates (#1690)
* chore(deps): bump the dependencies group in /website with 2 updates Bumps the dependencies group in /website with 2 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/starlight` from 0.35.0 to 0.35.1 - [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 `astro` from 5.11.2 to 5.12.0 - [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) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astro dependency-version: 5.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update astro.config.mjs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Oliff <[email protected]>
1 parent f91a717 commit d785d54

File tree

3 files changed

+48
-11
lines changed

3 files changed

+48
-11
lines changed

website/astro.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ export default defineConfig({
115115
content: '@[email protected]',
116116
},
117117
},
118+
{
119+
tag: 'script',
120+
attrs: {
121+
type: 'speculationrules',
122+
},
123+
content: `\n{\n "prerender": [{\n "where": {\n "href_matches": "/*"\n },\n "eagerness": "moderate"\n }]\n}\n`,
124+
},
118125
],
119126
sidebar: [
120127
{

website/package-lock.json

Lines changed: 39 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"stylelint": "npx stylelint@latest \"src/*.css\" --fix -f verbose"
2626
},
2727
"dependencies": {
28-
"@astrojs/starlight": "^0.35.0",
29-
"astro": "^5.11.2",
28+
"@astrojs/starlight": "^0.35.1",
29+
"astro": "^5.12.0",
3030
"sharp": "^0.34.3",
3131
"starlight-llms-txt": "^0.5.1"
3232
},

0 commit comments

Comments
 (0)