Граф коммитов

64 Коммитов

Автор SHA1 Сообщение Дата
Cecilia Avila 4143c4098b
Upgrade sinon package to latest version (#4762) 2024-10-03 08:43:29 -05:00
Joel Mut 5a3540230c
bump: [#4684] Update multiple dependencies inside internal libraries to latest version (#4752)
* Update internal dependencies

* Fix minimatch
2024-09-18 16:00:12 -05:00
Joel Mut 604e190e73
bump: [#4550] Add Node 18 and 20 support (#4726)
* Add Node 18 and 20 support

* Fix CI and functional pipelines

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2024-08-26 09:45:04 -05:00
Jhonatan Sandoval Velasco 1f15ba221d
fix: Remove CVE-2022-0144 vulnerability (#4695)
* update jshint and use downlevel-dts

* add shelljs resolution

* revert jshint update
2024-06-27 14:39:28 -05:00
Joel Mut 73d4e4abbc
fix: Remove CVE-2020-7774 vulnerability by updating the y18n package (#4693)
* Update y18n package to latest non-vulnerable version

* Fix ini and ssri

* Merge branch 'main' into southworks/update/y18n

* Fix lint
2024-06-25 15:15:41 -05:00
Jhonatan Sandoval Velasco 684a9ff583
update gulp and gulp-exec versions (#4688) 2024-06-21 14:57:21 -05:00
Jhonatan Sandoval Velasco 69e0d2e54f
update mocha version (#4687) 2024-06-21 11:08:17 -05:00
Jhonatan Sandoval Velasco 1172f65d04
fix: [#4657] bump the npm_and_yarn group across 2 directories with 20 updates (#4663)
* update dependencies

* remove useless updates

* revert zod update
2024-05-10 14:23:00 -05:00
Jhonatan Sandoval Velasco 70108af300
bump: Update @azure/msal-node and @azure/msal-browser (#4619)
* update msal-node and msal-browser

* add caret to version

* add axios resolution
2024-02-15 07:35:13 -06:00
Jhonatan Sandoval Velasco 90745251a2
fix: [#4470] Migrate off @azure/ms-rest-js tools (#4576)
* update yarn lock without ms-rest-js

* remove ms-rest-js in tools

* set @azure/core-util version

* remove core-util of resolutions
2023-12-07 12:08:17 -06:00
Joel Mut 593cd3b86d
ADAL to MSAL (#4548) 2023-10-23 08:48:20 -05:00
Cecilia Avila 06d788354c
fix: Remove ms-rest package (#4523)
* remove ms-rest-azure package

* replace node-auth with azure/identity

* fix unit tests

* replace ms-rest with @azure/ms-rest-js

* replace ms-rest uses

* include serializer class

* remove useless files

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-08-18 10:33:43 -05:00
Cecilia Avila 59e5d9600e
fix: remove ms-rest-azure package (#4521)
* remove ms-rest-azure package

* replace node-auth with azure/identity

* fix unit tests

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2023-08-18 08:35:28 -05:00
Joel Mut 8ce2258b53
fix: [CVE-2023-26136] Update tough-cookie version (#4508)
* Update tough-cookie version

* Remove unnecessary resolution
2023-07-19 09:19:17 -05:00
Joel Mut b110344e62
bump: Update tools/nyc dependency (#4475)
* Update nyc dependency

* Fix tools nyc coverage reference
2023-05-08 09:28:39 -05:00
Cecilia Avila ab9d36715a
fix: [CodeQL] SM02383 alerts: incomplete string escaping or encoding (#4357)
* SM02383 alerts fixed

* Eslint warning fixed

* Suggested changes applied

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
2022-11-15 09:06:44 -06:00
dependabot[bot] c5de4422f3
chore(deps): bump node-forge from 1.2.1 to 1.3.0 (#4173)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 15:28:23 -07:00
Monica Rivera cc49139276
chore: (deps) Bump dependencies (#4131)
* 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
2022-02-24 14:37:43 -08:00
Josh Gummersall 00ab4e693d
chore: bump underscore (#3625)
Fixes #3617
2021-04-27 13:45:54 -07:00
Hongyang Du (hond) 7883d7b170
Replace Moment.js with Day.js (#3200)
* using dayjs instead of moment

* fix test

* fix test

* fix

* remove moment

* apply native Date

* Make time-related functions more pure

* retrigger

* retrigger
2021-01-21 13:36:07 +08:00
Steven Gum 66248c23de
feat: bump moment-related dependencies (#3102)
* bump `moment`-related dependencies
* remove @types/moment-timezone

* add yarn.lock
2020-12-01 15:40:22 -08:00
Josh Gummersall 6103ccf63f
monorepo: overhaul lerna/yarn/repo tools (#2984)
* 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>
2020-11-09 12:20:44 -08:00
dependabot[bot] 1237df77f2
Bump node-forge from 0.6.30 to 0.10.0 in /tools (#2810) 2020-09-29 16:53:00 +00:00
Vishwac Sena Kannan 01cd644408
Vishwac/orchestrator (#2654)
* initial commit

* add orchestrator pkg to updateDep script, minor cleanup

* updates to samples

* updates

* update

* removing sample

* updates

* updates

* update exports

* Dispatch sample

* add adaptive sample

* Adaptive recognizer with sample

* add timing and update samples

* updates.

* made some changes to make declarative sample work

* updates

* updates to recognizer

* tests

* removing samples

* updates to lerna

* fixing build issues

* cleanup in orchestrator lib

* sort ai-orchestrator index.ts

* adding tests.

* remove `dom` from bb-ai-orchestrator

* revert Orchestrator require()

* updating orchestrator-core pkg.

* updates to package.json

* rev orchestrator-core pkg

* revert readme.md

* revert readme.md

* update package.json to match bf-cli

Co-authored-by: stevengum <14935595+stevengum@users.noreply.github.com>
Co-authored-by: Zichuan Ma <zim@microsoft.com>
2020-08-12 19:30:38 -07:00
Steven Gum 77c49e312b
Cherry-pick #2145, #2190 and #2196 to master (#2192)
* 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>
2020-05-06 18:15:43 -07:00
Eric Dahlvang 5ea2f7fc3e
Add ConnectorClientOptions to BotFrameworkAdapterSettings (#2081)
* update nock to 11.9.1

* add ConnectorClientOptions to BotFrameworkAdapterSettings

* remove import of HttpClient interface
2020-04-21 20:07:25 -07:00
BruceHaley 4f6e925cad
Add botbuilder-dialogs-declarative, botbuilder-dialogs-adaptive to de… (#2020)
* 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>
2020-04-13 17:30:32 -07:00
Hongyang Du (hond) 41938a58c5
rename botframework-expressions to adaptive-expressions (#1718) 2020-02-19 08:19:27 +08:00
Christopher Anderson ac06ba27cb
build: add preview package support (#1490)
* 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
2019-12-09 17:33:43 -08:00
Steven Gum 805d868728 Revert "Changed library versions to "4.0.0-local" (#1085)"
This reverts commit b0ae446d47.
2019-08-13 09:43:53 -07:00
Gabo Gilabert b0ae446d47 Changed library versions to "4.0.0-local" (#1085)
* 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
2019-08-12 10:59:56 -07:00
Gabo Gilabert 6abfa5b8d1 Removed package-lock.json files and added them to gitignore. 2019-07-15 18:24:44 -04:00
mdrichardson 2937fc3fac fixed img path for recordings, too. oops 2019-06-19 15:24:25 -07:00
mdrichardson d5f5482b74 - regex fix
- uses Buffer.from
- re-record
2019-06-19 12:48:43 -07:00
mdrichardson d79d56157d fixed and added tests 2019-06-17 10:39:51 -07:00
John Taylor cd1b5e4b72 fully working unit tests 2019-05-23 18:31:36 -07:00
Ben Brown a811a186a8 run tools install 2018-12-04 12:57:36 -06:00
Scott Gellock 2607bdb53c Fixes #640 - Use of depreciated methods causing Warnings during build and tests
Node depricated ‘new Buffer’ syntax, replacing it with ‘Buffer.from’ syntax.
2018-11-20 13:31:27 -08:00
Carlos Castro 8fd14f136c Mime warning: more changes 2018-11-08 14:50:11 -08:00
Carlos Castro 236ef55753 Mime update: remove some unnecessary spurious upgrades that broke the build :) 2018-11-08 14:32:05 -08:00
Carlos Castro 06685df119 Mime: Update to 1.4.1 for security vulnerability 2018-11-08 11:52:42 -08:00
Steven Gum 241412a61c
Merge branch 'master' into stgum/clean-tools 2018-10-31 10:24:22 -07:00
stevengum f827c95306 delete unused tools/* files, cleanup tools/package.json 2018-10-31 10:14:19 -07:00
Dragomir 1c27142164
Update each-service.js 2018-10-28 09:45:55 +01:00
Dragomir c05720b467
Update executeCmds.js 2018-10-28 09:45:36 +01:00
Dragomir 7bd8d770bb
Update filter-testresults.js 2018-10-28 09:45:20 +01:00
Dragomir a04e970457
Update setup.js 2018-10-28 09:44:39 +01:00
Dragomir 25e401dd2e
Update teardown.js 2018-10-28 09:44:07 +01:00
Dragomir 47a5e815cc
Update unit-arm.js 2018-10-28 09:43:33 +01:00
Dragomir 4f3a8b0f20
Update unit-coverage.js 2018-10-28 09:43:04 +01:00