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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| 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
Bot
force-pushed
the
dependabot/npm_and_yarn/root-npm-328357c1b0
branch
from
August 23, 2026 22:56
bef6f46 to
e0ce3b2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the root-npm group with 1 update in the / directory: @holochain/tryorama.
Updates
@holochain/tryoramafrom 0.19.0-dev.2 to 0.19.2Release notes
Sourced from @holochain/tryorama's releases.
Changelog
Sourced from @holochain/tryorama's changelog.
Commits