Skip to content
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

Fix validation warnings - enable strict validation #54

Closed
frodeaa opened this issue Nov 8, 2024 · 0 comments · Fixed by #55
Closed

Fix validation warnings - enable strict validation #54

frodeaa opened this issue Nov 8, 2024 · 0 comments · Fixed by #55
Assignees
Labels

Comments

@frodeaa
Copy link
Contributor

frodeaa commented Nov 8, 2024

yarn test
INFO: Validating groupAwsCdk.json
 WARN: Config migration necessary
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all @aws-cdk related updates.",
         "packageRules": [
           {
             "extends": ["schedule:monthly"],
             "groupName": "@aws-cdk packages",
             "matchPackagePatterns": ["aws-cdk", "aws-cdk-lib", "aws-cdk-local"],
             "minimumReleaseAge": "[10](https://github.com/Dintero/renovate-config/actions/runs/11739982986/job/32705616043?pr=53#step:6:11) days"
           }
         ]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all @aws-cdk related updates.",
         "packageRules": [
           {
             "extends": ["schedule:monthly"],
             "groupName": "@aws-cdk packages",
             "minimumReleaseAge": "10 days",
             "matchPackageNames": ["/aws-cdk/", "/aws-cdk-lib/", "/aws-cdk-local/"]
           }
         ]
       }
 INFO: Validating groupAwsSdk.json
 WARN: Config migration necessary
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all @aws-sdk related updates.",
         "packageRules": [
           {
             "extends": ["schedule:monthly"],
             "groupName": "@aws-sdk packages",
             "matchPackagePatterns": ["@aws-sdk", "@types/aws"],
             "minimumReleaseAge": "10 days"
           }
         ]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all @aws-sdk related updates.",
         "packageRules": [
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group Storybook packages and types.",
         "packageRules": [
           {
             "groupName": "Storybook packages",
             "matchPackageNames": ["storybook", "@storybook/{/,}**"]
           }
         ]
       }
 INFO: Validating groupTestingLibrary.json
 WARN: Config migration necessary
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group @testing-library",
         "packageRules": [
           {
             "groupName": "@testing-library packages",
             "matchPackagePrefixes": ["@testing-library/*"]
           }
         ]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group @testing-library",
         "packageRules": [
           {
             "groupName": "@testing-library packages",
             "matchPackageNames": ["@testing-library/*{/,}**"]
           }
         ]
       }
 INFO: Validating groupVite.json
 WARN: Config migration necessary
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all vite related updates.",
         "packageRules": [
           {
             "groupName": "vite packages",
             "matchPackagePatterns": ["@vitejs/plugin-react-swc", "vite", "vite-*"]
           }
         ]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "description": "Group and schedule all vite related updates.",
         "packageRules": [
           {
             "groupName": "vite packages",
             "matchPackageNames": ["/@vitejs/plugin-react-swc/", "/vite/", "/vite-*/"]
           }
         ]
       }
 INFO: Validating default.json
 INFO: Config validated successfully
frodeaa added a commit that referenced this issue Nov 8, 2024
Enable `--strict` validation so any warnings will in the future break
the PR build

Fixes: #54
@frodeaa frodeaa self-assigned this Nov 8, 2024
@frodeaa frodeaa added the chore label Nov 8, 2024
frodeaa added a commit that referenced this issue Nov 13, 2024
Enable `--strict` validation so any warnings will in the future break
the PR build

Fixes: #54
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 a pull request may close this issue.

1 participant