fix(website): update @astrojs/starlight 0.28.6 → 0.29.0 (#29023)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | dependencies | minor | [`0.28.6` -> `0.29.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.6/0.29.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0) ##### Minor Changes - [#​2551](https://redirect.github.com/withastro/starlight/pull/2551) [`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b) Thanks [@​hippotastic](https://redirect.github.com/hippotastic)! - Updates the `astro-expressive-code` dependency to the latest version (0.38). The new version allows using `ec.config.mjs` to selectively override individual Expressive Code styles and settings provided by Starlight themes and plugins, speeds up Shiki language loading, and adds the config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`. See the [Expressive Code release notes](https://expressive-code.com/releases/#​0380) for full details. - [#​2252](https://redirect.github.com/withastro/starlight/pull/2252) [`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Improves build performance for sites with large sidebars This release adds a caching layer to Starlight’s sidebar generation logic, reducing the number of times sidebars need to be regenerated while building a site. Some benchmarks for projects with a complex sidebar saw builds complete more than 35% faster with this change. - [#​2503](https://redirect.github.com/withastro/starlight/pull/2503) [`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Improves the accessibility of asides and tabs by removing some unnecessary HTML landmarks. ##### Patch Changes - [#​2579](https://redirect.github.com/withastro/starlight/pull/2579) [`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41) Thanks [@​RafidMuhymin](https://redirect.github.com/RafidMuhymin)! - Adds social link icon for Nostr </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
Generated
+37
-37
@@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/sitemap": "3.2.1",
|
||||
"@astrojs/starlight": "0.28.6",
|
||||
"@astrojs/starlight": "0.29.0",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
@@ -212,9 +212,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/starlight": {
|
||||
"version": "0.28.6",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.6.tgz",
|
||||
"integrity": "sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w==",
|
||||
"version": "0.29.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.0.tgz",
|
||||
"integrity": "sha512-0HRr7LiI0XJUA5n0Mj5LPSLZtw80ttkL6eh824y6t/DCcvJzC6e+HRQZ0hIolU8jsEMc7Qs07mMQIvPTpX9KMg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.3",
|
||||
@@ -222,7 +222,7 @@
|
||||
"@pagefind/default-ui": "^1.0.3",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"astro-expressive-code": "^0.35.6",
|
||||
"astro-expressive-code": "^0.38.3",
|
||||
"bcp-47": "^2.1.0",
|
||||
"hast-util-from-html": "^2.0.1",
|
||||
"hast-util-select": "^6.0.2",
|
||||
@@ -1041,9 +1041,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@expressive-code/core": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.35.6.tgz",
|
||||
"integrity": "sha512-xGqCkmfkgT7lr/rvmfnYdDSeTdCSp1otAHgoFS6wNEeO7wGDPpxdosVqYiIcQ8CfWUABh/pGqWG90q+MV3824A==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.38.3.tgz",
|
||||
"integrity": "sha512-s0/OtdRpBONwcn23O8nVwDNQqpBGKscysejkeBkwlIeHRLZWgiTVrusT5Idrdz1d8cW5wRk9iGsAIQmwDPXgJg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^4.0.4",
|
||||
@@ -1058,31 +1058,31 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@expressive-code/plugin-frames": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.35.6.tgz",
|
||||
"integrity": "sha512-CqjSWjDJ3wabMJZfL9ZAzH5UAGKg7KWsf1TBzr4xvUbZvWoBtLA/TboBML0U1Ls8h/4TRCIvR4VEb8dv5+QG3w==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.38.3.tgz",
|
||||
"integrity": "sha512-qL2oC6FplmHNQfZ8ZkTR64/wKo9x0c8uP2WDftR/ydwN/yhe1ed7ZWYb8r3dezxsls+tDokCnN4zYR594jbpvg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@expressive-code/core": "^0.35.6"
|
||||
"@expressive-code/core": "^0.38.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@expressive-code/plugin-shiki": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.35.6.tgz",
|
||||
"integrity": "sha512-xm+hzi9BsmhkDUGuyAWIydOAWer7Cs9cj8FM0t4HXaQ+qCubprT6wJZSKUxuvFJIUsIOqk1xXFaJzGJGnWtKMg==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.38.3.tgz",
|
||||
"integrity": "sha512-kqHnglZeesqG3UKrb6e9Fq5W36AZ05Y9tCREmSN2lw8LVTqENIeCIkLDdWtQ5VoHlKqwUEQFTVlRehdwoY7Gmw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@expressive-code/core": "^0.35.6",
|
||||
"shiki": "^1.1.7"
|
||||
"@expressive-code/core": "^0.38.3",
|
||||
"shiki": "^1.22.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@expressive-code/plugin-text-markers": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.35.6.tgz",
|
||||
"integrity": "sha512-/k9eWVZSCs+uEKHR++22Uu6eIbHWEciVHbIuD8frT8DlqTtHYaaiwHPncO6KFWnGDz5i/gL7oyl6XmOi/E6GVg==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.38.3.tgz",
|
||||
"integrity": "sha512-dPK3+BVGTbTmGQGU3Fkj3jZ3OltWUAlxetMHI6limUGCWBCucZiwoZeFM/WmqQa71GyKRzhBT+iEov6kkz2xVA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@expressive-code/core": "^0.35.6"
|
||||
"@expressive-code/core": "^0.38.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@img/sharp-darwin-arm64": {
|
||||
@@ -3173,15 +3173,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro-expressive-code": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.35.6.tgz",
|
||||
"integrity": "sha512-1U4KrvFuodaCV3z4I1bIR16SdhQlPkolGsYTtiANxPZUVv/KitGSCTjzksrkPonn1XuwVqvnwmUUVzTLWngnBA==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.38.3.tgz",
|
||||
"integrity": "sha512-Tvdc7RV0G92BbtyEOsfJtXU35w41CkM94fOAzxbQP67Wj5jArfserJ321FO4XA7WG9QMV0GIBmQq77NBIRDzpQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"rehype-expressive-code": "^0.35.6"
|
||||
"rehype-expressive-code": "^0.38.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0-beta || ^3.3.0"
|
||||
"astro": "^4.0.0-beta || ^5.0.0-beta || ^3.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/astro-integration-lottie": {
|
||||
@@ -4351,15 +4351,15 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/expressive-code": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.35.6.tgz",
|
||||
"integrity": "sha512-+mx+TPTbMqgo0mL92Xh9QgjW0kSQIsEivMgEcOnaqKqL7qCw8Vkqc5Rg/di7ZYw4aMUSr74VTc+w8GQWu05j1g==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.38.3.tgz",
|
||||
"integrity": "sha512-COM04AiUotHCKJgWdn7NtW2lqu8OW8owAidMpkXt1qxrZ9Q2iC7+tok/1qIn2ocGnczvr9paIySgGnEwFeEQ8Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@expressive-code/core": "^0.35.6",
|
||||
"@expressive-code/plugin-frames": "^0.35.6",
|
||||
"@expressive-code/plugin-shiki": "^0.35.6",
|
||||
"@expressive-code/plugin-text-markers": "^0.35.6"
|
||||
"@expressive-code/core": "^0.38.3",
|
||||
"@expressive-code/plugin-frames": "^0.38.3",
|
||||
"@expressive-code/plugin-shiki": "^0.38.3",
|
||||
"@expressive-code/plugin-text-markers": "^0.38.3"
|
||||
}
|
||||
},
|
||||
"node_modules/extend": {
|
||||
@@ -7885,12 +7885,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rehype-expressive-code": {
|
||||
"version": "0.35.6",
|
||||
"resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.35.6.tgz",
|
||||
"integrity": "sha512-pPdE+pRcRw01kxMOwHQjuRxgwlblZt5+wAc3w2aPGgmcnn57wYjn07iKO7zaznDxYVxMYVvYlnL+R3vWFQS4Gw==",
|
||||
"version": "0.38.3",
|
||||
"resolved": "https://registry.npmjs.org/rehype-expressive-code/-/rehype-expressive-code-0.38.3.tgz",
|
||||
"integrity": "sha512-RYSSDkMBikoTbycZPkcWp6ELneANT4eTpND1DSRJ6nI2eVFUwTBDCvE2vO6jOOTaavwnPiydi4i/87NRyjpdOA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"expressive-code": "^0.35.6"
|
||||
"expressive-code": "^0.38.3"
|
||||
}
|
||||
},
|
||||
"node_modules/rehype-format": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/sitemap": "3.2.1",
|
||||
"@astrojs/starlight": "0.28.6",
|
||||
"@astrojs/starlight": "0.29.0",
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user