Skip to content

Commit f2828a3

Browse files
meta: bump the testing group across 1 directory with 2 updates
Bumps the testing group with 2 updates in the / directory: [tsx](https://github.com/privatenumber/tsx) and [jsdom](https://github.com/jsdom/jsdom). Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.6...v4.21.0) Updates `jsdom` from 27.1.0 to 27.2.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@27.1.0...27.2.0) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: jsdom dependency-version: 27.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c49532 commit f2828a3

File tree

3 files changed

+349
-78
lines changed

3 files changed

+349
-78
lines changed

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595
"eslint-plugin-react-hooks": "^5.2.0",
9696
"global-jsdom": "^27.0.0",
9797
"handlebars": "4.7.8",
98-
"jsdom": "^27.1.0",
98+
"jsdom": "^27.2.0",
9999
"mdast-util-from-markdown": "^2.0.2",
100100
"nock": "^14.0.10",
101101
"remark-frontmatter": "^5.0.0",
102102
"stylelint": "16.24.0",
103103
"stylelint-config-standard": "39.0.0",
104104
"stylelint-order": "7.0.0",
105105
"stylelint-selector-bem-pattern": "4.0.1",
106-
"tsx": "^4.20.6",
106+
"tsx": "^4.21.0",
107107
"typescript": "catalog:",
108108
"typescript-eslint": "~8.45.0",
109109
"user-agent-data-types": "0.4.2",

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"stylelint-order": "7.0.0",
7878
"stylelint-selector-bem-pattern": "4.0.1",
7979
"tailwindcss": "catalog:",
80-
"tsx": "^4.20.6",
80+
"tsx": "^4.21.0",
8181
"typescript": "catalog:"
8282
},
8383
"imports": {

0 commit comments

Comments
 (0)