chore(deps-dev): bump svelte from 4.2.19 to 5.16.0#74
chore(deps-dev): bump svelte from 4.2.19 to 5.16.0#74dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Deploying reasonify with
|
| Latest commit: |
f47593f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3c61dc88.reasonify.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-svel-klpq.reasonify.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis PR upgrades Svelte from version 4.2.19 to 5.16.0. This major version upgrade includes several minor and patch changes, addressing bug fixes, performance improvements, and new features such as allowing the "class" attribute to be an object or array. Class diagram showing changes in Svelte 5.x class attribute handlingclassDiagram
class SvelteComponent {
+class: string|object|array
}
class ClassAttribute {
+string: String
+object: Object
+array: Array
+processClass(value)
}
SvelteComponent --> ClassAttribute
note for ClassAttribute "New in Svelte 5.x: Support for object and array class values"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for reasonify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c422961 to
b04cdc9
Compare
46ced57 to
a58fdfe
Compare
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.19 to 5.16.0. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.16.0/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a58fdfe to
f47593f
Compare
|
Superseded by #81. |
Bumps svelte from 4.2.19 to 5.16.0.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
7f8acb8Version Packages (#14824)97f3aa9docs: fix links in some errors/warnings (#14825)015210afeat: allow objects/arrays for class attribute (#14714)38a3ae3fix: Allow to disable animation prefix (#14822)1d773efVersion Packages (#14782)72b7bc7feat: add "worker" exports condition (#14779)2086c19Version Packages (#14776)999b92dfix: intellisense DX for $props, $inspect, $bindable, and $host (#14777)5bc4033fix: treeshake$inspect.tracecode if unused in modules (#14774)69d198eVersion Packages (#14764)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Chores: