Skip to content

build(deps): bump github.com/drmohundro/swxmlhash from 7.0.2 to 8.1.1#38

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/swift/github.com/drmohundro/swxmlhash-8.1.1
Open

build(deps): bump github.com/drmohundro/swxmlhash from 7.0.2 to 8.1.1#38
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/swift/github.com/drmohundro/swxmlhash-8.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps github.com/drmohundro/swxmlhash from 7.0.2 to 8.1.1.

Release notes

Sourced from github.com/drmohundro/swxmlhash's releases.

Release 8.1.1 - Fix memory leak issue with parent property

Released on 2025-07-01.

Made parent property be a weak ref to fix possible memory leak issue (via #286 which closes #285).

Release 8.1.0 - Add parent property to XMLElement

Released on 2024-09-27.

Added the parent property to XMLElement (via #278 which closes #277)

8.0.0 - Full support for Swift 6

Released on 2024-09-17.

Most of this release was actually changing to swift-testing which doesn't impact the calling code at all; however, as part of #281, we noticed that some of the errors weren't marked with Sendable and thus couldn't be handled in swift-testing.

I did remove deprecated code (all methods that had been renamed years ago).

Note that as CocoaPods has gone into maintenance mode, I haven't yet created an 8.0 CocoaPods release. If there is enough interest, though, I can consider it. I suspect that most people who are using Swift 6 are also on Swift Package Manager.

Changelog

Sourced from github.com/drmohundro/swxmlhash's changelog.

v8.1.1 (July 1, 2025)

  • Fix memory leak related to parent property (via #286 which closes #285).

v8.1.0 (September 27, 2024)

  • Added the parent property to XMLElement (via #278 which closes #277)

v8.0.0 (September 17, 2024)

  • Added Swift 6.0 support (via #283)
    • The tests are now all using swift-testing
    • Prior deprecations have been removed
Commits
  • 9cfb873 Merge pull request #286 from drmohundro/fix/add-parent-should-be-weak
  • 88c4224 docs: bump version
  • ef1fba0 fix: try windows to 2022 to fix windows swift build
  • d5c153b fix: correct xcode version
  • 05d2851 fix: make parent a weak ref
  • 407a6ae fix: drop warnings
  • 1628e0c chore: no need to reference swift-testing now
  • 6ae7b83 Merge pull request #278 from drmohundro/feat/add-parent-to-xmlelement
  • 11f89c3 feat: add parent property with tests
  • 615f044 Merge pull request #283 from drmohundro/feat/swift-6-support
  • 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 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)

Bumps [github.com/drmohundro/swxmlhash](https://github.com/drmohundro/SWXMLHash) from 7.0.2 to 8.1.1.
- [Release notes](https://github.com/drmohundro/SWXMLHash/releases)
- [Changelog](https://github.com/drmohundro/SWXMLHash/blob/main/CHANGELOG.md)
- [Commits](drmohundro/SWXMLHash@7.0.2...9cfb873)

---
updated-dependencies:
- dependency-name: github.com/drmohundro/swxmlhash
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 5, 2026
@dependabot dependabot bot requested a review from bahadirgezer as a code owner April 5, 2026 03:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Apr 5, 2026
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 swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants