chore(deps-dev): Bump the dev-dependencies group across 1 directory with 2 updates - #10
Conversation
b3bbe3d to
13783a8
Compare
|
Holding this one, and flagging that its title undersells it. "Bump the dev-dependencies group across 1 directory with 2 updates" reads as routine, but the contents are two majors:
Both are worth taking eventually; neither is release polish. A TypeScript major on a codebase running Left open rather than closed so it stays visible as a decision to make on purpose, in a session that can absorb whatever the compiler says. |
Applied on current main rather than by merging Dependabot #12: that branch predates this session's CI change, so its Linux leg — no longer advisory — runs without the three portability fixes and would fail on a bump that has nothing to do with it. The SDK reaches exactly one module (src/provider/anthropic.ts), so the blast radius is the Anthropic adapter. Typecheck clean; the anthropic, provider-infra, wire-image, mock-provider and architecture suites pass (57 tests). The live adapter smoke stays opt-in and was not run — it costs money. Deliberately NOT taken in the same pass: - #10, despite its "dev-dependencies group" title, is typescript ~5.9 -> ~7.0 and @types/node ^22 -> ^26. Two majors, one of them a TypeScript major on a codebase with noUncheckedIndexedAccess and exactExactOptionalPropertyTypes, and @types/node 26 describes APIs above this package's own Node 22 floor. dependabot.yml already says a TS major should be a deliberate, hand-reviewed upgrade; it is not release polish. - #11 is undici 7 -> 8, deferred on the record because the proxy dispatcher needs live verification, not a green unit suite. Both stay open with that reasoning on the PR. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ith 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.20.1 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
13783a8 to
d0686ad
Compare
Bumps the dev-dependencies group with 2 updates in the / directory: @types/node and typescript.
Updates
@types/nodefrom 22.20.1 to 26.2.0Commits
Updates
typescriptfrom 5.9.3 to 7.0.2Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.