chore(repo): Migrate Renovate config from matchPackagePatterns to matchPackageNames#8251
Conversation
🦋 Changeset detectedLatest commit: 18d31b0 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/hono
@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: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis pull request updates Renovate configuration files to change the dependency rule matching mechanism for Clerk-scoped packages. The 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Summary
matchPackagePatternsRenovate option (removed in Renovate 38+) to the modernmatchPackageNamesregex syntaxscripts/renovate-config-generator.mjsand regeneratesrenovate.json5Details
renovate-config-validatorwas reporting:The only deprecated usage was the
@clerk/*ignore rule:In modern Renovate, regex patterns inside
matchPackageNamesare wrapped in/.../delimiters. After regeneratingrenovate.json5, the validator reports:Test plan
node scripts/renovate-config-generator.mjsregeneratesrenovate.json5cleanlynpx renovate-config-validator renovate.json5passes with no migration warningSummary by CodeRabbit