fix(deps): update module github.com/beevik/etree to v1.6.0 #7

Merged
luke merged 1 commits from renovate/github.com-beevik-etree-1.x into main 2025-11-08 20:59:00 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/beevik/etree v1.5.0 -> v1.6.0 age confidence

Release Notes

beevik/etree (github.com/beevik/etree)

v1.6.0

Compare Source

Changes

  • Added new iterator versions of existing functions that return slices of Element pointers: ChildElementsSeq, SelectElementsSeq, FindElementsSeq, and FindElementsPathSeq.
  • Improved performance of functions that return a single element.
  • Because of its use of iterators, this package now requires go 1.23 or later.

v1.5.1

Compare Source

Fixes

  • Fixed a bug in InsertChildAt.

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/beevik/etree](https://github.com/beevik/etree) | `v1.5.0` -> `v1.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbeevik%2fetree/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbeevik%2fetree/v1.5.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>beevik/etree (github.com/beevik/etree)</summary> ### [`v1.6.0`](https://github.com/beevik/etree/releases/tag/v1.6.0) [Compare Source](https://github.com/beevik/etree/compare/v1.5.1...v1.6.0) **Changes** - Added new iterator versions of existing functions that return slices of `Element` pointers: `ChildElementsSeq`, `SelectElementsSeq`, `FindElementsSeq`, and `FindElementsPathSeq`. - Improved performance of functions that return a single element. - Because of its use of iterators, this package now requires go 1.23 or later. ### [`v1.5.1`](https://github.com/beevik/etree/releases/tag/v1.5.1) [Compare Source](https://github.com/beevik/etree/compare/v1.5.0...v1.5.1) **Fixes** - Fixed a bug in InsertChildAt. </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19-->
renovate-bot added 1 commit 2025-11-08 20:50:44 +00:00
fix(deps): update module github.com/beevik/etree to v1.6.0
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
8aba48e18f
Member

Decision: Accept
Change Score: 10/10

The diff shows an update to the github.com/beevik/etree library from version 1.5.0 to 1.6.0. This looks fine and necessary to stay up to date with security patches and features. Ensure compatibility and test the changes!

**Decision: Accept** **Change Score: 10/10** The diff shows an update to the `github.com/beevik/etree` library from version 1.5.0 to 1.6.0. This looks fine and necessary to stay up to date with security patches and features. Ensure compatibility and test the changes!
luke merged commit 1ae065e28f into main 2025-11-08 20:59:00 +00:00
luke deleted branch renovate/github.com-beevik-etree-1.x 2025-11-08 20:59:00 +00:00
Sign in to join this conversation.