Skip to content

chore(deps): bump pulseengine/rivet from 0.23.0 to 0.27.0#287

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps pulseengine/rivet from 0.23.0 to 0.27.0.

Release notes

Sourced from pulseengine/rivet's releases.

Rivet v0.27.0

What's Changed

Full Changelog: pulseengine/rivet@v0.26.0...v0.27.0

Rivet v0.26.0

What's Changed

Full Changelog: pulseengine/rivet@v0.25.0...v0.26.0

Rivet v0.25.0

What's Changed

Full Changelog: pulseengine/rivet@v0.24.0...v0.25.0

Rivet v0.24.0

What's Changed

... (truncated)

Changelog

Sourced from pulseengine/rivet's changelog.

[0.27.0] - 2026-07-15

Added

  • LSP enum-value + base-key completion (REQ-256, #546) — the language server completes a field's allowed values from the schema (e.g. status: → draft/proposed/…/accepted, sourced from schema.base_fields, never hardcoded) and the base artifact keys (id/type/title/status/tags/links/fields) at the artifact top level.

Fixed (variant hardening — a 4-persona review, DD-076: fail-loud over silent-pass)

  • Constraints fail loud (REQ-257) — a feature-model constraint using a predicate the solver can't evaluate (e.g. (> asil-numeric 2)) previously silently passed; solve() now emits SolveError::UnevaluatableConstraint instead of a vacuous success.
  • Binding + constraint linkage is validated (REQ-258, REQ-259) — rivet validate --model --binding now errors on a binding that maps a feature to a nonexistent artifact ID, and a constraint referencing a feature name not in the model now errors instead of being vacuously satisfied. Also fixes the committed-broken artifacts/variants/full-desktop.yaml (it selected features absent from the model) and widens the model's scope group so a composite CLI+dashboard variant is expressible.
  • modify --set-field colon-space corruption (#687) — values are now quoted so a key: value-style field value no longer corrupts the YAML on write.

Docs

  • Canonical feature-model attributes documentation (REQ-264, #546) — disambiguates the "attribute" overload (top-level attribute-schema: type declarations vs per-feature attributes: values), documents that there is no documentation field, and relabels the design/comparison docs shipped-vs-proposed.

[0.26.0] - 2026-07-11

Added

  • Richer serve dashboard filtering (REQ-253, #674) — the /artifacts view now accepts a tags= filter (comma-separated; matches artifacts carrying all listed tags) and a full s-expression filter= predicate — the same language as rivet list --filter and the JSON API, e.g. (has-tag "safety"), (= status "approved"), (and (= type "requirement") (has-tag "stpa")). A filter input is added to the toolbar; the filter composes with the active variant scope and survives the type/status/sort/pagination controls. An unparseable filter narrows to nothing with an inline error rather than passing silently.
  • rivet release check --variant (REQ-254, DD-075, #673) — checks a release against a variant's scope in one view: partitions release-tagged artifacts into in-scope (release ∩ variant), out-of-scope (tagged but excluded by the variant), and variant-only, then reports cuttability scoped to the intersection. Exits non-zero when not cuttable, or under --strict when any artifact is out-of-scope. The release-readiness predicate is now shared with rivet release status so the two cannot drift.

... (truncated)

Commits
  • a97d168 Merge pull request #706 from pulseengine/release/v0.27.0
  • a709feb chore(release): v0.27.0 — variant hardening (fail-loud) + LSP completion
  • 173fedd fix(variant): validate binding artifact IDs + constraint feature names exist ...
  • fc253d8 fix(variant): constraints fail loud instead of silently passing (REQ-257, DD-...
  • 6a89ad4 docs(variant): canonical feature-model attributes documentation (REQ-264, DD-...
  • 04810cd feat(lsp): enum-value + base-key completion (REQ-256, slice 2, #546) (#700)
  • abcf1f6 plan(variant): file 4-persona review findings as DD-076 + REQ-257..266 (#701)
  • 6751cc8 plan: REQ-255 — ingest ordeal certificates as re-checkable evidence (rivet#69...
  • 790e4c6 fix(modify): quote --set-field values so a colon-space no longer corrupts the...
  • c3f45f2 Merge pull request #692 from pulseengine/release/v0.26.0
  • 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.23.0 to 0.27.0.
- [Release notes](https://github.com/pulseengine/rivet/releases)
- [Changelog](https://github.com/pulseengine/rivet/blob/main/CHANGELOG.md)
- [Commits](pulseengine/rivet@v0.23.0...v0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
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