Skip to content

Commit

Permalink
build(deps-dev): bump the test group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the test group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@builder.io/qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik) | `1.9.0` | `1.9.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.5.0` | `6.6.3` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `2.1.1` | `2.1.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.4` |


Updates `@builder.io/qwik` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/[email protected]/packages/qwik)

Updates `@testing-library/jest-dom` from 6.5.0 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.5.0...v6.6.3)

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

Updates `vite` from 5.4.8 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@builder.io/qwik"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent f66ab67 commit c5f5f56
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 127 deletions.
10 changes: 5 additions & 5 deletions apps/qwik-testing-library-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.9.0",
"@builder.io/qwik": "1.9.1",
"@noma.to/qwik-testing-library": "workspace:*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "8.56.10",
"@types/node": "22.7.4",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@vitest/ui": "^2.1.1",
"@vitest/ui": "^2.1.4",
"eslint": "8.57.1",
"eslint-plugin-qwik": "1.9.0",
"jsdom": "^25.0.1",
"prettier": "3.3.3",
"typescript": "5.6.2",
"undici": "*",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/qwik-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"prettier": "3.3.3",
"typescript": "5.6.2",
"undici": "*",
"vite": "5.4.8",
"vite": "5.4.10",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.4"
},
"peerDependencies": {
"@builder.io/qwik": ">= 1.7.2 < 2",
Expand Down
Loading

0 comments on commit c5f5f56

Please sign in to comment.