Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group with 2 updates #434

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

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: vapor/console-kit@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: vapor/console-kit@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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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


Updates `github.com/apple/swift-nio` from 2.61.1 to 2.62.0
- [Release notes](https://github.com/apple/swift-nio/releases)
- [Commits](apple/swift-nio@2.61.1...2.62.0)

Updates `github.com/vapor/console-kit` from 4.10.1 to 4.11.0
- [Release notes](https://github.com/vapor/console-kit/releases)
- [Commits](vapor/console-kit@4.10.1...4.11.0)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-nio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/vapor/console-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from 0xTim and gwynne as code owners November 20, 2023 11:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Nov 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #435.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/swift/all-dependencies-b4a863d205 branch December 4, 2023 11:58
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