Skip to content

Commit

Permalink
chore: Bump jest and @types/jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.3.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.2.4 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent abc53ca commit 7345bcb
Show file tree
Hide file tree
Showing 2 changed files with 462 additions and 395 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@octokit/rest": "^19.0.5",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^29.2.4",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.18",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.30.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "^29.3",
"jest": "^29.7",
"jest-mock": "^29.3.1",
"prettier": "2.8.1",
"ts-jest": "^29.0.3",
Expand Down
Loading

0 comments on commit 7345bcb

Please sign in to comment.