-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit c3e17cf
authored
chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 (#620)
Updates the requirements on [xmldiff](https://github.com/Shoobx/xmldiff)
to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst">xmldiff's
changelog</a>.</em></p>
<blockquote>
<h2>2.7.0 (2024-05-13)</h2>
<ul>
<li>
<p>Changed the comparison to make accurate and standard more accurate,
although fast gets less accurate as a result.</p>
</li>
<li>
<p>Changed usage of deprecated <code>pkg_resources</code> package to
<code>importlib.metadata</code>.</p>
</li>
<li>
<p>A <code>use_replace</code> flag was added to the
<code>XMLFormatter</code> by Thomas Pfitzinger.
It changes text replacement from delete and insert tags to a replace
tag.
It's not currently accessaible thtough the CLI, the question is it is
better
to add a new formatter name, or an option to pass in formatter
flags.</p>
<ul>
<li>Added option to XMLFormatter to use replace tags</li>
<li>in _make_diff_tags after diffing, neighboring delete/insert diffs
are joined to a replace tag</li>
<li>the deleted text is added as an attribute
("old-text")</li>
<li>the inserted text is the element's text</li>
</ul>
</li>
</ul>
<h2>2.6.3 (2023-05-21)</h2>
<ul>
<li>And there was a namespace bug in the patch as well. <a
href="https://redirect.github.com/Shoobx/xmldiff/issues/118">#118</a></li>
</ul>
<h2>2.6.2 (2023-05-21)</h2>
<ul>
<li>Solved an error in the xmlformatter when using default namespaces.
<a
href="https://redirect.github.com/Shoobx/xmldiff/issues/89">#89</a></li>
</ul>
<h2>2.6.1 (2023-04-05)</h2>
<ul>
<li><a
href="https://redirect.github.com/Shoobx/xmldiff/issues/108">#108</a>:
Fixed an error that happens if using namespaces like ns0 or ns1.</li>
</ul>
<h2>2.6 (2023-04-03)</h2>
<ul>
<li>Added <code>InsertNamespace</code> and <code>DeleteNamespace</code>
actions for better handling
of changing namespaces. Should improve any "Unknown namespace
prefix"
errors. Changing the URI of a a namespace prefix is not supported, and
will
raise an error.</li>
</ul>
<h2>2.6b1 (2023-01-12)</h2>
<ul>
<li>
<p>Used geometric mean for the node_ratio, for better handling of simple
nodes.</p>
</li>
<li>
<p>Added an experimental --best-match method that is slower, but
generate</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Shoobx/xmldiff/commits">compare view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c036912 commit c3e17cfCopy full SHA for c3e17cf
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
|
0 commit comments