Skip to content

deps-dev(deps-dev): bump ripple from 0.3.79 to 0.3.84#27

Merged
radeqq007 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ripple-0.3.84
Jun 18, 2026
Merged

deps-dev(deps-dev): bump ripple from 0.3.79 to 0.3.84#27
radeqq007 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ripple-0.3.84

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ripple from 0.3.79 to 0.3.84.

Release notes

Sourced from ripple's releases.

ripple@0.3.84

Patch Changes

ripple@0.3.83

Patch Changes

  • #1269 8747e8f Thanks @​leonidaz! - Treat plain JS control flow inside @{ … } as ordinary JavaScript that returns JSX.

    Only @-directives (@if/@for/@switch/@try) lower to template control flow. Plain if/for/for…of/for…in/while/do…while/switch/try inside a code block are now compiled exactly like the same control flow in a regular function C() { …; return <jsx> } body — their JSX returns become tsrx_element values rather than being template-ized.

    Previously these plain statements were mis-routed into the template transform: on ripple an early-return guard produced a _$_.if/_$_.switch/_$_.try wrapper (with dead code in the switch/try cases) and plain loops threw a compile error; on solid they produced <Show>/<Switch>/<For>/<Errored> (dropping trailing output for try). They now stay as plain control flow, so early-return guards and loops behave like normal JavaScript.

    As part of this, the ripple client and server targets no longer emit the return_guard bookkeeping variable: a plain early return is a real early return, so subsequent template output is naturally skipped without a guard flag.

    On solid, this means a plain guard (if (signal()) return …) inside a component body now runs once at setup — exactly like a regular Solid component — instead of being lifted into a reactive <Show>. Use @if (or another @-directive) when you want reactive conditional rendering.

  • Updated dependencies [3d93339, 5646eb4, 8747e8f, 8747e8f]:

    • @​tsrx/ripple@​0.1.31
    • @​tsrx/core@​0.1.31

... (truncated)

Changelog

Sourced from ripple's changelog.

0.3.84

Patch Changes

0.3.83

Patch Changes

  • #1269 8747e8f Thanks @​leonidaz! - Treat plain JS control flow inside @{ … } as ordinary JavaScript that returns JSX.

    Only @-directives (@if/@for/@switch/@try) lower to template control flow. Plain if/for/for…of/for…in/while/do…while/switch/try inside a code block are now compiled exactly like the same control flow in a regular function C() { …; return <jsx> } body — their JSX returns become tsrx_element values rather than being template-ized.

    Previously these plain statements were mis-routed into the template transform: on ripple an early-return guard produced a _$_.if/_$_.switch/_$_.try wrapper (with dead code in the switch/try cases) and plain loops threw a compile error; on solid they produced <Show>/<Switch>/<For>/<Errored> (dropping trailing output for try). They now stay as plain control flow, so early-return guards and loops behave like normal JavaScript.

    As part of this, the ripple client and server targets no longer emit the return_guard bookkeeping variable: a plain early return is a real early return, so subsequent template output is naturally skipped without a guard flag.

    On solid, this means a plain guard (if (signal()) return …) inside a component body now runs once at setup — exactly like a regular Solid component — instead of being lifted into a reactive <Show>. Use @if (or another @-directive) when you want reactive conditional rendering.

  • Updated dependencies [3d93339, 5646eb4, 8747e8f, 8747e8f]:

... (truncated)

Commits
  • 076da30 Version Packages (#1272)
  • 369d1f0 feat: add snapshot non-reactive shallow copy for RippleArray and RippleObject...
  • 25b9156 Version Packages (#1267)
  • 8747e8f fix: regular js stays regular, disallow early return in @ control flow (#1269)
  • 3d93339 fix: stringified values should not print nullish (#1268)
  • 5646eb4 fix(tsrx-ripple): returning tsrx in regular functions broken (#1266)
  • e74ec58 Version Packages (#1264)
  • 67f3794 fix: ripple layout, use layout for tsrx website
  • 43c8cb3 Version Packages (#1258)
  • 1c645c8 fix: mark non-stand-alone css class as unused when <style> is assigned to a v...
  • 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 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 [ripple](https://github.com/Ripple-TS/ripple/tree/HEAD/packages/ripple) from 0.3.79 to 0.3.84.
- [Release notes](https://github.com/Ripple-TS/ripple/releases)
- [Changelog](https://github.com/Ripple-TS/ripple/blob/main/packages/ripple/CHANGELOG.md)
- [Commits](https://github.com/Ripple-TS/ripple/commits/ripple@0.3.84/packages/ripple)

---
updated-dependencies:
- dependency-name: ripple
  dependency-version: 0.3.84
  dependency-type: direct:development
  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 Jun 18, 2026
@radeqq007 radeqq007 merged commit 6a22fb2 into main Jun 18, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ripple-0.3.84 branch June 18, 2026 10:45
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.

1 participant