Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/jest-dom and @types/testing-li…
Browse files Browse the repository at this point in the history
…brary__jest-dom

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom). These dependencies needed to be updated together.

Updates `@testing-library/jest-dom` from 5.17.0 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.4.2)

Updates `@types/testing-library__jest-dom` from 5.14.8 to 6.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent b619516 commit 42d4685
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 27 deletions.
2 changes: 1 addition & 1 deletion e2e/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^3.2.2",
"babel-jest": "^29.6.1",
"jest": "^29.6.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@neoconfetti/svelte": "^2.0.0",
"@sveltejs/adapter-auto": "^3.0.1",
"@sveltejs/kit": "^1.22.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.0.3",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "^5.14.8",
"@types/testing-library__jest-dom": "^6.0.0",
"babel-jest": "^29.6.1",
"cross-env": "^7.0.3",
"jest": "^29.6.1",
Expand Down
70 changes: 46 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42d4685

Please sign in to comment.