-
Notifications
You must be signed in to change notification settings - Fork 0
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.1.9 #862
Closed
Closed
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
renovate
bot
changed the title
chore(deps): update dependency svelte to v5
chore(deps): update dependency svelte to v5 - autoclosed
Oct 22, 2024
renovate
bot
changed the title
chore(deps): update dependency svelte to v5 - autoclosed
chore(deps): update dependency svelte to v5
Oct 23, 2024
renovate
bot
changed the title
chore(deps): update dependency svelte to v5
chore(deps): update dependency svelte to v5.1.0
Oct 23, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 23, 2024 21:37
c96d742
to
d04c802
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.0
chore(deps): update dependency svelte to v5.1.1
Oct 24, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 24, 2024 19:47
d04c802
to
4cf2cf5
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.1
chore(deps): update dependency svelte to v5.1.2
Oct 25, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 25, 2024 00:01
4cf2cf5
to
f3956e2
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.2
chore(deps): update dependency svelte to v5.1.3
Oct 25, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 25, 2024 21:55
f3956e2
to
1283da0
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.3
chore(deps): update dependency svelte to v5.1.3 - autoclosed
Oct 26, 2024
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.3 - autoclosed
chore(deps): update dependency svelte to v5.1.3
Oct 29, 2024
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.3
chore(deps): update dependency svelte to v5.1.4
Oct 29, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 29, 2024 05:14
1283da0
to
1f5f6fd
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.4
chore(deps): update dependency svelte to v5.1.5
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 30, 2024 17:21
1f5f6fd
to
4cbaae9
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.5
chore(deps): update dependency svelte to v5.1.6
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 30, 2024 22:51
4cbaae9
to
3f469ae
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.6
chore(deps): update dependency svelte to v5.1.7
Oct 31, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 31, 2024 16:10
3f469ae
to
6fcd7ff
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.7
chore(deps): update dependency svelte to v5.1.8
Oct 31, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 31, 2024 19:19
6fcd7ff
to
5e326ee
Compare
renovate
bot
changed the title
chore(deps): update dependency svelte to v5.1.8
chore(deps): update dependency svelte to v5.1.9
Oct 31, 2024
renovate
bot
force-pushed
the
renovate/svelte-5.x
branch
from
October 31, 2024 22:49
5e326ee
to
ce07625
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.1.3
->5.1.9
Release Notes
sveltejs/svelte (svelte)
v5.1.9
Compare Source
Patch Changes
v5.1.8
Compare Source
Patch Changes
v5.1.7
Compare Source
Patch Changes
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
fix: allow
warningFilter
option forcompileModule
(#14066)fix: ensure onMount correctly fires when new expressions are used (#14049)
fix: wrap
:id
,:where``:not
and:has
with:global
during migration (#13850)fix: ensure custom element attribute/prop changes are in their own context (#14016)
v5.1.6
Compare Source
Patch Changes
v5.1.5
Compare Source
Patch Changes
fix: replace typo in compiler error messages (#14044)
fix: preserve the separator between selectors when an unused selector is in between (#13954)
fix: more robust re-subscribe detection for
fromStore
(#13995)fix: allow to pass in TS preference to migration (#13929)
fix: extend derived/state validation error to indirect exports (#14039)
fix: minify inject CSS in prod mode (#14006)
fix: ensure toStore subscription correctly syncs latest value (#14015)
fix: don't access
requestAnimationFrame
until needed to reduce need for mocks during testing (#14040)fix: ensure element effects are executed in the correct order (#14038)
fix: make compiler error extend from
Error
(#14036)v5.1.4
Compare Source
Patch Changes
fix: add empty stack to
CompileDiagnostic
to show error on build (#13942)fix: ensure effect_tracking correctly handles tracking reactions (#14005)
fix: update broken links (#13944)
fix: more exhaustive check during
SvelteMap.set
in deriveds (#13951)fix: trim whitespace while migrating blocks (#13941)
fix: update links that previously pointed to preview site (#14001)
fix: properly migrate imports types prefixed with $ (#14007)
Configuration
📅 Schedule: Branch creation - "before 5pm on the first day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.