chore(deps-dev): bump @types/node from 20.19.39 to 25.6.0 in /frontend - #5
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump @types/node from 20.19.39 to 25.6.0 in /frontend#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/types/node-25.5.0
branch
from
April 12, 2026 17:15
f120823 to
9614792
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/types/node-25.5.0
branch
from
April 28, 2026 16:05
9614792 to
0b8e5ea
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
|
@dependabot rebase |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.39 to 25.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/types/node-25.5.0
branch
from
April 28, 2026 16:12
0b8e5ea to
4d9a94d
Compare
|
Contributor
Author
|
Superseded by #38. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/frontend/types/node-25.5.0
branch
May 4, 2026 00:31
jacob187
added a commit
that referenced
this pull request
Jul 1, 2026
…shared resolver Test-first refactor of the filings endpoints (the SSE stream had zero coverage; added characterization + behavior tests before touching it). - #5: _fetch_filing_data(fetch_raw=) skips the ~14 per-section extractions/parses for keyless callers — only filing metadata (the cache key) is fetched, so anonymous/discovery traffic no longer pays for SEC section parsing it can't use. - #6: _charge_budget_if_generating charges the operator's daily budget once and only when an LLM call will actually run (operator-paid + ≥1 cache miss). Re-opening a fully-cached filing no longer decrements the budget for zero work. - #10: one _plan_sections (section list) and one _analyze_or_cache (cache → keyless-gate → generate) shared by both the JSON and SSE endpoints; the SSE path streams progress via an on_progress callback. Removes the duplicated _stream_section / _cached_analysis logic and the divergent keyless gap signal. Trade-off: keyless callers see only the always-present core sections (conditional Item 1/1C/3/7A + XBRL require sign-in), since determining a conditional section's existence needs the raw text we now skip. Adds an autouse fixture rebuilding the module-level LLM dispatch semaphore per test — under TestClient each request uses a fresh loop, and a semaphore bound by an earlier test raises "bound to a different event loop". Production runs one loop, so it's a test-only guard. Co-Authored-By: Claude Opus 4.8 (1M context) <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 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 @types/node from 20.19.39 to 25.6.0.
Commits