update starlight and astro ecosystem pkgs#3196
Merged
Conversation
✅ Deploy Preview for tauri-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
080f54e to
d5c3954
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
b80dcf7 to
20c96e3
Compare
1 task
This reverts commit c23f973.
Contributor
Author
|
TODO:
|
vasfvitor
commented
Jul 5, 2025
Comment on lines
+18
to
+19
| "matchPackageNames": ["typedoc", "typedoc-plugin-markdown", "typedoc-plugin-mdn-links"], | ||
| "enabled": false |
Contributor
Author
There was a problem hiding this comment.
updating these broke the js-api-generator, probably still builds because of caching of older versions
vasfvitor
commented
Jul 5, 2025
Comment on lines
+6
to
+13
| --sl-hue-orange: 35; | ||
| --sl-color-orange-low: hsl(var(--sl-hue-orange), 100%, 15%); | ||
| --sl-color-orange: hsl(var(--sl-hue-orange), 100%, 60%); | ||
| --sl-color-orange: #ffc131; | ||
| --sl-color-orange-high: hsl(var(--sl-hue-orange), 100%, 90%); | ||
| --sl-hue-blue: 186; | ||
| --sl-color-blue-low: hsl(var(--sl-hue-blue), 72%, 15%); | ||
| --sl-color-blue: hsl(var(--sl-hue-blue), 72%, 50%); | ||
| --sl-color-blue-high: hsl(var(--sl-hue-blue), 72%, 90%); | ||
| --sl-hue-blue: 187; | ||
| --sl-color-blue-low: hsl(var(--sl-hue-blue), 71%, 15%); | ||
| --sl-color-blue: #24c8db; | ||
| --sl-color-blue-high: hsl(var(--sl-hue-blue), 71%, 90%); |
Contributor
Author
There was a problem hiding this comment.
only dark mode has a Tauri styled theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

see latest comment
old:
was doing it on renovate pr but I guess it would be best if we had some eyes in it before merging
check if starlight pnpm patch is working finefixsrc\content\config.tsfix tochttps://docs.astro.build/en/guides/upgrade-to/v5/
https://github.com/tauri-apps/tauri-docs/pull/2519/files
what I tried:
what can be tried:
edit 30-05
it seems that starlightBlog({ authors, navigation: 'none' }), setting the navigation option to 'none' fixed the current issue. It appears to be that the plugin was trying to override ThemeSelect/Header to place /blog and the error did not reflected the actual issue.
but now the error happens when navigating to /blog: