Skip to content

Commit

Permalink
Bump the unit-testing group across 1 directory with 7 updates (#16712)
Browse files Browse the repository at this point in the history
* Bump the unit-testing group across 1 directory with 7 updates

Bumps the unit-testing group with 7 updates in the /frontend-react directory:

| Package | From | To |
| --- | --- | --- |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.6.2` | `6.6.3` |
| [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.1.3` | `2.1.8` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `2.1.3` | `2.1.8` |
| [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) | `5.4.0` | `5.5.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.11.0` | `15.13.0` |
| [undici](https://github.com/nodejs/undici) | `6.20.1` | `7.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.8` |



Updates `@testing-library/jest-dom` from 6.6.2 to 6.6.3
- [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@v6.6.2...v6.6.3)

Updates `@vitest/coverage-istanbul` from 2.1.3 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/coverage-istanbul)

Updates `@vitest/ui` from 2.1.3 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/ui)

Updates `eslint-plugin-jest-dom` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](testing-library/eslint-plugin-jest-dom@v5.4.0...v5.5.0)

Updates `globals` from 15.11.0 to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.11.0...v15.13.0)

Updates `undici` from 6.20.1 to 7.1.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.20.1...v7.1.0)

Updates `vitest` from 2.1.3 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unit-testing
- dependency-name: "@vitest/coverage-istanbul"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unit-testing
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unit-testing
- dependency-name: eslint-plugin-jest-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: unit-testing
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: unit-testing
- dependency-name: undici
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: unit-testing
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: unit-testing
...

Signed-off-by: dependabot[bot] <[email protected]>

* pin undici as we need the FileReader class it removed

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
  • Loading branch information
dependabot[bot] and jpandersen87 authored Dec 4, 2024
1 parent 6c6b77b commit b1f131d
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 284 deletions.
14 changes: 7 additions & 7 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^8.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/dompurify": "^3.2.0",
Expand All @@ -146,8 +146,8 @@
"@types/react-scroll-sync": "^0.9.0",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-istanbul": "^2.1.3",
"@vitest/ui": "^2.1.3",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.2",
"browserslist-useragent-regexp": "^4.1.3",
Expand All @@ -158,7 +158,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-playwright": "^2.1.0",
"eslint-plugin-react": "^7.37.2",
Expand All @@ -167,7 +167,7 @@
"eslint-plugin-storybook": "^0.11.1",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.11.0",
"globals": "^15.13.0",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
Expand All @@ -190,11 +190,11 @@
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"undici": "^6.20.1",
"undici": "~6.20.1",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.3"
"vitest": "^2.1.8"
},
"resolutions": {
"@types/react": "18.3.11",
Expand Down
Loading

0 comments on commit b1f131d

Please sign in to comment.