Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency vapor/vapor to from: "4.110.0" #269

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Update Change
vapor/vapor minor from: "4.109.0" -> from: "4.110.0"

Release Notes

vapor/vapor (vapor/vapor)

v4.110.0: - Better compatibility with Swift Testing

Compare Source

What's Changed

Better compatibility with Swift Testing by @​MahdiBM in #​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.:

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

Full Changelog: vapor/vapor@4.109.0...4.110.0


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 0f9255d into main Dec 21, 2024
1 check passed
@renovate renovate bot deleted the renovate/vapor-vapor-4.x branch December 21, 2024 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants