Skip to content

chore(deps): bump torph from 0.0.5 to 0.0.9 in /website#19

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/website/torph-0.0.9
Open

chore(deps): bump torph from 0.0.5 to 0.0.9 in /website#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/website/torph-0.0.9

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps torph from 0.0.5 to 0.0.9.

Changelog

Sourced from torph's changelog.

0.0.9

Patch Changes

  • fix: ship raw .svelte source for SSR compatibility, deduplicate core lib from framework bundles

0.0.8

Patch Changes

  • 08b3274: Fix Vue build failing to resolve torph package entry. Replaced .vue SFC with compiled defineComponent so tsup can bundle it directly, and simplified the Vue tsup config to a single build step with proper type generation.

0.0.7

Patch Changes

  • 83b06a8: Add spring-based easing support

    • New spring() helper that converts physics parameters (stiffness, damping, mass) into a CSS linear() easing and computed duration
    • The ease option now accepts a SpringParams object in addition to CSS easing strings
    • Add MorphController class for managing instance lifecycle and config changes
    • Framework components (React, Svelte, Vue) now use MorphController to automatically recreate instances when options change
    • Cap fade durations at 150ms so opacity transitions stay snappy with longer spring durations
    • Export spring, SpringParams, and SpringResult types
  • eb7bce0: Fix package exports and reduce bundle size

    • Remove source maps from published package (64.9 kB → 11.8 kB packed)
    • Fix missing .d.ts type declarations for Vue and Svelte CJS consumers
    • Fix broken type import paths in Vue/Svelte declarations (inline types instead of referencing non-existent paths)
    • Add main and module top-level fields for legacy bundler compatibility
  • 83b06a8: Fix animation spam when text changes rapidly

    • Merge transform and opacity into a single animation keyframe for enter/persist to prevent flash on interruption
    • Capture computed opacity when detaching exiting elements so interrupted fade-outs resume correctly
    • Reuse existing DOM elements for persistent segments instead of recreating them
  • f6cb510: Refactor internal architecture into focused utility modules and make WAAPI animations interruptible

    • Extract FLIP logic, animation helpers, text segmentation, DOM operations, styles, reduced motion detection, and constants into separate utility files
    • Animations now smoothly redirect when text changes mid-animation instead of snapping
    • Fix ref-counted style injection so multiple instances share a single style element
    • Rename internal Block type to Segment

0.0.6

Patch Changes

  • 48754a5: fix: no longer require string literals for morph targets
  • 48754a5: fix: SSR cleanup
  • 48754a5: fix: text overlap during morphing
  • 48754a5: fix: tree-shaking and types export
  • 48754a5: fix: correctly remove handleMediaQueryChange listener on destroy

... (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 [torph](https://github.com/lochie/torph/tree/HEAD/packages/torph) from 0.0.5 to 0.0.9.
- [Changelog](https://github.com/lochie/torph/blob/main/packages/torph/CHANGELOG.md)
- [Commits](https://github.com/lochie/torph/commits/torph@0.0.9/packages/torph)

---
updated-dependencies:
- dependency-name: torph
  dependency-version: 0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 24, 2026

Labels

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

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

@vercel
Copy link

vercel bot commented Mar 24, 2026

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

Project Deployment Actions Updated (UTC)
perps-website Error Error Mar 24, 2026 3:08am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants