Skip to content

chore(deps): bump @holochain/tryorama from 0.19.0-dev.2 to 0.19.2 in the root-npm group across 1 directory - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/root-npm-328357c1b0
Open

chore(deps): bump @holochain/tryorama from 0.19.0-dev.2 to 0.19.2 in the root-npm group across 1 directory#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/root-npm-328357c1b0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the root-npm group with 1 update in the / directory: @holochain/tryorama.

Updates @holochain/tryorama from 0.19.0-dev.2 to 0.19.2

Release notes

Sourced from @​holochain/tryorama's releases.

v0.19.0

Added

  • A new optional field label was added to the types AppWithOptions, ConductorOptions, CreateConductorOptions, and to the function addConductor. It allows overriding the default label which will prefix log messages of that Conductor instance.
  • A new method integratedOpsCount that polls for integrated ops and checks if the number of integrated ops is equal to the desired number for a given dna hash. (#305)

Removed

  • BREAKING: Utility function conductorCellsDhtSync has been removed. Use dhtSync directly instead. (#305)

Changed

  • Log messages from Conductors that were created with addPlayers functions are now prefixed by Tryorama - Player # where "#" is the Player index. This makes it easier to distinguish log messages from different conductors. (#302)

Fixed

  • When creating conductors with Scenario#addPlayers, Scenario#installAppsForPlayers, Scenario#installSameAppForPlayers, Scenario#addPlayersWithApps, and Scenario#addPlayersWithSameApp each conductor is created sequentially and waits for startup. This is a workaround to avoid connection failures which can cause test failures. (#303)
  • Fixed flaky behavior in recognizing conductor startup success. (#303)
Changelog

Sourced from @​holochain/tryorama's changelog.

Changelog

The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

[Unreleased]

Added

Removed

Changed

Fixed

2025-11-20: v0.19.0

Added

  • A new optional field label was added to the types AppWithOptions, ConductorOptions, CreateConductorOptions, and to the function addConductor. It allows overriding the default label which will prefix log messages of that Conductor instance.
  • A new method integratedOpsCount that polls for integrated ops and checks if the number of integrated ops is equal to the desired number for a given dna hash. (#305)

Removed

  • BREAKING: Utility function conductorCellsDhtSync has been removed. Use dhtSync directly instead. (#305)

Changed

  • Log messages from Conductors that were created with addPlayers functions are now prefixed by Tryorama - Player # where "#" is the Player index. This makes it easier to distinguish log messages from different conductors. (#302)

Fixed

  • When creating conductors with Scenario#addPlayers, Scenario#installAppsForPlayers, Scenario#installSameAppForPlayers, Scenario#addPlayersWithApps, and Scenario#addPlayersWithSameApp each conductor is created sequentially and waits for startup. This is a workaround to avoid connection failures which can cause test failures. (#303)
  • Fixed flaky behavior in recognizing conductor startup success. (#303)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@dependabot
dependabot Bot requested a review from kalisam as a code owner August 22, 2026 22:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 22, 2026
@vercel

vercel Bot commented Aug 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
floss Ready Ready Preview, v0 Aug 23, 2026 10:56pm

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
floss e0ce3b2 Aug 23 2026, 10:57 PM

kalisam added a commit that referenced this pull request Aug 23, 2026
…check

Codex, P1, and correct. I documented this exact trap on python-ci.yml's trigger
and then reproduced it one file over.

`Compile check (wasm32)` and `Format` are meant to be required. GitHub leaves a
required check PENDING -- not passing -- when its workflow is skipped by path
filtering, so the `pull_request` paths filter would hang every PR that touches
no Rust.

Measured against the PRs actually open right now, rather than argued:

    #43  26 files  0 rust-matching
    #45   2 files  0
    #49   2 files  0
    #51   2 files  0
    #53   2 files  0
    #54   1 file   0

Six of seven. Every one of them would have sat pending forever the moment the
check was marked required.

Fixed the way Codex suggested, which is better than simply dropping the filter:
run on every pull request and skip the expensive work, rather than skipping the
workflow. A `changes` job diffs against the base ref and sets one output; `fmt`
and `wasm-check` always run and always report, but their toolchain setup, cargo
cache and actual cargo invocation are gated on it. A non-Rust PR gets a green
check in seconds with an explicit "No Rust changes" step saying why, and no
cache write.

The detector is plain git plus grep -- no third-party action, which matters in a
workflow whose other change this cycle was pinning a third-party action to a
SHA. Non-pull_request events (push, schedule, merge_group, workflow_dispatch)
always take the full path.

Regex verified against real paths: ARF/src/lib.rs, ARF/Cargo.toml,
ARF/Cargo.lock and .github/workflows/rust-ci.yml match; requirements-ci.txt,
docs/x.md and packages/y.py do not.

The held clippy/test/clippy-sarif jobs are untouched and still dispatch-only.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RRe5kvLPeiJetoM7xUHFNW
Bumps the root-npm group with 1 update in the / directory: [@holochain/tryorama](https://github.com/holochain/tryorama).


Updates `@holochain/tryorama` from 0.19.0-dev.2 to 0.19.2
- [Release notes](https://github.com/holochain/tryorama/releases)
- [Changelog](https://github.com/holochain/tryorama/blob/main/CHANGELOG.md)
- [Commits](https://github.com/holochain/tryorama/commits)

---
updated-dependencies:
- dependency-name: "@holochain/tryorama"
  dependency-version: 0.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @holochain/tryorama from 0.19.0-dev.2 to 0.19.2 in the root-npm group chore(deps): bump @holochain/tryorama from 0.19.0-dev.2 to 0.19.2 in the root-npm group across 1 directory Aug 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/root-npm-328357c1b0 branch from bef6f46 to e0ce3b2 Compare August 23, 2026 22:56
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