svelte-exmarkdown
svelte-exmarkdown copied to clipboard
chore(deps): update dependency svelte to v5.1.9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| svelte (source) | 5.1.3 -> 5.1.9 |
Release Notes
sveltejs/svelte (svelte)
v5.1.9
Patch Changes
- fix: ensure transitions are applied to nested elements (#14080)
v5.1.8
Patch Changes
- fix: ensure compiler statements are correctly included (#14074)
v5.1.7
Patch Changes
-
fix: ensure each block inert items are disposed of if the each block is also inert (#13930)
-
fix: allow
warningFilteroption forcompileModule(#14066) -
fix: ensure onMount correctly fires when new expressions are used (#14049)
-
fix: wrap
:id,:where``:notand:haswith:globalduring migration (#13850) -
fix: ensure custom element attribute/prop changes are in their own context (#14016)
v5.1.6
Patch Changes
- fix: ensure child effects are destroyed before their deriveds (#14043)
v5.1.5
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
requestAnimationFrameuntil 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
Patch Changes
-
fix: add empty stack to
CompileDiagnosticto 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.setin 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 - 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 was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: b1ac879c28f26f5716c7ff67e7741b191b505bc6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.94%. Comparing base (
4149d04) to head (b1ac879). Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #273 +/- ##
=======================================
Coverage 96.94% 96.94%
=======================================
Files 7 7
Lines 229 229
Branches 76 76
=======================================
Hits 222 222
Misses 7 7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.