mellat-checkout
mellat-checkout copied to clipboard
Bump xmldom and soap
Removes xmldom. It's no longer used after updating ancestor dependency soap. These dependencies need to be updated together.
Removes xmldom
Updates soap
from 0.23.0 to 0.45.0
Release notes
Sourced from soap's releases.
Version 0.45.0
Version 0.44.0
- [DOC] Readme.md: Rewrite how to get support for conciseness, update mentions of the old request module to Axios, improve documentation of several functions' arguments. (#1175)
- [ENHANCEMENT] Added override constructor to ClientSSLSecurityPFX class (#1184)
- [ENHANCEMENT] add optional targetNamespace to output message name (#1176)
- [FIX] Change axios to be a peer dependency (#1179)
- [FIX] Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
- [FIX] Fix missing parameter in example (#1172)
- [FIX] Fix of client events behavior (#1181)
- [FIX] correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request (#1173)
- [FIX] double await in async and fixed response (#1185)
- [FIX] package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0". (#1178)
Version 0.43.0
- [DOC] Create SECURITY.md (#1165)
- [ENHANCEMENT] Publicly expose wsdl in Client (#1167)
- [ENHANCEMENT] add native support for long deserialization (#1160)
- [FIX] Fix typo in ISoapFault12 (#1166)
- [FIX] error when soapaction header is not set (#1171)
- [FIX] lastElapsedTime for non streaming requests (#1162)
- [FIX] minor fix for ntlm request (#1163)
- [FIX] undefined targetNamespace (#1161)
- [FIX] xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159)
- [MAINTENANCE] Bump httpntlm, doctoc as well as other dependencies (#1158)
Version 0.42.0
- [FIX] check method style if exists instead of binding style (#1153)
- [FIX] update dependency vuln in xmldom via xml-cryoto/xmldom update (#1157)
- [FIX] update 7 vulnerabilities in the dependency chain (#1156)
- [FIX] SOAP faults are no longer being passed back in the error callback/promise rejection (#1155)
Version 0.41.0
- [ENHANCEMENT] Support for soap attachments in response. (#1148)
- [FIX] Correctly add the https agent to axios (#1154)
- [FIX] prefer SOAPAction header over the body name to get the actual method name (#1152)
- [MAINTENANCE] Moving to github actions
Version 0.39.0
- [FIX] Fixed namespace resolution in case of complexType extension. (#1145)
- [FIX] Read length of buffer directly (#1147)
Version 0.38.0
... (truncated)
Changelog
Sourced from soap's changelog.
0.45.0 / 2022-06-15
0.44.0 / 2022-06-06
- [DOC] Readme.md: Rewrite how to get support for conciseness, update mentions of the old request module to Axios, improve documentation of several functions' arguments. (#1175)
- [ENHANCEMENT] Added override constructor to ClientSSLSecurityPFX class (#1184)
- [ENHANCEMENT] add optional targetNamespace to output message name (#1176)
- [FIX] Change axios to be a peer dependency (#1179)
- [FIX] Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)
- [FIX] Fix missing parameter in example (#1172)
- [FIX] Fix of client events behavior (#1181)
- [FIX] correctly serialize MTOM into axios data and add Content-Encoding: gzip support in soap request (#1173)
- [FIX] double await in async and fixed response (#1185)
- [FIX] package.json: Change value of engines.node key from ">=10.0.0" to ">=12.0.0". (#1178)
0.43.0 / 2021-11-12
- [DOC] Create SECURITY.md (#1165)
- [ENHANCEMENT] Publicly expose wsdl in Client (#1167)
- [ENHANCEMENT] add native support for long deserialization (#1160)
- [FIX] Fix typo in ISoapFault12 (#1166)
- [FIX] error when soapaction header is not set (#1171)
- [FIX] lastElapsedTime for non streaming requests (#1162)
- [FIX] minor fix for ntlm request (#1163)
- [FIX] undefined targetNamespace (#1161)
- [FIX] xsi:type currently requires a namespace, resulting in undefined if no XMLNS is defined. Making attributes working without namespace or xmlns definitions. (#1159)
- [MAINTENANCE] Bump httpntlm, doctoc as well as other dependencies (#1158)
0.42.0 / 2021-08-23
- [FIX] check method style if exists instead of binding style (#1153)
- [FIX] update dependency vuln in xmldom via xml-cryoto/xmldom update (#1157)
- [FIX] update 7 vulnerabilities in the dependency chain (#1156)
- [FIX] SOAP faults are no longer being passed back in the error callback/promise rejection (#1155)
0.41.0 / 2021-08-20
- [ENHANCEMENT] Support for soap attachments in response. (#1148)
- [FIX] Correctly add the https agent to axios (#1154)
- [FIX] prefer SOAPAction header over the body name to get the actual method name (#1152)
- [MAINTENANCE] Moving to github actions
0.40.0 / 2021-07-06
... (truncated)
Commits
59116ba
Release v0.45.0424bd37
Fix axios peer dependency version (#1188)0089ce3
Upgrade formidable to v2 (#1183)85e6aba
Release v0.44.0e4f7106
Added override constructor to ClientSSLSecurityPFX class (#1184)56c7942
Removed double await in async and fixed response (#1185)99832a1
Fix missing parameter in example (#1172)52a280e
Fix of client events behavior (#1181)c54e125
Change axios to be a peer dependency (#1179)66ba6c6
Continuation PR #1169: change content-type-parser to whatwg-mimetype (#1177)- 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.