Skip to content

Commit ad5c99c

Browse files
anomiexmatticbot
authored andcommitted
Update jest monorepo to v29.7.0 (#43320)
* Update jest monorepo to v29.7.0 * Remove unused `babel-jest` deps. * Remove unnecessary `@jest/globals` deps. --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14763706013 Upstream-Ref: Automattic/jetpack@80f5daf
1 parent 692c05c commit ad5c99c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
This is an alpha version! The changes listed here are not final.
1111

12+
### Changed
13+
- Update package dependencies.
14+
1215
### Fixed
1316
- Linting: Address final rules in WordPress Stylelint config.
1417
- Linting: Do additional stylesheet cleanup.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@automattic/jetpack-base-styles": "^0.7.2",
4141
"@automattic/jetpack-components": "^0.72.6-alpha",
4242
"@automattic/jetpack-connection": "^0.39.13-alpha",
43-
"@automattic/jetpack-shared-extension-utils": "^0.19.1",
43+
"@automattic/jetpack-shared-extension-utils": "^0.19.2-alpha",
4444
"@wordpress/base-styles": "5.21.0",
4545
"@wordpress/block-editor": "14.16.0",
4646
"@wordpress/data": "10.21.0",
@@ -80,7 +80,7 @@
8080
"@wordpress/browserslist-config": "6.21.0",
8181
"@wordpress/dependency-extraction-webpack-plugin": "6.21.0",
8282
"autoprefixer": "10.4.20",
83-
"babel-jest": "29.4.3",
83+
"babel-jest": "29.7.0",
8484
"concurrently": "7.6.0",
8585
"core-js": "3.38.1",
8686
"jest": "29.7.0",

0 commit comments

Comments
 (0)