* bump cached-path-relative from 1.0.2 to 1.1.0
* bump ua-parser-js from 0.7.22 to 0.7.31 in testing/streaming-e2e/react-app
* bump ua-parser-js from 0.7.22 to 0.7.31 in /testing/browser-functional/browser-echo-bot
* bump pathval from 1.1.0 to 1.1.1
* bump url-parse from 1.4.7 to 1.5.10 in /testing/browser-functional/browser-echo-bot
* bump follow-redirects from 1.13.0 to 1.14.9 in /testing/browser-functional/browser-echo-bot
* bump postcss from 7.0.35 to 7.0.39 in /testing/browser-functional/browser-echo-bot
* bump follow-redirects from 1.14.7 to 1.14.9
* bump node-forge from 0.10.0 to 1.0.0
* bump vm2 from 3.9.5 to 3.9.8
* bump follow-redirects from 1.14.7 to 1.14.9 in /testing/streaming-e2e/react-app
* bump handlebars from 4.7.6 to 4.7.7
* using dayjs instead of moment
* fix test
* fix test
* fix
* remove moment
* apply native Date
* Make time-related functions more pure
* retrigger
* retrigger
* Overhaul lerna/yarn/repo tools
- Clean up lerna.json
- Move to yarn workspaces
- Move to yarn for CI
- Add botbuilder-repo-utils with updateVersions script
* Remove unused cache step
* Clean up some docs
* Bump eslint, other deps
* Support more complex package versioning
* Fix pipeline variable use
* Address PR review
Co-authored-by: Steven Gum <14935595+stevengum@users.noreply.github.com>
* Add Dialog / PageView telemetry (#2145)
* Update app insights package version
* Add PageView logging
* move TelemetryView helper to botTelemetryClient.ts
* remove telemetry Extensions class, harden helper method, add tests
Co-authored-by: Steven Gum <14935595+stevengum@users.noreply.github.com>
* move botbuilder-lg and adaptive-expressions out of preview (#2190)
* move botbuilder-lg and adaptive-expressions out of preview
* correct set-version script in preview packages
* restore preview packages to using Version instead of PreviewPackageVersion
* Fixed issues with AdaptiveSkillDialog (#2196)
and added unit tests
Co-authored-by: Gary Pretty <gary@garypretty.co.uk>
Co-authored-by: Steven Ickman <stevenic@microsoft.com>
* Add botbuilder-dialogs-declarative, botbuilder-dialogs-adaptive to dependencies args list
* fix version dependencies in adaptive work
* restore botbuilder-dialogs to set-dependency-versions script
* update previewPackages in updateDeps script
Co-authored-by: stevengum <14935595+stevengum@users.noreply.github.com>
* build: add preview package support
* build: tweak logging
* build: get preview version from argv
* build: handle previewVersion not being set
* build: streaming is GA now
* Changed library versions to "4.0.0-local"
* Updated funcitonal test dependencies.
* Updated package versions to 4.0.0-local
* Added some debug messages.
* set-dependency-versions script updates:
* Removed non existing libraries (like botbuilder-choices and botbuilder-prompts)
* Added missing ones (like botbuilder-ai and bot-builder-azure)
* Sorted the list to make it easier to spot differences.
* Applied the same list to the transcripts updates (only some are needed but made it the full list just in case).
* Change the dependency to use strict rather than ^
Added some missing ; to updateDependenciesPackageJsons.js
* Removed debug messages
* Reverted changed to see if I can narrow down the issue with fn tests in linux.
* Added ^ to functional tests dependency.
* Added explicit ref to botframework-connector