Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps github.com/antchfx/xmlquery from 1.4.4 to 1.5.0.

Release notes

Sourced from github.com/antchfx/xmlquery's releases.

v1.5.0

New Features

  • Add xml.ProcInst supports. Include the new ProcessingInstruction Node Type (#133, #106)
  • Add a LineNumbers feature that allows retrieving the line number of each node in the XML file via the WithLineNumbers option. (#132 by @​aufi)
  • New methods: ChildNodes() (#127 by @​rmkane)

Other

update github.com/antchfx/xpath from 1.3.3 to 1.3.5. See https://github.com/antchfx/xpath/releases

Commits
  • a4181c9 Fix ProcInst node level. Change condition to check for DocumentNode
  • 2100913 test: add XML Processing Instruction node parsing tests
  • f9093e1 fix #106
  • 36d86a4 update github.com/antchfx/xpath from 1.3.3 to 1.3.5
  • 689f32d optimize line number tracking for XML element start tags
  • 86aa304 Remove LoadURLWithLineNumbers method
  • 4558cdd fix #133. supports xml.ProcInst
  • deb27cf Merge PR #132
  • 9769867 Unify methods with WithLineNumbers parser option flag
  • bd4beb3 Optimize line counting
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 13, 2025
@sibprogrammer
Copy link
Owner

@dependabot rebase

Bumps [github.com/antchfx/xmlquery](https://github.com/antchfx/xmlquery) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/antchfx/xmlquery/releases)
- [Commits](antchfx/xmlquery@v1.4.4...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/antchfx/xmlquery
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/antchfx/xmlquery-1.5.0 branch from 7a852ec to e7fac03 Compare October 14, 2025 16:14
@sibprogrammer sibprogrammer merged commit 727399c into master Oct 14, 2025
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/antchfx/xmlquery-1.5.0 branch October 14, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants