Skip to content

Commit

Permalink
build(deps-dev): Bump the jest group with 1 update (#6417)
Browse files Browse the repository at this point in the history
Bumps the jest group with 1 update: [@swc/jest](https://github.com/swc-project/jest).


Updates `@swc/jest` from 0.2.29 to 0.2.31
- [Commits](swc-project/jest@v0.2.29...v0.2.31)

---
updated-dependencies:
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent bf777aa commit 24a1d68
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@size-limit/webpack-css": "^11.0.1",
"@swc/cli": "^0.1.63",
"@swc/core": "1.3.103",
"@swc/jest": "^0.2.29",
"@swc/jest": "^0.2.31",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@swc/core": "^1.3.103",
"@swc/jest": "^0.2.29",
"@swc/jest": "^0.2.31",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.11",
"@types/jscodeshift": "^0.11.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@swc/core": "1.3.103",
"@swc/jest": "^0.2.29",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/postcss-less": "^4.0.6",
"jest": "^29.7.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2050,12 +2050,12 @@ __metadata:
languageName: node
linkType: hard

"@jest/create-cache-key-function@npm:^27.4.2":
version: 27.5.1
resolution: "@jest/create-cache-key-function@npm:27.5.1"
"@jest/create-cache-key-function@npm:^29.7.0":
version: 29.7.0
resolution: "@jest/create-cache-key-function@npm:29.7.0"
dependencies:
"@jest/types": ^27.5.1
checksum: a6c3a8c769aca6f66f5dc80f1c77e66980b4f213a6b2a15a92ba3595f032848a1261c06c9c798dcf2b672b1ffbefad5085af89d130548741c85ddbe0cf4284e7
"@jest/types": ^29.6.3
checksum: 681bc761fa1d6fa3dd77578d444f97f28296ea80755e90e46d1c8fa68661b9e67f54dd38b988742db636d26cf160450dc6011892cec98b3a7ceb58cad8ff3aae
languageName: node
linkType: hard

Expand Down Expand Up @@ -4225,15 +4225,15 @@ __metadata:
languageName: node
linkType: hard

"@swc/jest@npm:^0.2.29":
version: 0.2.29
resolution: "@swc/jest@npm:0.2.29"
"@swc/jest@npm:^0.2.31":
version: 0.2.31
resolution: "@swc/jest@npm:0.2.31"
dependencies:
"@jest/create-cache-key-function": ^27.4.2
"@jest/create-cache-key-function": ^29.7.0
jsonc-parser: ^3.2.0
peerDependencies:
"@swc/core": "*"
checksum: 9eaad322310f34e81f67d41411a7d60663341af1bd9fb65456faa914c936d849d6f643fa3b942a187d52e71e62c33097098c639d25c2047fa874f49bf51cec76
checksum: 1dae629a81a623de6a662dcac34a97f91986457f172bec1c8fc360d4407c2499dcbf73d420123996809366900ef785b2cbfda4f2f6acf2f1729e85f6f2b791b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -5327,7 +5327,7 @@ __metadata:
resolution: "@vkontakte/vkui-codemods@workspace:packages/codemods"
dependencies:
"@swc/core": ^1.3.103
"@swc/jest": ^0.2.29
"@swc/jest": ^0.2.31
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.11
"@types/jscodeshift": ^0.11.11
Expand Down Expand Up @@ -5389,7 +5389,7 @@ __metadata:
"@size-limit/webpack-css": ^11.0.1
"@swc/cli": ^0.1.63
"@swc/core": 1.3.103
"@swc/jest": ^0.2.29
"@swc/jest": ^0.2.31
"@testing-library/dom": ^9.3.4
"@testing-library/jest-dom": ^6.2.0
"@testing-library/react": ^14.0.0
Expand Down Expand Up @@ -5470,7 +5470,7 @@ __metadata:
resolution: "@vkontakte/vkui-token-translator@workspace:packages/token-translator"
dependencies:
"@swc/core": 1.3.103
"@swc/jest": ^0.2.29
"@swc/jest": ^0.2.31
"@types/jest": ^29.5.11
"@types/node": ^20.11.1
"@types/postcss-less": ^4.0.6
Expand Down

0 comments on commit 24a1d68

Please sign in to comment.