Skip to content

Commit fa15727

Browse files
chore(deps): update testing-library monorepo (#1400)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@testing-library/dom](https://redirect.github.com/testing-library/dom-testing-library) | [`^10.4.0` -> `^10.4.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/10.4.0/10.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fdom/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fdom/10.4.0/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom) | [`^6.6.3` -> `^6.6.4`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.6.3/6.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.6.3/6.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testing-library/dom-testing-library (@&#8203;testing-library/dom)</summary> ### [`v10.4.1`](https://redirect.github.com/testing-library/dom-testing-library/releases/tag/v10.4.1) [Compare Source](https://redirect.github.com/testing-library/dom-testing-library/compare/v10.4.0...v10.4.1) ##### Bug Fixes - **deps:** replace chalk with picocolors ([#&#8203;1341](https://redirect.github.com/testing-library/dom-testing-library/issues/1341)) ([225a3e4](https://redirect.github.com/testing-library/dom-testing-library/commit/225a3e4cfaa8f8046989d51b9051df507354b644)) </details> <details> <summary>testing-library/jest-dom (@&#8203;testing-library/jest-dom)</summary> ### [`v6.6.4`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.3...707e6471ae33fa2a25fab7e87be721218b5b9339) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.3...v6.6.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90OnJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcd3c49 commit fa15727

File tree

6 files changed

+22
-31
lines changed

6 files changed

+22
-31
lines changed

packages/react/testing-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@lynx-js/react": "workspace:*",
1414
"@lynx-js/testing-environment": "workspace:*",
15-
"@testing-library/dom": "^10.4.0",
16-
"@testing-library/jest-dom": "^6.6.3"
15+
"@testing-library/dom": "^10.4.1",
16+
"@testing-library/jest-dom": "^6.6.4"
1717
}
1818
}

packages/rspeedy/create-rspeedy/template-react-vitest-rltl-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@lynx-js/qrcode-rsbuild-plugin": "workspace:*",
1616
"@lynx-js/react-rsbuild-plugin": "workspace:*",
1717
"@lynx-js/rspeedy": "workspace:*",
18-
"@testing-library/jest-dom": "^6.6.3",
18+
"@testing-library/jest-dom": "^6.6.4",
1919
"jsdom": "^26.1.0",
2020
"vitest": "^3.2.4"
2121
},

packages/rspeedy/create-rspeedy/template-react-vitest-rltl-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@lynx-js/rspeedy": "workspace:*",
1818
"@lynx-js/types": "3.3.0",
1919
"@rsbuild/plugin-type-check": "1.2.4",
20-
"@testing-library/jest-dom": "^6.6.3",
20+
"@testing-library/jest-dom": "^6.6.4",
2121
"@types/react": "^18.3.23",
2222
"jsdom": "^26.1.0",
2323
"typescript": "~5.8.3",

packages/testing-library/examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@lynx-js/react-rsbuild-plugin": "workspace:*",
1616
"@lynx-js/rspeedy": "workspace:*",
17-
"@testing-library/jest-dom": "^6.6.3"
17+
"@testing-library/jest-dom": "^6.6.4"
1818
}
1919
}

packages/testing-library/testing-environment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dev": "rslib build --watch"
5252
},
5353
"devDependencies": {
54-
"@testing-library/jest-dom": "^6.6.3",
54+
"@testing-library/jest-dom": "^6.6.4",
5555
"@types/jsdom": "^21.1.7",
5656
"rsbuild-plugin-publint": "0.3.2"
5757
}

pnpm-lock.yaml

Lines changed: 16 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)