Skip to content

Bump the npm-all group across 11 directories with 30 updates#616

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-all-9a5265b8f5
Open

Bump the npm-all group across 11 directories with 30 updates#616
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-all-9a5265b8f5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-all group with 4 updates in the / directory: @eslint/js, @microsoft/m365agentsplayground, eslint and neostandard.
Bumps the npm-all group with 3 updates in the /samples/nodejs/auto-signin directory: @microsoft/m365agentsplayground, @microsoft/agents-hosting-express and @microsoft/microsoft-graph-types.
Bumps the npm-all group with 5 updates in the /samples/nodejs/azure-ai-streaming directory:

Package From To
@microsoft/m365agentsplayground 0.2.24 0.2.27
@microsoft/agents-hosting-express 1.5.1 1.5.3
@ai-sdk/azure 2.0.30 3.0.74
ai 5.0.52 6.0.204
typescript 5.9.2 6.0.3

Bumps the npm-all group with 3 updates in the /samples/nodejs/cards directory: @microsoft/m365agentsplayground, @microsoft/agents-hosting-express and @types/node.
Bumps the npm-all group with 6 updates in the /samples/nodejs/copilotstudio-client directory:

Package From To
typescript 5.9.2 6.0.3
@types/node 22.18.1 25.9.3
@azure/msal-node 3.7.3 5.2.4
@microsoft/agents-copilotstudio-client 1.5.1 1.5.3
open 10.2.0 11.0.0
@types/debug 4.1.12 4.1.13

Bumps the npm-all group with 2 updates in the /samples/nodejs/copilotstudio-skill directory: @microsoft/agents-hosting-express and globals.
Bumps the npm-all group with 9 updates in the /samples/nodejs/copilotstudio-webchat-react directory:

Package From To
@microsoft/agents-copilotstudio-client 1.5.1 1.5.3
@azure/msal-browser 4.22.0 5.13.0
botframework-webchat 4.18.1-main.20251219.4ef3594 4.19.1
botframework-webchat-fluent-theme 4.18.1-main.20251219.4ef3594 4.19.1
react 16.8.6 19.2.7
@types/react 16.14.65 19.2.17
react-dom 16.8.6 19.2.7
@types/react-dom 16.9.0 19.2.3
esbuild 0.25.9 0.28.1

Bumps the npm-all group with 7 updates in the /samples/nodejs/langchain-multiturn directory:

Package From To
@microsoft/m365agentsplayground 0.2.24 0.2.27
@microsoft/agents-hosting-express 1.5.1 1.5.3
typescript 5.9.2 6.0.3
@types/node 24.3.1 25.9.3
@langchain/langgraph 1.3.0 1.4.2
@langchain/openai 1.4.5 1.4.7
nodemon 3.1.10 3.1.14

Bumps the npm-all group with 6 updates in the /samples/nodejs/multi-turn-prompt directory:

Package From To
@microsoft/m365agentsplayground 0.2.24 0.2.27
express 5.1.0 5.2.1
typescript 5.9.2 6.0.3
@types/node 22.18.1 25.9.3
esbuild 0.25.9 0.28.1
@microsoft/agents-hosting-dialogs 1.5.1 1.5.3

Bumps the npm-all group with 2 updates in the /samples/nodejs/obo-authorization directory: @microsoft/agents-hosting-express and @microsoft/microsoft-graph-types.
Bumps the npm-all group with 4 updates in the /samples/nodejs/quickstart directory: @microsoft/m365agentsplayground, @microsoft/agents-hosting-express, typescript and @types/node.

Updates @eslint/js from 9.32.0 to 10.0.1

Release notes

Sourced from @​eslint/js's releases.

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)

... (truncated)

