Skip to content

Bump layerchart from 1.0.13 to 2.0.4 - #1516

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/layerchart-2.0.4
Open

Bump layerchart from 1.0.13 to 2.0.4#1516
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/layerchart-2.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps layerchart from 1.0.13 to 2.0.4.

Release notes

Sourced from layerchart's releases.

layerchart@2.0.4

Patch Changes

  • feat: Support Skeleton 5 (skeleton-5.css) (#890)

  • feat(skeleton): Resolve surface colors via light-dark() so the Skeleton presets follow color-scheme (html.dark toggle, or prefers-color-scheme when unpinned), and fix the surface scale collapsing to a single shade — surfaces now graduate from 100 (lightest) to 300 (darkest) in both light and dark (#890)

  • fix(Tooltip): Theme portaled tooltips in the style presets so surface colors resolve correctly (e.g. fixes a light tooltip in dark mode with Skeleton) (#890)

layerchart@2.0.3

Patch Changes

  • fix(Chart): Guard against context.brush being null before BrushContext loads (e2baf3e)

  • fix(Tooltip): Hide tooltip on pointercancel so it does not persist when a touch becomes a scroll on mobile (d08fd3a)

layerchart@2.0.2

Patch Changes

  • fix(Chart): Fix chart rendering blank when brush and transform are combined under Svelte's experimental async mode by lazy-loading interaction contexts via $effect/{#if} instead of nested {#await import()}. (#885)

layerchart@2.0.1

Patch Changes

  • fix(styles): Declare CSS cascade layer order so components reliably wins over base in production builds. Non-Tailwind consumers can @import 'layerchart/core.css' (included by framework presets). (#883)

  • fix(styles): Normalize mistyped @layer component@layer components in Tooltip and Layer components. (#883)

layerchart@2.0.0

LayerChart 2.0 rebuilds the library on Svelte 5 (runes & snippets) and no longer requires Tailwind CSS — components ship with their own default styles, with Tailwind 4 now optional. It also streamlines several component and context APIs for consistency. Upgrading from v1? Start with the v1 → v2 migration guide.

Highlights

  • Svelte 5 — migrated to runes & snippets (#458)
  • No CSS framework required — components ship default styles (easy to override via @layer, :where(.lc-*), and CSS variables); Tailwind 4 optional (#449)
  • New documentation site

Key breaking changes (full details below)

  • Unified context access — standalone get*Context() getters removed in favor of getChartContext()
  • BrushContext / TransformContext now use bind:state (chartContext.brushState / transformState)
  • Render context → layer context (getRenderContextgetLayerContext, supportedContextslayers)
  • GeoContextGeoProjection
  • Connector merged into Link (pixel + data modes)
  • ChartState.isVerticalvalueAxis ('x' | 'y')
  • tooltipContexttooltip (boolean) on Arc / Pie / Calendar / GeoPath
  • domainExtent: 'original''data'

Major Changes

... (truncated)

Commits
  • ec05fb1 Merge pull request #891 from techniq/changeset-release/main
  • 085734b Version Packages
  • 5aeeb4c Merge pull request #890 from cycle4passion/skeleton-5
  • b5cb170 use ModeWatcher for skeleton 4/5 examples (already in 3) to standardize, simp...
  • 8d04906 feat(skeleton): Resolve surface colors via light-dark() so the Skeleton pre...
  • f387bba fix(Tooltip): Theme portaled tooltips in the style presets so surface colors ...
  • 78df409 fix daisy UI example (set both mode and theme)
  • 47bec02 update getting started
  • 3eadcb1 add changeset
  • 22b7c03 Update branch links (next => main)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for layerchart since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [layerchart](https://github.com/techniq/layerchart) from 1.0.13 to 2.0.4.
- [Release notes](https://github.com/techniq/layerchart/releases)
- [Commits](https://github.com/techniq/layerchart/compare/layerchart@1.0.13...layerchart@2.0.4)

---
updated-dependencies:
- dependency-name: layerchart
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@greptile-apps

greptile-apps Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​layerchart@​1.0.13 ⏵ 2.0.498 +110076 -996100

View full report

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