-
Notifications
You must be signed in to change notification settings - Fork 375
Chore(deps): (1) Updated minor dependencies and added them to renovate #9019
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
|
Preview: https://patternfly-react-pr-9019.surge.sh A11y report: https://patternfly-react-pr-9019-a11y.surge.sh |
.github/renovate.json
Outdated
| "@babel/core", | ||
| "@babel/plugin-proposal-class-properties", | ||
| "@babel/plugin-proposal-decorators", | ||
| "@babel/plugin-proposal-object-rest-spread", | ||
| "@babel/plugin-proposal-optional-chaining", | ||
| "@babel/plugin-proposal-private-methods", | ||
| "@babel/plugin-proposal-private-property-in-object", | ||
| "@babel/preset-env", | ||
| "@babel/preset-react", | ||
| "@babel/preset-typescript", | ||
| "@octokit/rest", | ||
| "@patternfly/patternfly", | ||
| "@patternfly/patternfly-a11y", | ||
| "@patternfly/documentation-framework" | ||
| "@patternfly/documentation-framework", | ||
| "@testing-library/jest-dom", | ||
| "@types/jest", | ||
| "@typescript-eslint/eslint-plugin", | ||
| "@typescript-eslint/parser", | ||
| "eslint", | ||
| "lint-staged", | ||
| "prettier" |
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.
Nit: we could condense these lists down a lot and make them a bit more readable by using wildcards, i.e. "@babel/*".
.github/renovate.json
Outdated
| }, | ||
| { | ||
| "datasources": ["npm"], | ||
| "packageNames": [ |
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.
If we do the above suggestion I think we would have to change this key to "packagePatterns" to condense these included packages.
What: towards #8003
Updated minor dependencies in root directory and added them to renovate