Skip to content

build(deps): bump layerchart from 2.0.0-next.65 to 2.0.0 in /src/Exceptionless.Web/ClientApp#2359

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

build(deps): bump layerchart from 2.0.0-next.65 to 2.0.0 in /src/Exceptionless.Web/ClientApp#2359
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Bumps layerchart from 2.0.0-next.65 to 2.0.0.

Release notes

Sourced from layerchart's releases.

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)

    The 'original' value for domainExtent has been renamed to 'data' to better describe that it constrains pan/zoom to the data's domain bounds:

    - <Chart transform={{ domainExtent: 'original' }}>
    + <Chart transform={{ domainExtent: 'data' }}>
  • breaking(GeoContext): Rename GeoContext component to GeoProjection (#663)

    The GeoContext component has been renamed to GeoProjection to better describe its purpose. Update your imports and template usage:

  • ... (truncated)

    Commits

    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 2.0.0-next.65 to 2.0.0.
    - [Release notes](https://github.com/techniq/layerchart/releases)
    - [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.65...layerchart@2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: layerchart
      dependency-version: 2.0.0
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 Jul 9, 2026
    @github-actions

    github-actions Bot commented Jul 9, 2026

    Copy link
    Copy Markdown

    Code Coverage

    Package Line Rate Branch Rate Complexity Health
    Exceptionless.AppHost 39% 41% 136
    Exceptionless.Core 72% 64% 8644
    Exceptionless.Insulation 24% 23% 205
    Exceptionless.Web 79% 67% 5231
    Summary 72% (17194 / 23732) 64% (8775 / 13676) 14216

    @dependabot @github

    dependabot Bot commented on behalf of github Jul 10, 2026

    Copy link
    Copy Markdown
    Contributor Author

    Looks like layerchart is up-to-date now, so this is no longer needed.

    @dependabot dependabot Bot closed this Jul 10, 2026
    @dependabot dependabot Bot deleted the dependabot/npm_and_yarn/src/Exceptionless.Web/ClientApp/layerchart-2.0.0 branch July 10, 2026 01:21
    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