Skip to content

Commit a785b8e

Browse files
meta: bump the testing group across 1 directory with 2 updates (nodejs#8944)
Bumps the testing group with 2 updates in the / directory: [@reporters/github](https://github.com/MoLow/reporters) and [tsx](https://github.com/privatenumber/tsx). Updates `@reporters/github` from 1.13.1 to 2.0.0 - [Release notes](https://github.com/MoLow/reporters/releases) - [Commits](MoLow/reporters@github-v1.13.1...gh-v2.0.0) Updates `tsx` from 4.21.0 to 4.22.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.21.0...v4.22.3) --- updated-dependencies: - dependency-name: "@reporters/github" dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: tsx dependency-version: 4.22.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b337b9 commit a785b8e

4 files changed

Lines changed: 307 additions & 53 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"stylelint-config-standard": "40.0.0",
107107
"stylelint-order": "8.1.1",
108108
"stylelint-selector-bem-pattern": "4.0.1",
109-
"tsx": "^4.21.0",
109+
"tsx": "^4.22.3",
110110
"typescript": "catalog:",
111111
"typescript-eslint": "~8.59.1",
112112
"user-agent-data-types": "0.4.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@eslint/js": "~10.0.1",
44-
"@reporters/github": "^1.13.1",
44+
"@reporters/github": "^2.0.0",
4545
"@testing-library/react": "~16.3.2",
4646
"cross-env": "^10.1.0",
4747
"eslint": "~10.2.1",

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"stylelint-config-standard": "40.0.0",
8888
"stylelint-order": "8.1.1",
8989
"stylelint-selector-bem-pattern": "4.0.1",
90-
"tsx": "4.21.0"
90+
"tsx": "4.22.3"
9191
},
9292
"imports": {
9393
"#ui/*": {

0 commit comments

Comments
 (0)