You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update dependency vapor/vapor to v4.110.0 (#1417)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [vapor/vapor](https://redirect.github.com/vapor/vapor) | minor |
`4.109.0` -> `4.110.0` |
---
### Release Notes
<details>
<summary>vapor/vapor (vapor/vapor)</summary>
###
[`v4.110.0`](https://redirect.github.com/vapor/vapor/releases/tag/4.110.0):
- Better compatibility with Swift Testing
[Compare
Source](https://redirect.github.com/vapor/vapor/compare/4.109.0...4.110.0)
#### What's Changed
Better compatibility with Swift Testing by
[@​MahdiBM](https://redirect.github.com/MahdiBM) in
[#​3257](https://redirect.github.com/vapor/vapor/issues/3257)
> Introduces a new `VaporTesting` module for testing with better
compatibility with Swift Testing that removes usages of `XCTest`.
>
> Use the new `testing()` extension on `Application` to write your
tests. E.g.:
>
> ```swift
> try await app.testing().test(.POST, "/decode") { req in
> try req.content.encode(MyContent())
> } afterResponse: { res in
> #expect(res.status == .ok)
> expectContains(res.body.string, "Hello World!")
> }
> ```
###### *This patch was released by
[@​0xTim](https://redirect.github.com/0xTim)*
**Full Changelog**:
vapor/vapor@4.109.0...4.110.0
</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://redirect.github.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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
0 commit comments