chore(deps): update all non-major dependencies #38
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.261
->2.2.273
4.7.3
->4.7.4
2.7.2
->2.8.1
0.21.15
->0.21.16
4.4.5
->4.4.6
^0.44.0
->^0.59.0
1.27.0
->1.28.1
9.11.0
->9.13.2
13.0.0
->13.0.1
10.0.7
->10.1.0
3.2.7
->3.2.8
4.0.5
->4.0.9
^0.11.0
->^0.12.0
^0.2.1
->^0.3.0
3.4.14
->3.4.15
2.8.0
->2.8.1
^0.19.2
->^0.20.0
5.4.9
->5.4.11
^0.20.1
->^0.21.0
7.1.0
->7.3.0
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.273
Compare Source
v2.2.272
Compare Source
v2.2.271
Compare Source
v2.2.270
Compare Source
v2.2.269
Compare Source
v2.2.268
Compare Source
v2.2.267
Compare Source
v2.2.266
Compare Source
v2.2.265
Compare Source
v2.2.264
Compare Source
v2.2.263
Compare Source
v2.2.262
Compare Source
sveltejs/kit (@sveltejs/adapter-cloudflare)
v4.7.4
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.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)
huntabyte/bits-ui (bits-ui)
v0.21.16
Compare Source
Patch Changes
chartjs/Chart.js (chart.js)
v4.4.6
Compare Source
techniq/layerchart (layerchart)
v0.59.1
Compare Source
Patch Changes
pathData
(ex. Bar) and non-cartesian (ex. graph/hierarchy) usage (7dcd042
)v0.59.0
Compare Source
Minor Changes
feat(Bar): Add
none
rounded option (#280)feat(Bar): Support
rounded="edge"
for value and orientation aware single edge rounding (#280)feat(BarChart): Use new
rounded="edge"
for better default rounding, especially withseriesLayout="stack"
(#280)v0.58.4
Compare Source
Patch Changes
13c1ce5
)v0.58.3
Compare Source
Patch Changes
0
out of visible range and improve custom curve tweening (0b06ee0
)v0.58.2
Compare Source
Patch Changes
tweened
transition (ddddb7e
)v0.58.1
Compare Source
Patch Changes
user-select
by default for a better mobile experience (6806cc6
)v0.58.0
Compare Source
Minor Changes
feat(Pie): Add
sort
prop to specify sorting comparator, or passnull
to disable default sorting (56f84b5
)feat(Legend): Add
onClick
when usingvariant="swatches"
(7629194
)Patch Changes
chartData
whenseries
is updated (ad04197
)v0.57.0
Compare Source
Minor Changes
placement
prop to conveniently position chart left or right (useful with legends). Resolves #271 (7498738
)v0.56.0
Compare Source
Minor Changes
center={false}
to disable default centering, enabling explicit/absolute positioning withprops.group
(bb241d5
)v0.55.0
Compare Source
Minor Changes
feat: Add Marker support for Spline, Line, and Link (and components which use these) (#267)
feat: Add Marker component for drawing arrowheads or polymarkers on Line, Spline, etc (#267)
feat(Brush): Add
labels
prop and slot to enable showing values beside each handle (#265)breaking: Use camelCase (
aboveMarks
, etc) instead of kebob case (above-marks
) slot names to fix Svelte 5{#snippet}
compatibility (#269)Patch Changes
fix: Render axis slot after/above marks (Bars, Lines, etc) which has no visible difference with current examples, but enables placing axis labels on top of marks (
c10452e
)fix(Brush): Do not convert
Date
domain instances tonumber
when performing arithmetic (#265)v0.54.1
Compare Source
Patch Changes
docs: Use Svelte 5 (#260)
docs: Replace svelte-preprocess with vitePreprocess (#260)
fix(Grid): Add {#each} keys to fix transitions (
4b14a2e
)fix(Rule): Fix reactivity issue with dynamic data not hiding rule when outside x/y range (
cb9cb03
)fix(BarChart): Only show
0
baseline rule based on direction (not both axis) (129163e
)v0.54.0
Compare Source
Minor Changes
feat: New Grid component (improved band scale and radial support) (#252)
feat: Simplify overriding marks for AreaChart, BarChart, LineChart, and ScatterChart, useful for gradients and motion (#252)
feat(Chart): Expose
tooltipContext
andgeoProjection
context stores for external access (#252)feat(Rule): Add xOffset/yOffset support (#252)
feat(Axis): Use
Rule
forrule
andgrid
lines to simplify implementation and support passing full props (#252)feat(Labels): Add
value
accessor prop to override which value to display (different axis, etc) (#252)feat(Axis): Support radial tick marks (angle) (#252)
feat(BarChart): Support using color (
c
) scale to change color based on value (#252)breaking(Tooltip.Root): Default xOffset/yOffset to
0
unless using 'pointer' mode (only changesdata
mode default) (#252)Patch Changes
fix(Legend): Disable whitespace wrapping by default (#252)
fix(Tooltip.Root): Align data snapped to band/bar center (instead of edge) (#252)
fix: Pass color accessor (
c
) and scale (cScale
) as slot props for simplified charts (AreaChart, etc) (#252)fix(Chart): Fix types when passing readonly string[] color ranges (i.e. d3-scale-chromatic schemes) (#252)
fix(Axis): Middle align 12 o'clock (0/360deg) tick label (#252)
fix(Axis): Respect
tickLength
when positioning tick label/text (#252)fix(Simplified charts): Use color scale for Legend when using single (default) series (#252)
fix(TransformContext): Only disable touchmove default (i.e. scrolling) when enabled (canvas/manual) and pointer events are not disabled (#252)
docs: Copy
Date
data asnew Date(...)
to clipboard (#253)docs: Stringify example data to clipboard on demand (#253)
docs(PieChart): Add examples for using d3-scale-chromatic schemes and interpolators (#252)
v0.53.0
Compare Source
Minor Changes
label
prop tokey
and add newlabel
prop (775102657e8dd54d504e468d61e98603d0fdc5f4
)Patch Changes
fix(Brush): Fix pointer padding offset (missing parens) (
b9ed17f5d6eb9ed3adf4494687102615acfcea86
)fix: Respect series label (if defined) for simplified chart legends (AreaChart, BarChart, ScatterChart) (
e20576536e4510b248fb4d5d6f52c1702bf49311
)v0.52.1
Compare Source
Patch Changes
seriesExpand
series layout usingpercentRound
by default (337e68396307319a0b99602a447f5e62f672993d
)v0.52.0
Compare Source
Minor Changes
breaking: Only show
0
baseline by default instead of always drawing axis line for simplified charts (LineChart, etc) (#248)feat: Add
stackExpand
andstackDiverging
series layouts for AreaChart and BarChart (#248)feat: Add legend support (prop and slot) to all simplified charts (#248)
feat(Rule): Support radial charts (x/angle and y/radius) (#248)
feat(Legend): Add
orientation
prop (#248)feat(Axis): Support passing
class
andclasses
(root/label) (#248)feat(Legend): Add
variant
prop withramp
(default) andswatches
(#248)Patch Changes
fix(BarChart): Fix
groupPadding
not exposed on $Props (c01a9f597037f9f812c49ceb41c8752438537532
)fix: Remove use of
SvelteComponent
which is not compatible with Svelte 5 (#248)fix(PieChart): Pass series props to underlying Arcs (#248)
v0.51.2
Compare Source
Patch Changes
axis="x"
oraxis="y"
for all simplified charts (e50889679a48a7581a7b118d7b4408f51537c51f
)v0.51.1
Compare Source
Patch Changes
fix(AreaChart): Fix passing line stroke-width overriding series color (
b60cb6f4217d4f180497bab44d6fc2bae529b9a9
)feat(AreaChart): Support passing
line
props directly (instead of viaarea.line
) (b60cb6f4217d4f180497bab44d6fc2bae529b9a9
)v0.51.0
Compare Source
Minor Changes
TransformControls
from top-level exports after demotion of Svelte UX todevDependencies
(b60356d59bd4e21593a73625182304e481b648f4
)Patch Changes
fix(ChartContext): Incorrect createScale import path (
fcf4262ef153b11622da72e4ef3d5c2a29e743ea
)fix: Use
unique()
from@layerstack/utils
instead ofsvelte-ux
(b64e078fc83a75076facd7c14b5c35acf30e9ab5
)fix: Use typeGuards from
@layerstack/utils
instead ofsvelte-ux
(1e7778f8496d61a44bdf6ef018eb016047159e42
)v0.50.0
Compare Source
Minor Changes
feat: Add simplified charts to streamline creating common chart types with recommended conventions and granular extensibility (AreaChart, BarChart, LineChart, PieChart, and ScatterChart) (#224)
feat(Svg): Add
center
to conveniently center children, useful for radial layouts without requiringGroup
wrapper (#224)refactor: Add
@layerstack/svelte-actions
,@layerstack/svelte-stores
,@layerstack/tailwind
, and@layerstack/utils
packages and movesvelte-ux
package todevDependancies
(components only for docs) (#224)breaking: Add new color
cScale
(and relatedc
accessor, domain, range, etc) and replacerScale
usage (which should be used for radius, etc) (#224)breaking(Tooltip): Rename Tooltip to Tooltip.Root (#224)
breaking(Tooltip): Consolidate Tooltip components (TooltipItem, TooltipSeparator, etc) to Tooltip.Item, Tooltip.Separtor, etc (#224)
breaking(Tooltip): Remove default grid on Tooltip.Root and add Tooltip.List as Tooltip.Item container (#224)
breaking: Remove <Tooltip.Root header={...}> and replace with <Tooltip.Header> (#224)
breaking(Chart): Default domain sorting to
false
(instead of LayerCake'strue
) to simplify bandScale use cases (#224)breaking: Remove
AreaStack
as use cases fully supported byArea
(#224)breaking(Pie): Remove
placement
prop and instead rely Svgcenter
or useGroup
for positioning (#224)breaking(Threshold): Simplify implementation and rename
pathAbove
/pathBelow
slots toabove
/below
(#224)breaking(Bar/Bars): Replace groupBy/groupPadding with Chart-level x1/y1 derived scales (#224)
breaking: Rename
createStackData()
togroupStackData()
, refine returned structure to simplify tooltips and make consistent with different options combinations, and add tests (#224)Patch Changes
feat(Chart): Support x1/y1 derived scales, useful for grouped bar charts (#224)
feat(tooltip): Update bisect-x mode to support radial coordinates (#224)
feat(Tooltip.Item): Support
color
prop to add swatch, support theme colors and any color viacolor="variable"
(#224)feat(Arc): Support passing
tooltip
anddata
props to simplify setting up tooltip pointer events (#224)feat(Points): Integrate with rScale (#224)
feat(Bars): Support passing
data
override (#224)feat(Chart): Expose
config
as slot prop (#224)feat(Bar): Forward pointer events to enable individual bar tooltips (#224)
feat(Voronoi): Support radial coordinates. Issue #112 (#224)
feat(Points): Add
xValue
andyValue
to each point, and improve types (#224)feat(Highlight): Support radial coordiantes for
points
andlines
. Issue #112 (#224)feat(Labels): Support
center
placement (useful with Points) (#224)feat(Points): Add canvas support (#224)
feat(Chart): Expose
x
/y
/z
/r
accessors via slot props (#224)fix(Highlight): Handle non-zero y values when drawing lines (ex. radial line chart with inner radius) (#224)
fix(Labels): Handle multiple x or y properties (stack, diverting) by leveraging Points component internally (#224)
fix(Spline): Handle null data via defined by default (#224)
fix(TooltipSeparator): Use theme color (#224)
fix(Area): Handle null data via defined by default (#224)
fix(Highlight): Handle null value points (#224)
fix(Voronoi): Dispatch custom
pointerevent
instead of forwarding to fix console errors (#224)fix(Points): Remove incorrect points for null/undefined values (#224)
fix(Area): Pass
x
override to internal Spline (#224)fix(Spline): Enable passing
fill
prop (useful for Bar with single rounded edge) (#224)fix(cartesianToPolar): Correctly calculate angle/radians between 0 and 2π (#224)
parcel-bundler/lightningcss (lightningcss)
v1.28.1
Compare Source
v1.28.0
Compare Source
Added
@container
names in CSS Modules by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/835input:placeholder
by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/813@value
at-rule of CSS Modules by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/842Fixed
22a8b6f
calc
expression –e3c8e12
calc
expression –378955e
clamp
function reduction when the comparison between preferred and max value is unknown –ddc9ce8
f6b033f
pnpm/pnpm (pnpm)
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
👻 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.