chore(deps): update all non-major dependencies #37
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.251
->2.2.261
4.7.2
->4.7.3
2.5.28
->2.7.2
0.6.5
->0.6.6
0.21.15
->0.21.16
4.4.4
->4.4.5
^0.44.0
->^0.54.0
9.11.0
->9.12.2
10.0.5
->10.0.7
3.2.6
->3.2.7
0.6.6
->0.6.8
4.0.2
->4.0.5
2.5.2
->2.5.4
3.4.12
->3.4.14
2.7.0
->2.8.0
5.6.2
->5.6.3
5.4.7
->5.4.9
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.261
Compare Source
v2.2.260
Compare Source
v2.2.259
Compare Source
v2.2.258
Compare Source
v2.2.257
Compare Source
v2.2.256
Compare Source
v2.2.255
Compare Source
v2.2.254
Compare Source
v2.2.253
Compare Source
v2.2.252
Compare Source
sveltejs/kit (@sveltejs/adapter-cloudflare)
v4.7.3
Compare Source
Patch Changes
fix: correctly handle relative paths when fetching assets on the server (#12113)
Updated dependencies [
df48fc6ede3859beabaae9fd7c6f722215bb8a42
,5780deba8e3ebd0e2b0abea029068ad0c6daf6ad
,6f9aefdb8699fc126d76a88471602cb9a80822eb
,8aa95b4b3431e79f62f580abdcdcb157b4de86cd
]:sveltejs/kit (@sveltejs/kit)
v2.7.2
Compare Source
Patch Changes
v2.7.1
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
fix: warn when form action responses are lost because SSR is off (#12063)
v2.7.0
Compare Source
Minor Changes
Patch Changes
fix: correctly handle relative paths when fetching assets on the server (#12113)
fix: decode non ASCII anchor hashes when scrolling into view (#12699)
fix: page response missing CSP and Link headers when return promise in
load
(#12418)v2.6.4
Compare Source
Patch Changes
fix: only preload links that have a different URL than the current page (#12773)
fix: revert change to replace version in generateBundle (#12779)
fix: catch stack trace fixing errors thrown in web containers (#12775)
fix: use absolute links in JSDoc comments (#12772)
v2.6.3
Compare Source
Patch Changes
fix: ensure a changing
version
doesn't affect the hashes for chunks without any actual code changes (#12700)fix: prevent crash when logging URL search params in a server load function (#12763)
chore: revert update dependency cookie to ^0.7.0 (#12767)
v2.6.2
Compare Source
Patch Changes
v2.6.1
Compare Source
Patch Changes
v2.6.0
Compare Source
Minor Changes
load
functions (#12716)Patch Changes
<form target="_blank">
and ` submissions (#11936)vite-pwa/sveltekit (@vite-pwa/sveltekit)
v0.6.6
Compare Source
🐞 Bug Fixes
tinyglobby
- by @userquin in https://github.com/vite-pwa/sveltekit/issues/92 (41bd5)View changes on GitHub
huntabyte/bits-ui (bits-ui)
v0.21.16
Compare Source
Patch Changes
chartjs/Chart.js (chart.js)
v4.4.5
Compare Source
Essential Links
Bugs Fixed
Types
Documentation
Development
Thanks to @HieroglypH, @LeeLenaleee, @dependabot, @dependabot[bot] and @dregad
techniq/layerchart (layerchart)
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)
pnpm/pnpm (pnpm)
v9.12.2
: pnpm 9.12.2Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.12.1
: pnpm 9.12.1Compare Source
Patch Changes
pnpm update --latest
should not update the automatically installed peer dependencies #6657.pnpm publish
should be able to publish from a local tarball #7950.EBUSY
errors caused by creating symlinks in paralleldlx
processes #8604.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.12.0
: pnpm 9.12Compare Source
Minor Changes
Fix peer dependency resolution dead lock #8570. This change might change some of the keys in the
snapshots
field insidepnpm-lock.yaml
but it should happen very rarely.pnpm outdated
command supports now a--sort-by=name
option for sorting outdated dependencies by package name #8523.Added the ability for
overrides
to remove dependencies by specifying"-"
as the field value #8572. For example, to removelodash
from the dependencies, use this configuration inpackage.json
:Patch Changes
pnpm list --json pkg
showed"private": false
for a private package #8519.libc
that differ frompnpm.supportedArchitectures.libc
are not downloaded #7362.ENOENT
errors caused by runningstore prune
in parallel #8586.pnpm bugs
#8596.Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.