Skip to content

Conversation

@tlabaj
Copy link
Contributor

@tlabaj tlabaj commented May 2, 2023

What: towards #8003

Updated minor dependencies in root directory and added them to renovate

@patternfly-build
Copy link
Contributor

patternfly-build commented May 2, 2023

Comment on lines 10 to 30
"@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"
Copy link
Contributor

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/*".

},
{
"datasources": ["npm"],
"packageNames": [
Copy link
Contributor

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.

@tlabaj tlabaj requested a review from wise-king-sullyman May 3, 2023 15:44
@tlabaj tlabaj changed the title Chore(deps): Updated minor dependencies and added them to renovate Chore(deps): (1) Updated minor dependencies and added them to renovate May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants