chore(deps): bump dependencies#1559
Merged
julien-deramond merged 3 commits intomainfrom Mar 12, 2026
Merged
Conversation
Member
julien-deramond
commented
Mar 12, 2026
- @astrojs/check ^0.9.6 → ^0.9.7
- @astrojs/starlight ^0.37.7 → ^0.38.1
- @astrojs/vercel ^9.0.4 → ^10.0.0
- @vercel/analytics ^1.6.1 → ^2.0.1
- astro ^5.18.0 → ^6.0.4
- starlight-blog ^0.25.3 → ^0.26.0
- starlight-links-validator ^0.19.2 → ^0.20.0
- starlight-showcases ^0.3.1 → ^0.3.2
- vercel ^50.29.0 → ^50.32.3
- vitest ^4.0.18 → ^4.1.0
- @astrojs/check ^0.9.6 → ^0.9.7 - @astrojs/starlight ^0.37.7 → ^0.38.1 - @astrojs/vercel ^9.0.4 → ^10.0.0 - @vercel/analytics ^1.6.1 → ^2.0.1 - astro ^5.18.0 → ^6.0.4 - starlight-blog ^0.25.3 → ^0.26.0 - starlight-links-validator ^0.19.2 → ^0.20.0 - starlight-showcases ^0.3.1 → ^0.3.2 - vercel ^50.29.0 → ^50.32.3 - vitest ^4.0.18 → ^4.1.0
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
julien-deramond
commented
Mar 12, 2026
| }, | ||
| recentPostCount: 5, | ||
| postCount: Infinity, | ||
| postCount: Number.MAX_SAFE_INTEGER, |
Member
Author
There was a problem hiding this comment.
I had to change the value here which generated the following error:
8:35:23 Configuration file updated. Restarting...
[astro] Unable to load your Astro config
18:35:23 [ERROR] [config] [AstroUserError] Invalid starlight-blog configuration:
✖ Invalid input: expected number, received number
→ at postCount
Hint:
See the error report above for more informations.
If you believe this is a bug, please file an issue at https://github.com/HiDeoo/starlight-blog/issues/new/choose
Stack trace:
at validateConfig (/Users/ju/open-reSource/openresource.dev/node_modules/starlight-blog/libs/config.ts:98:11)
at eval (/Users/ju/open-reSource/openresource.dev/astro.config.mjs:42:18)
[...] See full stack trace in the browser, or rerun with --verbose.
18:35:23 [ERROR] Continuing with previous valid configuration
Found the new value at https://github.com/HiDeoo/starlight-blog/pull/105/changes.
I'll check upstream later on if there's a regression somehow.
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.