Skip to content

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
mainfrom
dependabot/npm_and_yarn/frontend/types/node-25.5.0
Closed

chore(deps-dev): bump @types/node from 20.19.39 to 25.6.0 in /frontend#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/types/node-25.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 20.19.39 to 25.6.0.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/types/node-25.5.0 branch from f120823 to 9614792 Compare April 12, 2026 17:15
@dependabot dependabot Bot changed the title chore(deps-dev): bump @types/node from 24.10.6 to 25.5.0 in /frontend chore(deps-dev): bump @types/node from 20.19.39 to 25.6.0 in /frontend Apr 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/types/node-25.5.0 branch from 9614792 to 0b8e5ea Compare April 28, 2026 16:05
@vercel

vercel Bot commented Apr 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
analyst-agent Ready Ready Preview, Comment Apr 28, 2026 4:12pm

@jacob187

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/types/node-25.5.0 branch from 0b8e5ea to 4d9a94d Compare April 28, 2026 16:12
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #38.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant