Skip to content

chore(deps): bump pulseengine/rivet from 0.16.1 to 0.19.0#232

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pulseengine/rivet-0.19.0
Open

chore(deps): bump pulseengine/rivet from 0.16.1 to 0.19.0#232
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pulseengine/rivet-0.19.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pulseengine/rivet from 0.16.1 to 0.19.0.

Release notes

Sourced from pulseengine/rivet's releases.

Rivet v0.19.0

What's Changed

Full Changelog: pulseengine/rivet@v0.18.0...v0.19.0

Rivet v0.18.0

What's Changed

Full Changelog: pulseengine/rivet@v0.17.0...v0.18.0

Rivet v0.17.0

What's Changed

Full Changelog: pulseengine/rivet@v0.16.1...v0.17.0

Changelog

Sourced from pulseengine/rivet's changelog.

[0.19.0] - 2026-06-24

Theme: measure the V — a combined closure metric plus build/parse fixes.

Added

  • REQ-228 / #571 — combined V-closure metric in rivet coverage. For every source type governed by more than one traceability rule, rivet coverage now reports the intersection — the share of artifacts satisfying every applicable rule (e.g. requirements that are BOTH satisfied AND verified). This is strictly stronger than the per-rule numbers, which hide the gap when different artifacts miss different rules: on this repo requirements are 12.8% V-closed vs 25.1% satisfied. --format json gains a closure array (closed/total/open_ids/percentage/rule_names). External-boundary (supplier-delegated) artifacts count as closed, matching the 3-state accounted convention.

Fixed

  • REQ-227 / #543rivet-core --features wasm test build compiles. The host model::Link gained an external field (prefix:ID externals); an "add it everywhere" pass had leaked it into the WIT-generated types::Link constructors, which carry only link-type + target, breaking cargo test -p rivet-core --features wasm (E0560). The host→WIT conversion now omits the host-only field; the .wit is unchanged.
  • #572 / #570 — YAML plain multi-line scalars parse as sequence items. The rowan-yaml CST no longer mis-folds a plain multi-line scalar that continues onto an indented next line.

[0.18.0] - 2026-06-23

Theme: close the right side of the V — make requirement→test→evidence a first-class, drift-checked, status-advancing trace, and remove the schema friction that blocked declaring verification artifacts.

Added

  • REQ-226 / #559rivet verify <ID>. Advances an implemented artifact to verified iff it has verifying evidence — an incoming verifies link OR a // rivet: verifies <ID> source marker (scanned from src/ + tests/, or --scan <path>). Refuses with an actionable message when there's no evidence; no-ops if already verified; rejects non-implemented states. The write reuses the schema-validated modify --set-status path. Nothing previously advanced status from test evidence (import-results is a separate run-log), so a requirement stayed implemented no matter how many passing tests verified it.
  • REQ-222 / #555requirement-verification traceability rule. A dev schema rule (required-backlink: verifies, severity warning) surfaces requirements with no incoming verification in the coverage report, closing the right side of the V in the rule set. (dev 0.1.0 → 0.2.0.)

... (truncated)

Commits
  • a251fbd chore(release): v0.19.0 — measure the V (#575)
  • c33b255 feat(coverage): combined V-closure metric — satisfied AND verified (REQ-228) ...
  • 74aa830 fix(yaml): parse plain multi-line scalars as sequence items (#572)
  • f80298f fix(wasm): rivet-core --features wasm test build compiles — drop host-only ...
  • 950f0ae chore(release): v0.18.0 — close the right side of the V (#568)
  • 65008cb feat(cli): rivet verify \<ID> advances to verified on verifying evidence (RE...
  • 9220c3a feat(schema): cited-source usable on any type incl. verification (REQ-225, #5...
  • 5f63ca3 feat(schema): per-type status enum overrides the global lifecycle (REQ-224, #...
  • b253418 fix(add): create a default file for a new artifact type instead of forcing --...
  • 71fb5f3 fix(schema): load bundled bridge schemas by name in a consumer's schemas: lis...
  • 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 [pulseengine/rivet](https://github.com/pulseengine/rivet) from 0.16.1 to 0.19.0.
- [Release notes](https://github.com/pulseengine/rivet/releases)
- [Changelog](https://github.com/pulseengine/rivet/blob/main/CHANGELOG.md)
- [Commits](pulseengine/rivet@v0.16.1...v0.19.0)

---
updated-dependencies:
- dependency-name: pulseengine/rivet
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants