Skip to content

Commit

Permalink
Update JS unit testing packages (#41577)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
matticbot and renovate-bot authored Feb 5, 2025
1 parent 7fb2440 commit c7da9da
Show file tree
Hide file tree
Showing 44 changed files with 224 additions and 140 deletions.
202 changes: 101 additions & 101 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/ai-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@automattic/jetpack-connection": "workspace:*",
"@automattic/jetpack-shared-extension-utils": "workspace:*",
"@microsoft/fetch-event-source": "2.0.1",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/wordpress__block-editor": "11.5.16",
"@wordpress/api-fetch": "7.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
6 changes: 3 additions & 3 deletions projects/js-packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-slider": "1.3.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@babel/preset-react": "7.26.3",
"@storybook/addon-actions": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "18.3.18",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/licensing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-react": "7.26.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/partner-coupon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@wordpress/base-styles": "5.17.0",
"@wordpress/data": "10.17.0",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
6 changes: 3 additions & 3 deletions projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"babel-jest": "29.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/js-packages/shared-extension-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@babel/preset-react": "7.26.3",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"babel-jest": "29.3.1",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/videopress-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.26.3",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"tslib": "2.5.0",
"typescript": "5.0.4",
"webpack": "5.94.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/packages/backup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "18.3.18",
"@wordpress/browserslist-config": "6.17.0",
"concurrently": "7.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
8 changes: 4 additions & 4 deletions projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"@jest/globals": "29.7.0",
"@storybook/react": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"concurrently": "7.6.0",
"jest": "29.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@size-limit/preset-app": "11.1.6",
"@testing-library/dom": "10.4.0",
"@testing-library/preact": "3.2.4",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"@wordpress/browserslist-config": "6.17.0",
"@wordpress/dependency-extraction-webpack-plugin": "6.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/packages/videopress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@storybook/preview-api": "8.4.7",
"@storybook/react": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@wordpress/browserslist-config": "6.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/wordads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/preact": "3.2.4",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@wordpress/babel-plugin-import-jsx-pragma": "5.17.0",
"@wordpress/browserslist-config": "6.17.0",
"babel-jest": "29.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@wordpress/browserslist-config": "6.17.0",
"@wordpress/components": "29.3.0",
"babel-jest": "29.4.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@storybook/react": "8.4.7",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/jquery": "3.5.32",
"@wordpress/browserslist-config": "6.17.0",
"@wordpress/i18n": "5.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/classic-theme-helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@wordpress/browserslist-config": "6.17.0",
"babel-jest": "29.4.3",
"concurrently": "7.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/plugins/crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"babel-jest": "29.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
6 changes: 3 additions & 3 deletions projects/plugins/jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
"@csstools/postcss-global-data": "2.1.1",
"@svgr/webpack": "7.0.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/wordpress__block-editor": "11.5.16",
"@wordpress/api-fetch": "7.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/social/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/runtime": "7.26.0",
"@csstools/postcss-global-data": "2.1.1",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@wordpress/browserslist-config": "6.17.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/starter-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.2.0",
"@wordpress/browserslist-config": "6.17.0",
"babel-jest": "29.4.3",
"concurrently": "7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/js-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@eslint/js": "9.16.0",
"@octokit/auth-token": "5.1.1",
"@octokit/rest": "20.1.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.3",
"@wordpress/eslint-plugin": "22.3.0",
"@wordpress/jest-console": "8.17.0",
"babel-jest": "29.4.3",
Expand Down

0 comments on commit c7da9da

Please sign in to comment.