Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps starlight-theme-obsidian from 0.0.10 to 0.4.1.

Release notes

Sourced from starlight-theme-obsidian's releases.

0.4.1

0.4.1

Upgrades

  • Bumps the minimum supported version for starlight-site-graph to 0.4.1, due to internal refactoring.

0.4.0

0.4.0

Changes

  • ⚠️ Breaking change: All classes provided by starlight-site-graph are now prefixed with slsg- to avoid conflicts with other packages.
    • If you have written custom CSS that targets the classes provided by the package, you will need to update them to use the new prefix.

0.3.2

0.3.2

Upgrades

  • Bumps the minimum supported version for starlight-site-graph to 0.3.3, due to internal refactoring.

0.3.1

0.3.1

Fixes

  • Properly add sitegraph as a layer to the CSS cascade, so that this theme can override its variables
  • Made the package version constraint less stringent, making npm less likely to throw a peer dependency error when installing the package.

0.3.0

0.3.0

Upgrades

  • The minimum supported version of Starlight is now 0.33.0 due to a change in the social link syntax and support for CSS cascade layers.
    • The theme now exists on the obsidian layer, added after the base starlight layer.
    • Styles added by this theme can now be more easily overridden with custom CSS.

0.2.2

0.2.2

Fixes

  • Fixes an issue which may cause the website build to fail (#12, thanks to @​furkantaskin for the fix!)

0.2.1

0.2.1

Fixes

  • Improve overflow behaviour of social media icons in sidebar (fixes #11, thanks to @​HuakunShen for the report!)

0.2.0

0.2.0

Upgrades

  • ⚠️ Minor change: The minimum supported version of Starlight is now 0.32.0, and Astro 5.5.0. No breaking changes are introduced in this upgrade, but it is recommended to update component overrides snippets that were provided by this plugin: please remove the following lines:
    ---
    -import type { Props } from '@astrojs/starlight/props';
    import Default from "@astrojs/starlight/components/PageSidebar.astro";

... (truncated)

Changelog

Sourced from starlight-theme-obsidian's changelog.

0.4.1 (2025/08/31)

Changes

  • Bumps the minimum supported version for starlight-site-graph to 0.5.0, due to style changes.

0.4.0 (2025/07/02)

Changes

  • ⚠️ Breaking change: All classes provided by starlight-site-graph are now prefixed with slsg- to avoid conflicts with other packages.
    • If you have written custom CSS that targets the classes provided by the package, you will need to update them to use the new prefix.

0.3.2 (2025/05/22)

Upgrades

  • Bumps the minimum supported version for starlight-site-graph to 0.3.3, due to internal refactoring.

0.3.1 (2025/05/09)

Fixes

  • Properly add sitegraph as a layer to the CSS cascade, so that this theme can override its variables
  • Made the package version constraint less stringent, making npm less likely to throw a peer dependency error when installing the package.

0.3.0 (2025/05/09)

Upgrades

  • The minimum supported version of Starlight is now 0.33.0 due to a change in the social link syntax and support for CSS cascade layers.
    • The theme now exists on the obsidian layer, added after the base starlight layer.
    • Styles added by this theme can now be more easily overridden with custom CSS.

0.2.2 (2025/03/28)

Fixes

  • Fix issue which may cause the build step to fail

0.2.1 (2025/03/22)

Fixes

  • Improve overflow behaviour of social media icons in sidebar

0.2.0 (2025/03/21)

Upgrades

  • ⚠️ Minor change: The minimum supported version of Starlight is now 0.32.0, and Astro 5.5.0. No breaking changes are introduced in this upgrade, but it is recommended to update component overrides snippets that were provided by this plugin: please remove the following lines:
    ---
    -import type { Props } from '@astrojs/starlight/props';
    import Default from "@astrojs/starlight/components/PageSidebar.astro";
    ---
    -<Default {...Astro.props}><slot /></Default>
    +<Default><slot /></Default>

Fixes

... (truncated)

Commits
  • 4cbd5a0 chore(release): 0.4.1
  • 3411d6b chore: support latest starlight-site-graph version
  • a4d9f65 chore(release): 0.4.0
  • 6518e4e refactor!: add slsg prefix to starlight-site-graph classes
  • 269e026 chore(release): 0.3.2
  • 533d3e3 refactor: removed graph/backlinks settings as they have been moved upstream t...
  • 3e075d2 chore: bump to latest starlight-site-graph dependency
  • fc86993 fix: grow graph to full width in sidebar when space is available
  • 051a69b chore(release): 0.3.1
  • eb5d33a refactor: add upstream changes from starlight-site-graph
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [starlight-theme-obsidian](https://github.com/Fevol/starlight-theme-obsidian/tree/HEAD/packages/starlight-theme-obsidian) from 0.0.10 to 0.4.1.
- [Release notes](https://github.com/Fevol/starlight-theme-obsidian/releases)
- [Changelog](https://github.com/Fevol/starlight-theme-obsidian/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Fevol/starlight-theme-obsidian/commits/0.4.1/packages/starlight-theme-obsidian)

---
updated-dependencies:
- dependency-name: starlight-theme-obsidian
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 13, 2025

Deploying smd-wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: ee76192
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2025

Looks like starlight-theme-obsidian is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/starlight-theme-obsidian-0.4.1 branch October 15, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant