-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency svelte to v5.16.1 #2851
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/svelte-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
💻 Website PreviewThe latest changes are available as preview in: https://77d0c9a5.graphql-eslint.pages.dev |
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.10.1
chore(deps): update dependency svelte to v5.11.0
Dec 11, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
2 times, most recently
from
December 12, 2024 01:13
ba670ea
to
6497694
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.11.0
chore(deps): update dependency svelte to v5.11.2
Dec 12, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 12, 2024 23:26
6497694
to
b79a492
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.11.2
chore(deps): update dependency svelte to v5.12.0
Dec 12, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 14, 2024 15:24
b79a492
to
1371a6b
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.12.0
chore(deps): update dependency svelte to v5.13.0
Dec 14, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 15, 2024 16:06
1371a6b
to
dd28972
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.13.0
chore(deps): update dependency svelte to v5.14.0
Dec 15, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 16, 2024 21:26
dd28972
to
cb18c59
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.0
chore(deps): update dependency svelte to v5.14.1
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 17, 2024 16:54
cb18c59
to
bbf07b5
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.1
chore(deps): update dependency svelte to v5.14.2
Dec 17, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 18, 2024 05:22
bbf07b5
to
972a700
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.2
chore(deps): update dependency svelte to v5.14.3
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 18, 2024 11:46
972a700
to
762ee07
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.3
chore(deps): update dependency svelte to v5.14.4
Dec 18, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
December 19, 2024 16:24
762ee07
to
669414d
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.4
chore(deps): update dependency svelte to v5.14.5
Dec 19, 2024
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.14.5
chore(deps): update dependency svelte to v5.15.0
Dec 20, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
2 times, most recently
from
December 24, 2024 19:50
6affaec
to
242665b
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.15.0
chore(deps): update dependency svelte to v5.16.0
Dec 24, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
January 2, 2025 20:11
242665b
to
6445418
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.16.0
chore(deps): update dependency svelte to v5.16.1
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.10.0
->5.16.1
Release Notes
sveltejs/svelte (svelte)
v5.16.1
Compare Source
Patch Changes
fix: ensure unowned deriveds correctly get re-linked to the graph (#14855)
fix: ensure $inspect.trace works correctly with null values (#14853)
v5.16.0
Compare Source
Minor Changes
class
attribute to be an object or array, usingclsx
(#14714)Patch Changes
v5.15.0
Compare Source
Minor Changes
v5.14.6
Compare Source
Patch Changes
fix: treeshake
$inspect.trace
code if unused in modules (#14774)fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)
v5.14.5
Compare Source
Patch Changes
fix: bump esrap dependency (#14765)
fix: ensure svg namespace for
<a>
elements is correct (#14756)fix: treeshake
$inspect.trace
code if unused (#14770)v5.14.4
Compare Source
Patch Changes
fix: remove implements from class declarations (#14749)
fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)
v5.14.3
Compare Source
Patch Changes
fix: bump esrap, prevent malformed AST (#14742)
fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)
v5.14.2
Compare Source
Patch Changes
fix: correctly highlight first rerun of
$inspect.trace
(#14734)chore: more loose parser improvements (#14733)
v5.14.1
Compare Source
Patch Changes
v5.14.0
Compare Source
Minor Changes
v5.13.0
Compare Source
Minor Changes
feat: add
outro
option tounmount
(#14540)feat: provide loose parser mode (#14691)
v5.12.0
Compare Source
Minor Changes
"svelte/compiler"
(#14601)Patch Changes
fix: don't add parenthesis to media query if already present (#14699)
fix: ensure if block paths retain correct template namespacing (#14685)
v5.11.3
Compare Source
Patch Changes
fix: allow unquoted slash in attributes (#14615)
fix: better handle hydration of script/style elements (#14683)
fix: make
defaultValue
work with spread (#14640)fix: avoid mutation validation for invalidate_inner_signals (#14688)
v5.11.2
Compare Source
Patch Changes
reactivity/window
(#14681)v5.11.1
Compare Source
Patch Changes
fix: account for global block in
is_empty
(#14677)fix: remove overzealous
reactive_declaration_non_reactive_property
warning (#14663)v5.11.0
Compare Source
Minor Changes
svelte/reactivity/window
module (#14660)Patch Changes
v5.10.1
Compare Source
Patch Changes
fix: ensure snippet hoisting works in the correct scope (#14642)
fix: ensure $state.snapshot clones holey arrays correctly (#14657)
fix: restore input binding selection position (#14649)
fix: transform everything that is not a selector inside
:global
(#14577)Overwrite Spring.#last_value when using .set() with {instant: true} (#14656)
fix: don't emit assignment warnings for bindings (#14651)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.