vapor / toolbox

Simplifies common command line tasks when using Vapor
MIT License
283 stars 85 forks source link

Bump the all-dependencies group with 2 updates #434

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the all-dependencies group with 2 updates: github.com/apple/swift-nio and github.com/vapor/console-kit.

Updates github.com/apple/swift-nio from 2.61.1 to 2.62.0

Release notes

Sourced from github.com/apple/swift-nio's releases.

SwiftNIO 2.62.0

SemVer Minor

  • Add executeThenClose to NIOAsyncChannel and deprecate deinit based closing methods & inits (#2589, #2592)
  • Revert "Back out new typed HTTP protocol upgrader (#2579)" and add compiler guards (#2593, #2594)

SemVer Patch

  • Fixing an issue with CNIOSHA1 missing an #include for the BYTE_ORDER define. (#2584)
  • Fix spelling of retroactive guard (#2586)
  • Fix reordering/reentrancy bug in NIOAsyncWriter + NIOAsyncChannel (#2587)
Commits
  • 702cd7c Fix the typed HTTP upgrade compiler guards (#2594)
  • c461993 Revert "Back out new typed HTTP protocol upgrader (#2579)" (#2593)
  • 1040927 Add closeOnDeinit to the NIOAsyncChannel init (#2592)
  • 118de50 Add withInboundOutboud to NIOAsyncChannel and deprecate deinit ba… (#2589)
  • fa977dc Fixing an issue with CNIOSHA1 missing an #include for the BYTE_ORDER define. ...
  • 035141d Fix reordering/reentrancy bug in NIOAsyncWriter + NIOAsyncChannel (#2587)
  • 23977a9 Fix spelling of retroactive guard (#2586)
  • See full diff in compare view


Updates github.com/vapor/console-kit from 4.10.1 to 4.11.0

Release notes

Sourced from github.com/vapor/console-kit's releases.

4.11.0 - Add a public initializer to LogRecord

What's Changed

Add a public initializer to LogRecord by @​semicoleon in #194

One of the goals of the LoggerFragment system was to make it simple to handle more complex logging logic by wrapping a custom log handler around the existing LoggerFragment system.

Unfortunately I forgot to give LogRecord a public initializer which makes doing that impossible.

This patch was released by @​gwynne

Full Changelog: https://github.com/vapor/console-kit/compare/4.10.2...4.11.0

4.10.2 - Fix AnySendableHashable regression

What's Changed

Fix AnySendableHashable regression by @​0xTim in #193

AnySendableHashable introduced a breaking change where trying to pass concrete types that conform to Sendable and Hashable but the compiler couldn’t infer they could be passed around as AnySendableHashable. This fixes the accesses for any dictionary (including userInfo) to fix an API break in https://github.com/vapor/console-kit/releases/tag/4.8.0

This patch was released by @​0xTim

Full Changelog: https://github.com/vapor/console-kit/compare/4.10.1...4.10.2

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

Superseded by #435.