Skip to content

chore(deps): bump the typescript-dependencies group across 9 directories with 23 updates - #1431

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-dependencies-c91d7a9f41
Open

chore(deps): bump the typescript-dependencies group across 9 directories with 23 updates#1431
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-dependencies-c91d7a9f41

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the typescript-dependencies group with 19 updates in the / directory:

Package From To
axios 1.18.0 1.19.0
typescript 5.9.3 7.0.2
vite 8.0.16 8.2.1
vitest 4.1.9 4.1.10
@types/node 25.9.3 26.2.0
@linear/sdk 76.0.0 90.0.0
chat 4.31.0 4.38.0
hono 4.12.25 4.13.2
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@chat-adapter/state-memory 4.31.0 4.38.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2
@slack/web-api 7.17.0 8.0.0
emulate 0.5.0 0.9.0
discord.js 14.26.4 14.27.0
@chat-adapter/teams 4.31.0 4.38.0
@chat-adapter/github 4.31.0 4.38.0
@octokit/auth-app 7.2.2 8.3.0
@octokit/rest 21.1.1 22.0.1

Bumps the typescript-dependencies group with 4 updates in the /packages/api-client directory: axios, typescript, vite and vitest.
Bumps the typescript-dependencies group with 4 updates in the /packages/harness-events directory: typescript, vite, vitest and @types/node.
Bumps the typescript-dependencies group with 2 updates in the /packages/rendering directory: typescript and @types/node.
Bumps the typescript-dependencies group with 11 updates in the /services/discordbot directory:

Package From To
typescript 5.9.3 7.0.2
@types/node 25.9.3 26.2.0
@chat-adapter/state-pg 4.31.0 4.38.0
chat 4.31.0 4.38.0
hono 4.12.25 4.13.2
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@chat-adapter/state-memory 4.31.0 4.38.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2
@chat-adapter/discord 4.31.0 4.38.0
discord.js 14.26.4 14.27.0

Bumps the typescript-dependencies group with 12 updates in the /services/githubbot directory:

Package From To
typescript 5.9.3 7.0.2
@types/node 25.9.3 26.2.0
@chat-adapter/state-pg 4.31.0 4.38.0
chat 4.31.0 4.38.0
hono 4.12.25 4.13.2
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@chat-adapter/state-memory 4.31.0 4.38.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2
@chat-adapter/github 4.31.0 4.38.0
@octokit/auth-app 7.2.2 8.3.0
@octokit/rest 21.1.1 22.0.1

Bumps the typescript-dependencies group with 11 updates in the /services/linearbot directory:

Package From To
typescript 5.9.3 7.0.2
@types/node 25.9.3 26.2.0
@chat-adapter/linear 4.31.0 4.38.0
@chat-adapter/state-pg 4.31.0 4.38.0
@linear/sdk 76.0.0 90.0.0
chat 4.31.0 4.38.0
hono 4.12.25 4.13.2
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@chat-adapter/state-memory 4.31.0 4.38.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2

Bumps the typescript-dependencies group with 12 updates in the /services/slackbotv2 directory:

Package From To
typescript 5.9.3 7.0.2
@types/node 25.9.3 26.2.0
@chat-adapter/state-pg 4.31.0 4.38.0
chat 4.31.0 4.38.0
hono 4.12.25 4.13.2
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@chat-adapter/state-memory 4.31.0 4.38.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2
@chat-adapter/slack 4.31.0 4.38.0
@slack/web-api 7.17.0 8.0.0
emulate 0.5.0 0.9.0

Bumps the typescript-dependencies group with 8 updates in the /services/teamsbot directory:

Package From To
typescript 5.9.3 7.0.2
@types/node 25.9.3 26.2.0
@chat-adapter/state-pg 4.31.0 4.38.0
chat 4.31.0 4.38.0
pg 8.21.0 8.23.0
@types/pg 8.20.0 8.21.0
@typescript/native-preview 7.0.0-dev.20260616.1 7.0.0-dev.20260707.2
@chat-adapter/teams 4.31.0 4.38.0

Updates axios from 1.18.0 to 1.19.0

Release notes

Sourced from axios's releases.

v1.19.0 - July 22, 2026

This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.

