ampmod/aw3
4
2
Fork
You've already forked aw3
1

chore(deps): update dependency vitest-browser-svelte to v2 #38

Merged
ampmod-bot merged 1 commit from renovate/vitest-browser-svelte-2.x into develop 2026年02月07日 17:18:45 +01:00

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

Compare Source

💻 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 injected data-testid attribute.
View changes on GitHub

v2.0.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v2.0.0

Compare Source

🚨 Breaking Changes
View changes on GitHub

v1.1.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.0.0

Compare Source

🐞 Bug Fixes
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vitest-browser-svelte/2.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest-browser-svelte/0.1.0/2.0.2?slim=true) | --- ### 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 [@&#8203;mcous](https://github.com/mcous) in [#&#8203;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 [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(31fa8)</samp>](https://github.com/vitest-dev/vitest-browser-svelte/commit/31fa8cd) - Support Vitest 4 - by [@&#8203;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-->
chore(deps): update dependency vitest-browser-svelte to v2
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/renovate Pipeline failed
2a4006680a
ampmod-bot scheduled this pull request to auto merge when all checks succeed 2026年02月07日 17:17:30 +01:00
ampmod-bot deleted branch renovate/vitest-browser-svelte-2.x 2026年02月07日 17:18:46 +01:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
BREAKING CHANGE
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Dependencies
Bot-authored dependency updates
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
RFC
Requests for comment
Kind
Testing
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
Reported to Upstream
This has been reported to upstream
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ampmod/aw3!38
Reference in a new issue
ampmod/aw3
No description provided.
Delete branch "renovate/vitest-browser-svelte-2.x"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?