chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates#29
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…2 updates Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `svelte` from 4.2.20 to 5.55.4 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte) Updates `vite` from 5.4.21 to 8.0.9 - [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.0.9/packages/vite) --- updated-dependencies: - dependency-name: svelte dependency-version: 5.55.4 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.0.9 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ThomasJButler
added a commit
that referenced
this pull request
Apr 29, 2026
screens/oracle/OracleChat.svelte composes ThreadRail + MessageList + Composer + ContextPanel into a 3-column broadcast layout (collapses to single column < 1024px). Multi-thread chat backed by lib/oracle/threads; one-shot legacy migration of oracle_chat_history into a single seed thread on first mount. Backend selection + SSE streaming live in services/oracleChat (extracted in Task 2). App.svelte: <Route path="/oracle"> swaps from <ChatBot /> to <OracleChat />, import ChatBot line dropped (P5a is the last consumer; legacy file stays in tree until P10). Adopts Today.svelte's exported-load() pattern so tests deterministically flush the async data load via component.load() + act() rather than racing against onMount + waitFor. Test file wires per-test plain-object localStorage backing via vi.spyOn — same shape as lib/oracle/threads.test.ts; required because tests/setup.ts replaces global localStorage with bare vi.fn() stubs. vitest 932/932 across 83 files (+6/+1 over the post-Task-4 926/82 baseline; matches plan prediction exactly). svelte-check 0/0. Playwright routing.spec.ts 32/32 on desktop-chrome including test #29 (/oracle-chat -> /oracle) which silently end-to-end validates the new mount. Manual gate: P5a checkbox stays unchecked pending sweep at /oracle; checklist surfaced in p5a-oracle-chat.md. Tag at sign-off -> v3.15.
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 the npm_and_yarn group with 2 updates in the /frontend directory: svelte and vite.
Updates
sveltefrom 4.2.20 to 5.55.4Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
7fddfbdVersion Packages (#18105)671fc2efix: never mark a child effect root as inert (#18111)0ed8c28fix: reset context after waiting on blockers of@constexpressions (#18100)273f1a8fix: keep flushing new eager effects (#18102)4a50e8eVersion Packages (#18085)15588f5fix: avoid false positives for reactivity loss warning (#18088)0e9e76ffix: freeze deriveds once their containing effects are destroyed (#17921)3937ec0fix: correctly calculate@constblockers (#18039)7be1a02fix: ensure proper HMR updates for dynamic components (#18079)a4ce776fix: defer error boundary rendering in forks (#18076)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for svelte since your current version.
Updates
vitefrom 5.4.21 to 8.0.9Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
ce729f5release: v8.0.9605bb97docs: update build CLI defaults (#22261)c28e9c1fix(deps): update all non-major dependencies (#22268)0a3887dchore(deps): update dependency dotenv-expand to v13 (#22271)868f141fix(bundled-dev): reject requests to HMR patch files in non potentially trust...3ec9cdafix: skip fallback sourcemap generation for?rawimports (#22148)3f24533fix(optimizer): handle more chars that will be sanitized (#22208)1b793c0fix: detect Deno workspace root (fix #22237) (#22238)fc08bdafix(dev): handle errors inwatchChangehook (#22188)374bb5dfix(css): use unique key for cssEntriesMap to prevent same-basename collision...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.