Skip to content

Commit 12eb2d2

Browse files
meta: bump the testing group with 4 updates (#8193)
Bumps the testing group with 4 updates: [@reporters/github](https://github.com/MoLow/reporters), [global-jsdom](https://github.com/modosc/global-jsdom), [tsx](https://github.com/privatenumber/tsx) and [jsdom](https://github.com/jsdom/jsdom). Updates `@reporters/github` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/MoLow/reporters/releases) - [Changelog](https://github.com/MoLow/reporters/blob/main/release-please-config.json) - [Commits](MoLow/reporters@github-v1.10.0...github-v1.11.0) Updates `global-jsdom` from 26.0.0 to 27.0.0 - [Changelog](https://github.com/modosc/global-jsdom/blob/main/HISTORY.md) - [Commits](https://github.com/modosc/global-jsdom/commits/v27.0.0) Updates `tsx` from 4.20.5 to 4.20.6 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.5...v4.20.6) Updates `jsdom` from 26.1.0 to 27.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@26.1.0...27.0.0) --- updated-dependencies: - dependency-name: "@reporters/github" dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: global-jsdom dependency-version: 27.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: jsdom dependency-version: 27.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6572c4 commit 12eb2d2

File tree

4 files changed

+422
-141
lines changed

4 files changed

+422
-141
lines changed

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"eslint-plugin-mdx": "~3.6.2",
9494
"eslint-plugin-react": "~7.37.5",
9595
"eslint-plugin-react-hooks": "^5.2.0",
96-
"global-jsdom": "^26.0.0",
96+
"global-jsdom": "^27.0.0",
9797
"handlebars": "4.7.8",
98-
"jsdom": "^26.0.0",
98+
"jsdom": "^27.0.0",
9999
"mdast-util-from-markdown": "^2.0.2",
100100
"mdast-util-to-string": "^4.0.0",
101101
"nock": "^14.0.10",
@@ -104,7 +104,7 @@
104104
"stylelint-config-standard": "39.0.0",
105105
"stylelint-order": "7.0.0",
106106
"stylelint-selector-bem-pattern": "4.0.1",
107-
"tsx": "^4.20.5",
107+
"tsx": "^4.20.6",
108108
"typescript": "catalog:",
109109
"typescript-eslint": "~8.45.0",
110110
"user-agent-data-types": "0.4.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@eslint/js": "~9.36.0",
43-
"@reporters/github": "^1.10.0",
43+
"@reporters/github": "^1.11.0",
4444
"@testing-library/react": "~16.3.0",
4545
"cross-env": "^10.0.0",
4646
"eslint": "~9.36.0",

packages/ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint-plugin-react": "~7.37.5",
6666
"eslint-plugin-react-hooks": "^5.2.0",
6767
"eslint-plugin-storybook": "~9.0.3",
68-
"global-jsdom": "^26.0.0",
68+
"global-jsdom": "^27.0.0",
6969
"postcss-cli": "^11.0.1",
7070
"postcss-loader": "~8.2.0",
7171
"react": "catalog:",
@@ -76,7 +76,7 @@
7676
"stylelint-order": "7.0.0",
7777
"stylelint-selector-bem-pattern": "4.0.1",
7878
"tailwindcss": "catalog:",
79-
"tsx": "^4.20.5",
79+
"tsx": "^4.20.6",
8080
"typescript": "catalog:"
8181
},
8282
"imports": {

0 commit comments

Comments
 (0)