chore(deps): update all non-major dependencies #43
+1,358
−1,104
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:
2.2.274
->2.2.301
5.0.0
->5.0.1
2.8.1
->2.16.1
4.0.1
->4.0.4
0.6.6
->0.6.7
1.0.0-next.63
->1.0.0-next.81
^0.59.1
->^0.91.0
1.28.1
->1.29.1
^0.460.0
->^0.474.0
0.5.0
->0.5.1
9.14.1
->9.15.4
3.3.3
->3.4.2
3.2.8
->3.3.3
0.6.9
->0.6.11
^0.15.3
->^0.23.0
5.2.4
->5.19.6
4.0.9
->4.1.4
2.5.4
->2.6.0
0.3.0
->0.3.1
3.4.15
->3.4.17
5.6.3
->5.7.3
5.4.11
->5.4.14
0.21.0
->0.21.1
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.301
Compare Source
v2.2.300
Compare Source
v2.2.299
Compare Source
v2.2.298
Compare Source
v2.2.297
Compare Source
v2.2.296
Compare Source
v2.2.295
Compare Source
v2.2.294
Compare Source
v2.2.293
Compare Source
v2.2.292
Compare Source
v2.2.291
Compare Source
v2.2.290
Compare Source
v2.2.289
Compare Source
v2.2.288
Compare Source
v2.2.287
Compare Source
v2.2.286
Compare Source
v2.2.285
Compare Source
v2.2.284
Compare Source
v2.2.283
Compare Source
v2.2.282
Compare Source
v2.2.281
Compare Source
v2.2.280
Compare Source
v2.2.279
Compare Source
v2.2.278
Compare Source
v2.2.277
Compare Source
v2.2.276
Compare Source
v2.2.275
Compare Source
sveltejs/kit (@sveltejs/adapter-cloudflare)
v5.0.1
Compare Source
Patch Changes
fix: prevent vitest from hanging (#12830)
Updated dependencies [
1bedcc1cfc1f2d85946c1423f60faa8a2a56148b
,e201fa9380a00e072a80a2dcab56de3d77e5b67c
,f3f08582d41b08c3fd1daf742e5703d9cdca7823
,d4bcfccb4503b12fe76140dbb6cfddc81f9419fc
,d09bc033123903f359c1ad6fd3a6d8d7fc19298a
]:sveltejs/kit (@sveltejs/kit)
v2.16.1
Compare Source
Patch Changes
fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)fix: correctly handle relative anchors when using the hash router (#13356)
v2.16.0
Compare Source
Minor Changes
feat: add ability to invalidate a custom identifier on
goto()
(#13256)feat: remove the
postinstall
script to support pnpm 10 (#13304)NOTE: users should add
"prepare": "svelte-kit sync
" to theirpackage.json
in order to avoid the following warning upon first running Vite:feat: provide
PageProps
andLayoutProps
types (#13308)Patch Changes
perf: shorten chunk file names (#13003)
fix: strip internal data before passing URL to
reroute
(#13092)fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)fix: use current
window.fetch
for server load fetch requests (#13315)fix: resolve symlinks when handling routes (#12740)
fix: prevent infinite reload when using the hash router and previewing
/index.html
(#13296)fix: service worker base path in dev mode (#12577)
chore: error during development when using
use:enhance
with+server
(#13197)chore: add most common status codes to
redirect()
JS documentation (#13301)fix: correctly link to assets inlined by the
inlineStyleThreshold
option (#13068)fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)
fix: use arrow function types over bound funcs (#12955)
fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)
v2.15.3
Compare Source
Patch Changes
fix: fix race-condition when not using SSR when pressing back before initial load (#12925)
fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#12157)
fix: upgrade esm-env to remove warning when NODE_ENV is not set (#13291)
fix: handle
Redirect
thrown from root layout load function when client-side navigating to a non-existent page (#12005)fix: make param matchers generated type import end with
.js
(#13286)v2.15.2
Compare Source
Patch Changes
fix: correctly notify page store subscribers (#13205)
fix: prerender data when there is no server load but the
trailingSlash
option is set from the server (#13262)fix: correctly remove navigation callbacks when returning function in onNavigate (#13241)
v2.15.1
Compare Source
Patch Changes
fix: add CSP hashes/nonces to inline styles when using
bundleStrategy: 'inline'
(#13232)fix: silence dev/prod warning during sync (#13244)
v2.15.0
Compare Source
Minor Changes
bundleStrategy: 'inline'
option (#13193)v2.14.1
Compare Source
Patch Changes
v2.14.0
Compare Source
Minor Changes
Patch Changes
goto(...)
, to handle case where URL is mutated (#13196)v2.13.0
Compare Source
Minor Changes
bundleStrategy: 'split' | 'single'
option (#13173)v2.12.2
Compare Source
Patch Changes
fix: correctly resolve no hooks file when a similarly named directory exists (#13188)
fix: correctly resolve
$app/state
on the server with Vite 5 (#13192)v2.12.1
Compare Source
Patch Changes
navigating.current.<x>
withnavigating.<x>
(#13174)v2.12.0
Compare Source
Minor Changes
$app/state
module (#13140)Patch Changes
v2.11.1
Compare Source
Patch Changes
build.minify
setting when building the service worker (#13143)v2.11.0
Compare Source
Minor Changes
Patch Changes
v2.10.1
Compare Source
Patch Changes
init
hook fromget_hooks
(#13136)v2.10.0
Compare Source
Minor Changes
init
hook (#13103)Patch Changes
hooks.js
from overwriting hooks fromhooks.server.js
(#13104)v2.9.1
Compare Source
Patch Changes
v2.9.0
Compare Source
Minor Changes
Patch Changes
v2.8.5
Compare Source
Patch Changes
v2.8.4
Compare Source
Patch Changes
v2.8.3
Compare Source
Patch Changes
fix: ensure error messages are escaped (#13050)
fix: escape values included in dev 404 page (#13039)
v2.8.2
Compare Source
Patch Changes
fix: prevent duplicate fetch request when using Request with load function's fetch (#13023)
fix: do not override default cookie decoder to allow users to override the
cookie
library version (#13037)sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.4
Compare Source
Patch Changes
1a91581
)v4.0.3
Compare Source
Patch Changes
code
property to changes in svelte5 (#1046)v4.0.2
Compare Source
Patch Changes
5309d7b
)vite-pwa/sveltekit (@vite-pwa/sveltekit)
v0.6.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
huntabyte/bits-ui (bits-ui)
v1.0.0-next.81
Compare Source
Patch Changes
runed
to support Astro builds (#1078)v1.0.0-next.80
Compare Source
Patch Changes
fix: clean up event listeners for menus (#1071)
fix(RangeCalendar): allow
value
to be cleared (#1075)v1.0.0-next.79
Compare Source
Patch Changes
v1.0.0-next.78
Compare Source
Patch Changes
Allow
<Button/>
withhref
to be disabled. (#1055)BREAKING:
Select
- change default value ofallowDeselect
tofalse
to align with native HTML<select>
(#1049)fix: ensure
disabled
is passed through toDialog.Trigger
andDialog.Close
(#1057)v1.0.0-next.77
Compare Source
Patch Changes
controlled<State>
props in favor of Svelte's Function Bindings (#1034)v1.0.0-next.76
Compare Source
Patch Changes
breaking:
Slider.Root
now requires atype
prop to specify whether the slider should be a"single"
or"multiple"
slider, which determines whether the value and change function arguments should be of typenumber
ornumber[]
(#1032)fix:
Popover
trigger close detection (#1030)Dialog/Alert Dialog: change
Dialog.Close
andAlertDialog.Cancel
events frompointerdown
toclick
(#1028)v1.0.0-next.75
Compare Source
Patch Changes
fix: expose
updatePositionStrategy
prop for tooltip content (#1026)cleanup internals, update Svelte (#1024)
v1.0.0-next.74
Compare Source
Patch Changes
onclick
events for most components except where it makes sense (like menus, select, etc.) (#1011)v1.0.0-next.73
Compare Source
Patch Changes
peerDependency
from^5.0.0-next.1
to^5.0.0
(#869)v1.0.0-next.72
Compare Source
Minor Changes
Checkbox.Group
andCheckbox.GroupLabel
components (#1003)v1.0.0-next.71
Compare Source
Patch Changes
Command
arrow navigation after empty state displayed (#997)v1.0.0-next.70
Compare Source
Patch Changes
feat: add
onStateChange
callback toCommand
component (#972)BREAKING: Update
child
snippet behavior of Floating UI-basedContent
components (#994)fix: issue where you were unable to navigate to the previous menu from within a menu of the menubar via arrow keys (#990)
perf: optimize command methods (#992)
v1.0.0-next.69
Compare Source
Patch Changes
fix: allow resetting
DateField
value (#988)optimize classes via prototype bindings (#986)
v1.0.0-next.68
Compare Source
Patch Changes
avoidCollisions
in Floating UI components (#984)v1.0.0-next.67
Compare Source
Patch Changes
Select
to handle empty string values via keyboard (#979)v1.0.0-next.66
Compare Source
Patch Changes
open
prop ofDateRangePicker
andDatePicker
$bindable
(#975)v1.0.0-next.65
Compare Source
Patch Changes
v1.0.0-next.64
Compare Source
Patch Changes
FormData
on Combobox/Selecttype="multiple"
if a value is selected to align with native<select multiple>
behavior (#961)techniq/layerchart (layerchart)
v0.91.1
Compare Source
Patch Changes
MouseEvent
as first argument toonclick
(match other event callbacks) (180d77a
)v0.91.0
Compare Source
Minor Changes
1d5ad26
)v0.90.0
Compare Source
Minor Changes
feat(Canvas): Integrate hit canvas with component registration system for simplified pointer events (#354)
breaking: Remove all usage of
createEventDispatcher
withon{event}
callbacks. Aligns with Svelte 5 recommendation and unlocks canvas integration (#354)breaking: Lowercase all event names (
onTooltipClick
=>ontooltipclick
) for consistency with native events (preparing for Svelte 5) (#354)feat(Frame): Support Canvas render context (#354)
feat(Link): Support Canvas render context (#354)
feat(Voronoi): Support Canvas render context (#354)
feat: Add
debug
prop to all simplfied charts to enable tooltip and renderContext debug mode (#354)feat(GeoPoint): Pass
x
/y
as slot props (#354)feat(Rect): Support binding to underlying svg
<rect>
usingelement
prop (#354)breaking: Remove HitCanvas (integrated into Canvas) (#354)
breaking: Remove
render
prop from GeoPath, GeoPoint, and Points. No longer useful now that Canvas integrates functionality (#354)Patch Changes
fix(PieChart): Fix tooltips when using
renderContext="canvas"
(#354)fix(AreaChart|LineChart|Highlight): Support canvas pointer events, enabling series highlighting and click events when using `renderContext="canvas" (#354)
fix(Canvas): Improve animation performance by only rendering hit canvas when
<canvas>
has active pointer over element (#354)v0.81.3
Compare Source
Patch Changes
interface $Props extends ...
with other simplified charts to fix odd type issue (a7133b4
)v0.81.2
Compare Source
Patch Changes
feat(Brush): Add
onReset
callback event (5b95bc9
)fix(Brush): On reset, restore original configured domain values and not data derived domain values (
5b95bc9
)v0.81.1
Compare Source
Patch Changes
mode: 'integrated' | 'separated'
to better support external state updates (default:integarted
and no longer shows active selection when brush domain != original domain) (120f5e0
)v0.81.0
Compare Source
Minor Changes
change
,brushStart
,brushEnd
) to callback functions (onChange
,onBrushStart
,onBrushEnd
). Allows usage from simplified charts and moves towards Svelte 5 api (450feb8
)v0.80.0
Compare Source
Minor Changes
feat(AreaChart|LineChart|ScatterChart): Add Brush integration (#348)
feat(ChartClipPath|CircleClipPath|RectClipPath): Support passing
disabled
to underlyingClipPath
(#348)feat: Support passing
props={{ tooltip: { context: ... } }}
for all simplified charts (still supporttooltip={...}
) (#348)Patch Changes
fix: Restore ability to pass
tooltip={false}
to disable tooltip for all simplified charts (#348)fix(AreaChart|LineChart): Fade other series highlight points when hovering individual point (#348)
v0.79.4
Compare Source
Patch Changes
null
fill/stroke when creating objectId for canvas reactivity (c96c76f
)v0.79.3
Compare Source
Patch Changes
feat(Labels): Support passing
data
andx
/y
accessor overrides (c5b297c
)feat(Points): Support passing
x
/y
accessor overrides (8ea6f12
)fix(AreaChart|BarChart|LineChart|ScatterChart): Hide labels and points when toggling selected series from legend. . Add
getLabelsProps
andgetPointsProps
slot props, useful when override slot (5602e04
)fix(AreaChart): Fix labels placements when using
seriesLayout="stack"
(5602e04
)v0.79.2
Compare Source
Patch Changes
class
to after recent refactor to handle reactive canvas styling (b025d19
)v0.79.1
Compare Source
Patch Changes
Bump dependencies (
aee4fed
)fix(Arc): Restore passing
class
to after recent refactor to handle reactive canvas styling (2bd93e5
)v0.79.0
Compare Source
Minor Changes
Patch Changes
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.