Skip to content

Bump layerchart from 1.0.13 to 2.0.4 - #1492

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/layerchart-2.0.2
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@greptile-apps

greptile-apps Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@socket-security

socket-security Bot commented Jul 27, 2026

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

@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot
dependabot Bot force-pushed the dependabot/bun/layerchart-2.0.2 branch from 1ebf6ad to a222e5d Compare August 1, 2026 15:15
@dependabot dependabot Bot changed the title Bump layerchart from 1.0.13 to 2.0.2 Bump layerchart from 1.0.13 to 2.0.3 Aug 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/layerchart-2.0.2 branch from a222e5d to b590e82 Compare August 2, 2026 17:48
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.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump layerchart from 1.0.13 to 2.0.3 Bump layerchart from 1.0.13 to 2.0.4 Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/layerchart-2.0.2 branch from b590e82 to c34ea96 Compare August 3, 2026 14:40
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1516.

@dependabot dependabot Bot closed this Aug 3, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/layerchart-2.0.2 branch August 3, 2026 18:35
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