chore(deps-dev): bump the jest group with 4 updates

Bumps the jest group with 4 updates: [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) and [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli).


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

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

Updates `jest-circus` from 29.5.0 to 29.6.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.0/packages/jest-circus)

Updates `jest-cli` from 29.5.0 to 29.6.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.0/packages/jest-cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-05 07:10:53 +00:00 committed by GitHub
parent 27505e6741
commit ac3016b86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 410 additions and 310 deletions

View File

@ -96,9 +96,9 @@
"glob": "7.2.3",
"husky": "8.0.2",
"inquirer": "8.2.5",
"jest": "29.5.0",
"jest-circus": "29.5.0",
"jest-cli": "29.5.0",
"jest": "29.6.0",
"jest-circus": "29.6.0",
"jest-cli": "29.6.0",
"jest-environment-jsdom": "29.5.0",
"jest-watch-typeahead": "2.2.2",
"lerna": "6.6.2",

View File

@ -55,7 +55,7 @@
"devDependencies": {
"@tsconfig/node16": "1.0.3",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.2.0",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",
"@types/semver": "7.5.0",

View File

@ -49,7 +49,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/jest": "29.2.0",
"@types/jest": "29.5.2",
"eslint-config-custom": "4.11.3",
"tsconfig": "4.11.3"
},

View File

@ -47,7 +47,7 @@
"fs-extra": "10.0.0"
},
"devDependencies": {
"@types/jest": "29.2.0",
"@types/jest": "29.5.2",
"eslint-config-custom": "4.11.3",
"tsconfig": "4.11.3"
},

708
yarn.lock

File diff suppressed because it is too large Load Diff