This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| vitest-browser-svelte | ^0.1.0 → ^2.0.0 |
age | confidence |
Release Notes
vitest-community/vitest-browser-svelte (vitest-browser-svelte)
v2.0.2
💻 Development
🐞 Bug Fixes
- Inject testid for more stable locator query - by @sheremet-va in #23 (a7d05)
- Warning: If you are using snapshots with
container, update to Vitest 4.0.18 to avoid rendering injecteddata-testidattribute.
- Warning: If you are using snapshots with
View changes on GitHub
v2.0.1
🐞 Bug Fixes
- Update links to vitest-community - by @sheremet-va (29d38)
View changes on GitHub
v2.0.0
🚨 Breaking Changes
- Support new Vitest 4 syntax - by @sheremet-va in vitest-dev#17 (d0e71)
View changes on GitHub
v1.1.0
🚀 Features
- Return
locatorfromrender- by @sheremet-va (b25e8)
🐞 Bug Fixes
- types: Fix types when using legacy components in Svelte 5 - by @sheremet-va (6f9a4)
View changes on GitHub
v1.0.0
🐞 Bug Fixes
- Lock peer dependencies - by @sheremet-va (1bdff)
- Remove DocumentFragment from supported debug arguments - by @sheremet-va (31fa8)
- Support Vitest 4 - by @sheremet-va (18b47)
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [vitest-browser-svelte](https://github.com/vitest-community/vitest-browser-svelte) | [`^0.1.0` → `^2.0.0`](https://renovatebot.com/diffs/npm/vitest-browser-svelte/0.1.0/2.0.2) |  |  |
---
### Release Notes
<details>
<summary>vitest-community/vitest-browser-svelte (vitest-browser-svelte)</summary>
### [`v2.0.2`](https://github.com/vitest-community/vitest-browser-svelte/releases/tag/v2.0.2)
[Compare Source](https://github.com/vitest-community/vitest-browser-svelte/compare/v2.0.1...v2.0.2)
##### 💻 Development
- Use common testing library svelte core - by [@​mcous](https://github.com/mcous) in [#​21](https://github.com/vitest-community/vitest-browser-svelte/issues/21) [<samp>(ea3a1)</samp>](https://github.com/vitest-community/vitest-browser-svelte/commit/ea3a1db)
##### 🐞 Bug Fixes
- Inject testid for more stable locator query - by [@​sheremet-va](https://github.com/sheremet-va) in [#​23](https://github.com/vitest-community/vitest-browser-svelte/issues/23) [<samp>(a7d05)</samp>](https://github.com/vitest-community/vitest-browser-svelte/commit/a7d0576)
- **Warning:** If you are using snapshots with `container`, update to Vitest 4.0.18 to avoid rendering injected `data-testid` attribute.
##### [View changes on GitHub](https://github.com/vitest-community/vitest-browser-svelte/compare/v2.0.1...v2.0.2)
### [`v2.0.1`](https://github.com/vitest-community/vitest-browser-svelte/releases/tag/v2.0.1)
[Compare Source](https://github.com/vitest-community/vitest-browser-svelte/compare/v2.0.0...v2.0.1)
##### 🐞 Bug Fixes
- Update links to vitest-community - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(29d38)</samp>](https://github.com/vitest-community/vitest-browser-svelte/commit/29d38be)
##### [View changes on GitHub](https://github.com/vitest-community/vitest-browser-svelte/compare/v2.0.0...v2.0.1)
### [`v2.0.0`](https://github.com/vitest-community/vitest-browser-svelte/releases/tag/v2.0.0)
[Compare Source](https://github.com/vitest-community/vitest-browser-svelte/compare/v1.1.0...v2.0.0)
##### 🚨 Breaking Changes
- Support new Vitest 4 syntax - by [@​sheremet-va](https://github.com/sheremet-va) in [vitest-dev#17](https://github.com/vitest-dev/vitest-browser-svelte/issues/17) [<samp>(d0e71)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/d0e71fc)
##### [View changes on GitHub](https://github.com/vitest-dev/vitest-browser-svelte/compare/v1.1.0...v2.0.0)
### [`v1.1.0`](https://github.com/vitest-community/vitest-browser-svelte/releases/tag/v1.1.0)
[Compare Source](https://github.com/vitest-community/vitest-browser-svelte/compare/v1.0.0...v1.1.0)
##### 🚀 Features
- Return `locator` from `render` - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(b25e8)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/b25e8ab)
##### 🐞 Bug Fixes
- **types**: Fix types when using legacy components in Svelte 5 - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(6f9a4)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/6f9a40c)
##### [View changes on GitHub](https://github.com/vitest-dev/vitest-browser-svelte/compare/v1.0.0...v1.1.0)
### [`v1.0.0`](https://github.com/vitest-community/vitest-browser-svelte/releases/tag/v1.0.0)
[Compare Source](https://github.com/vitest-community/vitest-browser-svelte/compare/v0.1.0...v1.0.0)
##### 🐞 Bug Fixes
- Lock peer dependencies - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(1bdff)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/1bdffc9)
- Remove DocumentFragment from supported debug arguments - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(31fa8)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/31fa8cd)
- Support Vitest 4 - by [@​sheremet-va](https://github.com/sheremet-va) [<samp>(18b47)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/18b472e)
##### [View changes on GitHub](https://github.com/vitest-dev/vitest-browser-svelte/compare/v0.1.0...v1.0.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbIktpbmQvRGVwZW5kZW5jaWVzIl19-->