fides
fides copied to clipboard
Bump @xmldom/xmldom and msw in /clients/privacy-center
Bumps @xmldom/xmldom to 0.8.3 and updates ancestor dependency msw. These dependencies need to be updated together.
Updates @xmldom/xmldom from 0.7.5 to 0.8.3
Release notes
Sourced from @xmldom/xmldom's releases.
0.8.3
Fixed
- Avoid iterating over prototype properties
[#437](https://github.com/xmldom/xmldom/issues/437)/[#436](https://github.com/xmldom/xmldom/issues/436)Thank you,
@Supraja9726for your contributions0.8.2
Fixed
- fix(dom): Serialize
>as specified (#395)[#58](https://github.com/xmldom/xmldom/issues/58)Other
- docs: Add
nodeTypevalues to public interface description[#396](https://github.com/xmldom/xmldom/issues/396)- test: Add executable examples for node and typescript
[#317](https://github.com/xmldom/xmldom/issues/317)- chore: Add minimal
Object.assignponyfill[#379](https://github.com/xmldom/xmldom/issues/379)- docs: Refine release documentation
[#378](https://github.com/xmldom/xmldom/issues/378)- chore: update various dev dependencies
Thank you
@niklasl,@cburatto,@SheetJSDev,@pyrsmkfor your contributions0.8.1
Fixes
- Only use own properties in entityMap
[#374](https://github.com/xmldom/xmldom/issues/374)Docs
- Add security policy
[#365](https://github.com/xmldom/xmldom/issues/365)- changelog: Correct contributor name and link
[#366](https://github.com/xmldom/xmldom/issues/366)- Describe release/publish steps
[#358](https://github.com/xmldom/xmldom/issues/358),[#376](https://github.com/xmldom/xmldom/issues/376)- Add snyk package health badge
[#360](https://github.com/xmldom/xmldom/issues/360)0.8.0
Fixed
- Normalize all line endings according to XML specs 1.0 and 1.1
BREAKING CHANGE: Certain combination of line break characters are normalized to a single\nbefore parsing takes place and will no longer be preserved.
[#303](https://github.com/xmldom/xmldom/issues/303)/[#307](https://github.com/xmldom/xmldom/issues/307)[#49](https://github.com/xmldom/xmldom/issues/49),[#97](https://github.com/xmldom/xmldom/issues/97),[#324](https://github.com/xmldom/xmldom/issues/324)/[#314](https://github.com/xmldom/xmldom/issues/314)- XMLSerializer: Preserve whitespace character references
[#284](https://github.com/xmldom/xmldom/issues/284)/[#310](https://github.com/xmldom/xmldom/issues/310)
BREAKING CHANGE: If you relied on the not spec compliant preservation of literal\t,\nor\rin attribute values. To preserve those you will have to create XML that instead contains the correct numerical (or hexadecimal) equivalent (e.g.	,
,
).- Drop deprecated exports
DOMImplementationandXMLSerializerfromlib/dom-parser.js#53 /[#309](https://github.com/xmldom/xmldom/issues/309)BREAKING CHANGE: Use the one provided by the main package export.- dom: Remove all links as part of
removeChild[#343](https://github.com/xmldom/xmldom/issues/343)/[#355](https://github.com/xmldom/xmldom/issues/355)
... (truncated)
Changelog
Sourced from @xmldom/xmldom's changelog.
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.8.3
Fixed
- Avoid iterating over prototype properties
[#437](https://github.com/xmldom/xmldom/issues/437)/[#436](https://github.com/xmldom/xmldom/issues/436)Thank you,
@Supraja9726for your contributions0.9.0-beta.2
Fixed
- Avoid iterating over prototype properties
[#437](https://github.com/xmldom/xmldom/issues/437)/[#436](https://github.com/xmldom/xmldom/issues/436)Thank you,
@Supraja9726for your contributions0.8.3
Fixed
- Avoid iterating over prototype properties
[#437](https://github.com/xmldom/xmldom/issues/437)/[#436](https://github.com/xmldom/xmldom/issues/436)Thank you,
@Supraja9726for your contributions0.9.0-beta.1
Fixed
Only use HTML rules if mimeType matches
[#338](https://github.com/xmldom/xmldom/issues/338), fixes[#203](https://github.com/xmldom/xmldom/issues/203)In the living specs for parsing XML and HTML, that this library is trying to implement, there is a distinction between the different types of documents being parsed: There are quite some rules that are different for parsing, constructing and serializing XML vs HTML documents.
So far xmldom was always "detecting" whether "the HTML rules should be applied" by looking at the current namespace. So from the first time an the HTML default namespace (
http://www.w3.org/1999/xhtml) was found, every node was treated as being part of an HTML document. This misconception is the root cause for quite some reported bugs.BREAKING CHANGE: HTML rules are no longer applied just because of the namespace, but require the
mimeTypeargument passed toDOMParser.parseFromString(source, mimeType)to match'text/html'. Doing so implies all rules for handling casing for tag and attribute names when parsing, creation of nodes and searching nodes.BREAKING CHANGE: Correct the return type of
DOMParser.parseFromStringtoDocument | undefined. In case of parsing errors it was always possible that "the returnedDocument" has not been created. In case you are using Typescript you now need to handle those cases.BREAKING CHANGE: The instance property
DOMParser.optionsis no longer available, instead use the individualreadonlyproperty per option (assign,domHandler,errorHandler,normalizeLineEndings,locator,xmlns). Those also provides the default value if the option was not passed. The 'locator' option is now just a boolean (default remainstrue).BREAKING CHANGE: The following methods no longer allow a (non spec compliant) boolean argument to toggle "HTML rules":
XMLSerializer.serializeToStringNode.toStringDocument.toString
... (truncated)
Commits
c9df7a20.8.31c57b5edocs: Prepare CHANGELOG for 0.8.37c0d4b7fix: Avoid iterating over prototype propertiesa701915chore(deps): update dependency eslint to v8.25.0 (#433)2aef5efchore(deps): update actions/setup-node action to v3 (#431)0842586chore(deps): update dependency eslint-plugin-prettier to v4.2.1 (#418)8f1ee5echore(deps): update dependency eslint to v8.24.0 (#430)8a34f29chore(deps): update dependency nodemon to v2.0.20 (#429)ac8012fchore(deps): update dependency eslint to v8.23.1 (#419)7efca8cchore(deps): update dependency nodemon to v2.0.19 (#420)- Additional commits viewable in compare view
Updates msw from 0.39.2 to 0.47.4
Release notes
Sourced from msw's releases.
v0.47.4 (2022-10-04)
Bug Fixes
- correctly link types in
package.jsonexportsfield (#1395) (3902b8c216b2254beef7c35519cc2242b4535b22)@ivanhofer@kettanaito- include error stack in log when handling uncaught exceptions (#1417) (933a9d607f12cb0d510c40ce3572168a39f26566)
@jkieboom@kettanaito- remove duplicate response logging in the browser console (#1418) (78d155fd46b7b711dfd6c70f62da96fbad5c55fa)
@snaka@kettanaitov0.47.3 (2022-09-15)
Bug Fixes
- update "headers-polyfill" and "
@mswjs/interceptors" to fix "/lib" issue (#1407) (41d8c0895e5ca7bf12da86a8a94b974e19b93d5d)v0.47.2 (2022-09-13)
Bug Fixes
- fix a typo in the "listHandlers" method jsdoc (#1403) (c90eafb5caf0d27b81eced6cae4d1a257a7757b6)
v0.47.1 (2022-09-10)
Bug Fixes
- print response log only when response arrives (#1392) (638fad9640885c0a85153c1b9ade61495d4295bb)
v0.47.0 (2022-09-04)
Features
- add explicit
exportsmap in package.json (#1383) (5e1c1a6a9ab4450073adf571d4b68978d177bf52)v0.46.1 (2022-09-01)
Bug Fixes
- deps: include "graphql" as a dependency (#1381) (8436515fd93e3f372205815b52ffc3a572da2690)
v0.46.0 (2022-08-31)
Features
- fix a typo in the worker script (62f7c4d885c73c7401af85ca2e5da2db9f2cf212)
- support typescript v4.8 (#1375) (631f6297979e0b398d1353963ad7b4166e53f40c)
Features
- add "listHandlers" method to server and worker (#1369) (18f57789f6ff620c0b1c2ee472673eb85d0575c9)
server.listHandlers() </tr></table>
... (truncated)
Commits
3e7c4c1chore(release): v0.47.43902b8cfix: correctly link types inpackage.jsonexportsfield (#1395)dae755dchore: fixes tests on Windows using Unix-style path (#1420)933a9d6fix: include error stack in log when handling uncaught exceptions (#1417)78d155ffix: remove duplicate response logging in the browser console (#1418)1caf8dfchore: update "@ossjs/release" to 0.4.0 (#1409)30ddb8dchore(release): v0.47.341d8c08fix: update "headers-polyfill" and "@mswjs/interceptors" to fix "/lib" issue ...a9b8126chore(release): v0.47.2c90eafbfix: fix a typo in the "listHandlers" method jsdoc (#1403)- 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.