Skip to content

Commit

Permalink
build(deps-dev): bump jest from 29.6.2 to 29.6.3
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.2 to 29.6.3.
- [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.6.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 19f797b commit 205713b
Show file tree
Hide file tree
Showing 9 changed files with 642 additions and 374 deletions.
1,000 changes: 634 additions & 366 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/find-cache-dir": "^3.2.1",
"@types/stream-chain": "^2.0.1",
"@types/stream-json": "^1.7.3",
"jest": "29.6.2",
"jest": "29.6.3",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/listr": "^0.14.4",
"@types/yargs": "^17.0.20",
"http-server": "14.1.1",
"jest": "29.6.2",
"jest": "29.6.3",
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv": "16.3.1",
"html-webpack-plugin": "5.5.3",
"identity-obj-proxy": "3.0.0",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-date-mock": "1.0.8",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "29.5.3",
"@types/webpack": "5.28.1",
"core-js": "3.31.1",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-cli": "29.6.2",
"jest-date-mock": "1.0.8",
"regenerator-runtime": "0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"homepage": "https://github.com/relative-ci/bundle-stats/blob/master/packages/plugin-webpack-filter#readme",
"devDependencies": {
"@types/jest": "29.5.3",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-cli": "29.6.2",
"jest-date-mock": "1.0.8",
"regenerator-runtime": "0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"cross-env": "7.0.3",
"hex-rgb": "5.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-date-mock": "1.0.8",
"jest-environment-jsdom": "29.6.2",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "29.5.3",
"@types/lodash": "4.14.197",
"core-js": "3.31.1",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-cli": "29.6.2",
"jest-date-mock": "1.0.8",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@types/jest": "29.5.3",
"jest": "29.6.2",
"jest": "29.6.3",
"jest-date-mock": "1.0.8",
"memory-fs": "0.5.0",
"webpack": "5.88.2"
Expand Down

0 comments on commit 205713b

Please sign in to comment.