Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- if: "env.skip-secure-feed != 'true'"
name: Enable secure feed
run: npx https://aka.ms/EnableSecureFeed
timeout-minutes: 8 # Terrapin normally finish within 4 minutes but sometimes hang

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.node-version }}
cache: npm
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- run: ls -l docker.zip

- name: Upload Docker artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: docker
path: docker.zip
Expand All @@ -85,15 +85,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- if: "env.skip-secure-feed != 'true'"
name: Enable secure feed
run: npx https://aka.ms/EnableSecureFeed
timeout-minutes: 8 # Terrapin normally finish within 4 minutes but sometimes hang

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.node-version }}
cache: npm
Expand All @@ -111,15 +111,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- if: "env.skip-secure-feed != 'true'"
name: Enable secure feed
run: npx https://aka.ms/EnableSecureFeed
timeout-minutes: 8 # Terrapin normally finish within 4 minutes but sometimes hang

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.node-version }}
cache: npm
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- if: always()
name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: test-result
path: |
Expand All @@ -168,15 +168,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- if: "env.skip-secure-feed != 'true'"
name: Enable secure feed
run: npx https://aka.ms/EnableSecureFeed
timeout-minutes: 8 # Terrapin normally finish within 4 minutes but sometimes hang

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.node-version }}
cache: npm
Expand Down Expand Up @@ -221,12 +221,12 @@ jobs:
timeout-minutes: 8 # Terrapin normally finish within 4 minutes but sometimes hang

- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ env.node-version }}

- name: Download Docker artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v8
with:
name: docker

Expand All @@ -237,10 +237,10 @@ jobs:
- run: npm clean-install

- name: Run docker-compose build
run: docker-compose -f docker-compose-wsl2.yml build --build-arg REGISTRY=mcr.microsoft.com/mirror/docker/library
run: docker compose -f docker-compose-wsl2.yml build --build-arg REGISTRY=mcr.microsoft.com

- name: Run docker-compose up
run: docker-compose -f docker-compose-wsl2.yml up --detach --scale chrome=2
run: docker compose -f docker-compose-wsl2.yml up --detach --scale chrome=2

- name: Wait for Docker to be ready
run: |
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- if: always()
name: Print Docker logs
run: docker-compose -f docker-compose-wsl2.yml logs
run: docker compose -f docker-compose-wsl2.yml logs

- if: always()
name: Append ID to test result
Expand All @@ -284,7 +284,7 @@ jobs:

- if: always()
name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: test-result
path: |
Expand All @@ -295,7 +295,7 @@ jobs:

- if: failure()
name: Upload test snapshot diffs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: test-snapshot-diff
path: ./__tests__/__image_snapshots__/*/__diff_output__/*
Expand All @@ -310,7 +310,7 @@ jobs:

steps:
- name: Download test results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v8
with:
name: test-result

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/

## [Unreleased]

## [4.18.1] - 2026-05-13

### Changed

- Bumped some dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#XXX](https://github.com/microsoft/BotFramework-WebChat/pull/XXX)
- Production dependencies
- [`adaptivecards@3.0.6`](https://npmjs.com/package/adaptivecards)
- [`swiper@12.1.4`](https://npmjs.com/package/swiper)
- Transient dependencies
- [`form-data@4.0.6`](https://npmjs.com/package/form-data)
- [`handlebars@4.7.9`](https://npmjs.com/package/handlebars)

## [4.18.0] - 2024-07-10

### Added
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 0 additions & 156 deletions __tests__/cardActionMiddleware.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
'DOWN', // What color do you want? Red
'DOWN', // Green
'TAB',
'TAB', // AC 2.11: Checkbox group container has tabindex="0"
'SPACE', // What colors do you want? Red
'TAB',
'SPACE', // Green
Expand Down
Loading
Loading