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 |
qnbs
commented
May 12, 2026
Owner
@dependabot rebase |
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 08:25
f952b4a to
22899e9Compareqnbs
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.
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 08:28
22899e9 to
2e0288eCompareqnbs
enabled auto-merge (squash)
May 12, 2026 08:28
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 12:39
2e0288e to
5eadf23Compareqnbs
commented
May 12, 2026
Owner
@dependabot rebase |
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
4 times, most recently
from
May 12, 2026 18:23
c13559e to
fcb25feCompareqnbs
commented
May 12, 2026
Owner
@dependabot rebase |
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 12, 2026 18:59
fcb25fe to
553a1a0Compareqnbs 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>
dependabotBotforce-pushed
the
dependabot/npm_and_yarn/onnxruntime-web-1.26.0
branch
from
May 16, 2026 06:33
553a1a0 to
54b905bCompareUh oh!
There was an error while loading. Please reload this page.
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>
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 freeto 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)