chore: exclude breaking dependency majors from renovate#1837
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughChangesRenovate version controls
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Biome (2.5.1)renovate.jsonFile contains syntax errors that prevent linting: Line 16: Expected a property but instead found '// Limit FluentAssertions to version 7.x due to change of license in version 8.x'; Line 17: End of file expected; Line 17: End of file expected; Line 17: End of file expected; Line 19: End of file expected; Line 20: End of file expected; Line 20: End of file expected; Line 20: End of file expected; Line 21: End of file expected; Line 23: Expected a property but instead found '// These packages need v9 cleanup before taking breaking major updates, see ... [truncated 576 characters] ... d of file expected; Line 40: End of file expected; Line 41: End of file expected; Line 41: End of file expected; Line 41: End of file expected; Line 42: End of file expected; Line 43: End of file expected; Line 51: End of file expected; Line 52: End of file expected; Line 58: End of file expected; Line 60: Expected a property but instead found '// Verify.AspNetCore bumped target framework to net9.0 in 4.1, so we can't update; Line 59: End of file expected; Line 60: End of file expected; Line 61: End of file expected; Line 61: End of file expected; Line 61: End of file expected; Line 63: End of file expected; Line 64: End of file expected; Line 64: End of file expected; Line 64: End of file expected; Line 65: End of file expected; Line 66: End of file expected; Line 75: End of file expected 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 |
Description
Adds Renovate package rules that keep known breaking dependency upgrades out of app-lib v8 until the v9 cleanup tracked by #647 is done.
The capped packages are:
Altinn.ApiClients.Maskinportenbelow v9, covering the v10 upgrade in Update dependency Altinn.ApiClients.Maskinporten to v10 - autoclosed #1836 and the backtrack in fix: revert maskinporten client dependency #1833JWTCookieAuthenticationbelow v4, due toKeyVaultSettingsremovalAltinn.Common.AccessTokenClientbelow v2, due to dependency removals affectingSecretsClientPatch/minor updates within the currently supported major versions can still be proposed by Renovate.
Related
Testing
npx --yes --package renovate renovate-config-validator renovate.json # INFO: Config validated successfully against 1 file(s) git diff --checkSummary by CodeRabbit