Skip to content

Commit

Permalink
fix(deps): update dependency openapi-trpc to ^0.2.0 (#340)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openapi-trpc](https://redirect.github.com/dtinth/openapi-trpc) |
[`^0.1.2` ->
`^0.2.0`](https://renovatebot.com/diffs/npm/openapi-trpc/0.1.2/0.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/openapi-trpc/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/openapi-trpc/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/openapi-trpc/0.1.2/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/openapi-trpc/0.1.2/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dtinth/openapi-trpc (openapi-trpc)</summary>

###
[`v0.2.0`](https://redirect.github.com/dtinth/openapi-trpc/blob/HEAD/CHANGELOG.md#020)

[Compare
Source](https://redirect.github.com/dtinth/openapi-trpc/compare/v0.1.2...v0.2.0)

##### Minor Changes

-
[`32f04c4`](https://redirect.github.com/dtinth/openapi-trpc/commit/32f04c4):
Allow specifying ZodArray as in input

</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/creatorsgarten/contentsgarten).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 19018b7 commit ee18ae3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/contentsgarten/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"liquidjs": "^10.6.1",
"mongodb": "^6.0.0",
"octokit": "^3.0.0",
"openapi-trpc": "^0.1.2",
"openapi-trpc": "^0.2.0",
"p-memoize": "^7.1.0",
"zod": "^3.21.4",
"@contentsgarten/markdown": "workspace:*"
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wiki.creatorsgarten.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cookie": "^0.7.0",
"firebase": "^10.0.0",
"lazy-strict-env": "^0.3.1",
"openapi-trpc": "^0.1.2",
"openapi-trpc": "^0.2.0",
"postcss": "^8.4.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit ee18ae3

Please sign in to comment.