Commits
  • 84fb885 chore: package.json update for @​eslint/js release
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467)
  • f3fbc2f chore: set @eslint/js version to 10.0.0 to skip releasing it (#20466)
  • b4b3127 chore: package.json update for @​eslint/js release
  • 0b14059 chore: package.json update for @​eslint/js release
  • fa31a60 feat!: add name to configs (#20015)
  • 1e2cad5 chore: package.json update for @​eslint/js release
  • 454a292 feat!: update eslint:recommended configuration (#20210)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160)
  • c7ebefc chore: package.json update for @​eslint/js release
  • Additional commits viewable in compare view

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates eslint from 9.32.0 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)

... (truncated)

Commits

Updates neostandard from 0.12.2 to 0.13.0

Release notes

Sourced from neostandard's releases.

v0.13.0

0.13.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • eslint-plugin-import-x is no longer included by default. Projects relying on import-x rules will need to manually install and configure eslint-plugin-import-x. See the "Adding back import checking" section in the README for migration instructions. As an alternative, we recommend using TypeScript's compiler (tsc --noEmit) for import validation, which provides more comprehensive checking.
  • update dependency globals to v17 (#335)

🌟 Features

  • deps: update dependency globals to ^17.2.0 (#347) (66d504e)
  • deps: update dependency typescript-eslint to ^8.54.0 (#348) (2cdd443)
  • deps: update dependency typescript-eslint to ^8.56.0 (#357) (fe4ba92)
  • remove eslint-plugin-import-x and related dependencies (#330) (248de35)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339) (ba575f3)
  • update dependency globals to v17 (#335) (a856b81)

🩹 Fixes

  • deps: update dependency eslint-plugin-n to ^17.23.2 (#303) (76d50ed)
  • deps: update dependency find-up to v8 (#324) (d95b6e3)
  • deps: update dependency globals to ^17.3.0 (#351) (94ab3ce)
  • deps: update dependency peowly to ^1.3.3 (#356) (b873608)
  • deps: update dependency typescript-eslint to ^8.53.1 (#322) (6beb36b)

🧹 Chores

Changelog

Sourced from neostandard's changelog.

0.13.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • eslint-plugin-import-x is no longer included by default. Projects relying on import-x rules will need to manually install and configure eslint-plugin-import-x. See the "Adding back import checking" section in the README for migration instructions. As an alternative, we recommend using TypeScript's compiler (tsc --noEmit) for import validation, which provides more comprehensive checking.
  • update dependency globals to v17 (#335)

🌟 Features

  • deps: update dependency globals to ^17.2.0 (#347) (66d504e)
  • deps: update dependency typescript-eslint to ^8.54.0 (#348) (2cdd443)
  • deps: update dependency typescript-eslint to ^8.56.0 (#357) (fe4ba92)
  • remove eslint-plugin-import-x and related dependencies (#330) (248de35)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339) (ba575f3)
  • update dependency globals to v17 (#335) (a856b81)

🩹 Fixes

  • deps: update dependency eslint-plugin-n to ^17.23.2 (#303) (76d50ed)
  • deps: update dependency find-up to v8 (#324) (d95b6e3)
  • deps: update dependency globals to ^17.3.0 (#351) (94ab3ce)
  • deps: update dependency peowly to ^1.3.3 (#356) (b873608)
  • deps: update dependency typescript-eslint to ^8.53.1 (#322) (6beb36b)

🧹 Chores

Commits
  • cc16b7e chore(main): release 0.13.0 (#337)
  • d3af897 chore(dependents): update canary npm data (#346)
  • d95b6e3 fix(deps): update dependency find-up to v8 (#324)
  • fe4ba92 feat(deps): update dependency typescript-eslint to ^8.56.0 (#357)
  • bb772ac chore(deps): update all non-major dev dependencies (#352)
  • caed7a7 chore(deps): update dependency npm-run-all2 to v8 (#294)
  • 33c7dd8 chore(deps): update dependency installed-check to v10 (#359)
  • 94ab3ce fix(deps): update dependency globals to ^17.3.0 (#351)
  • b873608 fix(deps): update dependency peowly to ^1.3.3 (#356)
  • ba575f3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#339)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for neostandard since your current version.


Updates typescript-eslint from 8.38.0 to 8.61.0

Release notes

Sourced from typescript-eslint's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.60.0

8.60.0 (2026-05-25)

🚀 Features

  • rule-tester: added updates of RuleTester from upstream (#12291)

🩹 Fixes

  • playground TS version selector is not working (#12326, #12325)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.61.0 (2026-06-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.60.1 (2026-06-01)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.60.0 (2026-05-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.4 (2026-05-18)

🩹 Fixes

  • typescript-eslint: export Compatible* types from typescript-eslint to resolve pnpm TS error (#12340)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.3 (2026-05-11)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.59.2 (2026-05-04)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

... (truncated)

Commits
  • 16a5b24 chore(release): publish 8.61.0
  • 4f84a69 chore(release): publish 8.60.1
  • 1849b53 chore: typecheck using tsgo (#12139)
  • f891c29 chore(release): publish 8.60.0
  • ca6ca14 chore(release): publish 8.59.4
  • 4b927c6 fix(typescript-eslint): export Compatible* types from typescript-eslint to re...
  • 48e13c0 chore(release): publish 8.59.3
  • 44f9625 chore(deps): update vitest monorepo to v4.1.5 (#12307)
  • 2ec35f1 chore(release): publish 8.59.2
  • 5245793 chore(release): publish 8.59.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for typescript-eslint since your current version.


Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.16 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/microsoft-graph-types from 2.40.0 to 2.43.1

Release notes

Sourced from @​microsoft/microsoft-graph-types's releases.

v2.43.1

2.43.1 (2025-09-30)

Bug Fixes

  • moves pipeline to governed template. (9af5685)
Changelog

Sourced from @​microsoft/microsoft-graph-types's changelog.

2.43.1 (2025-09-30)

Bug Fixes

  • moves pipeline to governed template. (9af5685)
Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​microsoft/microsoft-graph-types since your current version.


Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/m365agentsplayground from 0.2.24 to 0.2.27

Updates @microsoft/agents-hosting-express from 1.5.1 to 1.5.3

Release notes

Sourced from @​microsoft/agents-hosting-express's releases.

v1.5.3

What's Changed

Fix for #1103 -

The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.The .NET SDK added a forceBaseChannel parameter to GetConversationReference() to fix OAuth sign-in behavior in M365 Copilot Web (see microsoft/Agents-for-net#827). When M365 Copilot Web sends activities, the channelId is a composite identifier. For OAuth token exchange, the base channel must be used instead.

Full Changelog: microsoft/Agents-for-js@v1.5...v1.5.3

Commits

Updates @microsoft/microsoft-graph-types from 2.40.0 to 2.43.1

Release notes

Sourced from @​microsoft/microsoft-graph-types's releases.

v2.43.1

2.43.1 (2025-09-30)

Bug Fixes

  • moves pipeline to governed template. (9af5685)
Changel...

Description has been truncated

Bumps the npm-all group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), @microsoft/m365agentsplayground, [eslint](https://github.com/eslint/eslint) and [neostandard](https://github.com/neostandard/neostandard).
Bumps the npm-all group with 3 updates in the /samples/nodejs/auto-signin directory: @microsoft/m365agentsplayground, [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) and [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings).
Bumps the npm-all group with 5 updates in the /samples/nodejs/azure-ai-streaming directory:

| Package | From | To |
| --- | --- | --- |
| @microsoft/m365agentsplayground | `0.2.24` | `0.2.27` |
| [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) | `1.5.1` | `1.5.3` |
| [@ai-sdk/azure](https://github.com/vercel/ai/tree/HEAD/packages/azure) | `2.0.30` | `3.0.74` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `5.0.52` | `6.0.204` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |

Bumps the npm-all group with 3 updates in the /samples/nodejs/cards directory: @microsoft/m365agentsplayground, [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the npm-all group with 6 updates in the /samples/nodejs/copilotstudio-client directory:

| Package | From | To |
| --- | --- | --- |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.1` | `25.9.3` |
| [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.7.3` | `5.2.4` |
| [@microsoft/agents-copilotstudio-client](https://github.com/microsoft/Agents-for-js) | `1.5.1` | `1.5.3` |
| [open](https://github.com/sindresorhus/open) | `10.2.0` | `11.0.0` |
| [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) | `4.1.12` | `4.1.13` |

Bumps the npm-all group with 2 updates in the /samples/nodejs/copilotstudio-skill directory: [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) and [globals](https://github.com/sindresorhus/globals).
Bumps the npm-all group with 9 updates in the /samples/nodejs/copilotstudio-webchat-react directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/agents-copilotstudio-client](https://github.com/microsoft/Agents-for-js) | `1.5.1` | `1.5.3` |
| [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `4.22.0` | `5.13.0` |
| [botframework-webchat](https://github.com/microsoft/BotFramework-WebChat) | `4.18.1-main.20251219.4ef3594` | `4.19.1` |
| [botframework-webchat-fluent-theme](https://github.com/microsoft/BotFramework-WebChat) | `4.18.1-main.20251219.4ef3594` | `4.19.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `16.8.6` | `19.2.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `16.14.65` | `19.2.17` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `16.8.6` | `19.2.7` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `16.9.0` | `19.2.3` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.9` | `0.28.1` |

Bumps the npm-all group with 7 updates in the /samples/nodejs/langchain-multiturn directory:

| Package | From | To |
| --- | --- | --- |
| @microsoft/m365agentsplayground | `0.2.24` | `0.2.27` |
| [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) | `1.5.1` | `1.5.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `25.9.3` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.3.0` | `1.4.2` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.4.5` | `1.4.7` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.10` | `3.1.14` |

Bumps the npm-all group with 6 updates in the /samples/nodejs/multi-turn-prompt directory:

| Package | From | To |
| --- | --- | --- |
| @microsoft/m365agentsplayground | `0.2.24` | `0.2.27` |
| [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.1` | `25.9.3` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.9` | `0.28.1` |
| [@microsoft/agents-hosting-dialogs](https://github.com/microsoft/Agents-for-js) | `1.5.1` | `1.5.3` |

Bumps the npm-all group with 2 updates in the /samples/nodejs/obo-authorization directory: [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js) and [@microsoft/microsoft-graph-types](https://github.com/microsoftgraph/msgraph-typescript-typings).
Bumps the npm-all group with 4 updates in the /samples/nodejs/quickstart directory: @microsoft/m365agentsplayground, [@microsoft/agents-hosting-express](https://github.com/microsoft/Agents-for-js), [typescript](https://github.com/microsoft/TypeScript) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@eslint/js` from 9.32.0 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js)

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `eslint` from 9.32.0 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.32.0...v10.5.0)

Updates `neostandard` from 0.12.2 to 0.13.0
- [Release notes](https://github.com/neostandard/neostandard/releases)
- [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/neostandard/neostandard/compare/v0.12.2...v0.13.0)

Updates `typescript-eslint` from 8.38.0 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint)

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.16 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/microsoft-graph-types` from 2.40.0 to 2.43.1
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-typescript-typings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/commits/v2.43.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/microsoft-graph-types` from 2.40.0 to 2.43.1
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-typescript-typings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/commits/v2.43.1)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@ai-sdk/azure` from 2.0.30 to 3.0.74
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/azure@3.0.74/packages/azure/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/azure@3.0.74/packages/azure)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `ai` from 5.0.52 to 6.0.204
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.204/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.204/packages/ai)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

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

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

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

Updates `@azure/msal-node` from 3.7.3 to 5.2.4
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-node-v3.7.3...msal-node-v5.2.4)

Updates `@microsoft/agents-copilotstudio-client` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `open` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v10.2.0...v11.0.0)

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

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-copilotstudio-client` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `globals` from 16.3.0 to 17.6.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v17.6.0)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-copilotstudio-client` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@azure/msal-browser` from 4.22.0 to 5.13.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v4.22.0...msal-browser-v5.13.0)

Updates `@microsoft/agents-copilotstudio-client` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `botframework-webchat` from 4.18.1-main.20251219.4ef3594 to 4.19.1
- [Release notes](https://github.com/microsoft/BotFramework-WebChat/releases)
- [Changelog](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/BotFramework-WebChat/commits)

Updates `botframework-webchat-fluent-theme` from 4.18.1-main.20251219.4ef3594 to 4.19.1
- [Release notes](https://github.com/microsoft/BotFramework-WebChat/releases)
- [Changelog](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/BotFramework-WebChat/commits)

Updates `react` from 16.8.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react)

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

Updates `react-dom` from 16.8.6 to 19.2.7
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom)

Updates `@types/react-dom` from 16.9.0 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Updates `@types/react-dom` from 16.9.0 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `esbuild` from 0.25.9 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.9...v0.28.1)

Updates `esbuild` from 0.25.9 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.9...v0.28.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@langchain/langgraph` from 1.3.0 to 1.4.2
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.4.2/libs/langgraph-core)

Updates `@langchain/openai` from 1.4.5 to 1.4.7
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@langchain/openai@1.4.7)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `nodemon` from 3.1.10 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.10...v3.1.14)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `esbuild` from 0.25.9 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.9...v0.28.1)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-dialogs` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `express` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.1)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `esbuild` from 0.25.9 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.9...v0.28.1)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/microsoft-graph-types` from 2.40.0 to 2.43.1
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-typescript-typings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/commits/v2.43.1)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/microsoft-graph-types` from 2.40.0 to 2.43.1
- [Release notes](https://github.com/microsoftgraph/msgraph-typescript-typings/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-typescript-typings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-typescript-typings/commits/v2.43.1)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

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

Updates `@types/node` from 22.19.17 to 25.9.3
- [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 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@types/node` from 22.19.17 to 25.9.3
- [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 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@types/node` from 22.19.17 to 25.9.3
- [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 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/agents-hosting-express` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/microsoft/Agents-for-js/releases)
- [Commits](https://github.com/microsoft/Agents-for-js/commits/v1.5.3)

Updates `@microsoft/m365agentsplayground` from 0.2.24 to 0.2.27

Updates `@types/node` from 22.19.17 to 25.9.3
- [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 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: neostandard
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/microsoft-graph-types"
  dependency-version: 2.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/microsoft-graph-types"
  dependency-version: 2.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@ai-sdk/azure"
  dependency-version: 3.0.74
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: ai
  dependency-version: 6.0.204
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@azure/msal-node"
  dependency-version: 5.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-copilotstudio-client"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: open
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/debug"
  dependency-version: 4.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-copilotstudio-client"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: globals
  dependency-version: 17.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-copilotstudio-client"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@azure/msal-browser"
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-copilotstudio-client"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: botframework-webchat
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: botframework-webchat-fluent-theme
  dependency-version: 4.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/react"
  dependency-version: 19.2.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@langchain/openai"
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: nodemon
  dependency-version: 3.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/agents-hosting-express"
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: "@microsoft/m365agentsplayground"
  dependency-version: 0.2.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-all
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-all...

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 Jun 12, 2026
@github-actions github-actions Bot added the Samples Changes to Samples label Jun 12, 2026
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 Samples Changes to Samples

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants