Skip to content

chore(deps-dev): bump layerchart from 2.0.0-next.48 to 2.0.2 - #542

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/layerchart-2.0.0-next.65
Open

chore(deps-dev): bump layerchart from 2.0.0-next.48 to 2.0.2#542
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/layerchart-2.0.0-next.65

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps layerchart from 2.0.0-next.48 to 2.0.2.

Release notes

Sourced from layerchart's releases.

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

  • breaking(BrushContext|TransformContext): Rename bind:brushContext / bind:transformContext to bind:state (#663)

    Both BrushContext and TransformContext now use bind:state instead of their previous named bindings. Additionally, properties on ChartState have been renamed:

    • chartContext.brushContextchartContext.brushState
    • chartContext.transformContextchartContext.transformState
    - <BrushContext bind:brushContext>
    + <BrushContext bind:state>
    
    <TransformContext bind:transformContext>
    
    
    <TransformContext bind:state>
  • breaking(TransformContext): Rename domainExtent: 'original' to domainExtent: 'data' (#663)

  • ... (truncated)

    Commits
    • e3fc36a Merge pull request #886 from techniq/changeset-release/main
    • a3e4d4f Version Packages
    • 4350c9c Update @​layerstack/docs. Fix view transitions
    • 3aff21e Merge pull request #885 from techniq/fix-async-transform-brush-loading
    • 33c3a75 fix(Chart): Fix chart rendering blank when brush and transform are combin...
    • 91409ec improve v1 => v2 migration guide (add details only in state-refactor guide, etc)
    • 1848107 fix migration guide formatting
    • 568754f Merge pull request #884 from techniq/changeset-release/main
    • e8cceef Version Packages
    • b4c9f4b Merge pull request #883 from techniq/css-layer-order
    • Additional commits viewable in compare view

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
    @dependabot
    dependabot Bot requested review from ZhangEnYao and iasthc as code owners June 29, 2026 22:48
    @dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jun 29, 2026
    @dependabot
    dependabot Bot requested a review from KUASWoodyLIN as a code owner June 29, 2026 22:48
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/layerchart-2.0.0-next.65 branch from e4751a6 to 67e21a8 Compare July 1, 2026 09:08
    Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.48 to 2.0.2.
    - [Release notes](https://github.com/techniq/layerchart/releases)
    - [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.48...layerchart@2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: layerchart
      dependency-version: 2.0.0-next.65
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot changed the title chore(deps-dev): bump layerchart from 2.0.0-next.48 to 2.0.0-next.65 chore(deps-dev): bump layerchart from 2.0.0-next.48 to 2.0.2 Jul 24, 2026
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/layerchart-2.0.0-next.65 branch from 67e21a8 to f959e80 Compare July 24, 2026 09:08
    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