chore(deps): update dependency @sveltestrap/sveltestrap to v7 #520

Merged
nemunaire merged 1 commits from renovate/sveltestrap-sveltestrap-7.x into master 2025-02-11 12:56:20 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltestrap/sveltestrap (source) dependencies major ^6.2.1 -> ^7.0.0
@sveltestrap/sveltestrap (source) devDependencies major ^6.2.1 -> ^7.0.0

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 these updates 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 | Type | Update | Change | |---|---|---|---| | [@sveltestrap/sveltestrap](https://sveltestrap.js.org) ([source](https://github.com/sveltestrap/sveltestrap)) | dependencies | major | [`^6.2.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@sveltestrap%2fsveltestrap/6.2.8/7.1.0) | | [@sveltestrap/sveltestrap](https://sveltestrap.js.org) ([source](https://github.com/sveltestrap/sveltestrap)) | devDependencies | major | [`^6.2.1` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@sveltestrap%2fsveltestrap/6.2.8/7.1.0) | --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-23 22:07:31 +00:00
chore(deps): update dependency @sveltestrap/sveltestrap to v7
All checks were successful
continuous-integration/drone/push Build is passing
903cdc80a5
nemunaire merged commit 97f7e3fa59 into master 2025-02-11 12:56:20 +00:00
nemunaire deleted branch renovate/sveltestrap-sveltestrap-7.x 2025-02-11 12:56:21 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fic/server#520
No description provided.