Skip to content

Commit 0334a68

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.92.6 (#1000)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | patch | `4.92.5` -> `4.92.6` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.92.6`](https://togithub.com/vapor/vapor/releases/tag/4.92.6): - Fix typos across the codebase [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.5...4.92.6) #### What's Changed Fix typos across the codebase by [@&#8203;mrs1669](https://togithub.com/mrs1669) in [#&#8203;3162](https://togithub.com/vapor/vapor/issues/3162) > Fixes a number of typos in the codebase. > > ⚠️ the logger for loading environment files now has the correctly spelt label - `dot-env-logger` if you need to search for that #### New Contributor - [@&#8203;mrs1669](https://togithub.com/mrs1669) made their first contribution in [#&#8203;3162](https://togithub.com/vapor/vapor/issues/3162) 🎉 #### Reviewers Thanks to the reviewers for their help: - [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/vapor@4.92.5...4.92.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 2775a92 commit 0334a68

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/vapor_example/swift/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vapor_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "vapor_example",
77
dependencies: [
8-
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.5"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.6"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
1111
]

examples/vapor_example/swift/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def swift_dependencies():
196196
# version: 4.81.0
197197
swift_package(
198198
name = "swiftpkg_vapor",
199-
commit = "11cdb29614a5c7f8c5289f3c97b3398c3d89b395",
199+
commit = "8409c3c296e7f8965df14e906dbcd44eb68f54a9",
200200
dependencies_index = "@//swift:deps_index.json",
201201
remote = "https://github.com/vapor/vapor.git",
202202
)

examples/vapor_example/swift/deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,9 @@
14331433
"name": "swiftpkg_vapor",
14341434
"identity": "vapor",
14351435
"remote": {
1436-
"commit": "11cdb29614a5c7f8c5289f3c97b3398c3d89b395",
1436+
"commit": "8409c3c296e7f8965df14e906dbcd44eb68f54a9",
14371437
"remote": "https://github.com/vapor/vapor.git",
1438-
"version": "4.92.5"
1438+
"version": "4.92.6"
14391439
}
14401440
},
14411441
{

0 commit comments

Comments
 (0)