vapor / toolbox

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

Bump the all-dependencies group across 1 directory with 4 updates #458

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-dependencies group with 4 updates in the / directory: github.com/apple/swift-nio, github.com/jpsim/yams, github.com/vapor-community/mustache and github.com/vapor/console-kit.

Updates github.com/apple/swift-nio from 2.64.0 to 2.65.0

Release notes

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

SwiftNIO 2.65.0

Important changes to the NIOFileSystem module

The NIOFileSystem module has been renamed _NIOFileSystem to make it more obvious that it isn't yet stable API.

The existing NIOFileSystem module currently re-exports _NIOFileSystem and will be removed in the next minor release. You should update your imports accordingly to avoid being broken by the next release.

SemVer Minor

  • Add NIOBSDSocket.Option for SO_BROADCAST (#2678)
  • Add delegate for collecting EventLoop tick metrics (#2608)
  • Raise minimum Swift version to 5.8 (#2675)
  • Expose NIOThreadPool.numberOfThreads publicly. (#2676)
  • Prevent BufferedWriter from producing empty files (#2677)
  • Change BufferedReader.read(while:) signature (#2688)
  • Added file and line to NIOAsyncWriterError description (#2693)
  • Add a helper for setting or cascading optional promises (#2697)
  • Underscore the NIOFileSystem module (#2683, #2689)

SemVer Patch

  • Add cancellation to NIOThreadPool's async runIfActive (#2679)
  • Handle 'atomically' created files more gracefully when detached (#2682)
  • Remove DispatchGroup and replace with condvar (#2687)
  • Use NIOThreadPool in NIOFileSystem (#2692)
  • Add privacy manifest (#2695)
  • Retain a ref to NIOAsyncWriter until channel active (#2703)

Other Changes

  • Clarify Client/Server column headers (#2691, patch credit to @​davedelong)
  • Add support for SWIFTCI_USE_LOCAL_DEPS convention (#2699)
  • Update issue template link in SECURITY.md (#2680)
  • Remove temp directories after tests (#2690)
  • Tolerate IPv6 address resolution failure (#2704)
Commits


Updates github.com/jpsim/yams from 5.1.0 to 5.1.2

Release notes

Sourced from github.com/jpsim/yams's releases.

5.1.2

Breaking
  • None.
Enhancements
  • None.
Bug Fixes

5.1.1

Breaking
  • None.
Enhancements
  • Allow specifying a newLineScalarStyle for encoding string scalars with newlines when using YAMLEncoder.
    Tejas Sharma #405

  • Improve support for Bazel 7.x.
    JP Simard

Bug Fixes
  • None.
Commits


Updates github.com/vapor-community/mustache from 0.2.0 to 0.2.1

Commits


Updates github.com/vapor/console-kit from 4.14.1 to 4.14.2

Release notes

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

4.14.2 - Support compiling against Musl

What's Changed

Support compiling against Musl by @​simonjbeaumont in #198

In order to compile this package against Musl libc, we need to not conflate #if os(Linux) with the ability to import Glibc. The common pattern for this is to use the #if canImport directive.

This patch adds support for Musl by replacing the Glibc import conditional alongside a new conditional import of Musl.

It also updates the linux_readpassphrase implementation to use the appropriate sigaction handler field for Musl.

This patch was released by @​0xTim

Full Changelog: https://github.com/vapor/console-kit/compare/4.14.1...4.14.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 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.