moov-io / signedxml

pure go library for processing signed XML documents
MIT License
52 stars 44 forks source link

fix(deps): update module github.com/beevik/etree to v1.2.0 - autoclosed #36

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/beevik/etree require minor v1.1.0 -> v1.2.0

Release Notes

beevik/etree ### [`v1.2.0`](https://togithub.com/beevik/etree/blob/HEAD/RELEASE_NOTES.md#Release-v120) [Compare Source](https://togithub.com/beevik/etree/compare/v1.1.4...v1.2.0) \============== **New Features** - Add the ability to write XML fragments using Token WriteTo functions. - Add the ability to re-indent an XML element as though it were the root of the document. - Add a ReadSettings option to preserve CDATA blocks when reading and XML document. ### [`v1.1.4`](https://togithub.com/beevik/etree/blob/HEAD/RELEASE_NOTES.md#Release-v114) [Compare Source](https://togithub.com/beevik/etree/compare/v1.1.3...v1.1.4) \============== **New Features** - Add the ability to preserve whitespace in leaf elements during indent. - Add the ability to suppress a document-trailing newline during indent. - Add choice of XML attribute quoting style (single-quote or double-quote). **Removed Features** - Removed the CDATA preservation change introduced in v1.1.3. It was implemented in a way that broke the ability to process XML documents encoded using non-UTF8 character sets. ### [`v1.1.3`](https://togithub.com/beevik/etree/blob/HEAD/RELEASE_NOTES.md#Release-v113) [Compare Source](https://togithub.com/beevik/etree/compare/v1.1.2...v1.1.3) \============== - XML reads now preserve CDATA sections instead of converting them to standard character data. ### [`v1.1.2`](https://togithub.com/beevik/etree/blob/HEAD/RELEASE_NOTES.md#Release-v112) [Compare Source](https://togithub.com/beevik/etree/compare/v1.1.1...v1.1.2) \============== - Fixed a path parsing bug. - The `Element.Text` function now handles comments embedded between character data spans. ### [`v1.1.1`](https://togithub.com/beevik/etree/blob/HEAD/RELEASE_NOTES.md#Release-v111) [Compare Source](https://togithub.com/beevik/etree/compare/v1.1.0...v1.1.1) \============== - Updated go version in `go.mod` to 1.20

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.