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:
1.5.3
->1.6.12
2.2.0
->2.10.4
^0.2.1
->^0.4.0
1.25.1
->1.30.4
0.5.6
->0.5.9
^0.5.1
->^0.6.0
20.10.0
->20.17.10
6.7.4
->6.21.0
6.7.4
->6.21.0
10.4.16
->10.4.20
8.51.0
->8.57.1
9.0.0
->9.1.0
2.34.0
->2.46.1
8.4.31
->8.4.49
3.0.3
->3.4.2
3.0.3
->3.3.2
^0.5.4
->^0.6.0
4.2.1
->4.2.19
3.5.2
->3.8.6
4.0.1
->4.2.0
3.3.3
->3.4.17
2.6.2
->2.8.1
5.2.2
->5.7.2
5.0.2
->5.4.11
0.1.3
->0.3.5
Release Notes
floating-ui/floating-ui (@floating-ui/dom)
v1.6.12
Compare Source
Patch Changes
DOMRect
as aboundary
v1.6.11
Compare Source
Patch Changes
@floating-ui/[email protected]
v1.6.10
Compare Source
Patch Changes
@floating-ui/[email protected]
v1.6.9
Compare Source
Patch Changes
frameElement
is readable to avoid errors in Safari and MSEdge with cross-origin iframes@floating-ui/[email protected]
v1.6.8
Compare Source
Patch Changes
@floating-ui/[email protected]
v1.6.7
Compare Source
Patch Changes
@floating-ui/[email protected]
v1.6.6
Compare Source
Patch Changes
getClientRects()
method toVirtualElement
@floating-ui/[email protected]
v1.6.5
Compare Source
Patch Changes
<svg>
arrow elementoffsetParent
. Fixes arrow positioning when styling an inner element of the floating element with a border.clippingAncestors
collision boundary for top layer elementsOffsetOptions
aliasv1.6.4
Compare Source
Patch Changes
DOMRect
typesv1.6.3
Compare Source
Patch Changes
offsetParent
iframe. Fixes issue with positioning in nested iframes, such as the following:v1.6.2
Compare Source
Patch Changes
absolute
strategyv1.6.1
Compare Source
Patch Changes
getContainingBlock
call for non-top layer elementsv1.6.0
Compare Source
Minor Changes
:top-layer
elements inside containing blocks. It's no longernecessary to implement the middleware workaround outlinedhttps://github.com/floating-ui/floating-ui/issues/1842#issuecomment-187265324572653245.
Patch Changes
@floating-ui/[email protected]
v1.5.4
Compare Source
Patch Changes
4c04669
: chore: exports .d.mts types, solves #24720d18e37
: refactor: avoid $ appearing in rects dimensions4c04669
]afb7e5e
]skeletonlabs/skeleton (@skeletonlabs/skeleton)
v2.10.4
Compare Source
Patch Changes
v2.10.3
Compare Source
Patch Changes
v2.10.2
Compare Source
Patch Changes
bugfix: Added restProps to InputChip (#2739)
chore: Resolve missing onclick events for AppRailTile and AppRailAnchor. (#2751)
v2.10.1
Compare Source
Patch Changes
bugfix: InputChip issue resolved to support Svelte 5 (#2715)
bugfix: Removed invalid role and forward events on AppRailAnchor component (#2716)
v2.10.0
Compare Source
Minor Changes
Patch Changes
input
prop type tounknown
(#2648)v2.9.2
Compare Source
Patch Changes
v2.9.1
Compare Source
Patch Changes
Bugfix: Removed duplicate
class
attribute on AccordionItem SVG caret icon (#2597)Chore: Fix JSDoc comment for AppRail border property #2592 (#2601)
v2.9.0
Compare Source
Minor Changes
disabled
prop to ListBox and ListBoxItem components. (#2485)v2.8.0
Compare Source
Minor Changes
Patch Changes
bugfix: Removed recursive-tree-view's unused props for
disabled
andopen
(#2427)bugfix: CodeBlock copy button type is now
button
instead of default (submit
) (#2428)bugfix: added
label
prop to InputChips to provide aria-label for a11y (#2445)chore: Applied
@html
interpretation to Autocomplete empty state (#2448)v2.7.1
Compare Source
Patch Changes
ActionReturn
type for theclipboard
action (#2376)v2.7.0
Compare Source
Minor Changes
tabIndex
values to denote initial tab focus (#2191)Patch Changes
bugfix: Step events have been moved to the parent Stepper component to match the documentation spec (#2341)
bugfix: The Modal system's subscription has been updated to avoid a potential memory leak issue (#2336)
bugfix: Resolved a Safari browser styling issue when Avatars are placed inside AppBar (#2333)
chore: Modal backdrop padding can now be overwritten via
regionProp
andbackdropClasses
(#2332)bugfix: Modal Prompt of type number now returns number instead of a string (#2334)
bugfix: Fixed an issue where Models would shift or wobble slightly on open (#2255)
v2.6.1
Compare Source
Patch Changes
chore: Added a
animIndeterminate
prop to customize the ProgressBar indeterminate animation. (#2317)chroe: AccordionItem now includes
iconOpen
andiconClosed
slots for custom open/closed icons (#2285)chore: Added a new
fontSize
prop to the Avatar component to control the size of the initials (#2322)bugfix: RadioGroup now includes
flexDirection
andgap
props for handling vertical layouts and item spacing respectively (#2309)v2.6.0
Compare Source
Minor Changes
Patch Changes
bugfix: Accordion Item
on:toggle
event now provides properly formattedid
andpanelId
values (#2279)bugfix: The Paginator numeric row now adheres to the
disabled
state (#2269)v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Minor Changes
filter
(#2208)Patch Changes
bugfix: Fixed Tree View component bug that prevented clicking Tree elements. (#2171)
bugfix: Table cells are only focusable when the
interactive
prop is enabled (#2194)bugfix: Improved keyboard interaction and accessability for the AppRailTile (#2172)
bugfix: Drawers now have a smoother close animation by default (#2219)
bugfix: Drawer touch events are now passive (#2220)
chore: Progress Bar and Progress Radial now include dedicated
transition
props (#2196)v2.4.0
Compare Source
Minor Changes
feat: Added recursive Tree View component enhancements including: (#2181)
click
andtoggle
events.lead
andcontent
props now accepts Svelte components and HTML content.feat: Added a transition
duration
property to the Drawer component as well asDrawerSettings
(#2139)Patch Changes
v2.3.0
Compare Source
Minor Changes
fileInput
prop to reference to the input element. (#2105)on:focus
,on:focusin
, andon:focusout
events.feat: Added
input-chip-interface
andinput-chip-wrapper
region classes to Input Chips. (#2089)feat: Multiple revisions to the Tree View component: (#2069)
relational
prop to enable relational checking.expandedNodes
disabledNodes
checkedNodes
indeterminateNodes
(affects only multiple relational mode)Patch Changes
bugfix: Resolved an issue that allowed focusTrap to escape hidden inputs (#2077)
feat: Added a
strokeLinecap
property to to Progress Radials, enabling rounded styling (#2093)chore: Accordion now has RTL compatibility via the use of the
text-start
class (#2109)bugfix: Added
title
prop to Lightswitch component for better i18n support (#2090)sveltejs/kit (@sveltejs/kit)
v1.30.4
Compare Source
Patch Changes
v1.30.3
Compare Source
Patch Changes
v1.30.2
Compare Source
Patch Changes
v1.30.1
Compare Source
Patch Changes
fix: prerendered root page with
paths.base
config uses correct trailing slash option (#10763)fix: correctly return 404 when a form action is not found (#11278)
v1.30.0
Compare Source
Minor Changes
response.arrayBuffer()
during ssr (#10535)Patch Changes
fix: allow
"false"
value for preload link options (#10555)fix: call worker
unref
instead ofterminate
(#10120)fix: correctly analyse exported server API methods during build (#11019)
fix: avoid error when back navigating before page is initialized (#10636)
fix: allow service-worker.js to import assets (#9285)
fix: distinguish better between not-found and internal-error (#11131)
v1.29.1
Compare Source
Patch Changes
fix: correctly return 415 when unexpected content types are submitted to actions (#11255)
chore: deprecate
preloadCode
calls with multiple arguments (#11266)v1.29.0
Compare Source
Minor Changes
resolveRoute
to$app/paths
, deprecateresolvePath
(#11261)v1.28.0
Compare Source
Minor Changes
Patch Changes
fix: resolve relative cookie paths before storing (#11253)
chore: deprecate cookies.set/delete without path option (#11237)
fix: make sure promises from fetch handle errors (#11228)
v1.27.7
Compare Source
Patch Changes
fix: set runes option in generated root (#11111)
fix: retain URL query string for trailing slash redirects to prerendered pages (#11142)
v1.27.6
Compare Source
Patch Changes
fix: use runes in generated root when detecting Svelte 5 (#11028)
fix: correctly prerender pages that use browser globals and have SSR turned off (#11032)
fix: correctly show 404 for prerendered dynamic routes when navigating client-side without a root layout server load (#11025)
v1.27.5
Compare Source
Patch Changes
fix: add vite.config.js to included files in generated tsconfig (#10788)
fix: cache location.origin on startup (#11004)
v1.27.4
Compare Source
Patch Changes
fix: generate
__data.json
for prerendered pages when SSR is turned off (#10988)chore: add experimental compatibility for Svelte 5 (#11002)
v1.27.3
Compare Source
Patch Changes
v1.27.2
Compare Source
Patch Changes
File
Node polyfill for Node version 18.11.0+ (#10948)v1.27.1
Compare Source
Patch Changes
v1.27.0
Compare Source
Minor Changes
invalidateAll
boolean option toenhance
callback (#9889)v1.26.0
Compare Source
Minor Changes
Patch Changes
fix: basic mime type handling for prerendered pages in preview (#10851)
chore: use just a single library (mrmime) for mime type handling (#10851)
chore: bump undici to address security issue (#10885)
fix: follow whatwg fetch spec for handling redirect loops (#10857)
fix: use
window.fetch
inload
functions to allow libraries to patch it (#10009)chore(deps): update dependency undici to ~5.26.0 (#10860)
v1.25.2
Compare Source
Patch Changes
fix: correctly update
$page.url.hash
when navigating history (#10843)fix: strip virtual module prefix from error messages (#10776)
fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered (#10727)
fix: only remove Vite manifest when copying files (#10782)
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.9
Compare Source
Fixed
v0.5.8
Compare Source
Fixed
v0.5.7
Compare Source
Fixed
checkbox
andradio
appearance inforced-colors
mode (#152)total-typescript/ts-reset (@total-typescript/ts-reset)
v0.6.1
Patch Changes
757be40
: Fixed a bug where creating an empty map would no longer infer types correctly.v0.6.0
Minor Changes
6574858
: Added a rule,/map-constructor
, to defaultMap
toMap<unknown, unknown>
when no arguments are passed to the constructor.Before, you'd get
any
for both key and value types. Now, the result ofMap.get
isunknown
instead ofany
:This now is part of the recommended rules.
5bf3a15
: Added a rule,/promise-catch
, to change thecatch
method to takeunknown
instead ofany
as an argument.Patch Changes
53cee4f
: author: @none23Fixed a bug where running .filter on a union of arrays would not work.
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [
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.
👻 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.