Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Removes xmldom. It's no longer used after updating ancestor dependency strophe.js. These dependencies need to be updated together.

Removes xmldom

Updates strophe.js from 1.3.6 to 1.6.2

Release notes

Sourced from strophe.js's releases.

v1.6.2

  • #613 TypeError: XHTML.validTag is not a function
  • Re-add NodeJS support and add the ability to run tests on NodeJS to avoid regressions

v1.6.1

  • #602 Websocket connection times out instead of being disconnected

v1.6.0

  • #314 Support for SCRAM-SHA-256 and SCRAM-SHA-512 authentication
  • Update various 3rd party dependencies

v1.5.0

  • Add an automatic fallback handler for unhandled IQ "set" and "get" stanzas that returns an IQ error with service-unavailable.
  • Update various 3rd party dependencies
  • #390 Replace deprecated String.prototype.substr()
  • #418 BOSH fix: mark first request dead when second is done

Version 1.4.4 - 2022-01-21

#388 Properly import xmldom

Version 1.4.3 - 2021-12-16

  • Update xmldom to version 0.7.5
  • Add disconnection_timeout setting: an optional timeout in milliseconds before _doDisconnect is called.
  • Update ws optional dependency to fix security issue websockets/ws@00c425e

Release 1.4.2 (2021-04-28)

  • Update optional NodeJS-specific dependency xmldom to version 0.5.0 which includes a security fix.
  • #369 Add clientChallenge SASL mechanism method to avoid having to monkey patch onChallenge, which prevents reconnection when using SCRAM-SHA1.

Release 1.4.1 (2020-12-02)

  • #201: NodeJS related fixes: window and WebSocket are undefined
  • New method Strophe.Connection.prototype.setProtocol which can be used to determine the protocol used after the connection has been constructed.

Version 1.4.0 - 2020-09-10

  • #347: Bugfix. Reconnection fails when SessionResultIQ arrives too late
  • #354: Strophe.js sends an authzid during PLAIN when not acting on behalf of another entity
  • #359: Bugfix: WebSocket connection failed: Data frame received after close
  • Add support for running a websocket connection inside a shared worker
Changelog

Sourced from strophe.js's changelog.

Version 1.6.2 - (2023-06-23)

  • #613 TypeError: XHTML.validTag is not a function
  • Re-add NodeJS support and add the ability to run tests on NodeJS to avoid regressions

Version 1.6.1 - (2023-05-15)

  • #602 Websocket connection times out instead of being disconnected

Version 1.6.0 - (2022-10-29)

  • #314 Support for SCRAM-SHA-256 and SCRAM-SHA-512 authentication

Version 1.5.0 - (2022-04-28)

  • Add an automatic fallback handler for unhandled IQ "set" and "get" stanzas that returns an IQ error with service-unavailable.
  • Update various 3rd party dependencies
  • #390 Replace deprecated String.prototype.substr()
  • #418 BOSH fix: mark first request dead when second is done

Version 1.4.4 - (2022-01-21)

  • #388 Properly import xmldom

Version 1.4.3 - (2021-12-16)

  • Update xmldom to version 0.7.5
  • Add disconnection_timeout setting: an optional timeout in milliseconds before _doDisconnect is called.
  • Update ws optional dependency to fix security issue websockets/ws@00c425e

Version 1.4.2 - (2021-04-28)

  • Update optional NodeJS-specific dependency xmldom to version 0.5.0 which includes a security fix.
  • #369 Add clientChallenge SASL mechanism method to avoid having to monkey patch onChallenge, which prevents reconnection when using SCRAM-SHA1.

Version 1.4.1 - (2020-12-02)

  • #201: NodeJS related fixes: window and WebSocket are undefined
  • New method Strophe.Connection.prototype.setProtocol which can be used to determine the protocol used after the connection has been constructed.

Version 1.4.0 - (2020-09-10)

  • #347: Bugfix. Reconnection fails when SessionResultIQ arrives too late
  • #354: Strophe.js sends an authzid during PLAIN when not acting on behalf of another entity
  • #359: Bugfix: WebSocket connection failed: Data frame received after close
  • Add support for running a websocket connection inside a shared worker
Commits
  • 30315b5 Release 1.6.2
  • fdc95e8 Update readme and changelog
  • 337ae77 Add ability to test Strophe in NodeJS
  • 61c9c55 Run prettier on tests.js
  • 03e20c1 Remove ancient contrib folder
  • 8d338e2 Remove yarpm and the resultant explicit npm dependency
  • b16c3d8 Bump NVM Node version to v18.16.0
  • 36547c1 Ran npm update
  • d330a6e Install and apply prettier formatting
  • a715931 Add missing babel plugins
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [strophe.js](https://github.com/strophe/strophejs). These dependencies need to be updated together.


Removes `xmldom`

Updates `strophe.js` from 1.3.6 to 1.6.2
- [Release notes](https://github.com/strophe/strophejs/releases)
- [Changelog](https://github.com/strophe/strophejs/blob/master/CHANGELOG.md)
- [Commits](strophe/strophejs@v1.3.6...v1.6.2)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: strophe.js
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant