From fe08e95ca69e8c505a8ade3c8013659baf64e057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:32:39 +0000 Subject: [PATCH 1/2] chore(deps): bump the test group with 4 updates Bumps the test group with 4 updates: [@testing-library/dom](https://github.com/testing-library/dom-testing-library), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [jsdom](https://github.com/jsdom/jsdom) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). 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](https://github.com/testing-library/dom-testing-library/compare/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](https://github.com/jsdom/jsdom/compare/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) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-major dependency-group: test - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major dependency-group: test - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: test ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 307e6ba..872d6fd 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ } }, "dependencies": { - "@testing-library/dom": "^9.3.1" + "@testing-library/dom": "^10.0.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.0.2", @@ -95,7 +95,7 @@ "@testing-library/user-event": "^14.5.2", "@typescript-eslint/eslint-plugin": "6.19.1", "@typescript-eslint/parser": "6.19.1", - "@vitest/coverage-v8": "^0.33.0", + "@vitest/coverage-v8": "^1.5.2", "all-contributors-cli": "^6.26.1", "doctoc": "^2.2.1", "eslint": "8.56.0", @@ -110,7 +110,7 @@ "eslint-plugin-vitest-globals": "1.4.0", "expect-type": "^0.17.3", "happy-dom": "^14.7.1", - "jsdom": "^22.1.0", + "jsdom": "^24.0.0", "npm-run-all": "^4.1.5", "prettier": "3.2.4", "prettier-plugin-svelte": "3.1.2", @@ -119,6 +119,6 @@ "svelte-jester": "^3.0.0", "typescript": "^5.3.3", "vite": "^5.1.1", - "vitest": "^0.33.0" + "vitest": "^1.5.2" } } From 63ca38dbb59c550271d6435da1c70453920f4455 Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Mon, 29 Apr 2024 23:40:25 -0400 Subject: [PATCH 2/2] fixup: add expect-type to test deps --- .github/dependabot.yml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e64a34..434a8bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,9 @@ updates: - '*testing-library*' - '*vite*' - '*vitest*' - - 'jsdom' - - 'happy-dom' + - '*jsdom*' + - '*happy-dom*' + - 'expect-type' development: dependency-type: 'development' diff --git a/package.json b/package.json index 872d6fd..5e00bbe 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-svelte": "2.35.1", "eslint-plugin-vitest-globals": "1.4.0", - "expect-type": "^0.17.3", + "expect-type": "^0.19.0", "happy-dom": "^14.7.1", "jsdom": "^24.0.0", "npm-run-all": "^4.1.5",