Skip to content

Commit 5464ac2

Browse files
chore(deps): bump the test group with 4 updates (#368)
Updates `@testing-library/dom` from 9.3.4 to 10.0.0 - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v9.3.4...v10.0.0) Updates `@vitest/coverage-v8` from 0.33.0 to 1.5.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/coverage-v8) Updates `jsdom` from 22.1.0 to 24.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@22.1.0...24.0.0) Updates `vitest` from 0.33.0 to 1.5.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/vitest) Updates `expect-type` from 0.17.3 to 0.19.0. - [Release notes](https://github.com/mmkal/expect-type/releases) - [Commits](mmkal/expect-type@v0.17.3...0.19.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Michael Cousins <[email protected]>
1 parent 334a759 commit 5464ac2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/dependabot.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ updates:
1717
- '*testing-library*'
1818
- '*vite*'
1919
- '*vitest*'
20-
- 'jsdom'
21-
- 'happy-dom'
20+
- '*jsdom*'
21+
- '*happy-dom*'
22+
- 'expect-type'
2223
development:
2324
dependency-type: 'development'
2425

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
}
8888
},
8989
"dependencies": {
90-
"@testing-library/dom": "^9.3.1"
90+
"@testing-library/dom": "^10.0.0"
9191
},
9292
"devDependencies": {
9393
"@sveltejs/vite-plugin-svelte": "^3.0.2",
9494
"@testing-library/jest-dom": "^6.3.0",
9595
"@testing-library/user-event": "^14.5.2",
9696
"@typescript-eslint/eslint-plugin": "6.19.1",
9797
"@typescript-eslint/parser": "6.19.1",
98-
"@vitest/coverage-v8": "^0.33.0",
98+
"@vitest/coverage-v8": "^1.5.2",
9999
"all-contributors-cli": "^6.26.1",
100100
"doctoc": "^2.2.1",
101101
"eslint": "8.56.0",
@@ -108,9 +108,9 @@
108108
"eslint-plugin-simple-import-sort": "10.0.0",
109109
"eslint-plugin-svelte": "2.35.1",
110110
"eslint-plugin-vitest-globals": "1.4.0",
111-
"expect-type": "^0.17.3",
111+
"expect-type": "^0.19.0",
112112
"happy-dom": "^14.7.1",
113-
"jsdom": "^22.1.0",
113+
"jsdom": "^24.0.0",
114114
"npm-run-all": "^4.1.5",
115115
"prettier": "3.2.4",
116116
"prettier-plugin-svelte": "3.1.2",
@@ -119,6 +119,6 @@
119119
"svelte-jester": "^3.0.0",
120120
"typescript": "^5.3.3",
121121
"vite": "^5.1.1",
122-
"vitest": "^0.33.0"
122+
"vitest": "^1.5.2"
123123
}
124124
}

0 commit comments

Comments
 (0)