Skip to content

Bump github.com/hmlongco/factory from 2.5.3 to 3.1.0#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/hmlongco/factory-3.1.0
Closed

Bump github.com/hmlongco/factory from 2.5.3 to 3.1.0#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/hmlongco/factory-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/hmlongco/factory from 2.5.3 to 3.1.0.

Release notes

Sourced from github.com/hmlongco/factory's releases.

Release 3.1

  • Reduce global lock contention when resolving "heavy" dependencies across multiple threads, see PR #365
  • Improve cache performance and reduce lock contention with r/w locks
  • Improve key hash performance
  • Revises default decorator behavior to match that of default scope behavior (default unless overriden)

Release 3.0.5

Release 3.0.4

Relese 3.0.3

  • Remove .dynamic from FactoryTesting package definition #363

Release 3.0.2

  • Added FactoryKitDynamic for multi-module support

Release 3.0.1

  • Fix swift testing compiler mode check #353
  • Minor performance improvement for LazyInjected #340
  • Fix documentation Referencing-Other-Containers section #330
  • Fix for registering test containers using swift test command #326

Release 3.0.0

  • Redefine factory closures to avoid isolation issues in Swift 6.1 and 6.2
  • Explicitly mark many of Factory's structures as nonisolated for Swift 6.2
  • Adds global dependency resolution functions that also allow for passed parameters
  • Refactor circular dependency checking mechanism to dramatically improve performance
  • Replaces dependencyChainTestMax value with circularDependencyTesting flag
  • Refactor trace mechanism to better work with circular dependency checks
  • Returns to ObjectIdentifier for keys (multi-module key issues seem to be due to multiple copies of Factory)
  • Adds decorator variant that returns true for new instances and false if a cached instance is returned
  • Moves to SPM, dropping support for CocoaPods
Changelog

Sourced from github.com/hmlongco/factory's changelog.

Factory Changelog

3.1.0

  • Reduce global lock contention when resolving "heavy" dependencies across multiple threads, see PR #365
  • Improve cache performance and reduce lock contention with r/w locks
  • Improve key hash performance
  • Revises default decorator behavior to match that of default scope behavior (default unless overriden)

3.0.5

3.0.4

3.0.3

  • Remove .dynamic from FactoryTesting package definition #363

3.0.2

  • Added FactoryKitDynamic for multi-module support

3.0.1

  • Fix swift testing compiler mode check #353
  • Minor performance improvement for LazyInjected #340
  • Fix documentation Referencing-Other-Containers section #330
  • Fix for registering test containers using swift test command #326

3.0.0

  • Redefine factory closures to avoid isolation issues in Swift 6.1 and 6.2
  • Explicitly mark many of Factory's structures as nonisolated for Swift 6.2
  • Adds global dependency resolution functions that also allow for passed parameters
  • Refactor circular dependency checking mechanism to dramatically improve performance
  • Replaces dependencyChainTestMax value with circularDependencyTesting flag
  • Refactor trace mechanism to better work with circular dependency checks
  • Returns to ObjectIdentifier for keys (multi-module key issues seem to be due to multiple copies of Factory)
  • Adds decorator variant that returns true for new instances and false if a cached instance is returned
  • Moves to SPM, dropping support for CocoaPods
Commits

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/hmlongco/factory](https://github.com/hmlongco/Factory) from 2.5.3 to 3.1.0.
- [Release notes](https://github.com/hmlongco/Factory/releases)
- [Changelog](https://github.com/hmlongco/Factory/blob/main/CHANGELOG)
- [Commits](hmlongco/Factory@2.5.3...6ea6864)

---
updated-dependencies:
- dependency-name: github.com/hmlongco/factory
  dependency-version: 3.1.0
  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 Jun 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 11, 2026 12:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 11, 2026
@mbernson

Copy link
Copy Markdown
Member

Superseded by #48

@mbernson mbernson closed this Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/swift/github.com/hmlongco/factory-3.1.0 branch June 15, 2026 13:20
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.

1 participant