Skip to content

Bump github.com/hmlongco/factory from 2.5.3 to 3.2.1#52

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

Release 3.2.1

  • Add resolveOnMainActor and resolveOnGlobalActor functions for correct resolutions on detached tasks #370
  • Add Actors documentation explaining how to register and resolve actors and MainActor/globalActor instances

Release 3.2.0

  • Added callAsFunction extensions to Factory's to simplify registration and SwiftUI previews even further
  • Added callAsFunction extensions to Container's to simplify registration and SwiftUI previews even further
  • Documentation clarification: FactoryKit import required in test target despite warning #369
  • Documentation clarification: Factory declared in a @​MainActor accessor crashes when resolved off the main actor #370
  • Claude file and skill files updated

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.2.2

  • Factory supports Xcode 27 skill manifests and its skill can now be imported into Xcode

3.2.1

  • Add resolveOnMainActor and resolveOnGlobalActor functions for correct resolutions on detached tasks #370
  • Add Actors documentation explaining how to register and resolve actors and MainActor/globalActor instances

3.2.0

  • Added callAsFunction extensions to Factory's to simplify registration and SwiftUI previews even further
  • Added callAsFunction extensions to Container's to simplify registration and SwiftUI previews even further
  • Documentation clarification: FactoryKit import required in test target despite warning #369
  • Documentation clarification: Factory declared in a @​MainActor accessor crashes when resolved off the main actor #370
  • Claude file and skill files updated

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

... (truncated)

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.2.1.
- [Release notes](https://github.com/hmlongco/Factory/releases)
- [Changelog](https://github.com/hmlongco/Factory/blob/main/CHANGELOG)
- [Commits](hmlongco/Factory@2.5.3...cacafd6)

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

mbernson commented Jul 1, 2026

Copy link
Copy Markdown
Member

Closed, we are now using Swift Dependencies #48

@mbernson mbernson closed this Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 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.

@mbernson
mbernson deleted the dependabot/swift/github.com/hmlongco/factory-3.2.1 branch July 1, 2026 13:25
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