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.6.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.5.3 to 29.5.4
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Sep 18, 2023
1 parent a30483f commit da9d1d8
Show file tree
Hide file tree
Showing 9 changed files with 467 additions and 338 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@tybalt/eslint-plugin": "workspace:^",
"eslint": "^8.47.0",
"istanbul-merge": "^1.1.1",
"jest": "^29.4.3",
"jest": "^29.7.0",
"jest-fail-on-console": "^3.1.1",
"prettier": "^3.0.3",
"turbo": "^1.10.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/browser-sync": "^2.26.3",
"@types/mkdirp": "^2.0.0",
"@types/node": "^20.6.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"ts-node": "^10.9.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.47.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"js-convert-case": "^4.2.0",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"eslint": "^8.47.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"rimraf": "^4.1.1",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils-lit-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@swc/core": "^1.3.80",
"@swc/jest": "^0.2.29",
"@tybalt/test-utils": "workspace:^",
"@types/jest": "^29.4.0",
"jest": "^29.4.3",
"@types/jest": "^29.5.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.6.4",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"esbuild-jest": "^0.5.0",
"jest": "^29.4.3",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"jest": "^29.4.3",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^4.9.4"
},
Expand Down
Loading

0 comments on commit da9d1d8

Please sign in to comment.