Skip to content

chore(deps): update heck requirement from 0.4 to 0.5#1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/heck-0.5
Closed

chore(deps): update heck requirement from 0.4 to 0.5#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/heck-0.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updates the requirements on heck to permit the latest version.

Changelog

Sourced from heck's changelog.

0.5.0

  • Add no_std support.
  • Remove non-additive unicode feature. The library now uses char::is_alphanumeric instead of the unicode-segmentation library to determine word boundaries in all cases.

0.4.1

Improvements:

  • Add Train-Case support

0.4.0

Breaking changes:

  • Make unicode support optional (off by default). Enable the unicode crate feature if you need unicode support.
  • Rename all traits from SomeCase to ToSomeCase, matching stds convention of beginning trait names with a verb (ToOwned, AsRef, …)
  • Rename ToMixedCase to ToLowerCamelCase
  • Rename ToCamelCase to ToUpperCamelCase
  • Add ToPascalCase as an alias to ToUpperCamelCase
Commits

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)

Updates the requirements on [heck](https://github.com/withoutboats/heck) to permit the latest version.
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

---
updated-dependencies:
- dependency-name: heck
  dependency-version: 0.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@open-warren-bear-binary
Copy link
Copy Markdown

Kelos AI Agent

Agent Status Details Updated
Review not requested
CI Fix waiting for CI
Explains 0

Commands

Command Where Description
/review PR comment Request a full AI review
/fix-ci PR comment Auto-fix CI failures (auto-triggered)
/explain <question> Line comment Explain code at a specific line
/help Any comment Show available commands

Palette initialized. Updates appear as agents run.

@Cliftonz Cliftonz closed this May 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/heck-0.5 branch May 4, 2026 20:24
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

E2E Cross-Platform Test Results

Platform Status Duration
macos-arm64 ✅ passed 3s
ubuntu-22.04 ✅ passed 6s
ubuntu-24.04 ✅ passed 1s

Download artifacts for detailed logs.

Cliftonz added a commit that referenced this pull request May 11, 2026
… banner

Phase G of v0.1.0 hardening (parallel-code-review items 6, 16):

- feat(analytics): attach `RollingFileAppender` (daily rotation,
  JSON, INFO+) to the `Registry` alongside console and OTLP layers.
  Previously the file layer existed in
  `observability::logging::init_minimal_logging` but that function
  was never invoked from main.rs, so `~/.jarvy/logs/jarvy.log` was
  always empty and `jarvy ticket create` shipped a hollow log file
  to support. One subscriber now owns all sinks (review #1).

- feat(analytics): drop hard-coded `LevelFilter::ERROR` on the OTLP
  bridge; default to `info`, override via `JARVY_OTLP_LEVEL`.
  `tool.installed`, `setup.inventory`, `hook.completed` events
  actually export now (review #2).

- feat(setup_cmd): generate per-invocation `run_id` (uuid v7) and
  hold an `info_span!("setup", run_id)` for the entire `run_setup`
  call. Every event in the file log / OTLP backend now carries
  `run_id` so support can stitch parallel install threads back
  together (review #6).

- feat(setup_cmd): emit `setup.start` event with version, os, arch,
  config_source (local/remote), config_path, ci_provider, jobs,
  dry_run — the first five questions support asks. Was buried in
  scattered `eprintln!`s before (review #11).

- feat(setup_cmd): rayon worker threads re-enter the parent setup
  span via `parent_span.enter()` inside `pool.install`. Without
  this, every event from a parallel-install worker was
  span-orphaned in traces (review #7). Each tool gets its own
  `install_tool` span keyed by name+version.

Outstanding from item 6 (deferred):
- Extending `tool_failed`/`hook_failed` signature with
  pm/exit_code/stderr_redacted/os fields (touches every caller).
- Promoting these from warn to error.

Outstanding from item 16 (deferred):
- Reconciling `duration_ms` event field vs `with_unit("s")`
  histogram to one canonical unit (touches ~5 telemetry events
  and any consuming dashboards).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant