Skip to content

Commit 4da5717

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.92.2 (#905)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | patch | `4.92.1` -> `4.92.2` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.92.2`](https://togithub.com/vapor/vapor/releases/tag/4.92.2): - Fix handling of &quot;flag&quot; URL query params [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.1...4.92.2) #### What's Changed Fix handling of "flag" URL query params by [@&#8203;gwynne](https://togithub.com/gwynne) in [#&#8203;3151](https://togithub.com/vapor/vapor/issues/3151) > Flag query parameters (e.g. `/foo?bar&baz`) were broken by [4.75.0](https://togithub.com/vapor/vapor/releases/tag/4.75.0), and apparently no one noticed for quite awhile. They now work again. Many thanks to [@&#8203;daveanderson](https://togithub.com/daveanderson) for reporting this! > > Fixes [#&#8203;3150](https://togithub.com/vapor/vapor/issues/3150). ###### *This patch was released by [@&#8203;gwynne](https://togithub.com/gwynne)* **Full Changelog**: vapor/vapor@4.92.1...4.92.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 2d4b723 commit 4da5717

File tree

5 files changed

+28
-22
lines changed

5 files changed

+28
-22
lines changed

examples/vapor_example/MODULE.bazel.lock

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

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.1"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.2"),
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 = "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
199+
commit = "664a06346c5429025d3ffdfa63b93978a8cdd096",
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
@@ -1541,9 +1541,9 @@
15411541
"name": "swiftpkg_vapor",
15421542
"identity": "vapor",
15431543
"remote": {
1544-
"commit": "4942d74e8493fc918ed6144c835c8a0e6affd4f4",
1544+
"commit": "664a06346c5429025d3ffdfa63b93978a8cdd096",
15451545
"remote": "https://github.com/vapor/vapor.git",
1546-
"version": "4.92.1"
1546+
"version": "4.92.2"
15471547
}
15481548
},
15491549
{

0 commit comments

Comments
 (0)