🔒 Security Fixes

  • Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, preventing fresh installations from resolving versions affected by the CRLF injection vulnerability GHSA-hmw2-7cc7-3qxx (GHSA-hmw2-7cc7-3qxx). (#11028)

🚀 New Features

  • Configuration Extensibility: Preserved own-enumerable symbol-keyed fields through mergeConfig and added a generic params type across public TypeScript declarations, responses, errors, adapters, and serializers. (#11043, #11081)
  • Header Parameter Parsing: Added the opt-in AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter parsing while preserving legacy parsing behavior. (#11051)
  • HTTP Status Codes: Added the missing Cloudflare 520 WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (#11067)

🐛 Bug Fixes

  • Form Data Conversion: Limited formDataToJSON path splitting to dot and bracket notation, preserving literal punctuation in keys, and removed browser-facing Buffer.from usage from toFormData to avoid unnecessary polyfills. (#11006, #11018)
  • Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms during NO_PROXY matching and honored * entries within comma- or space-separated bypass lists. (#11029, #11053)
  • Cancellation: Propagated already-aborted input signals immediately when composing abort signals. (#11035)
  • Header Handling: Preserved empty first values for duplicate singleton headers and made AxiosHeaders#getSetCookie() consistently return arrays for present values. (#11036, #11037)
  • URL Handling: Included normalized, safely redacted offending URLs in malformed-protocol errors and removed repeated trailing slashes when combining base URLs. (#11024, #11038)
  • Progress Events: Clamped malformed negative progress values to zero and ensured final Node.js download progress events are delivered before streamed responses close. (#11039, #11040)
  • Error and JSON Serialization: Serialized Set values as arrays in JSON-compatible snapshots and synthesized useful AxiosError messages from otherwise-empty AggregateError instances. (#11044, #11059)
  • Content-Length Enforcement: Corrected base64 data: URL size estimation so maxContentLength is enforced consistently by the HTTP and Fetch adapters. (#11061)
  • Synchronous Interceptors: Prevented requests from being dispatched after synchronous request interceptors fail unless their paired rejection handler resolves successfully. (#11071)

🔧 Maintenance & Chores

  • Dependencies: Updated development and test tooling, the docs fixture's Axios version, and GitHub Actions integrations including Checkout, Setup Node, Setup Deno, and Zizmor. (#11031, #11055, #11056, #11058, #11079, #11080, #11088, #11089, #11090)
  • Build Outputs: Limited sourcemap generation to published minified bundles, removing broken map references from non-minified builds. (#11054)
  • Form Data Internals: Centralized FormData header handling and made the Node.js adapter tolerate getHeaders() returning undefined under the content-only policy. (#11062)
  • Developer Experience: Ignored common local AI-tooling directories and fixed a constant-reassignment crash when the development sandbox serves its root path. (#11032, #11073)
  • Documentation: Updated sponsor information, clarified that baseURL is not a path-security boundary, scoped provenance claims to attested releases, and corrected the configuration-defaults documentation. (#11041, #11068, #11076, #11078)
  • Publishing: Simplified v1 publishing to use the npm version bundled with Node.js 26 and updated package metadata for the 1.19.0 release. (#11083, #11095)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

... (truncated)

Changelog

Sourced from axios's changelog.

v1.19.0 — July 22, 2026

This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.

🔒 Security Fixes

  • Multipart Form Data: Raised the form-data dependency floor to ^4.0.6, preventing fresh installations from resolving versions affected by the CRLF injection vulnerability GHSA-hmw2-7cc7-3qxx (GHSA-hmw2-7cc7-3qxx). (#11028)

🚀 New Features

  • Configuration Extensibility: Preserved own-enumerable symbol-keyed fields through mergeConfig and added a generic params type across public TypeScript declarations, responses, errors, adapters, and serializers. (#11043, #11081)
  • Header Parameter Parsing: Added the opt-in AxiosHeaders.parseParameters() parser for quote-aware, RFC-style HTTP parameter parsing while preserving legacy parsing behavior. (#11051)
  • HTTP Status Codes: Added the missing Cloudflare 520 WebServerReturnsAnUnknownError status and matching ESM/CJS declarations. (#11067)

🐛 Bug Fixes

  • Form Data Conversion: Limited formDataToJSON path splitting to dot and bracket notation, preserving literal punctuation in keys, and removed browser-facing Buffer.from usage from toFormData to avoid unnecessary polyfills. (#11006, #11018)

  • Proxy Bypass: Canonicalized IPv4 shorthand, octal, and hexadecimal forms during NO_PROXY matching and honored * entries within comma- or space-separated bypass lists. (#11029, #11053)

  • Cancellation: Propagated already-aborted input signals immediately when composing abort signals. (#11035)

  • Header Handling: Preserved empty first values for duplicate singleton headers and made AxiosHeaders#getSetCookie() consistently return arrays for present values. (#11036, #11037)

  • URL Handling: Included normalized, safely redacted offending URLs in malformed-protocol errors and removed repeated trailing slashes when combining base URLs. (#11008, #11038)

  • Progress Events: Clamped malformed negative progress values to zero and ensured final Node.js download progress events are delivered before streamed responses close. (#11039, #11040)

  • Error and JSON Serialization: Serialized Set values as arrays in JSON-compatible snapshots and synthesized useful AxiosError messages from otherwise-empty AggregateError instances. (#11044, #11059)

  • Content-Length Enforcement: Corrected base64 data: URL size estimation so maxContentLength is enforced consistently by the HTTP and Fetch adapters. (#11061)

  • Synchronous Interceptors: Prevented requests from being dispatched after synchronous request interceptors fail unless their paired rejection handler resolves successfully. (#11071)

🔧 Maintenance & Chores

  • Dependencies: Updated development and test tooling, the docs fixture's Axios version, and GitHub Actions integrations including Checkout, Setup Node, Setup Deno, and Zizmor. (#11031, #11055, #11056, #11058, #11079, #11080, #11088, #11089, #11090)
  • Build Outputs: Limited sourcemap generation to published minified bundles, removing broken map references from non-minified builds. (#11054)
  • Form Data Internals: Centralized FormData header handling and made the Node.js adapter tolerate getHeaders() returning undefined under the content-only policy. (#11062)
  • Developer Experience: Ignored common local AI-tooling directories and fixed a constant-reassignment crash when the development sandbox serves its root path. (#11032, #11073)
  • Documentation: Updated sponsor information, clarified that baseURL is not a path-security boundary, scoped provenance claims to attested releases, and corrected the configuration-defaults documentation. (#11041, #11068, #11076, #11078)
  • Publishing: Simplified v1 publishing to use the npm version bundled with Node.js 26 and updated package metadata for the 1.19.0 release. (#11083, #11095)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

... (truncated)

Commits
  • 311fcc5 chore(release): prepare release 1.19.0 (#11095)
  • cb4fd74 chore(deps): bump axios from 1.16.1 to 1.18.1 in /docs (#11088)
  • 004c93a chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 in the github-action...
  • 122edde chore(deps-dev): bump the development_dependencies group with 3 updates (#11089)
  • c44f8d0 ci: use bundled npm for v1 publish (#11083)
  • 878bb29 fix(sandbox): resolve TypeError on constant variable path assignment (#11073)
  • a092bae fix(core): synchronous interceptors swallow errors and proceed with request (...
  • 3041b8f feat(HttpStatusCode): add missing 520 status code (#11067)
  • 58b16c8 refactor(helpers): extract duplicated setFormDataHeaders into a shared helper...
  • 3077e62 feat(types): Allow the Params property to be typed, instead of any (#11081)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0.1 RC

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates vite from 8.0.16 to 8.2.1

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.1

Please refer to CHANGELOG.md for details.

v8.2.1

Please refer to CHANGELOG.md for details.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.5

Please refer to CHANGELOG.md for details.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.1 (2026-08-06)

Bug Fixes

  • build: make client chunkImportMap work with sharedPlugins: true (#23184) (15f0307)
  • bundled-dev: inject client script tag before chunk scripts (#23161) (eac0cc8)
  • css: don't re-run lightningcss visitor during minify (fix #23146) (#23147) (de041a7)
  • deps: update all non-major dependencies (#23136) (14454fd)
  • deps: update rolldown-related dependencies (#23070) (7ac6f7f)
  • don't mutate the user config when resolving the lib entry from the top-level input (#23135) (b4bf596)
  • handle shebang ending with uncommon line terminators (#23038) (17f7b2f)
  • server: use a random port when port is 0 (#23158) (fddf4ea)

Performance Improvements

Documentation

  • build: fix incomplete @default for build.minify (#23177) (ef02435)

Miscellaneous Chores

  • deps: update dependency rolldown-plugin-dts to ^0.28.0 (#23137) (4adc1e7)
  • deps: update dependency strip-literal to v4 (#23140) (9db65ce)

Code Refactoring

  • bundled-dev: avoid injecting server values in the bundle (#22967) (23b8a08)
  • bundled-dev: remove rolldown lazy stub module workaround (#23129) (e72036e)

Tests

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)

... (truncated)

Commits
  • 4216158 release: v8.2.1
  • fddf4ea fix(server): use a random port when port is 0 (#23158)
  • de041a7 fix(css): don't re-run lightningcss visitor during minify (fix #23146) (#23147)
  • 15f0307 fix(build): make client chunkImportMap work with sharedPlugins: true (#23184)
  • c2155fe test(bundled-dev): enable sourcemap playgrounds (#23080)
  • ef02435 docs(build): fix incomplete @default for build.minify (#23177)
  • eac0cc8 fix(bundled-dev): inject client script tag before chunk scripts (#23161)
  • 23b8a08 refactor(bundled-dev): avoid injecting server values in the bundle (#22967)
  • e72036e refactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)
  • 14454fd fix(deps): update all non-major dependencies (#23136)
  • Additional commits viewable in compare view

Updates vitest from 4.1.9 to 4.1.10

Release notes

Sourced from vitest's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • See full diff in compare view

Updates @types/node from 25.9.3 to 26.2.0

Commits

Updates @linear/sdk from 76.0.0 to 90.0.0

Release notes

Sourced from @​linear/sdk's releases.

@​linear/sdk@​90.0.0

Major Changes

  • 9ed3244: feat(schema): [breaking] Input field 'InitiativeCollectionFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (InitiativeCollectionFilter.id)

    feat(schema): [breaking] Input field 'InitiativeFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (InitiativeFilter.id)

    feat(schema): [breaking] Input field 'NullableInitiativeFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (NullableInitiativeFilter.id)

    feat(schema): [breaking] Input field 'NullableProjectFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (NullableProjectFilter.id)

    feat(schema): [breaking] Input field 'ProjectCollectionFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (ProjectCollectionFilter.id)

    feat(schema): [breaking] Input field 'ProjectFilter.id' changed type from 'IDComparator' to 'EntityIdentifierIDComparator' (ProjectFilter.id)

    feat(schema): [dangerous] Enum value 'featureDisabled' was added to enum 'AiConversationErrorType' (AiConversationErrorType.featureDisabled)

    feat(schema): [dangerous] Enum value 'usageLimit' was added to enum 'AiConversationErrorType' (AiConversationErrorType.usageLimit)

    feat(schema): [dangerous] Enum value 'RemoveSpendLimit' was added to enum 'AiConversationTool' (AiConversationTool.RemoveSpendLimit)

    feat(schema): [dangerous] Enum value 'SetSpendLimit' was added to enum 'AiConversationTool' (AiConversationTool.SetSpendLimit)

    feat(schema): [dangerous] Member 'AiConversationRemoveSpendLimitToolCall' was added to Union type 'AiConversationToolCall' (AiConversationToolCall)

    feat(schema): [dangerous] Member 'AiConversationSetSpendLimitToolCall' was added to Union type 'AiConversationToolCall' (AiConversationToolCall)

    feat(schema): [dangerous] Input field 'liveFolderPreset' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.liveFolderPreset)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'InitiativeCollectionFilter' (InitiativeCollectionFilter.customIdentifier)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'InitiativeFilter' (InitiativeFilter.customIdentifier)

    feat(schema): [dangerous] Argument 'accessToken: String' added to field 'Mutation.integrationZendesk' (Mutation.integrationZendesk.accessToken)

    feat(schema): [dangerous] Argument 'customApiUrl: String' added to field 'Mutation.integrationZendesk' (Mutation.integrationZendesk.customApiUrl)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'NullableInitiativeFilter' (NullableInitiativeFilter.customIdentifier)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.customIdentifier)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.customIdentifier)

    feat(schema): [dangerous] Input field 'customIdentifier' was added to input object type 'ProjectFilter' (ProjectFilter.customIdentifier)

    feat(schema): [dangerous] Input field 'workflowDefinitionId' was added to input object type 'SourceMetadataComparator' (SourceMetadataComparator.workflowDefinitionId)

    feat(schema): [dangerous] Input field 'bearerTokenAuth' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.bearerTokenAuth)

    feat(schema): [dangerous] Input field 'customApiUrl' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.customApiUrl)

... (truncated)

Commits

Updates chat from 4.31.0 to 4.38.0

Release notes

Sourced from chat's releases.

chat@4.38.0

Minor Changes

  • 0f24cc3: Preserve normalized replied-to message context and populate it from Telegram replies.

  • bdeb2bf: Add a workflow-safe chat/serialization entrypoint and isolate automatic Chat class serializers from Node-only runtime dependencies.

  • a0cba02: Add Vercel Connect credential resolvers and custom webhook verification to the Discord adapter, with create-chat-sdk --connect scaffolding for Discord bots.

  • 83ede7e: add native message replies with WhatsApp contextual reply support

  • 18d4a23: Add a shared thread API for marking messages as read across WhatsApp, Messenger, and XChat.

    Note for anyone calling XchatAdapter.markAsRead() directly: it now rejects when a receipt fails instead of logging a warning and resolving. Automatic read receipts are unaffected, since the adapter still catches and logs those internally. If you call the method yourself without awaiting it, add a .catch() so a failed receipt does not surface as an unhandled rejection.

chat@4.37.0

Minor Changes

  • 2a2b2c5: Add a native Instagram Direct Messages adapter with signed webhooks, media, quick replies, story context, reactions, and typed Meta API errors.

  • 4ac0455: Add message update and delete lifecycle callbacks, with Slack message_changed and message_deleted dispatch support.

  • 0ec6a73: Add @chat-adapter/notion for Notion page and block comment discussions: webhook HMAC verification, Post+Edit streaming, conversation history, message.subject page metadata, plain-text @userName/@botUserId mention detection, and File Uploads (up to 3 native attachments). Registers the adapter in the chat/adapters catalog and create-chat-sdk CLI scaffold, and adds Notion emoji platform support.

  • 85e3d22: Close residual gaps in agent read-tool scoping. createChatTools's read guard now wraps modal, assistant-thread, assistant-context, app-home, app-context, and member-joined dispatch so tools built in those handlers inherit the active conversation, and it logs a warning (instead of failing open silently) when a read runs with no resolvable scope. Scoping stays channel-level by default, so a thread scope still permits sibling threads in its channel. Pass the new strictScope: true to confine a thread scope to that thread alone, rejecting both sibling threads and the parent channel, which matters on platforms where a channel is the widest read available (a GitHub channel is an entire repo).

    Note that reads inside those newly wrapped handlers were previously unscoped. An agent built in an onModalSubmit, onAppHomeOpened, or onMemberJoinedChannel handler that reads another channel will now be rejected. Pass an explicit scope, or scope: false for intentionally workspace-wide reads.

chat@4.36.0

Minor Changes

  • c5d86b1: confine built-in agent read tools to the conversation being handled, with an optional scope override

  • 0153a39: Add DateInput and NumberInput modal children. The Slack adapter renders them as a datepicker and a number_input, the Teams adapter as Input.Date and Input.Number, and both submitted values arrive in event.values as strings.

    Teams submit values that arrive as JSON numbers are now stringified into event.values instead of being dropped. This fixes Input.Number, but applies to any numeric value a Teams dialog submits — a key that was previously absent from event.values will now be present as a string.

Patch Changes

  • 257a32d: Route Teams personal and group conversations using their explicit conversation type so group chats use buffered fallback even when their IDs resemble direct messages.

  • b547f45: Stop treating email addresses as bot mentions. A message containing jane@acme.com no longer triggers a bot named acme, because the @ in detectMention must not follow a word character. Real mentions are unaffected, including at the start of a message, after punctuation, and suffixed names such as GitHub's mybot[bot].

  • caa6325: Add XChat support to @chat-adapter/x, shipped from the new @chat-adapter/x/chat subpath so it sits alongside the existing X adapter. The XChat crypto stack (@xdevplatform/chat-xdk, @xdevplatform/xdk, juicebox-sdk) is an optional peer dependency, so existing @chat-adapter/x users are unaffected. All cryptography is handled inside the adapter via @xdevplatform/chat-xdk (wasm) and all REST goes through the typed @xdevplatform/xdk client. Only a bot token and a Juicebox PIN are required: the bot's identity (user id and @​handle) is resolved from GET /2/users/me at startup.

    • Encrypted send/receive in DMs and groups (webhook push + polling), signature verification on by default; undecryptable or unverified events are dropped
    • Webhook POSTs must carry a valid x-twitter-webhooks-signature, which X sends on every delivery. Set consumerSecret (or X_CONSUMER_SECRET) to receive webhooks, or disableWebhookVerification when an upstream layer already verifies them. Polling deployments are unaffected
    • Mention detection from structured mention entities, swipe-replies to the bot, and a plain-text @handle fallback; group replies sent as quoted replies
    • openDM(userId) starts (or reuses) an encrypted 1:1, running a full key exchange when needed so the bot can message first
    • Media both ways: inbound attachments with lazy download+decrypt, outbound encrypted uploads
    • Edit and delete of the bot's own messages; the first edit of a fresh message is age-gated by editSafetyDelayMs (default 5000ms) so receiving clients have stored the original
    • Reactions in and out, read receipts (sendReadReceipts, default on), typing keep-alive, configurable group welcome message
    • Cards degrade to text with tappable URL/mention entities plus a URL preview attachment
    • Requests carry a chat-sdk-xchat/<version> User-Agent product token so Chat SDK traffic is identifiable in X API request logs (a User-Agent set via apiHeaders takes precedence)
    • Registered in the chat/adapters catalog and the create-chat-sdk CLI scaffold, with a new optional importPath catalog field for adapters that ship on a subpath

chat@4.35.0

Minor Changes

  • 4cb7e5d: Add a chat/workflow subpath with requestApproval(): durable human-in-the-loop approvals built on Workflow SDK. It posts an approval card with Approve/Deny buttons, suspends the workflow until a user decides (or an optional timeout elapses), validates approvers, finalizes the card with the outcome, and returns { approved, timedOut, user }. Also exports the buildApprovalCard and buildResolvedCard builders. Requires the new optional workflow peer dependency.

... (truncated)

Changelog

Sourced from chat's changelog.

4.38.0

Minor Changes

  • 0f24cc3: Preserve normalized replied-to message context and populate it from Telegram replies.

  • bdeb2bf: Add a workflow-safe chat/serialization entrypoint and isolate automatic Chat class serializers from Node-only runtime dependencies.

  • a0cba02: Add Vercel Connect credential resolvers and custom webhook verification to the Discord adapter, with create-chat-sdk --connect scaffolding for Discord bots.

  • 83ede7e: add native message replies with WhatsApp contextual reply support

  • 18d4a23: Add a shared thread API for marking messages as read across WhatsApp, Messenger, and XChat.

    Note for anyone calling XchatAdapter.markAsRead() directly: it now rejects when a receipt fails instead of logging a warning and resolving. Automatic read receipts are unaffected, since the adapter still catches and logs those internally. If you call the method yourself without awaiting it, add a .catch() so a failed receipt does not surface as an unhandled rejection.

4.37.0

Minor Changes

  • 2a2b2c5: Add a native Instagram Direct Messages adapter with signed webhooks, media, quick replies, story context, reactions, and typed Meta API errors.

  • 4ac0455: Add message update and delete lifecycle callbacks, with Slack message_changed and message_deleted dispatch support.

  • 0ec6a73: Add @chat-adapter/notion for Notion page and block comment discussions: webhook HMAC verification, Post+Edit streaming, conversation history, message.subject page metadata, plain-text @userName/@botUserId mention detection, and File Uploads (up to 3 native attachments). Registers the adapter in the chat/adapters catalog and create-chat-sdk CLI scaffold, and adds Notion emoji platform support.

  • 85e3d22: Close residual gaps in agent read-tool scoping. createChatTools's read guard now wraps modal, assistant-thread, assistant-context, app-home, app-context, and member-joined dispatch so tools built in those handlers inherit the active conversation, and it logs a warning (instead of failing open silently) when a read runs with no resolvable scope. Scoping stays channel-level by default, so a thread scope still permits sibling threads in its channel. Pass the new strictScope: true to confine a thread scope to that thread alone, rejecting both sibling threads and the parent channel, which matters on platforms where a channel is the widest read available (...

    Description has been truncated

…ies with 23 updates

Bumps the typescript-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.18.0` | `1.19.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.2.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@linear/sdk](https://github.com/linear/linear) | `76.0.0` | `90.0.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [hono](https://github.com/honojs/hono) | `4.12.25` | `4.13.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@chat-adapter/state-memory](https://github.com/vercel/chat/tree/HEAD/packages/state-memory) | `4.31.0` | `4.38.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |
| [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `7.17.0` | `8.0.0` |
| [emulate](https://github.com/vercel-labs/emulate/tree/HEAD/packages/emulate) | `0.5.0` | `0.9.0` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.26.4` | `14.27.0` |
| [@chat-adapter/teams](https://github.com/vercel/chat/tree/HEAD/packages/adapter-teams) | `4.31.0` | `4.38.0` |
| [@chat-adapter/github](https://github.com/vercel/chat/tree/HEAD/packages/adapter-github) | `4.31.0` | `4.38.0` |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `7.2.2` | `8.3.0` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `21.1.1` | `22.0.1` |

Bumps the typescript-dependencies group with 4 updates in the /packages/api-client directory: [axios](https://github.com/axios/axios), [typescript](https://github.com/microsoft/TypeScript), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the typescript-dependencies group with 4 updates in the /packages/harness-events directory: [typescript](https://github.com/microsoft/TypeScript), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the typescript-dependencies group with 2 updates in the /packages/rendering directory: [typescript](https://github.com/microsoft/TypeScript) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the typescript-dependencies group with 11 updates in the /services/discordbot directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@chat-adapter/state-pg](https://github.com/vercel/chat/tree/HEAD/packages/state-pg) | `4.31.0` | `4.38.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [hono](https://github.com/honojs/hono) | `4.12.25` | `4.13.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@chat-adapter/state-memory](https://github.com/vercel/chat/tree/HEAD/packages/state-memory) | `4.31.0` | `4.38.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |
| [@chat-adapter/discord](https://github.com/vercel/chat/tree/HEAD/packages/adapter-discord) | `4.31.0` | `4.38.0` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.26.4` | `14.27.0` |

Bumps the typescript-dependencies group with 12 updates in the /services/githubbot directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@chat-adapter/state-pg](https://github.com/vercel/chat/tree/HEAD/packages/state-pg) | `4.31.0` | `4.38.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [hono](https://github.com/honojs/hono) | `4.12.25` | `4.13.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@chat-adapter/state-memory](https://github.com/vercel/chat/tree/HEAD/packages/state-memory) | `4.31.0` | `4.38.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |
| [@chat-adapter/github](https://github.com/vercel/chat/tree/HEAD/packages/adapter-github) | `4.31.0` | `4.38.0` |
| [@octokit/auth-app](https://github.com/octokit/auth-app.js) | `7.2.2` | `8.3.0` |
| [@octokit/rest](https://github.com/octokit/rest.js) | `21.1.1` | `22.0.1` |

Bumps the typescript-dependencies group with 11 updates in the /services/linearbot directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@chat-adapter/linear](https://github.com/vercel/chat/tree/HEAD/packages/adapter-linear) | `4.31.0` | `4.38.0` |
| [@chat-adapter/state-pg](https://github.com/vercel/chat/tree/HEAD/packages/state-pg) | `4.31.0` | `4.38.0` |
| [@linear/sdk](https://github.com/linear/linear) | `76.0.0` | `90.0.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [hono](https://github.com/honojs/hono) | `4.12.25` | `4.13.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@chat-adapter/state-memory](https://github.com/vercel/chat/tree/HEAD/packages/state-memory) | `4.31.0` | `4.38.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |

Bumps the typescript-dependencies group with 12 updates in the /services/slackbotv2 directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@chat-adapter/state-pg](https://github.com/vercel/chat/tree/HEAD/packages/state-pg) | `4.31.0` | `4.38.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [hono](https://github.com/honojs/hono) | `4.12.25` | `4.13.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@chat-adapter/state-memory](https://github.com/vercel/chat/tree/HEAD/packages/state-memory) | `4.31.0` | `4.38.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |
| [@chat-adapter/slack](https://github.com/vercel/chat/tree/HEAD/packages/adapter-slack) | `4.31.0` | `4.38.0` |
| [@slack/web-api](https://github.com/slackapi/node-slack-sdk) | `7.17.0` | `8.0.0` |
| [emulate](https://github.com/vercel-labs/emulate/tree/HEAD/packages/emulate) | `0.5.0` | `0.9.0` |

Bumps the typescript-dependencies group with 8 updates in the /services/teamsbot directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.2.0` |
| [@chat-adapter/state-pg](https://github.com/vercel/chat/tree/HEAD/packages/state-pg) | `4.31.0` | `4.38.0` |
| [chat](https://github.com/vercel/chat/tree/HEAD/packages/chat) | `4.31.0` | `4.38.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.21.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.21.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260616.1` | `7.0.0-dev.20260707.2` |
| [@chat-adapter/teams](https://github.com/vercel/chat/tree/HEAD/packages/adapter-teams) | `4.31.0` | `4.38.0` |



Updates `axios` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.18.0...v1.19.0)

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)

Updates `vite` from 8.0.16 to 8.2.1
- [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.2.1/packages/vite)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@linear/sdk` from 76.0.0 to 90.0.0
- [Release notes](https://github.com/linear/linear/releases)
- [Commits](https://github.com/linear/linear/compare/@linear/sdk@76.0.0...@linear/sdk@90.0.0)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `hono` from 4.12.25 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.25...v4.13.2)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@chat-adapter/state-memory` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-memory/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-memory@4.38.0/packages/state-memory)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@slack/web-api` from 7.17.0 to 8.0.0
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.17.0...@slack/web-api@8.0.0)

Updates `emulate` from 0.5.0 to 0.9.0
- [Release notes](https://github.com/vercel-labs/emulate/releases)
- [Changelog](https://github.com/vercel-labs/emulate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/emulate/commits/HEAD/packages/emulate)

Updates `discord.js` from 14.26.4 to 14.27.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.27.0/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.27.0/packages/discord.js)

Updates `@chat-adapter/teams` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-teams/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/teams@4.38.0/packages/adapter-teams)

Updates `@chat-adapter/github` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-github/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/github@4.38.0/packages/adapter-github)

Updates `@octokit/auth-app` from 7.2.2 to 8.3.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v7.2.2...v8.3.0)

Updates `@octokit/rest` from 21.1.1 to 22.0.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v21.1.1...v22.0.1)

Updates `axios` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.18.0...v1.19.0)

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)

Updates `vite` from 8.0.16 to 8.2.1
- [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.2.1/packages/vite)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

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)

Updates `vite` from 8.0.16 to 8.2.1
- [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.2.1/packages/vite)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `@types/node` from 25.9.3 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)

Updates `@types/node` from 25.9.3 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)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@chat-adapter/state-pg` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-pg/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-pg@4.38.0/packages/state-pg)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `hono` from 4.12.25 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.25...v4.13.2)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@chat-adapter/state-memory` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-memory/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-memory@4.38.0/packages/state-memory)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@chat-adapter/discord` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-discord/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/discord@4.38.0/packages/adapter-discord)

Updates `discord.js` from 14.26.4 to 14.27.0
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.27.0/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.27.0/packages/discord.js)

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)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@chat-adapter/state-pg` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-pg/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-pg@4.38.0/packages/state-pg)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `hono` from 4.12.25 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.25...v4.13.2)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@chat-adapter/state-memory` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-memory/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-memory@4.38.0/packages/state-memory)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@chat-adapter/github` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-github/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/github@4.38.0/packages/adapter-github)

Updates `@octokit/auth-app` from 7.2.2 to 8.3.0
- [Release notes](https://github.com/octokit/auth-app.js/releases)
- [Commits](octokit/auth-app.js@v7.2.2...v8.3.0)

Updates `@octokit/rest` from 21.1.1 to 22.0.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v21.1.1...v22.0.1)

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)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@chat-adapter/linear` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-linear/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/linear@4.38.0/packages/adapter-linear)

Updates `@chat-adapter/state-pg` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-pg/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-pg@4.38.0/packages/state-pg)

Updates `@linear/sdk` from 76.0.0 to 90.0.0
- [Release notes](https://github.com/linear/linear/releases)
- [Commits](https://github.com/linear/linear/compare/@linear/sdk@76.0.0...@linear/sdk@90.0.0)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `hono` from 4.12.25 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.25...v4.13.2)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@chat-adapter/state-memory` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-memory/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-memory@4.38.0/packages/state-memory)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

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)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@chat-adapter/state-pg` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-pg/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-pg@4.38.0/packages/state-pg)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `hono` from 4.12.25 to 4.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.25...v4.13.2)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@chat-adapter/state-memory` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-memory/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-memory@4.38.0/packages/state-memory)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@chat-adapter/slack` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-slack/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/slack@4.38.0/packages/adapter-slack)

Updates `@slack/web-api` from 7.17.0 to 8.0.0
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.17.0...@slack/web-api@8.0.0)

Updates `emulate` from 0.5.0 to 0.9.0
- [Release notes](https://github.com/vercel-labs/emulate/releases)
- [Changelog](https://github.com/vercel-labs/emulate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/emulate/commits/HEAD/packages/emulate)

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)

Updates `@types/node` from 25.9.3 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@chat-adapter/state-pg` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/state-pg/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/state-pg@4.38.0/packages/state-pg)

Updates `chat` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/chat/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/chat@4.38.0/packages/chat)

Updates `pg` from 8.21.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.21.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@typescript/native-preview` from 7.0.0-dev.20260616.1 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `@chat-adapter/teams` from 4.31.0 to 4.38.0
- [Release notes](https://github.com/vercel/chat/releases)
- [Changelog](https://github.com/vercel/chat/blob/main/packages/adapter-teams/CHANGELOG.md)
- [Commits](https://github.com/vercel/chat/commits/@chat-adapter/teams@4.38.0/packages/adapter-teams)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@linear/sdk"
  dependency-version: 90.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-memory"
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@slack/web-api"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: emulate
  dependency-version: 0.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: discord.js
  dependency-version: 14.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/teams"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/github"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@octokit/auth-app"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@octokit/rest"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-pg"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-memory"
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/discord"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: discord.js
  dependency-version: 14.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-pg"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-memory"
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/github"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@octokit/auth-app"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@octokit/rest"
  dependency-version: 22.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/linear"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-pg"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@linear/sdk"
  dependency-version: 90.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-memory"
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-pg"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-memory"
  dependency-version: 4.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/slack"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@slack/web-api"
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: emulate
  dependency-version: 0.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/state-pg"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: chat
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-dependencies
- dependency-name: "@chat-adapter/teams"
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: typescript-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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.

0 participants