Skip to content

chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.14.1"#13

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pointfreeco-swift-dependencies-1.x
Open

chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.14.1"#13
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pointfreeco-swift-dependencies-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 11, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Update Change
pointfreeco/swift-dependencies minor from: "1.9.0"from: "1.14.1"

Release Notes

pointfreeco/swift-dependencies (pointfreeco/swift-dependencies)

v1.14.1

Compare Source

What's Changed

Full Changelog: pointfreeco/swift-dependencies@1.14.0...1.14.1

v1.14.0

Compare Source

What's Changed

  • Added: Support public @DependencyEntry with live value defined in separate module (#​447).
  • Added: Generate _modify accessor for @DependencyEntry (#​449).
  • Fixed: Address Xcode preview regression introduced by #​412 (#​448).

Full Changelog: pointfreeco/swift-dependencies@1.13.1...1.14.0

v1.13.1

Compare Source

What's Changed

  • Fix: Force generated key to be nonisolated. #​444

Full Changelog: pointfreeco/swift-dependencies@1.13.0...1.13.1

v1.13.0

Compare Source

What's Changed

  • Added: @DependencyEntry (#​443). A new macro for defining dependency values in a way similar to SwiftUI's @Entry macro.
  • Added: Clocks, CombineSchedulers, and Foundation package traits (thanks @​danthorpe, #​431; #​433). These traits are enabled by default for backwards compatibility, but you may now opt out of certain functionality by explicitly disabling them.
  • Fixed: WASI & Android compatibility (thanks @​diederich, #​406; thanks @​mansbernhardt, #​438).
  • Infrastructure: Linux CI (#​439).
  • Infrastructure: Enable upcoming features (#​441).
  • Infrastructure: Update stale documentation links (thanks @​davdroman, #​442).

New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.12.0...1.13.0

v1.12.0

Compare Source

What's Changed
  • Added: SwiftUI Environment support (#​420). It is now possible to override an @Dependency through the SwiftUI environment.
  • Added: SwiftSyntax 605 support (thanks @​abdoughnut, #​416).
New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.11.0...1.11.1

v1.11.0

Compare Source

What's Changed

  • Added: @Dependency(_:as:) test helper for force-casting an existential dependency to a concrete type (thanks @​maatheusgois-dd, #​413).

    @​Suite(.dependency(\.continuousClock, TestClock())
    struct MySuite {
      @&#8203;Dependency(\.continuousClock, as: TestClock<Duration>.self) var testClock
      // ...
    }
  • Infrastructure: Docs fixes (thanks @​bradhowes, #​414).

New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.10.1...1.11.0

v1.10.1

Compare Source

What's Changed

  • Fixed: Address UUID ambiguity on Windows (thanks @​0xpablo, #​399).
  • Fixed: Make UUID.init(_:) work with larger integers (#​403).
  • Fixed: '.assert' dependency no longer crashes in Swift Testing (#​411).
  • Fixed: Improve #Preview app entry point detection (#​412).
  • Infrastructure: Document the Swift 6 version of APIs (#​393).
  • Infrastructure: Fix documentation typos (thanks @​heiberg, #​402).
  • Infrastructure: Update package versioning (#​401).
  • Infrastructure: Add max line length setting to .editorconfig (thanks @​pyrtsa, #​400).

New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.10.0...1.10.1

v1.10.0

Compare Source

What's Changed
  • Added: NotificationCenter dependency, for better Swift Testing support (#​385).
  • Added: Test traits are now async-friendly (#​384).
  • Fixed: Support SwiftSyntax 602 (#​389).

Full Changelog: pointfreeco/swift-dependencies@1.9.4...1.10.0

v1.9.4

Compare Source

What's Changed
  • Fixed: Apply #if compiler instead of #if swift where appropriate (thanks @​jflan-dd, #​377).
New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.9.3...1.9.4

v1.9.3

Compare Source

What's Changed
  • Deprecated: Preview traits have been deprecated as they are not reliable (#​368). Prefer prepareDependencies.
  • Fixed: Pass correct source location column to issue reporters (thanks @​omochi, #​363).
  • Fixed: Remove outdated warning (#​374).
  • Fixed: Importing Musl if Glibc isn't available (thanks @​slice, #​376).
  • Fixed: Wasm support (thanks @​zp-dzordz, #​372).
  • Fixed: Suppress unnecessary warnings in previews (#​378).
New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.9.2...1.9.3

v1.9.2

Compare Source

What's Changed
  • [Fixed] Allow dependencies test trait to throw. #​359
  • [Infrastructure] Remove no longer relevant warning in Designing dependencies documentation page by @​gsl-sebastienpecoul in #​357

Full Changelog: pointfreeco/swift-dependencies@1.9.1...1.9.2

v1.9.1

Compare Source

What's Changed
  • Fixed: Resolve issue with @DependencyEndpoint not reporting errors when a custom closure is provided (thanks @​gpambrozio, #​355).
New Contributors

Full Changelog: pointfreeco/swift-dependencies@1.9.0...1.9.1


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from 00ebbeb to e8c7e09 Compare March 31, 2026 16:33
@renovate renovate Bot changed the title chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.11.0" chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.12.0" Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from e8c7e09 to 4b4e215 Compare April 15, 2026 15:44
@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from 4b4e215 to e9de382 Compare May 19, 2026 10:49
@renovate renovate Bot changed the title chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.12.0" chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.13.0" Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from e9de382 to 1faeaa5 Compare June 5, 2026 03:10
@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from 1faeaa5 to 303ef72 Compare June 14, 2026 16:16
@renovate renovate Bot changed the title chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.13.0" chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.13.1" Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/pointfreeco-swift-dependencies-1.x branch from 303ef72 to dca8742 Compare June 20, 2026 12:15
@renovate renovate Bot changed the title chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.13.1" chore(deps): update dependency pointfreeco/swift-dependencies to from: "1.14.1" Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants