fix(deps): update module connectrpc.com/connect to v1.18.1 (#1507)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[connectrpc.com/connect](https://redirect.github.com/connectrpc/connect-go)
| `v1.17.0` -> `v1.18.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/connectrpc.com%2fconnect/v1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/connectrpc.com%2fconnect/v1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/connectrpc.com%2fconnect/v1.17.0/v1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/connectrpc.com%2fconnect/v1.17.0/v1.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>connectrpc/connect-go (connectrpc.com/connect)</summary>

###
[`v1.18.1`](https://redirect.github.com/connectrpc/connect-go/releases/tag/v1.18.1)

[Compare
Source](https://redirect.github.com/connectrpc/connect-go/compare/v1.18.0...v1.18.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Bugfixes

- Fix protoc-gen-connect-go schema variable case handling by
[@&#8203;emcfarlane](https://redirect.github.com/emcfarlane) in
[https://github.com/connectrpc/connect-go/pull/808](https://redirect.github.com/connectrpc/connect-go/pull/808)

**Full Changelog**:
https://github.com/connectrpc/connect-go/compare/v1.18.0...v1.18.1

###
[`v1.18.0`](https://redirect.github.com/connectrpc/connect-go/releases/tag/v1.18.0)

[Compare
Source](https://redirect.github.com/connectrpc/connect-go/compare/v1.17.0...v1.18.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Enhancements

- Add `package_suffix` option to `protoc-gen-connect-go` to allow
specifying the output directory of generated code by
[@&#8203;bufdev](https://redirect.github.com/bufdev) and
[@&#8203;emcfarlane](https://redirect.github.com/emcfarlane) in
[https://github.com/connectrpc/connect-go/pull/803](https://redirect.github.com/connectrpc/connect-go/pull/803)
- Change stream client closures to be non-blocking by
[@&#8203;emcfarlane](https://redirect.github.com/emcfarlane) in
[https://github.com/connectrpc/connect-go/pull/791](https://redirect.github.com/connectrpc/connect-go/pull/791)

##### Other changes

- Fix comment typo spelling of optimize by
[@&#8203;yoshihiro-shu](https://redirect.github.com/yoshihiro-shu) in
[https://github.com/connectrpc/connect-go/pull/786](https://redirect.github.com/connectrpc/connect-go/pull/786)
- Remove reader allocation for compressors pools by
[@&#8203;emcfarlane](https://redirect.github.com/emcfarlane) in
[https://github.com/connectrpc/connect-go/pull/792](https://redirect.github.com/connectrpc/connect-go/pull/792)

#### New Contributors

- [@&#8203;yoshihiro-shu](https://redirect.github.com/yoshihiro-shu)
made their first contribution in
[https://github.com/connectrpc/connect-go/pull/786](https://redirect.github.com/connectrpc/connect-go/pull/786)

**Full Changelog**:
https://github.com/connectrpc/connect-go/compare/v1.17.0...v1.18.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.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-10 23:11:06 +00:00 committed by GitHub
parent 87727f7f8f
commit 89d32591db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ toolchain go1.22.9
require (
buf.build/gen/go/open-feature/flagd/grpc/go v1.5.1-20241220192239-696330adaff0.2
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.2-20241220192239-696330adaff0.1
connectrpc.com/connect v1.17.0
connectrpc.com/connect v1.18.1
connectrpc.com/otelconnect v0.7.1
github.com/diegoholiveira/jsonlogic/v3 v3.7.0
github.com/fsnotify/fsnotify v1.8.0

View File

@ -33,6 +33,8 @@ cloud.google.com/go/storage v1.43.0 h1:CcxnSohZwizt4LCzQHWvBf1/kvtHUn7gk9QERXPyX
cloud.google.com/go/storage v1.43.0/go.mod h1:ajvxEa7WmZS1PxvKRq4bq0tFT3vMd502JwstCcYv0Q0=
connectrpc.com/connect v1.17.0 h1:W0ZqMhtVzn9Zhn2yATuUokDLO5N+gIuBWMOnsQrfmZk=
connectrpc.com/connect v1.17.0/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8=
connectrpc.com/connect v1.18.1 h1:PAg7CjSAGvscaf6YZKUefjoih5Z/qYkyaTrBW8xvYPw=
connectrpc.com/connect v1.18.1/go.mod h1:0292hj1rnx8oFrStN7cB4jjVBeqs+Yx5yDIC2prWDO8=
connectrpc.com/otelconnect v0.7.1 h1:scO5pOb0i4yUE66CnNrHeK1x51yq0bE0ehPg6WvzXJY=
connectrpc.com/otelconnect v0.7.1/go.mod h1:dh3bFgHBTb2bkqGCeVVOtHJreSns7uu9wwL2Tbz17ms=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 h1:nyQWyZvwGTvunIMxi1Y9uXkcyr+I7TeNrr/foo4Kpk8=