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:
^3.0.5
->^3.0.8
^2.7.2
->^2.15.1
^4.0.0
->^4.0.4
1.0.0-next.21
->1.0.0-next.76
^9.13.0
->^9.17.0
^2.45.1
->^2.46.1
^15.11.0
->^15.14.0
^9.1.6
->^9.1.7
^8.4.47
->^8.4.49
^3.3.3
->^3.4.2
^3.2.7
->^3.3.2
^0.6.8
->^0.6.9
^5.0.3
->^5.16.0
^4.0.5
->^4.1.1
^2.5.4
->^2.6.0
^3.4.14
->^3.4.17
^2.8.0
->^2.8.1
^5.6.3
->^5.7.2
^8.10.0
->^8.19.0
^5.4.9
->^5.4.11
Release Notes
sveltejs/kit (@sveltejs/adapter-static)
v3.0.8
Compare Source
Patch Changes
v3.0.7
Compare Source
Patch Changes
v3.0.6
Compare Source
Patch Changes
docs: update URLs for new svelte.dev site (#12857)
Updated dependencies [
dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46
,4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d
,3a9b78f04786898ca93f6d4b75ab18d26bc45192
,723eb8b31e6a22c82f730c30e485386c8676b746
,8ec471c875345b751344e67580ff1b772ef2735b
]:sveltejs/kit (@sveltejs/kit)
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)v2.8.1
Compare Source
Patch Changes
fix: only add nonce to
script-src-elem
,style-src-attr
andstyle-src-elem
CSP directives whenunsafe-inline
is not present (#11613)fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)
v2.8.0
Compare Source
Minor Changes
ActionFailure
objects (#12878)v2.7.7
Compare Source
Patch Changes
v2.7.6
Compare Source
Patch Changes
v2.7.5
Compare Source
Patch Changes
fix: warn on invalid cookie name characters (#12806)
fix: when using
@vitejs/plugin-basic-ssl
, set a no-op proxy config to downgrade from HTTP/2 to TLS sinceundici
does not yet enable HTTP/2 by default (#12907)v2.7.4
Compare Source
Patch Changes
fix: ensure element is focused after subsequent clicks of the same hash link (#12866)
fix: avoid preload if event default was prevented for
touchstart
andmousedown
events (#12887)fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#12866)
v2.7.3
Compare Source
Patch Changes
fix: include importer in illegal import error message (#12820)
fix: don't try reading assets directly that aren't present (#12876)
fix: decode non-latin characters when previewing prerendered pages (#12874)
fix: better error message when a
Result
is returned from a form action (#12829)docs: update URLs for new svelte.dev site (#12857)
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
)v4.0.1
Compare Source
Patch Changes
huntabyte/bits-ui (bits-ui)
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)v1.0.0-next.63
Compare Source
Patch Changes
Portal
fromMenubar
namespace (#955)v1.0.0-next.62
Compare Source
Patch Changes
type="button"
by default (#953)v1.0.0-next.61
Compare Source
Patch Changes
DropdownMenu.Trigger
should default totype="button"
while enabling users to override via thetype
prop (#951)fix:
TabTrigger
default tabindex handling (#949)v1.0.0-next.60
Compare Source
Patch Changes
fix: DateField 24 hour cycling (#945)
fix: issue causing labels associated with radio group items not to select the item (#943)
v1.0.0-next.59
Compare Source
Patch Changes
v1.0.0-next.58
Compare Source
Patch Changes
fix: cleanup focus scope handlers (#936)
Allow users to override the
type
attribute onCheckbox.Root
(#934)fix: Dialog buttons not responding on certain mobile platforms (#937)
v1.0.0-next.57
Compare Source
Patch Changes
null
/undefined
(#929)v1.0.0-next.56
Compare Source
Patch Changes
v1.0.0-next.55
Compare Source
Patch Changes
Select
andCombobox
infinite loop on item selection (#925)v1.0.0-next.54
Compare Source
Patch Changes
v1.0.0-next.53
Compare Source
Patch Changes
fix: ensure
disabled
attribute is passed to a disabled tooltip trigger (#916)fix: ensure
disabled
is passed toPopover.Trigger
(#918)v1.0.0-next.52
Compare Source
Patch Changes
v1.0.0-next.51
Compare Source
Patch Changes
v1.0.0-next.50
Compare Source
Patch Changes
data-arrow
attribute to floating arrow svg (#906)v1.0.0-next.49
Compare Source
Patch Changes
*Menu.CheckboxItem
indeterminate
prop bindable (#900)v1.0.0-next.48
Compare Source
Patch Changes
Checkbox
and*Menu.CheckboxItem
checked
prop is now of typeboolean
withindeterminate
being a separate prop (#898)v1.0.0-next.47
Compare Source
Patch Changes
fix: issue with nested scroll prevention (#896)
fix: pagination with
count={0}
displaying page 0 (#893)fix: pin input paste not working without pattern (#897)
v1.0.0-next.46
Compare Source
Patch Changes
LinkPreview
where content wouldn't close when the trigger was entered and exited quickly (#889)v1.0.0-next.45
Compare Source
Patch Changes
v1.0.0-next.44
Compare Source
Patch Changes
Tooltip.Root
to favorTooltip.Provider
(#880)v1.0.0-next.43
Compare Source
Patch Changes
Tooltip.Provider
props are applied toTooltip.Root
unless overridden (#878)v1.0.0-next.42
Compare Source
Patch Changes
v1.0.0-next.41
Compare Source
Patch Changes
vaul-svelte
) (#873)v1.0.0-next.40
Compare Source
Patch Changes
display: table
in scroll area (#863)v1.0.0-next.39
Compare Source
Patch Changes
closeOnSelect
prop to all the menu item components (#859)v1.0.0-next.38
Compare Source
Patch Changes
v1.0.0-next.37
Compare Source
Patch Changes
v1.0.0-next.36
Compare Source
Patch Changes
v1.0.0-next.35
Compare Source
Patch Changes
v1.0.0-next.34
Compare Source
Patch Changes
fix: Combobox
forceMount
(#844)fix: Tooltip
forceMount
(#844)fix: DropdownMenu & ContextMenu
forceMount
(#844)fix: Select
forceMount
(#844)fix: popover
forceMount
(#844)fix: LinkPreview
forceMount
(#844)v1.0.0-next.33
Compare Source
Patch Changes
v1.0.0-next.32
Compare Source
Patch Changes
Dialog
andAlertDialog
child
transition and addrestoreScrollDelay
prop to support custom transitions (#831)v1.0.0-next.31
Compare Source
Patch Changes
Add ID Attribute to Toggle Root Component (#823)
fix: Link preview not closing on pointer leave (#825)
v1.0.0-next.30
Compare Source
Patch Changes
v1.0.0-next.29
Compare Source
Patch Changes
allowDeselect
prop (#819)v1.0.0-next.28
Compare Source
Patch Changes
v1.0.0-next.27
Compare Source
Patch Changes
v1.0.0-next.26
Compare Source
Patch Changes
v1.0.0-next.25
Compare Source
Patch Changes
v1.0.0-next.24
Compare Source
Patch Changes
fix: Combobox & Select trigger default to
type="button"
(#802)fix: derived updates (#802)
v1.0.0-next.23
Compare Source
Patch Changes
ref
prop$bindable
(#798)v1.0.0-next.22
Compare Source
Patch Changes
eslint/eslint (eslint)
v9.17.0
Compare Source
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
](https://redirect.github.com/eslint/eslint/commit/576bcc5461c0c00c30dfConfiguration
📅 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.
👻 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.