fix(deps): update dependency @sveltestrap/sveltestrap to v7 #629

Open
renovate-bot wants to merge 12 commits from renovate/sveltestrap-sveltestrap-7.x into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltestrap/sveltestrap (source) ^6.2.1 -> ^7.0.0 age adoption passing confidence

Release Notes

sveltestrap/sveltestrap (@​sveltestrap/sveltestrap)

v7.1.0

Compare Source

What's Changed

  • 🏗 ci(integrations): update actions/upload-artifact to v4
  • 🐛 fix(inputs): handle value coercion issue with number and range inputs by @​kevinmsun

@​kevinmsun made their first contribution.

Full Changelog: https://github.com/sveltestrap/sveltestrap/compare/v7.0.3...v7.1.0

v7.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/sveltestrap/sveltestrap/compare/v7.0.2...v7.0.3

v7.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sveltestrap/sveltestrap/compare/v7.0.1...v7.0.2

v7.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/sveltestrap/sveltestrap/compare/v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed

This includes the first set of changes for supporting migration to Svelte5.

Breaking Changes

  • The children prop has been renamed to content across all components

New Contributors

Full Changelog: https://github.com/sveltestrap/sveltestrap/compare/v6.2.8...v7.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltestrap/sveltestrap](https://sveltestrap.js.org) ([source](https://github.com/sveltestrap/sveltestrap)) | [`^6.2.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@sveltestrap%2fsveltestrap/6.2.8/7.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sveltestrap%2fsveltestrap/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sveltestrap%2fsveltestrap/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sveltestrap%2fsveltestrap/6.2.8/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sveltestrap%2fsveltestrap/6.2.8/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sveltestrap/sveltestrap (@&#8203;sveltestrap/sveltestrap)</summary> ### [`v7.1.0`](https://github.com/sveltestrap/sveltestrap/releases/tag/v7.1.0) [Compare Source](https://github.com/sveltestrap/sveltestrap/compare/v7.0.3...v7.1.0) #### What's Changed - 🏗 ci(integrations): update actions/upload-artifact to v4 - 🐛 fix(inputs): handle value coercion issue with number and range inputs by [@&#8203;kevinmsun](https://github.com/kevinmsun) [@&#8203;kevinmsun](https://github.com/kevinmsun) made their first contribution. **Full Changelog**: https://github.com/sveltestrap/sveltestrap/compare/v7.0.3...v7.1.0 ### [`v7.0.3`](https://github.com/sveltestrap/sveltestrap/releases/tag/v7.0.3) [Compare Source](https://github.com/sveltestrap/sveltestrap/compare/v7.0.2...v7.0.3) #### What's Changed - 🐛 fix(figure): remove extraneous image and fix type def by [@&#8203;dysfunc](https://github.com/dysfunc) in https://github.com/sveltestrap/sveltestrap/pull/106 **Full Changelog**: https://github.com/sveltestrap/sveltestrap/compare/v7.0.2...v7.0.3 ### [`v7.0.2`](https://github.com/sveltestrap/sveltestrap/releases/tag/v7.0.2) [Compare Source](https://github.com/sveltestrap/sveltestrap/compare/v7.0.1...v7.0.2) #### What's Changed - ✨ feat(popover): adding `auto` to the PopoverPlacement type. by [@&#8203;vince-winkintel](https://github.com/vince-winkintel) in https://github.com/sveltestrap/sveltestrap/pull/92 #### New Contributors - [@&#8203;vince-winkintel](https://github.com/vince-winkintel) made their first contribution in https://github.com/sveltestrap/sveltestrap/pull/92 **Full Changelog**: https://github.com/sveltestrap/sveltestrap/compare/v7.0.1...v7.0.2 ### [`v7.0.1`](https://github.com/sveltestrap/sveltestrap/releases/tag/v7.0.1) [Compare Source](https://github.com/sveltestrap/sveltestrap/compare/v7.0.0...v7.0.1) #### What's Changed - 🐛 fix(carousel): use setInterval instead of setTimeout for cycling by [@&#8203;kzw](https://github.com/kzw) in https://github.com/sveltestrap/sveltestrap/pull/97 #### New Contributors - [@&#8203;kzw](https://github.com/kzw) made their first contribution in https://github.com/sveltestrap/sveltestrap/pull/97 **Full Changelog**: https://github.com/sveltestrap/sveltestrap/compare/v7.0.0...v7.0.1 ### [`v7.0.0`](https://github.com/sveltestrap/sveltestrap/releases/tag/v7.0.0) [Compare Source](https://github.com/sveltestrap/sveltestrap/compare/v6.2.8...v7.0.0) #### What's Changed This includes the first set of changes for supporting migration to Svelte5. - 🐛 Rename children by content for svelte5 compatibility by [@&#8203;quimey](https://github.com/quimey) in https://github.com/sveltestrap/sveltestrap/pull/102 - 🧹 refactor(textarea-story): include resize fn and var declaration in story by [@&#8203;msmauric](https://github.com/msmauric) in https://github.com/sveltestrap/sveltestrap/pull/101 #### Breaking Changes - The `children` prop has been renamed to `content` across all components #### New Contributors - [@&#8203;quimey](https://github.com/quimey) made their first contribution in https://github.com/sveltestrap/sveltestrap/pull/102 **Full Changelog**: https://github.com/sveltestrap/sveltestrap/compare/v6.2.8...v7.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-02-12 13:32:10 +00:00
fix(deps): update dependency @sveltestrap/sveltestrap to v7
All checks were successful
continuous-integration/drone/push Build is passing
02a721256a
renovate-bot force-pushed renovate/sveltestrap-sveltestrap-7.x from 02a721256a to ca987edb14 2025-02-22 19:35:15 +00:00 Compare
renovate-bot changed title from fix(deps): update dependency @sveltestrap/sveltestrap to v7 to Update dependency @sveltestrap/sveltestrap to v7 2025-04-22 15:28:24 +00:00
renovate-bot changed title from Update dependency @sveltestrap/sveltestrap to v7 to fix(deps): update dependency @sveltestrap/sveltestrap to v7 2025-04-22 21:30:42 +00:00
renovate-bot force-pushed renovate/sveltestrap-sveltestrap-7.x from ca987edb14 to 43b8e2190a 2025-05-22 16:36:01 +00:00 Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
continuous-integration/drone/push Build is failing
This pull request has changes conflicting with the target branch.
  • .drone.yml
  • README.md
  • generate.go
  • internal/adapters/dnscontrol-providers.go
  • internal/api/controller/provider.go
  • internal/api/controller/provider_settings.go
  • internal/api/controller/service.go
  • internal/api/controller/user_recovery.go
  • internal/api/controller/zone.go
  • internal/api/middleware/errors.go
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sveltestrap-sveltestrap-7.x:renovate/sveltestrap-sveltestrap-7.x
git checkout renovate/sveltestrap-sveltestrap-7.x

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/sveltestrap-sveltestrap-7.x
git checkout renovate/sveltestrap-sveltestrap-7.x
git rebase master
git checkout master
git merge --ff-only renovate/sveltestrap-sveltestrap-7.x
git checkout renovate/sveltestrap-sveltestrap-7.x
git rebase master
git checkout master
git merge --no-ff renovate/sveltestrap-sveltestrap-7.x
git checkout master
git merge --squash renovate/sveltestrap-sveltestrap-7.x
git checkout master
git merge --ff-only renovate/sveltestrap-sveltestrap-7.x
git checkout master
git merge renovate/sveltestrap-sveltestrap-7.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
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: happyDomain/happyDomain#629
No description provided.