Bump tough-cookie, botframework-connector and jsdom in /botbuilder-teams-js
Bumps tough-cookie to 4.1.3 and updates ancestor dependencies tough-cookie, botframework-connector and jsdom. These dependencies need to be updated together.
Updates tough-cookie from 2.4.3 to 4.1.3
Release notes
Sourced from tough-cookie's releases.
4.1.3
Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the
inspectutility is affected by this change, we felt this change was important enough to be pushed into the next patch.4.1.2 -- Patch and Bugfix Release
What's Changed
- fix: allow set cookies with localhost by
@colincaseyin salesforce/tough-cookie#253Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2
4.1.1
Patch Release
What's Changed
- fix: allow special use domains by default by
@colincaseyin salesforce/tough-cookie#249- 4.1.1 Patch -- allow special use domains by default by
@awatermain salesforce/tough-cookie#250Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1
4.1.0
v4.1.0
Minor release, focused mainly on resolving reported issues and some minor feature work.
What's Changed
- Create CHANGELOG.md by
@ShivanKaulin salesforce/tough-cookie#189- Missing param validation issue145 by
@medelibero-sfdcin salesforce/tough-cookie#193- Create SECURITY.md by
@ShivanKaulin salesforce/tough-cookie#201- Create CODE_OF_CONDUCT.md by
@ShivanKaulin salesforce/tough-cookie#200- Fix for issue #195 by
@medelibero-sfdcin salesforce/tough-cookie#202- Add explanation and more special-use domains by
@ShivanKaulin salesforce/tough-cookie#203- Sync of constructor options for serialization by
@medelibero-sfdcin salesforce/tough-cookie#204- Returned null in case of empty cookie value by
@vsin12in salesforce/tough-cookie#196- 132 str trim not a function by
@awatermain salesforce/tough-cookie#209- Fix for issue #153 by
@medelibero-sfdcin salesforce/tough-cookie#210- Fix permuteDomain with trailing dot by
@ruoho-sfdcin salesforce/tough-cookie#216- Issue #213 -- added gh-actions flow for building and testing tough-co… by
@awatermain salesforce/tough-cookie#218- Issue #210 -- Updated workflow to use npm install. by
@awatermain salesforce/tough-cookie#220- @GH-215 -- Tests that document localhost behavior when set as domain. by
@awatermain salesforce/tough-cookie#221- fix: MemoryCookieStore methods should exist on the prototype, not on the class. by
@wjhsfin salesforce/tough-cookie#226- Unit test cases for
allowSpecialUseDomainoption by@colincaseyin salesforce/tough-cookie#225- [Snyk] Upgrade universalify from 0.1.2 to 0.2.0 by
@snyk-botin salesforce/tough-cookie#228- React Native Support by
@colincaseyin salesforce/tough-cookie#227- Adding Updating CODEOWNERS with ECCN as per Export Control Compliance by
@svc-scmin salesforce/tough-cookie#223- fix: domain match routine by
@colincaseyin salesforce/tough-cookie#236- Stop using the internal NodeJS punycode module by
@gboerin salesforce/tough-cookie#238- Initial documentation review by
@mcarey86in salesforce/tough-cookie#234- fix: distinguish between no samesite and samesite=none by
@colincaseyin salesforce/tough-cookie#240- Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move… by
@awatermain salesforce/tough-cookie#242- 4.1.0 release to NPM by
@awatermain salesforce/tough-cookie#245
... (truncated)
Commits
4ff4d294.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747Prevent prototype pollution in cookie memstore (#283)f06b72dFix documentation for store.findCookies, missing allowSpecialUseDomain proper...b1a8898fix: allow set cookies with localhost (#253)ec707964.1.1 Patch -- allow special use domains by default (#250)d4ac580fix: allow special use domains by default (#249)79c2f7d4.1.0 release to NPM (#245)4fafc17Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...aa4396dfix: distinguish between no samesite and samesite=none (#240)b8d7511Modernize README (#234)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by awaterma, a new releaser for tough-cookie since your current version.
Updates botframework-connector from 4.3.2 to 4.20.0
Release notes
Sourced from botframework-connector's releases.
Bot Framework for JS SDK 4.20.0
This is the June 2023 release of the JavaScript SDK. This release contains Teams features and bug/security fixes.
What's Changed
Teams
- feat: Add MeetingTabIconSurface to MeetingSurface capabilities by
@corinagumin microsoft/botbuilder-js#4459- feat: Add support for Teams Adaptive cards in QnA Dialog by
@anishprasad01in microsoft/botbuilder-js#4467- fix: Teams Meeting Notification interface structure changes by
@singhk97in microsoft/botbuilder-js#4416- fix: Teams activity handler documentation fix by
@singhk97in microsoft/botbuilder-js#4407- fix: #4408 Cloud adapter is not working with teams SSO by
@erquirogaswin microsoft/botbuilder-js#4427- port: #4463#6596 TeamsChannelData need OnBehalfOf by
@ceciliaavilain microsoft/botbuilder-js#4474Other
- fix: streaming client should connect under Node.js by
@compulimin microsoft/botbuilder-js#4413- fix: #4414 JS Linux Functional Test pipeline failing by
@ceciliaavilain microsoft/botbuilder-js#4419- fix: #4400 Security vulnerabilityCVE-2022-23540, CVE-2022-23539, CVE-2022-23541, CVE-2022-23529 by
@erquirogaswin microsoft/botbuilder-js#4409- fix: Add check to handle bad values in Orchestrator botState.ts by
@anishprasad01in microsoft/botbuilder-js#4425- fix: Update channelServiceRoutes to add next() parameter to support restify 10.0.0+ by
@anishprasad01in microsoft/botbuilder-js#4429- fix: #4452#4456#4460[botframework-streaming] Should reject pending requests on disconnection by
@compulimin microsoft/botbuilder-js#4461- fix: #4455 [botframework-streaming] Tests are not conclusive by
@sw-joelmutin microsoft/botbuilder-js#4468- fix: #4466 Fix telemetry activityId and conversationId properties by
@sw-joelmutin microsoft/botbuilder-js#4471- chore: bump vm2 from 3.9.11 to 3.9.17 by
@dependabotin microsoft/botbuilder-js#4451- port: #4464 USER scope variable values do not transfer to skill when SSO is configured by
@ceciliaavilain microsoft/botbuilder-js#4472- port: #4432 Expired JWT token exception not being handled (#6572) by
@ceciliaavilain microsoft/botbuilder-js#4436- chore: bump json5 from 1.0.1 to 1.0.2 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4402- chore: bump json5 from 1.0.1 to 1.0.2 by
@dependabotin microsoft/botbuilder-js#4403- chore: bump ua-parser-js from 0.7.31 to 0.7.33 in /testing/browser-functional/browser-echo-bot by
@dependabotin microsoft/botbuilder-js#4422- fix: #4449 CloudAdapter always builds Connector with MicrosoftAppCredentials (never CertificateAppCredentials) -- certificate auth flow broken by
@sw-joelmutin microsoft/botbuilder-js#4457- chore: bump cookiejar from 2.1.2 to 2.1.4 by
@dependabotin microsoft/botbuilder-js#4417- bump: Update tools/nyc dependency by
@sw-joelmutin microsoft/botbuilder-js#4475- port: #4465#6560 Allow TokenCredential authentication in CosmosDbPartitionedStorage by
@ceciliaavilain microsoft/botbuilder-js#4473- chore: bump vm2 from 3.9.17 to 3.9.18 by
@dependabotin microsoft/botbuilder-js#4478- fix: Updates fast-xml-parser to address "Prototype Pollution" vulnerability by
@giacomorebonatoin microsoft/botbuilder-js#4477New Contributors
@corinagummade their first contribution in microsoft/botbuilder-js#4459@giacomorebonatomade their first contribution in microsoft/botbuilder-js#4477Full Changelog: https://github.com/microsoft/botbuilder-js/compare/4.19.0...4.20.0
Bot Framework JS SDK 4.19.3
Welcome to the March 2023 release of the Bot Framework SDK.
What's Changed
- Streaming client should connect under Node.js microsoft/botbuilder-js#4413
- Update channelServiceRoutes to add next() parameter to support restify 10.0.0+ microsoft/botbuilder-js#4429
Bot Framework JS SDK 4.19.2
Welcome to the February 2023 release of the Bot Framework SDK.
... (truncated)
Commits
- See full diff in compare view
Updates jsdom from 14.0.0 to 22.1.0
Release notes
Sourced from jsdom's releases.
Version 22.1.0
- Added
crypto.randomUUID(). (jamesbvaughan)- Added
DOMRectandDOMRectReadOnly.- Added
AbortSignal.timeout().- Added
abortSignal.throwIfAborted().- Added support for the
submitterargument to theFormDataconstructor. (jenseng)- Improved
getComputedStyle()'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)- Updated
Window's event handler properties (e.g.oncopy,ontouchstart, etc.) to reflect the latest list from the standard.- Fixed
DOMParser-created documents to inherit their URL from the creating document.Version 22.0.0
- Node.js v16 is now the minimum supported version.
- Removed support for running jsdom in the browser via a browserified bundle. This carried with it too much complexity, especially for our testing infrastructure, and a testing package we relied on was recently deprecated.
Version 21.1.2
- Fixed
setRangeText()used on<input>and<textarea>elements to calculate the new end index correctly. (pmstss)- Fixed
pageX,pageY,offsetX, andoffsetYonMouseEvents during dispatch. (jenseng)- Upgraded
nwsapito v2.2.4, bringing along various fixes to our selector engine.Version 21.1.1
- Fixed
jsdom.reconfigure()to also adjust the URL as seen by the history API, so that e.g.history.replaceState(null, "")would not mess up the URL. (jdufresne)- Fixed
location.hash = ""to leave any#in location.href.- Fixes a few bugs with CSS parsing by replacing
cssomwithrweb-cssom, since the latter is maintained. (seanparmelee)Version 21.1.0
- Added
x,y,pageX,pageY,offsetX, andoffsetYtoMouseEvent. (jenseng, ViniciusFXavier)- Added support for
unsetwithgetComputedStyle(). (jsnajdr)- Added the
submitterproperty toSubmitEvent. (jenseng)- Fixed
MouseEvent'sscreenXandscreenYto no longer coerce to integers, allowing fractional values. (jenseng)- Fixed
formEl.submit()to not longer firesubmitevents. (jenseng)- Fixed stylesheets to no longer affect the document after their corresponding
<link>is removed. (jsnajdr)- Fixed
pointer-eventsto inherit when used withgetComputedStyle(). (jsnajdr)- Fixed
<script>elements with nosrc=""to no longer fireloadevents. (t1ger2080)- Improved
getComputedStyle()to cache its results, which should make it much faster. (jsnajdr)Version 21.0.0
A potentially-breaking bug fix:
- Fixed the
window,document,location, andtopproperties ofWindowto be non-configurable. (ExE-Boss)Other changes:
- Added support for
<input type=image>submitting forms. (jenseng)- Added the
locationsetter to theWindowobject, which forwards to thelocation.hrefsetter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)- Fixed
defer=""<script>elements that are added afterDOMContentLoadedto execute, instead of being skipped.- Fixed
selectElement.selectedOptionsbeing incorrect whenoptionElement.selectedis set. This was a regression introduced in v20.0.1. Unfortunately this also reverts the performance improvement when appending<option>elements that was introduced then. (eps1lon)- Fixed the
self,locationbar,menubar,personalbar,scrollbars,statusbar,toolbar,frames,parent,external,length, andscreenproperties ofWindowto be replaceable: that is, setting them will override their values, instead of having the new value be ignored. (ExE-Boss)- Fixed a few issues with
JSDOM.fromURL()in the browser build of jsdom. (LungZeno)Version 20.0.3
... (truncated)
Changelog
Sourced from jsdom's changelog.
22.1.0
- Added
crypto.randomUUID(). (jamesbvaughan)- Added
DOMRectandDOMRectReadOnly.- Added
AbortSignal.timeout().- Added
abortSignal.throwIfAborted().- Added support for the
submitterargument to theFormDataconstructor. (jenseng)- Improved
getComputedStyle()'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)- Updated
Window's event handler properties (e.g.oncopy,ontouchstart, etc.) to reflect the latest list from the standard.- Fixed
DOMParser-created documents to inherit their URL from the creating document.22.0.0
- Node.js v16 is now the minimum supported version.
- Removed support for running jsdom in the browser via a browserified bundle. This carried with it too much complexity, especially for our testing infrastructure, and a testing package we relied on was recently deprecated.
21.1.2
- Fixed
setRangeText()used on<input>and<textarea>elements to calculate the new end index correctly. (pmstss)- Fixed
pageX,pageY,offsetX, andoffsetYonMouseEvents during dispatch. (jenseng)- Upgraded
nwsapito v2.2.4, bringing along various fixes to our selector engine.21.1.1
- Fixed
jsdom.reconfigure()to also adjust the URL as seen by the history API, so that e.g.history.replaceState(null, "")would not mess up the URL. (jdufresne)- Fixed
location.hash = ""to leave any#in location.href.- Fixes a few bugs with CSS parsing by replacing
cssomwithrweb-cssom, since the latter is maintained. (seanparmelee)21.1.0
- Added
x,y,pageX,pageY,offsetX, andoffsetYtoMouseEvent. (jenseng, ViniciusFXavier)- Added support for
unsetwithgetComputedStyle(). (jsnajdr)- Added the
submitterproperty toSubmitEvent. (jenseng)- Fixed
MouseEvent'sscreenXandscreenYto no longer coerce to integers, allowing fractional values. (jenseng)- Fixed
formEl.submit()to not longer firesubmitevents. (jenseng)- Fixed stylesheets to no longer affect the document after their corresponding
<link>is removed. (jsnajdr)- Fixed
pointer-eventsto inherit when used withgetComputedStyle(). (jnajdr)- Fixed
<script>elements with nosrc=""to no longer fireloadevents. (t1ger2080)- Improved
getComputedStyle()to cache its results, which should make it much faster. (jsnajdr)21.0.0
A potentially-breaking bug fix:
- Fixed the
window,document,location, andtopproperties ofWindowto be non-configurable. (ExE-Boss)Other changes:
- Added support for
<input type=image>submitting forms. (jenseng)- Added the
locationsetter to theWindowobject, which forwards to thelocation.hrefsetter. Setting the URL is still only implemented for fragment navigations, however. (ExE-Boss)
... (truncated)
Commits
2ed1d4bVersion 22.1.05857f25Update GlobalEventHandlers lista8b03afImplement getComputedStyle() for named colors (#3560)f369ca1Disable flaky XHR upload progress teste134f68Include Node.js v20 in CIcda0802Implement some AbortSignal methodsd2103e4Implement FormData constructor's submitter argumentc9d6b72Implement DOMRect and DOMRectReadOnly8d7155aImplement crypto.randomUUID()35259ccFix DOMParser URL inheritance- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.