Skip to content

chore(deps): bump layerchart from 2.0.0-next.61 to 2.0.0-next.63 in /src/Exceptionless.Web/ClientApp#2235

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0-next.62
Closed

chore(deps): bump layerchart from 2.0.0-next.61 to 2.0.0-next.63 in /src/Exceptionless.Web/ClientApp#2235
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0-next.62

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps layerchart from 2.0.0-next.61 to 2.0.0-next.63.

Release notes

Sourced from layerchart's releases.

layerchart@2.0.0-next.63

Minor Changes

  • feat(Dodge): Add Dodge component for deterministic non-overlapping layout (#862)

  • feat(Waffle): Add Waffle component for countable-cell visualizations (#864)

  • feat(Pattern): Add rects shape definition for tile patterns for rendering one or more rectangles per pattern tile (#864)

  • feat(Text): Add fontSize prop with auto-derived capHeight (#862)

Patch Changes

  • fix(Chart): Don't compute [undefined, undefined] domain when series is metadata-only (#449)

  • fix(canvas): Resolve currentColor for fill/stroke (and other style props) (#449)

  • fix(Pattern): fix alignment and sharply render on high-DPI displays when using Canvas layers (#864)

  • fix(downloadImage / getChartImageBlob): Fix image download (container sizing and text clipping) (#449)

  • fix(Spline): Allow CSS class opacity to fade lines on the Canvas layer. Spline was always passing opacity={1} to the underlying Path when no series fade was active, which became constantStyles.opacity = 1 in the canvas renderer and shadowed the value resolved from a user's class (e.g. class="opacity-20"). Now skip passing opacity when the computed series fade is the no-fade default, so the class can take effect — matching SVG behavior where CSS class rules override the presentation attribute. (#449)

  • fix(Image): Stop disabling pointer events by default (#862)

  • fix(Circle, Text): Inherit chart accessors by default in data mode (#862)

  • fix(Rect): Support non-uniform corners in data/edge mode (#449)

layerchart@2.0.0-next.62

Minor Changes

  • feat(Blur): Add Canvas support (#449)

Patch Changes

  • perf(Chart): Eliminate per-instance props spread in ChartState (#857)

  • fix(SeriesState): Avoid derived_inert crash when chart unmounts under a <svelte:boundary> (#855)

    The selectedKeys sync effect was wrapped in $effect.root, creating an isolated scope that survived chart unmount. When the parent chart was destroyed (e.g. an example reloading inside the docs <svelte:boundary> after an async $derived re-evaluated), the #series derived became inert while the orphaned effect kept reading it — producing Reading a derived belonging to a now-destroyed effect may result in stale values warnings followed by TypeError: e.some is not a function. The effect now lives in the constructor, scoped to the component that instantiated SeriesState, so it is torn down with the chart.

  • fix(Arc, RectClipPath, ChartClipPath): Restore on-mount tween animations (#855)

    Two related regressions introduced in the layer-component split (#848) prevented motion + initial* props from animating on mount.

    Arcmotion, value, initialValue and the rest of Arc's geometry props (domain, range, startAngle, endAngle, innerRadius, outerRadius, cornerRadius, padAngle, track*, offset) were not destructured in Arc.base.svelte, so they leaked through {...restProps} onto the inner <Path>. The forwarded motion made Path also tween the path-string on top of the end-angle tween that ArcState already drives, producing visibly wrong arcs (NaN coordinates, runaway radii). They are now extracted and passed explicitly to ArcState.

    RectClipPath / ChartClipPathmotion, initialX, initialY, initialWidth, initialHeight were declared on the type but never consumed: the path was a plain $derived of the static x/y/width/height props, so passing <ChartClipPath initialWidth={0} motion={{ width: { type: 'tween', … } }}> rendered the final width on mount with no animation. Each dimension now flows through its own createMotion (using the corresponding initial* value as the animation start), and the path is built from the animated values.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 14, 2026
@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Web 60% 46% 3906
Exceptionless.AppHost 18% 9% 82
Exceptionless.Insulation 25% 23% 203
Exceptionless.Core 65% 60% 7720
Summary 61% (12341 / 20211) 54% (6234 / 11454) 11911

Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.61 to 2.0.0-next.63.
- [Release notes](https://github.com/techniq/layerchart/releases)
- [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.61...layerchart@2.0.0-next.63)

---
updated-dependencies:
- dependency-name: layerchart
  dependency-version: 2.0.0-next.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump layerchart from 2.0.0-next.61 to 2.0.0-next.62 in /src/Exceptionless.Web/ClientApp chore(deps): bump layerchart from 2.0.0-next.61 to 2.0.0-next.63 in /src/Exceptionless.Web/ClientApp May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0-next.62 branch from 07565b7 to 51516cb Compare May 18, 2026 17:50
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

Superseded by #2247.

@dependabot dependabot Bot closed this May 21, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0-next.62 branch May 21, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants