Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2025

Bumps layerchart from 2.0.0-next.10 to 2.0.0-next.40.

Release notes

Sourced from layerchart's releases.

layerchart@2.0.0-next.40

Patch Changes

  • fix(LineChart): Restore passing xScale / yScale overrides (#449)

layerchart@2.0.0-next.39

Minor Changes

  • feat: Support css-only usage (no Tailwind required) while retaining first-class Tailwind support (#557)

Patch Changes

  • feat: Simplify daisyUI, shadcn-svelte, and Skeleton integrations with single line @import 'layerchart/{library}.css' added to app.css (#557)

  • docs: Add examples for standalone, daisyUI v5, shadcn-svelte v1, Skeleton v3, and Svelte UX v2 (next) (including light/dark theming) (#557)

  • feat(LineChart): Support orientation="vertical". Resolves #640 (#557)

  • feat: Add Html context support for applicable primitives such as Circle, Line, Rect, Text (and more) as well as transitively such as Axis, Grid, Labels (and more) (#557)

  • feat(LinearGradient): Support Html context (#557)

  • fix(Text): Apply fill: currentColor to support more straightforward way of changing color (ex. class="text-red-500" or style="color:red") (#557)

  • fix(TooltipContext): Revert back to pointer events (instead of mouse/touch) but with touch-action: pan-y. Provides simplified events while allowing horizontal scrubbing with vertical scrolling. (#557)

  • feat(TooltipContext): Add touchEvents to control touch event behavior. Defaults to pan-y to allow vertical scrolling but horizontal scrubbing. (#557)

  • fix(TooltipContext): Fix band mode regression when both x/y are scaleBand (ex. punchcard chart) (#557)

  • fix(SimplifiedCharts): Properly handle legend prop as object when determining bottom padding (#557)

  • fix(AreaChart|LineChart|DefaultTooltip): Handle per-series data with different length (#557)

  • feat(Highlight): Support passing opacity (#557)

  • fix(SimplifiedChart): Still add selected legend item opacity when item classes are also applied (#557)

  • feat(Legend): Add selected prop to fade out unselected items (if passed and non-empty) (#557)

  • feat(SeriesState): Add isHighlighted(seriesKey) to easy check if series is hightlight (or should be faded) (#557)

  • fix(Primatives): Apply default classes when using Canvas context (like Svg). Resolves #544 (#557)

  • refactor: Remove use of layerClass and apply lc-{name} class directly to allow easy component targetting within LayerChart (#557)

layerchart@2.0.0-next.38

Patch Changes

  • Update dependencies (#629)

... (truncated)

Commits
  • 578fb49 Version Packages (next) (#648)
  • 57b52a9 fix(LineChart): Restore passing xScale / yScale overrides
  • c84dea5 Version Packages (next) (#647)
  • 1678de5 feat: CSS-only usage, HTML components, and more (#557)
  • 24e71b4 Fix radial area chart example's tooltip by using bisect-x mode instead of `...
  • e96302e Merge branch 'main' into next
  • ffe22ca Version Packages (#644)
  • 4ed0392 Fix Axis reactivity with LayerChart 1.x and Svelte 5.34+ (#643)
  • 6e8ea7f Version Packages (next) (#638)
  • 657f3a6 fix(autoScale): Ignore null domain values, fixing some brush examples
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2025

Labels

The following labels could not be found: Skip Changelog, node. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2025
@dependabot dependabot bot requested a review from xmlking as a code owner September 28, 2025 02:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2025
Copy link

changeset-bot bot commented Sep 28, 2025

⚠️ No Changeset found

Latest commit: 3c2360e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Sep 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
spectacular-console Skipped Skipped Oct 6, 2025 6:09pm
spectacular-web Skipped Skipped Oct 6, 2025 6:09pm

@vercel vercel bot temporarily deployed to Preview – spectacular-web September 28, 2025 02:05 Inactive
@vercel vercel bot temporarily deployed to Preview – spectacular-console September 28, 2025 02:05 Inactive
Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.10 to 2.0.0-next.40.
- [Release notes](https://github.com/techniq/layerchart/releases)
- [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.10...layerchart@2.0.0-next.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/layerchart-2.0.0-next.40 branch from 0dd8139 to 3c2360e Compare October 6, 2025 18:09
@vercel vercel bot temporarily deployed to Preview – spectacular-console October 6, 2025 18:09 Inactive
@vercel vercel bot temporarily deployed to Preview – spectacular-web October 6, 2025 18:09 Inactive
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants