Bump the all-dependencies group across 1 directory with 7 updates #466
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 7 updates in the / directory:
2.64.0
2.67.0
1.1.0
1.1.1
1.2.1
1.3.0
5.1.0
5.1.2
0.2.0
0.2.1
4.14.1
4.14.3
1.5.4
1.6.1
Updates
github.com/apple/swift-nio
from 2.64.0 to 2.67.0Release notes
Sourced from github.com/apple/swift-nio's releases.
... (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)Updates
github.com/apple/swift-collections
from 1.1.0 to 1.1.1Release notes
Sourced from github.com/apple/swift-collections's releases.
Commits
ee97538
Add Single Module Build Mode to CMake for Foundation (#385)8253d6d
Merge pull request #384 from lorentey/rope-cow-violationa0b839d
[Rope] Fix copy-on-write violation in Rope.join6c31865
[test] Add tests forRope.join
’s copy-on-write behaviore166904
Merge pull request #382 from lorentey/rename-underscored-module35d5746
Rename _CollectionsUtilities to InternalCollectionsUtilitiese74e76a
Merge pull request #370 from lorentey/stop-polluting-test-output1ada243
Merge pull request #381 from lorentey/bogus-assert-in-Dequeead6314
[Deque]: Fix bogus assert in Deque._Storage._ensureUnique28161fc
Merge pull request #377 from iCharlesHu/charles/fix-ordered-collections-cmakeUpdates
github.com/apple/swift-system
from 1.2.1 to 1.3.0Release notes
Sourced from github.com/apple/swift-system's releases.
Commits
f9266c8
Merge pull request #177 from lorentey/fix-cmakeb7dc8e8
[CMake] Restore to working order on Apple platforms7d45e0d
Update README.md to refer to 1.3.0ab09f04
Merge pull request #173 from lorentey/codeowners-1.3.00cf079e
Add CODEOWNERS52f603c
[CI] Remove support for Swift 5.7de1f8bc
Merge pull request #172 from glessard/visionOS-support-for-1.3.00368ce5
Add support for Swift CI on release/1.3.07b14e48
Remove the repeated list of Darwin-based platformsc456f41
Change the package manifest to support visionOSUpdates
github.com/jpsim/yams
from 5.1.0 to 5.1.2Release notes
Sourced from github.com/jpsim/yams's releases.
Commits
9234124
Release 5.1.2d5ce6b2
Add empty changelog section23b6264
Release 5.1.1b131f95
Improve support for Bazel 7.x (#414)029b612
Add an option for encoding scalars with newlines to Emitter.Options (#406)0d523df
Fix a typo in README.md (#413)abbf2d4
Add empty changelog sectionUpdates
github.com/vapor-community/mustache
from 0.2.0 to 0.2.1Commits
137e173
Restore compatibility back to Swift 5.5 (#2)Updates
github.com/vapor/console-kit
from 4.14.1 to 4.14.3Release notes
Sourced from github.com/vapor/console-kit's releases.
Commits
9f7932f
Make logged metadata a little more readable (#201)7cf58ad
ConsoleLog → ConsoleLogger (#200)544addc
Fix CI9c24ac4
Support compiling against Musl (#198)Updates
github.com/apple/swift-log
from 1.5.4 to 1.6.1Release notes
Sourced from github.com/apple/swift-log's releases.
Commits
9cb4860
Disable existential any build setting (#312)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)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