Skip to content

rectify: consolidate Dependabot updates with inventory notices#86

Merged
lamemustafa merged 10 commits into
masterfrom
tapish-codex/rectify-dependabot-inventories
Jul 24, 2026
Merged

rectify: consolidate Dependabot updates with inventory notices#86
lamemustafa merged 10 commits into
masterfrom
tapish-codex/rectify-dependabot-inventories

Conversation

@lamemustafa

@lamemustafa lamemustafa commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Functional summary

Consolidates Dependabot PRs #29, #30, #31, #32, #33, #34, #35, and #36 into one reviewable update, and regenerates the frontend/native third-party notices required by Bridge CI.

Root cause

Dependabot updated manifests and lockfiles but does not regenerate the repository's checked-in dependency inventories. The resulting inventory drift caused the bundle/license checks to fail.

The rebased change also updates the Tally compatibility-source digest for the exact dependency files it modifies. All compatibility claims remain unknown; no evidence or support status changed.

Validation

  • node scripts/check-dependency-inventory.mjs --rust
  • cargo check --locked --manifest-path src-tauri/Cargo.toml --workspace
  • cargo run --locked -p bridge-tally-compatibility -- gate ../docs/tally/compatibility/compatibility-matrix.json ../docs/tally/compatibility/compatibility-surface.json ../docs/tally/compatibility/trusted-evidence-keys.json ../docs/tally/compatibility/evidence ..
  • git diff --check
  • The replacement PR runs the full pinned frontend and cross-platform CI matrix.

Migration and rollback

No sync-data or database migration impact. Roll back by reverting this PR; lockfiles, notice reports, and compatibility-source digests revert together.

Security impact

No credentials, DSC, Tally endpoint, or data-handling behavior changes. This updates locked dependencies and preserves their shipped notices.

Review checklist

dependabot Bot and others added 10 commits July 24, 2026 18:46
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.2 to 2.85.0.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@43aecc8...7572810)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.83.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@48b55a0...8207627)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.28 to 0.13.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.28...v0.13.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.228 to 1.0.229.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.23.5 to 1.24.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.5...v1.24.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.3 to 1.53.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the frontend-production group with 1 update in the / directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react).


Updates `lucide-react` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.25.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the frontend-development group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 8.1.4 to 8.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@lamemustafa
lamemustafa force-pushed the tapish-codex/rectify-dependabot-inventories branch from aa62442 to dfe0d02 Compare July 24, 2026 13:20
@lamemustafa
lamemustafa merged commit aca0802 into master Jul 24, 2026
11 checks passed
@lamemustafa
lamemustafa deleted the tapish-codex/rectify-dependabot-inventories branch July 24, 2026 13:35
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