BotFramework-WebChat icon indicating copy to clipboard operation
BotFramework-WebChat copied to clipboard

Bump deps after releasing 4.15.3

Open compulim opened this issue 3 years ago • 0 comments

Related to #4388.

Changelog Entry

Changed

Description

Bump dependencies after releasing 4.15.3.

Update to TypeScript triggered some errors which were previously report green. The errors seems legit and we need some typing fixes in our code.

!!! Action items: investigate why Markdown-It no longer do smart quotes even when typographer is set to true.

Specific Changes

  • Run npm run bump on all packages
  • Correct typings in some .ts/.tsx
  • [x] I have added tests and executed them locally
  • [x] I have updated CHANGELOG.md
  • [x] ~I have updated documentation~

Review Checklist

This section is for contributors to review your work.

  • [x] ~Accessibility reviewed (tab order, content readability, alt text, color contrast)~
  • [x] Browser and platform compatibilities reviewed
  • [x] ~CSS styles reviewed (minimal rules, no z-index)~
  • [x] ~Documents reviewed (docs, samples, live demo)~
  • [x] ~Internationalization reviewed (strings, unit formatting)~
  • [x] package.json and package-lock.json reviewed
  • [x] ~Security reviewed (no data URIs, check for nonce leak)~
  • [x] ~Tests reviewed (coverage, legitimacy)~

compulim avatar Aug 11 '22 20:08 compulim