-
Notifications
You must be signed in to change notification settings - Fork 431
fix(localizations): Fix es-ES formatting #7672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 8b438ed The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
📝 WalkthroughWalkthroughThis pull request introduces a changeset file and updates Spanish localization resources. The changeset file 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this 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
🤖 Fix all issues with AI agents
In @.changeset/shiny-signs-tickle.md:
- Around line 1-2: The changeset file has empty front matter which fails
validation; open the .changeset markdown and add valid YAML front matter that
lists at least one affected package and a bump type (major/minor/patch), e.g.
provide a packages array with the package name(s) and a type field;
alternatively delete the changeset file if no release is required. Make sure the
front matter is valid YAML (--- delimited) and includes the package
identifier(s) and bump type so Changesets tooling can validate it.
| --- | ||
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
cat -n .changeset/shiny-signs-tickle.mdRepository: clerk/javascript
Length of output: 81
🏁 Script executed:
# Check if there's any Changesets configuration to understand validation requirements
fd -t f "^(changeset|changelog)" --glob ".changeset*" . | head -20Repository: clerk/javascript
Length of output: 117
🏁 Script executed:
# Look for any Changesets documentation or config files
find . -name ".changesetrc*" -o -name "changeset.config.*" -o -name ".changelogrc*" 2>/dev/null | head -10Repository: clerk/javascript
Length of output: 42
🏁 Script executed:
# Find changeset config or package.json to understand the Changesets setup
fd -t f "package.json" . | head -5 | xargs grep -l "changesets" 2>/dev/nullRepository: clerk/javascript
Length of output: 44
🏁 Script executed:
# Look for changeset config files with broader search
find . -maxdepth 2 -type f \( -name ".changesetrc*" -o -name ".changeset" \)Repository: clerk/javascript
Length of output: 42
🏁 Script executed:
# Check for any example changesets or documentation in .changeset directory
ls -la .changeset/ 2>/dev/null | head -20Repository: clerk/javascript
Length of output: 1372
🏁 Script executed:
cat -n .changeset/README.mdRepository: clerk/javascript
Length of output: 625
🏁 Script executed:
# Look at a valid changeset example
cat -n .changeset/afraid-apes-cough.mdRepository: clerk/javascript
Length of output: 240
🏁 Script executed:
# Check another example to confirm the pattern
cat -n .changeset/bright-zebras-arrive.mdRepository: clerk/javascript
Length of output: 382
Populate the changeset front matter (empty changeset will fail Changesets validation).
A changeset must declare at least one affected package and bump type; an empty front matter is invalid and breaks Changesets tooling. Please fill it in or remove the file if a changeset isn't required.
✅ Example fix
---
+'@clerk/localizations': patch
---
+Fix es-ES formatting.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| --- | |
| --- | |
| --- | |
| '@clerk/localizations': patch | |
| --- | |
| Fix es-ES formatting. |
🤖 Prompt for AI Agents
In @.changeset/shiny-signs-tickle.md around lines 1 - 2, The changeset file has
empty front matter which fails validation; open the .changeset markdown and add
valid YAML front matter that lists at least one affected package and a bump type
(major/minor/patch), e.g. provide a packages array with the package name(s) and
a type field; alternatively delete the changeset file if no release is required.
Make sure the front matter is valid YAML (--- delimited) and includes the
package identifier(s) and bump type so Changesets tooling can validate it.
Summary
Test plan
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.