chore(deps): bump onnxruntime-web from 1.25.1 to 1.26.0 - #8
Merged
Conversation
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 08:25
f952b4a to
22899e9
Compare
qnbs
previously approved these changes
May 12, 2026
qnbs
left a comment
Owner
There was a problem hiding this comment.
Auto-approved: patch/minor dependency bump, all tests expected to pass after rebase on fixed CI main.
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 08:28
22899e9 to
2e0288e
Compare
qnbs
enabled auto-merge (squash)
May 12, 2026 08:28
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 12:39
2e0288e to
5eadf23
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
4 times, most recently
from
May 12, 2026 18:23
c13559e to
fcb25fe
Compare
Owner
|
@dependabot rebase |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 18:59
fcb25fe to
553a1a0
Compare
qnbs
added a commit
that referenced
this pull request
May 16, 2026
#20–24 - @playwright/test: 1.59.1 → 1.60.0 - @storybook/{addon-a11y,react,react-vite}: 10.3.5 → 10.3.6 - storybook: 10.3.5 → 10.3.6 - vitest: 4.1.4 → 4.1.6 - @vitest/coverage-v8: 4.1.4 → 4.1.6 - vite: 8.0.8 → 8.0.12 - @tailwindcss/vite: 4.2.2 → 4.3.0 - @types/node: 25.6.0 → 25.7.0 - turbo: 2.9.9 → 2.9.12 - onnxruntime-web: 1.25.1 → 1.26.0 - ai: 6.0.177 → 6.0.178 - @tauri-apps/api: 2.10.1 → 2.11.0 - @tauri-apps/plugin-dialog: 2.7.0 → 2.7.1 - @tauri-apps/plugin-fs: 2.5.0 → 2.5.1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [onnxruntime-web](https://github.com/Microsoft/onnxruntime) from 1.25.1 to 1.26.0. - [Release notes](https://github.com/Microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.25.1...v1.26.0) --- updated-dependencies: - dependency-name: onnxruntime-web dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 16, 2026 06:33
553a1a0 to
54b905b
Compare
qnbs
added a commit
that referenced
this pull request
Jun 10, 2026
- #5 MCP memory re-seed duplicates: cache capability per payload (sha1 of payload) in capability.ts + deterministic seed ids (projectId:category:key) in nodeProForgeCapability so rebuilds overwrite instead of minting fresh ids. - #7 Copilot stuck 'streaming' on close: useGlobalCopilot.close() now resets finishLastAssistant + setStatus('idle') when streaming, so future sends work. - #4 import-time crash on bad --project: read the file lazily inside resolveCapability, wrapped in an actionable ProForgeError(VALIDATION). - #6 empty-string runId: runId -> z.string().min(1).optional() in both getSupervisorStatus + getHistory schemas (now a VALIDATION error). - #8 disabling enableGlobalCopilot: useSettingsView clears + closes the copilot session on toggle-off so re-enabling never restores a stale panel. - #1-3 raw err in MCP responses: fail() returns a generic 'Internal error' for unexpected errors and writes detail to stderr only; our own ProForgeError messages still pass through (actionable). Tests: capabilityLayer empty-runId VALIDATION, idempotent node seeding, useGlobalCopilot.close reset, useSettingsView copilot clear-on-disable; MCP smoke extended with idempotent-seed + missing-project VALIDATION assertions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs
added a commit
that referenced
this pull request
Sep 1, 2026
) Closes 8 review findings: 7 mechanical completions of the prior batch's control-plane graph, plus a new foreign-protected migration-source subsystem (finding #8, maintainer-designed). - Bootstrap (§10.2) now uses the exact same prepare_root_anchor/ commit_root_anchor two-phase sequence as every later root commit, with the initial key-epoch control record created before the first root claims active_key_epoch. Closes the crash window where a NOT_COMMITTED bootstrap slot had no anchor-bound trusted key reference to authenticate against. - Catalog descriptors (§5.5) now use explicit presence encoding (has_active_record_generation/has_active_epoch/has_content_digest) so a brand-new PENDING(none->1) descriptor never has to invent a committed generation/epoch/digest that doesn't exist yet; enumerable-but-not-yet-readable is now an explicit, distinct state from readable. - Removed a leftover sentence describing catalog pages as "covered by the marker set," which contradicted the catalog self-exclusion rule. - inventory_digest now has a normative sort tuple (record-class token, tagged identity, tagged project scope, source-authority kind, source-scheme id) instead of an undefined "sorted." - marker_set_digest's outer entry is now consistently described as five fields (including marker_generation) everywhere it's paraphrased, not just in the normative table. - §6.2 now has a deterministic direct-vs-hashed AAD selection rule for the case where two individually-in-bound identity fields would jointly exceed the 32 KiB AAD limit. - New: a three-way source_authority_kind (LEGACY_PLAINTEXT/ R15_PROTECTED/FOREIGN_PROTECTED), a versioned source_scheme_id registry (WEBVIEW_IDB_AT_REST_V1, CREDENTIAL_IDB_KEYSTORE_V1), a MigrationSourceAdapter boundary distinct from KeyProvider (§15.3), a preserve-first foreign-migration flow with no-transitive-trust validation (§10.6), an explicit per-class migration-disposition model including credentials' RETAIN_APPROVED_SEPARATE_PROTECTED_ AUTHORITY (§10.4.1), and 13 new foreign-source fault-injection requirements (§16 assertion 19). No implementation, no status-line or refusal-list change, no other files touched. Verified: KeyProvider / MigrationSourceAdapter / source_scheme registry / Core remain four distinct, non-collapsing layers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps onnxruntime-web from 1.25.1 to 1.26.0.
Release notes
Sourced from onnxruntime-web's releases.
... (truncated)
Commits
8c546c31.26.0 - cherry-pick for RC2 (#28347)55c5c82GridSample: harden float->int64 casts against NaN/Inf/out-of-range coords (#2...60ce9ccRelax GQA seqlens_k shape validation for backward compat with older models (#...d02a0fdFix DoubleQDQPairsRemover adding spurious dimension to scalar scale/zero-poin...9b30f30remove weights_are_all_positive_ from TreeEnsemble (#27552)5f2f848fix(ci): incorrect relative template includes for setup-feeds (#28312)de2bc90Add QNN Plugin EP repo link to README (#28225)8dd4a06Include license file in built distributions (#27783)6e19374Fix CUDA 13 build error in gqa_unfused_attention.cu (#28309)d6c363c[OVEP] OpenVINO EP 1.26.0 Development Release Updates (#28297)