chore(deps-dev): bump @types/node from 20.19.37 to 26.1.2 in /ui - #10979
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0f39bc9d6f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@agentclientprotocol/sdk": "^0.19.0", | ||
| "@hey-api/openapi-ts": "^0.92.3", | ||
| "@types/node": "^20.0.0", | ||
| "@types/node": "^26.1.2", |
There was a problem hiding this comment.
Keep SDK Node typings within supported runtime
The SDK still documents Node.js 18+ support in ui/sdk/README.md:22, but this now compiles the SDK against Node 26 typings. In that combination, any new use of a Node 26-only API in src/ will pass tsc and be emitted into the published package even though documented Node 18 consumers will fail at runtime; keep @types/node pinned to the supported runtime baseline or raise the SDK's documented/engine support together with this bump.
Useful? React with 👍 / 👎.
|
Dependabot can't parse your pnpm-lock.yaml. Because of this, Dependabot cannot update this pull request. |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.37 to 26.1.2. - [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: 26.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0f39bc9 to
5952db7
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5952db7a5d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/express": "^5.0.6", | ||
| "@types/lodash": "^4.17.24", | ||
| "@types/node": "^25.5.0", | ||
| "@types/node": "^26.1.2", |
There was a problem hiding this comment.
Keep desktop typings on supported Node runtime
The desktop package still declares Node ^24.10.0 as its supported development runtime, but this change makes tsc check src/, vite.config.ts, and forge.config.ts against Node 26 globals. In that declared Node 24 setup, a new use of a Node 26-only API will typecheck and then fail when contributors or CI run the package scripts under the supported engine, so keep @types/node aligned with the engine or raise the engine/runtime together.
Useful? React with 👍 / 👎.
* origin/main: chore(release): bump version to 1.46.0 (minor) (#10920) fix: secure Copilot API endpoint transport (#11129) fix(providers): map kimi_code provider name and pass correct provider to create_request (#11130) fix(cli): honor provider overrides on session resume (#10810) fix: enforce review check tool policy (#11128) chore(deps-dev): bump vite from 7.3.1 to 8.2.1 in /ui (#10977) chore(deps): bump jsonschema from 0.46.10 to 0.49.4 (#10857) chore(deps): bump sigstore-verify from 0.10.0 to 0.11.0 (#10856) chore(deps): bump lopdf from 0.42.0 to 0.44.0 (#10854) chore(deps): bump ctor from 0.2.9 to 0.6.3 (#10852) chore(deps-dev): bump @types/node from 20.19.37 to 26.1.2 in /ui (#10979) chore(deps-dev): bump @electron/fuses from 1.8.0 to 2.1.3 in /ui (#10978) chore(deps-dev): bump electron from 41.10.3 to 43.3.0 in /ui (#10974) fix(permissions): match extension owners exactly (#10455) fix: normalize critical command patterns (#10989) fix: keep LiteLLM default local (#10996) fix: encode GCP Vertex URL path segments (#10998) fix: make Open Plugins installs transactional (#10999) # Conflicts: # Cargo.lock # ui/desktop/package.json # ui/pnpm-lock.yaml
Bumps @types/node from 20.19.37 to 26.1.2.
Commits