Skip to content

deps(deps): bump premortem from 0.4.0 to 0.6.0#41

Merged
iepathos merged 1 commit intomasterfrom
dependabot/cargo/premortem-0.6.0
Dec 3, 2025
Merged

deps(deps): bump premortem from 0.4.0 to 0.6.0#41
iepathos merged 1 commit intomasterfrom
dependabot/cargo/premortem-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Bumps premortem from 0.4.0 to 0.6.0.

Changelog

Sourced from premortem's changelog.

[0.6.0] - 2025-11-30

Added

  • Environment Variable Validation Ergonomics - Declarative required environment variable validation
    • .require(var_name) - Mark a single environment variable as required
    • .require_all(&[...]) - Mark multiple environment variables as required at once
    • Source-level presence validation separate from value-level constraints
    • Error accumulation for ALL missing required variables (not fail-fast)
    • Clear error messages with full environment variable names including prefix
  • Environment validation example (examples/env-validation/) demonstrating 90+ line reduction
  • Performance benchmarks for environment variable validation (benches/env_validation.rs)
  • Integration tests for required environment variables (tests/env_required_integration.rs)

Changed

  • Environment source now validates required variables during load() before deserialization
  • Environment variable errors include full variable name with prefix for clarity

Documentation

  • Added "Required Environment Variables" section to README
  • Added env-validation example to examples table
  • Documented separation of source-level (presence) vs value-level (constraint) validation
  • Updated CLAUDE.md with comprehensive environment variable validation patterns

[0.5.0] - 2025-11-29

Added

  • Stillwater 0.13.0 Predicate Integration - Support for composable validation using stillwater predicates
    • from_predicate() - Convert stillwater predicates to premortem validators
    • validate_with_predicate() - Validate fields using predicates with custom error messages
    • Re-exported predicate combinators from stillwater in prelude
    • Predicate examples demonstrating validation composition

Changed

  • Updated stillwater dependency from 0.11.0 to 0.13.0

Fixed

  • Suppressed clippy result_large_err warning in predicates example
Commits
  • e27faee chore: release version 0.6.0 with environment variable validation
  • 14e2fc9 cleanup
  • edff1d0 Merge worktree 'prodigy-workflow-1764538283672' into master
  • a9fed56 fix: resolve dead code warnings in examples and benchmarks
  • ec7c0a9 style: apply automated formatting and lint fixes
  • d365bcc docs: add spec 003 completion analysis
  • 126f332 Add performance benchmarks and integration tests for spec 003
  • 93ff537 feat: implement spec 003 - environment variable validation ergonomics
  • ffd5b49 iterate on spec 3
  • b0b2599 add: spec 003 - environment variable validation ergonomics
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 1, 2025
Bumps [premortem](https://github.com/iepathos/premortem) from 0.4.0 to 0.6.0.
- [Changelog](https://github.com/iepathos/premortem/blob/master/CHANGELOG.md)
- [Commits](iepathos/premortem@v0.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: premortem
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/premortem-0.6.0 branch from 967fc44 to 0aa78d4 Compare December 2, 2025 22:42
@iepathos iepathos merged commit 993fe13 into master Dec 3, 2025
3 of 8 checks passed
@iepathos iepathos deleted the dependabot/cargo/premortem-0.6.0 branch December 3, 2025 21:44
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant