From 2df8035bc78ff838ff27c914ed18aa453c6d2410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:12:36 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @testing-library/svelte in /desktop Bumps [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library/tree/HEAD/packages/svelte) from 5.2.9 to 5.3.1. - [Release notes](https://github.com/testing-library/svelte-testing-library/releases) - [Changelog](https://github.com/testing-library/svelte-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/svelte-testing-library/commits/@testing-library/svelte@5.3.1/packages/svelte) --- updated-dependencies: - dependency-name: "@testing-library/svelte" dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- desktop/package.json | 2 +- desktop/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 6ad6ffe2..53b641c4 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -62,7 +62,7 @@ "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tauri-apps/cli": "^1.6.3", "@testing-library/jest-dom": "^6.9.1", - "@testing-library/svelte": "^5.2.9", + "@testing-library/svelte": "^5.3.1", "@testing-library/user-event": "^14.5.2", "@tsconfig/svelte": "^5.0.6", "@types/d3": "^7.4.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index fe2c1e2a..a59c7a09 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -824,12 +824,18 @@ picocolors "^1.1.1" redent "^3.0.0" -"@testing-library/svelte@^5.2.9": - version "5.2.9" - resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.2.9.tgz#abbee363cc0ecc07749277e8945ce92069eb1bfa" - integrity sha512-p0Lg/vL1iEsEasXKSipvW9nBCtItQGhYvxL8OZ4w7/IDdC+LGoSJw4mMS5bndVFON/gWryitEhMr29AlO4FvBg== +"@testing-library/svelte-core@1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/svelte-core/-/svelte-core-1.0.0.tgz#09ad79f5491600afa1cd064203223c9cdcd5799f" + integrity sha512-VkUePoLV6oOYwSUvX6ShA8KLnJqZiYMIbP2JW2t0GLWLkJxKGvuH5qrrZBV/X7cXFnLGuFQEC7RheYiZOW68KQ== + +"@testing-library/svelte@^5.3.1": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.3.1.tgz#8142c1894be5e173f1fea9afcedbb2df537e37e3" + integrity sha512-8Ez7ZOqW5geRf9PF5rkuopODe5RGy3I9XR+kc7zHh26gBiktLaxTfKmhlGaSHYUOTQE7wFsLMN9xCJVCszw47w== dependencies: "@testing-library/dom" "9.x.x || 10.x.x" + "@testing-library/svelte-core" "1.0.0" "@testing-library/user-event@^14.5.2": version "14.6.1"