Skip to content

Commit c091181

Browse files
chore(deps): bump the testing group across 1 directory with 5 updates
Bumps the testing group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@reporters/github](https://github.com/MoLow/reporters) | `2.0.2` | `2.1.3` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.6.1` | `14.6.6` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.13` | | [jsdom](https://github.com/jsdom/jsdom) | `29.1.1` | `30.0.1` | Updates `@reporters/github` from 2.0.2 to 2.1.3 - [Release notes](https://github.com/MoLow/reporters/releases) - [Commits](MoLow/reporters@gh-v2.0.2...gh-v2.1.3) Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.2...v16.3.3) Updates `@testing-library/user-event` from 14.6.1 to 14.6.6 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.6.1...v14.6.6) Updates `tsx` from 4.23.1 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.1...v4.23.13) Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.1.1...v30.0.1) --- updated-dependencies: - dependency-name: "@reporters/github" dependency-version: 2.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: "@testing-library/user-event" dependency-version: 14.6.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: tsx dependency-version: 4.23.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62c74f6 commit c091181

4 files changed

Lines changed: 121 additions & 41 deletions

File tree

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@node-core/remark-lint": "workspace:*",
7272
"@orama/core": "^1.2.19",
7373
"@playwright/test": "^1.61.1",
74-
"@testing-library/user-event": "~14.6.1",
74+
"@testing-library/user-event": "~14.6.6",
7575
"@types/mdast": "^4.0.4",
7676
"@types/mdx": "^2.0.14",
7777
"@types/semver": "~7.8.0",
@@ -80,15 +80,15 @@
8080
"eslint-plugin-mdx": "~3.8.1",
8181
"global-jsdom": "^29.0.0",
8282
"handlebars": "4.7.9",
83-
"jsdom": "^29.1.1",
83+
"jsdom": "^30.0.1",
8484
"mdast-util-from-markdown": "^2.0.3",
8585
"nock": "^14.0.15",
8686
"remark-frontmatter": "^5.0.0",
8787
"stylelint": "17.14.1",
8888
"stylelint-config-standard": "40.0.0",
8989
"stylelint-order": "8.1.1",
9090
"stylelint-selector-bem-pattern": "5.0.0",
91-
"tsx": "^4.23.1",
91+
"tsx": "^4.23.13",
9292
"typescript": "catalog:",
9393
"typescript-eslint": "~8.68.0",
9494
"user-agent-data-types": "0.4.3"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@changesets/cli": "^3.0.1",
4646
"@eloqnt/cli": "^0.6.20",
4747
"@eslint/js": "~10.0.1",
48-
"@reporters/github": "^2.0.2",
49-
"@testing-library/react": "~16.3.2",
48+
"@reporters/github": "^2.1.3",
49+
"@testing-library/react": "~16.3.3",
5050
"cross-env": "^10.1.0",
5151
"eslint": "~10.9.1",
5252
"eslint-import-resolver-typescript": "~4.4.5",

packages/ui-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@storybook/addon-webpack5-compiler-swc": "~4.0.3",
7373
"@storybook/react-webpack5": "~10.5.4",
7474
"@tailwindcss/postcss": "~4.3.3",
75-
"@testing-library/user-event": "~14.6.1",
75+
"@testing-library/user-event": "~14.6.6",
7676
"@types/node": "catalog:",
7777
"@types/react": "catalog:",
7878
"concurrently": "9.2.1",
@@ -92,7 +92,7 @@
9292
"stylelint-order": "8.1.1",
9393
"stylelint-selector-bem-pattern": "5.0.0",
9494
"tailwindcss": "catalog:",
95-
"tsx": "4.23.1",
95+
"tsx": "4.23.13",
9696
"typescript": "catalog:"
9797
},
9898
"imports": {

0 commit comments

Comments
 (0)