Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/botbuilder-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.21.0
Choose a base ref
...
head repository: microsoft/botbuilder-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.21.1
Choose a head ref
  • 9 commits
  • 90 files changed
  • 5 contributors

Commits on Oct 27, 2023

  1. chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#4553)

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fdbd62b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump browserify-sign (#4554)

    Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
    - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
    - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: browserify-sign
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    663bc95 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update babel (#4556)

    sw-joelmut authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0032ed7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. feat: Support for SharePoint (Viva) Adaptive Card Extension (#4551)

    * SP API
    
    * comments
    
    * return comments
    
    * update api file
    
    * fix all lint errors
    
    * more lint errors
    
    * address comments
    
    * formatting
    
    * incorrect comment
    
    * more lint fixes
    
    * updated comments
    
    * export SP activity handler
    
    * update public API md
    
    ---------
    
    Co-authored-by: Alex Terentiev <[email protected]>
    AJIXuMuK and Alex Terentiev authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d18c19c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: [SharePointActivityHandler] Rename type to responseType in handl…

    …eActionResponse (#4558)
    
    * type -> responseType
    
    * md file
    
    ---------
    
    Co-authored-by: Alex Terentiev <[email protected]>
    AJIXuMuK and Alex Terentiev authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7277636 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    36fc0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix: [#4545] Please upgrade zod package - botbuilder-dialogs (#4563)

    * remove zod in botbuilder-dialogs
    
    * update support for TS
    
    * update botbuilder api signature
    
    * update bf-schema api signature
    
    * set zod versions
    
    * remove skip
    
    * fix lint
    
    ---------
    
    Co-authored-by: JhontSouth <[email protected]>
    sw-joelmut and JhontSouth authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6abfddf View commit details
    Browse the repository at this point in the history
  2. fix: [#4545] Please upgrade zod package - botbuilder (#4561)

    * update zod in botbuilder
    
    * change ts support in test consumer
    
    * fix ts config
    
    * simplify use of safeParse
    
    * fix lint
    
    ---------
    
    Co-authored-by: JhontSouth <[email protected]>
    sw-joelmut and JhontSouth authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ecb77e1 View commit details
    Browse the repository at this point in the history
  3. fix: [#4545] Please upgrade zod package - botbuilder-core (#4562)

    * updates zod version in botbuilder-core
    
    * update support of compat tests
    
    * update botbuilder-core api signature
    
    * update bf-schema api signature
    
    ---------
    
    Co-authored-by: JhontSouth <[email protected]>
    sw-joelmut and JhontSouth authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    45d7dda View commit details
    Browse the repository at this point in the history
Loading