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

Configure Dependabot for Jest dependencies #499

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

ybiquitous
Copy link
Member

@ybiquitous ybiquitous commented Feb 13, 2024

Which issue, if any, is this issue related to?

Closes #429

Is there anything in the PR that needs further explanation?

We have to bump Jest-related packages at the same time, especially for major updates.

Also, this PR will reduce the number of Dependabot PRs.


We can see the related dependencies in package.json as below:

$ git grep 'jest' package.json
package.json:225:    "@types/jest": "^27.0.3",
package.json:240:    "jest": "^27.4.3",
package.json:241:    "jest-runner-vscode": "^2.1.0",
package.json:253:    "ts-jest": "^27.0.7",
package.json:275:    "test": "npm run build-bundle && jest",
package.json:276:    "test:e2e": "npm run build-bundle && jest --projects test/e2e",
package.json:277:    "test:integration": "jest --projects test/integration",
package.json:278:    "test:unit": "jest --projects test/unit",

@ybiquitous ybiquitous added the pr: dependencies relates to dependencies label Feb 13, 2024
@ybiquitous ybiquitous marked this pull request as ready for review February 13, 2024 13:33
Copy link
Member

@adalinesimonian adalinesimonian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ybiquitous ybiquitous merged commit 2bfedb9 into main Feb 13, 2024
9 checks passed
@ybiquitous ybiquitous deleted the dependabot-group-update-for-jest branch February 13, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

2 participants