Skip to content

i18n(fr): add version-guides/0-4-3.mdx#260

Merged
ArmandPhilippot merged 3 commits intowithstudiocms:mainfrom
ArmandPhilippot:i18n/fr-add-version-guides/0-4-3
Mar 23, 2026
Merged

i18n(fr): add version-guides/0-4-3.mdx#260
ArmandPhilippot merged 3 commits intowithstudiocms:mainfrom
ArmandPhilippot:i18n/fr-add-version-guides/0-4-3

Conversation

@ArmandPhilippot
Copy link
Copy Markdown
Member

@ArmandPhilippot ArmandPhilippot commented Mar 23, 2026

Description

Translates in French the new version-guides/0-4-3.mdx page added in #246

Summary by CodeRabbit

  • Documentation

    • Introduced French-language upgrade guide for StudioCMS v0.4.3 with comprehensive documentation of endpoint and security-related bug fixes and improvements.
    • Added compatibility notice: StudioCMS is not yet compatible with Astro v6.
  • Chores

    • Updated peer dependency version requirements.

@ArmandPhilippot ArmandPhilippot requested a review from a team as a code owner March 23, 2026 17:56
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 23, 2026

Warning

Rate limit exceeded

@ArmandPhilippot has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 22 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 73b3417e-d874-45ca-8657-a331cfdd349e

📥 Commits

Reviewing files that changed from the base of the PR and between 1cd011b and 65f0936.

📒 Files selected for processing (1)
  • src/content/docs/fr/guides/upgrade/version-guides/0-4-3.mdx
📝 Walkthrough

Walkthrough

A new French upgrade guide for StudioCMS v0.4.3 is added, documenting bug fixes, security improvements, and peer dependency adjustments. The page includes component declarations and compatibility notes regarding Astro v6 support.

Changes

Cohort / File(s) Summary
French Upgrade Guide v0.4.3
src/content/docs/fr/guides/upgrade/version-guides/0-4-3.mdx
New documentation page with metadata, UI components (QuickUpdate, Aside), and sections detailing bug fixes, endpoint improvements, security fixes, and peer dependency updates for effect, @effect/platform, and @effect/platform-node. Includes Astro v6 compatibility note.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • dreyfus92

Poem

🐰 A French guide hops into view,
Version 0.4.3, fresh and new!
Bug fixes bundled, dependencies aligned,
Dependencies sweetly redefined,
Hopping forward with improved design!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: adding a French translation of a version guide file, with appropriate i18n scope prefix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@studiocms-no-reply
Copy link
Copy Markdown
Member

studiocms-no-reply commented Mar 23, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
fr/guides/upgrade/version-guides/0-4-3.mdx Localization added, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@ArmandPhilippot
Copy link
Copy Markdown
Member Author

Thanks @dreyfus92, that was fast! 🚀

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/content/docs/fr/guides/upgrade/version-guides/0-4-3.mdx`:
- Around line 24-25: Uniformisez les apostrophes droites en apostrophes
typographiques dans la prose du texte : remplacez les apostrophes simples ' par
des apostrophes typographiques ’ partout hors des blocs ou fragments de code
inline (par exemple dans les phrases contenant "dépendances homologues
(`peerDependencies`)" et "point de terminaison `createUser`") afin de conserver
la cohérence éditoriale; ne modifiez pas les quotes à l'intérieur des balises de
code ou des identifiants entre backticks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5af881fd-cdca-4f6b-9149-4f342cae1161

📥 Commits

Reviewing files that changed from the base of the PR and between 821d9be and 1cd011b.

📒 Files selected for processing (1)
  • src/content/docs/fr/guides/upgrade/version-guides/0-4-3.mdx

Comment thread src/content/docs/fr/guides/upgrade/version-guides/0-4-3.mdx Outdated
@ArmandPhilippot
Copy link
Copy Markdown
Member Author

Sorry for the commit after approval, I didn't expected coderabbit to block the PR. 😅

This only swaps the apostrophe so I hope you don't mind if I merge the PR now that coderabbit is happy.

@ArmandPhilippot ArmandPhilippot merged commit 4259611 into withstudiocms:main Mar 23, 2026
8 checks passed
@ArmandPhilippot ArmandPhilippot deleted the i18n/fr-add-version-guides/0-4-3 branch March 23, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants