Merged
Conversation
- Updated package names in pnpm-workspace.yaml for consistency. - Enhanced astro.config.mts by importing Duration from @studiocms/cfetch and adjusting integration lifetime. - Bumped versions of dependencies in package.json, including @astrojs/markdown-remark, @astrojs/node, and @studiocms/cfetch. - Updated studiocms dependency to a specific version. - Modified studiocms.config.ts to include commented-out API configuration.
Dokploy Preview Deployment
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…nd update pnpm-lock.yaml
…e.json and pnpm-lock.yaml
…and pnpm-lock.yaml
louisescher
approved these changes
Mar 10, 2026
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.
This pull request updates the configuration and dependencies for the
wwwpackage, focusing on improving compatibility, security, and integration with the latest versions of related packages. The most important changes are grouped below:Dependency and version updates:
www/package.jsonto newer versions, including@astrojs/markdown-remark,@astrojs/node,astro,@studiocms/cfetch,@studiocms/md, and@studiocms/ui, and switched thestudiocmsdependency to a direct URL reference for the latest package.Configuration improvements:
cFetchintegration inwww/astro.config.mtsto use the newDuration.hours(1)API for specifying cache lifetime, improving clarity and compatibility with the updated package. [1] [2]allowedDomainssecurity configuration to restrict access to specific domains (studiocms.devand its subdomains) inwww/astro.config.mts.Workspace and plugin configuration:
pnpm-workspace.yamlformatting and addedeffectifyto theminimumReleaseAgeExcludelist, ensuring proper workspace management and dependency handling.flavoroption from themdplugin configuration inwww/studiocms.config.ts, simplifying the plugin setup.@coderabbitai ignore