Skip to content

Commit

Permalink
chore(deps): update dependency vapor/vapor to v4.106.7 (#1365)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [vapor/vapor](https://github.com/vapor/vapor) | patch |
`4.106.5` -> `4.106.7` |

---

### Release Notes

<details>
<summary>vapor/vapor (vapor/vapor)</summary>

###
[`v4.106.7`](https://github.com/vapor/vapor/releases/tag/4.106.7):
- Fix typo in ContenConfiguration error

[Compare
Source](https://github.com/vapor/vapor/compare/4.106.6...4.106.7)

#### What's Changed

Fix typo in ContenConfiguration error by
[@&#8203;WilliamFernsV3](https://github.com/WilliamFernsV3) in
[#&#8203;3259](https://github.com/vapor/vapor/issues/3259)

> Missing single quote in print statement
> Added missing closing single quote for print statement.

#### New Contributor

- [@&#8203;WilliamFernsV3](https://github.com/WilliamFernsV3)
made their first contribution in
[#&#8203;3259](https://github.com/vapor/vapor/issues/3259) 🎉

###### *This patch was released by
[@&#8203;0xTim](https://github.com/0xTim)*

**Full Changelog**:
vapor/vapor@4.106.6...4.106.7

###
[`v4.106.6`](https://github.com/vapor/vapor/releases/tag/4.106.6):
- Pass the method, url, and user agent from the ErrorMiddleware to the
logger in the metadata.

[Compare
Source](https://github.com/vapor/vapor/compare/4.106.5...4.106.6)

#### What's Changed

Pass the method, url, and user agent from the ErrorMiddleware to the
logger in the metadata. by
[@&#8203;maciejtrybilo](https://github.com/maciejtrybilo) in
[#&#8203;3233](https://github.com/vapor/vapor/issues/3233)

> The ErrorMiddleware reports an error to the logger of the request.
Sometimes it might be useful to know the endpoint that failed.
>
> This PR adds the method, url, and user agent of the request in the
metadata of the report.

#### Reviewers

Thanks to the reviewers for their help:

-   [@&#8203;petrpavlik](https://github.com/petrpavlik)
-   [@&#8203;ptoffy](https://github.com/ptoffy)

###### *This patch was released by
[@&#8203;0xTim](https://github.com/0xTim)*

**Full Changelog**:
vapor/vapor@4.106.5...4.106.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://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://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>
  • Loading branch information
1 parent 033273e commit 6a78a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "vapor_example",
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.106.5"),
.package(url: "https://github.com/vapor/vapor.git", exact: "4.106.7"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.12.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.8.0"),
]
Expand Down

0 comments on commit 6a78a6d

Please sign in to comment.