Skip to content

Commit

Permalink
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 27.5.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 27.4.1 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-major
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 20b25ea commit 376de92
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 961 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"devDependencies": {
"@1password/eslint-config": "^4.3.0",
"@1password/prettier-config": "^1.1.3",
"@types/jest": "^27.4.1",
"@types/jest": "^29.5.12",
"@types/json-to-ast": "^2.1.2",
"@types/node": "20.8.6",
"@types/uuid": "^9.0.1",
Expand All @@ -179,7 +179,7 @@
"eslint": "^8.57.0",
"fishery": "^2.2.2",
"husky": "^9.0.11",
"jest": "^27.5.1",
"jest": "^29.7.0",
"license-checker-rseidelsohn": "^4.3.0",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 376de92

Please sign in to comment.