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 7 updates #465

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the all-dependencies group with 7 updates in the / directory:

Package From To
github.com/apple/swift-nio 2.64.0 2.67.0
github.com/apple/swift-collections 1.1.0 1.1.1
github.com/apple/swift-system 1.2.1 1.3.0
github.com/jpsim/yams 5.1.0 5.1.2
github.com/vapor-community/mustache 0.2.0 0.2.1
github.com/vapor/console-kit 4.14.1 4.14.3
github.com/apple/swift-log 1.5.4 1.6.0

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

Release notes

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

SwiftNIO 2.67.0

SemVer Minor

  • Add API for setting last accessed and last modified file times (#2735)

SemVer Patch

  • 304 Not Modified Broken with Response Compression Enabled (#2737, patch credit to @​dimitribouniol)
  • Silence warning about missing include in macOS builds (#2741, patch credit to @​gwynne)

Other Changes

  • Update availability guard on tests (#2739)

SwiftNIO 2.66.0

SemVer Minor

  • Add ByteBuffer support to BufferedWriter (#2707)
  • Add withTemporaryDirectory (#2708)
  • Replace R with ReturnType (#2709)
  • Add a version of 'write' for ByteBuffer to WritableFileHandleProtocol (#2730)

SemVer Patch

  • Remove surplus Sendable requirements from FileSystem with methods (#2706)
  • concurrency takeover safe for 6.0 (#2710)
  • Release file handles back to caller on failure to take ownership (#2715)
  • clean up @​retroactive conformances (#2719)
  • Remove storage indirection for FileSystemError (#2726)
  • Improve rename error (#2731)
  • Add a fallback path if renameat2 fails (#2733)

Other Changes

  • Fix race in TCPThroughputBenchmark (#2724, patch credit to @​ser-0xff)
  • Exclude unused privacy manifests. (#2716)
  • No longer need test discovery command line. (#2717)
  • Update PosixSingletons+ConcurrencyTakeOver.swift (#2721)
  • Add slack to rst allocation tests (#2722)
  • testSimpleMPTCP should not fail for ENOPROTOOPT (#2725)

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.

... (truncated)

Commits
  • e5a216b Silence warning about missing include in macOS builds (#2741)
  • 72cab7d Correctly mark 304 as not having a response body (#2737)
  • 2b5d277 Update availability guard (#2739)
  • bc16180 Add API for setting last accessed and last modified file times (#2735)
  • 9428f62 Add a fallback path if renameat2 fails (#2733)
  • e2aef20 Release file handles back to caller on failure to take ownership (#2715)
  • d8bf55d Add a version of 'write' for 'ByteBuffer' (#2730)
  • 9f63b12 Imrprove rename error (#2731)
  • 4612941 Remove storage indirection for FileSystemError (#2726)
  • 7d1b76d testSimpleMPTCP should not fail for ENOPROTOOPT (#2725)
  • Additional commits viewable in compare view


Updates github.com/apple/swift-collections from 1.1.0 to 1.1.1

Release notes

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

Swift Collections 1.1.1

This patch release resolves issues uncovered since version 1.1.0 was published.

What's Changed

  • This version fixes a bogus assertion in Deque that can cause incorrect runtime traps in debug builds. (#381)
  • The unstable module _CollectionsUtilities was renamed to InternalCollectionsUtilities to work around an issue in shipping versions of Xcode. This renaming is not intended to make this module public -- it remains an unstable implementation detail. (#364)

New Contributors

Many thanks to our contributors for their work!

List of Pull Requests

Full Changelog: https://github.com/apple/swift-collections/compare/1.1.0...1.1.1

Commits
  • ee97538 Add Single Module Build Mode to CMake for Foundation (#385)
  • 8253d6d Merge pull request #384 from lorentey/rope-cow-violation
  • a0b839d [Rope] Fix copy-on-write violation in Rope.join
  • 6c31865 [test] Add tests for Rope.join’s copy-on-write behavior
  • e166904 Merge pull request #382 from lorentey/rename-underscored-module
  • 35d5746 Rename _CollectionsUtilities to InternalCollectionsUtilities
  • e74e76a Merge pull request #370 from lorentey/stop-polluting-test-output
  • 1ada243 Merge pull request #381 from lorentey/bogus-assert-in-Deque
  • ead6314 [Deque]: Fix bogus assert in Deque._Storage._ensureUnique
  • 28161fc Merge pull request #377 from iCharlesHu/charles/fix-ordered-collections-cmake
  • Additional commits viewable in compare view


Updates github.com/apple/swift-system from 1.2.1 to 1.3.0

Release notes

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

1.3.0 release

This release primarily addresses a number of platform support issues.

What's New

  • Support for visionOS
  • Support for musl libc

What's Changed

  • swift-system now requires Swift 5.8
  • The Collection conformance of the SystemString has been improved. This makes it compatible with the Swift 6.0 standard library, in which Array's replaceSubrange() has become stricter about the correctness of the Collection types it handles.
  • The cmake configuration now understands more spellings for Arm64, improving compatibility with Windows compilers.
  • Adapted two syscall wrappers to support unusual nullability annotations in Android's NDK 26. The package needs this to build against recent NDKs.

New Contributors

Full Changelog: https://github.com/apple/swift-system/compare/1.2.1...1.3.0

Commits
  • f9266c8 Merge pull request #177 from lorentey/fix-cmake
  • b7dc8e8 [CMake] Restore to working order on Apple platforms
  • 7d45e0d Update README.md to refer to 1.3.0
  • ab09f04 Merge pull request #173 from lorentey/codeowners-1.3.0
  • 0cf079e Add CODEOWNERS
  • 52f603c [CI] Remove support for Swift 5.7
  • de1f8bc Merge pull request #172 from glessard/visionOS-support-for-1.3.0
  • 0368ce5 Add support for Swift CI on release/1.3.0
  • 7b14e48 Remove the repeated list of Darwin-based platforms
  • c456f41 Change the package manifest to support visionOS
  • Additional commits viewable in compare view


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

Release notes

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

4.14.3 - Make logged metadata a little more readable

What's Changed

Make logged metadata a little more readable by @​gwynne in #201

We now explicitly suppress excess " characters recursively in logger metadata.

Also bumps the package to a minimum of Swift 5.8 and fixes some warnings.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​gwynne

Full Changelog: https://github.com/vapor/console-kit/compare/4.14.2...4.14.3

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


Updates github.com/apple/swift-log from 1.5.4 to 1.6.0

Release notes

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

1.6.0

SemVer Minor

SemVer Patch

Other Changes

Commits
  • b3a6373 Update README.md add shipbook as backend (#304)
  • 4bcd3df Added swift-log-ecs to README.md (#298)
  • 7adcf9a Remove Docc plugin which is no longer required. (#311)
  • f531269 Fix deprecation warnings around default log implementations on handlers (#310)
  • 6553ef5 Add Sendability annotations (#308)
  • 11e749e Remove documentation for non-existent arguments (#309)
  • d16e216 Make protocol usage obvious using any and some keywords (#307)
  • 0f170b4 Use Set to spot duplicated log handler warnings. (#306)
  • 2351723 feat: Implement Copy-On-Write (CoW) behavior for Logger struct (#297)
  • c7dcb55 Drop Swift versions earlier than 5.8 (#299)
  • Additional commits viewable in compare view


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 2 weeks ago

Superseded by #466.