Cap-go / website

Capgo landing website + documentation
https://capgo.app
GNU Affero General Public License v3.0
9 stars 18 forks source link

fix(deps): update dependency @astrojs/starlight to ^0.26.0 - autoclosed #232

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.25.5 -> ^0.26.0 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.26.1`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0261) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.26.0...@astrojs/starlight@0.26.1) ##### Patch Changes - [#​2219](https://togithub.com/withastro/starlight/pull/2219) [`74d4716`](https://togithub.com/withastro/starlight/commit/74d4716f6a70fbef486e1057b81d2280c40251df) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content. ### [`v0.26.0`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0260) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.25.5...@astrojs/starlight@0.26.0) ##### Minor Changes - [#​1784](https://togithub.com/withastro/starlight/pull/1784) [`68f56a7`](https://togithub.com/withastro/starlight/commit/68f56a7ffd314b760443a057db9ed1a982dbe191) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Adds `` component for visually distinct and emphasized call to action links - [#​2150](https://togithub.com/withastro/starlight/pull/2150) [`9368494`](https://togithub.com/withastro/starlight/commit/9368494210dbcd80ada5b410340814fe36c4eb6c) Thanks [@​delucis](https://togithub.com/delucis)! - Adds state persistence across page navigations to the main site sidebar - [#​2087](https://togithub.com/withastro/starlight/pull/2087) [`caa84ea`](https://togithub.com/withastro/starlight/commit/caa84eaa7dc653d27d539fd3a93df346a9f0f149) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Adds persistence to synced `` so that a user's choices are reflected across page navigations. - [#​2051](https://togithub.com/withastro/starlight/pull/2051) [`ec3b579`](https://togithub.com/withastro/starlight/commit/ec3b5794cac55a5755620fa5e205f0d54c9e343b) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Adds a guideline to the last step of the `` component. If you want to preserve the previous behaviour and hide the guideline on final steps, you can add the following custom CSS to your site: ```css /* Hide the guideline for the final step in lists. */ .sl-steps > li:last-of-type::after { background: transparent; } ``` - [#​1784](https://togithub.com/withastro/starlight/pull/1784) [`68f56a7`](https://togithub.com/withastro/starlight/commit/68f56a7ffd314b760443a057db9ed1a982dbe191) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Changes the hero component action button default [variant](https://starlight.astro.build/reference/frontmatter/#heroconfig) from `minimal` to `primary`. ⚠️ **BREAKING CHANGE:** If you want to preserve the previous appearance, hero component action buttons previously declared without a `variant` will need to be updated to include the `variant` property with the value `minimal`. ```diff hero: actions: - text: View on GitHub link: https://github.com/astronaut/my-project icon: external + variant: minimal ``` - [#​2168](https://togithub.com/withastro/starlight/pull/2168) [`e044fee`](https://togithub.com/withastro/starlight/commit/e044feeae9a336a87db526107e5772b54ddc567f) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** Updates the `` component `sidebar` prop to accept an array of [`SidebarItem`](https://starlight.astro.build/reference/configuration/#sidebaritem)s like the main Starlight `sidebar` configuration in `astro.config.mjs`. This change simplifies the definition of sidebar items in the `` component, allows for shared sidebar configuration between the global `sidebar` option and `` component, and also enables the usage of autogenerated sidebar groups with the `` component. If you are using the `` component with a custom `sidebar` configuration, you will need to update the `sidebar` prop to an array of [`SidebarItem`](https://starlight.astro.build/reference/configuration/#sidebaritem) objects. For example, the following custom page with a custom `sidebar` configuration defines a “Resources” group with a “New” badge, a link to the “Showcase” page which is part of the `docs` content collection, and a link to the Starlight website:

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR was generated by Mend Renovate. View the repository job log.

socket-security[bot] commented 2 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/starlight@0.26.1 Transitive: environment, eval, filesystem, network, shell +174 332 MB fredkschott

🚮 Removed packages: npm/@astrojs/starlight@0.25.5

View full report↗︎

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud