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

Update all non-major dependencies [apps/api-hono] #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hono/node-server 1.13.2 -> 1.13.7 age adoption passing confidence
@hono/trpc-server (source) 0.3.2 -> 0.3.4 age adoption passing confidence
@opentelemetry/instrumentation-http (source) 0.53.0 -> 0.57.1 age adoption passing confidence
@opentelemetry/instrumentation-winston (source) 0.40.0 -> 0.44.0 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.53.0 -> 0.57.1 age adoption passing confidence
@prisma/client (source) 5.20.0 -> 5.22.0 age adoption passing confidence
@prisma/instrumentation (source) 5.20.0 -> 5.22.0 age adoption passing confidence
@quramy/prisma-fabbrica 2.2.1 -> 2.2.2 age adoption passing confidence
@react-email/components (source) 0.0.25 -> 0.0.32 age adoption passing confidence
@trpc/server (source) 11.0.0-rc.569 -> 11.0.0-rc.730 age adoption passing confidence
@types/node (source) 22.7.5 -> 22.12.0 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.18 age adoption passing confidence
chalk 5.3.0 -> 5.4.1 age adoption passing confidence
dotenv-cli 7.4.2 -> 7.4.4 age adoption passing confidence
hono (source) 4.6.4 -> 4.6.19 age adoption passing confidence
hono-rate-limiter (source) 0.4.0 -> 0.4.2 age adoption passing confidence
prisma (source) 5.20.0 -> 5.22.0 age adoption passing confidence
react-email (source) 3.0.1 -> 3.0.6 age adoption passing confidence
tsx (source) 4.19.1 -> 4.19.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.14 age adoption passing confidence
vite-tsconfig-paths 5.0.1 -> 5.1.4 age adoption passing confidence
vitest (source) 2.1.2 -> 2.1.8 age adoption passing confidence
winston 3.15.0 -> 3.17.0 age adoption passing confidence
wretch (source) 2.10.0 -> 2.11.0 age adoption passing confidence

Release Notes

honojs/node-server (@​hono/node-server)

v1.13.7

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.13.6...v1.13.7

v1.13.6

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.13.5...v1.13.6

v1.13.5

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.13.4...v1.13.5

v1.13.4

Compare Source

What's Changed
New Contributors

Full Changelog: honojs/node-server@v1.13.3...v1.13.4

v1.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.13.2...v1.13.3

honojs/middleware (@​hono/trpc-server)

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes
open-telemetry/opentelemetry-js (@​opentelemetry/instrumentation-http)

v0.57.1

Compare Source

v0.57.0

Compare Source

v0.56.0

Compare Source

v0.55.0

Compare Source

v0.54.2

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-winston)

v0.44.0

Compare Source

v0.43.0

Compare Source

v0.42.0

Compare Source

v0.41.0

Compare Source

prisma/prisma (@​prisma/client)

v5.22.0

Compare Source

Today, we are excited to share the 5.22.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Further Tracing Improvements

In our ongoing effort to stabilize the tracing Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.

We’ve also included numerous bug fixes that should make this Preview feature easier to work with.

Metrics bug fix

Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.

Connection Pool Timeout fix

In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.

Special thanks to @​youxq for their pull request and help resolving this issue!

Join us

Looking to make an impact on Prisma in a big way? We're hiring!

Learn more on our careers page: https://www.prisma.io/careers

Fixes and improvements
Prisma Migrate
Prisma
Credits

Huge thanks to @​tmm1, @​Takur0, @​hinaloe, @​andyjy, and @​youxq for helping!

v5.21.1

Compare Source

  • Fixed a bug where migrations were not using shadow database correctly in some edge cases

v5.21.0

Compare Source

Today, we are excited to share the 5.21.0 release 🎉

🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.

Highlights
Better support for tracing in MongoDB

The tracing Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.

tracing is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.

For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.

WebAssembly engine size decrease for edge functions

Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the driverAdapters Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.

Fixes and improvements
Prisma Engines
Credits

Huge thanks to @​austin-tildei, @​LucianBuzzo, @​mcuelenaere, @​pagewang0, @​key-moon, @​pranayat, @​yubrot, @​skyzh for helping!

Quramy/prisma-fabbrica (@​quramy/prisma-fabbrica)

v2.2.2

Compare Source

What's Changed

Bug fixes

Misc changes

  • Allow @prisma/client v6

New Contributors

Full Changelog: Quramy/prisma-fabbrica@v2.2.1...v2.2.2

resend/react-email (@​react-email/components)

v0.0.32

Compare Source

Patch Changes

v0.0.31

Compare Source

Patch Changes

v0.0.30

Compare Source

Patch Changes

v0.0.29

Compare Source

Patch Changes

v0.0.28

Compare Source

Patch Changes

v0.0.27

Compare Source

Patch Changes

v0.0.26

Compare Source

Patch Changes
trpc/trpc (@​trpc/server)

v11.0.0-rc.730

Compare Source

v11.0.0-rc.729

Compare Source

v11.0.0-rc.724

Compare Source

v11.0.0-rc.721

Compare Source

v11.0.0-rc.719

Compare Source

v11.0.0-rc.718

Compare Source

v11.0.0-rc.716

Compare Source

v11.0.0-rc.714

Compare Source

v11.0.0-rc.711

Compare Source

v11.0.0-rc.708

Compare Source

v11.0.0-rc.700

Compare Source

v11.0.0-rc.699

Compare Source

v11.0.0-rc.698

Compare Source

v11.0.0-rc.695

Compare Source

v11.0.0-rc.694

Compare Source

v11.0.0-rc.693

Compare Source

v11.0.0-rc.692

Compare Source

v11.0.0-rc.688

Compare Source

v11.0.0-rc.682

Compare Source

v11.0.0-rc.678

Compare Source

v11.0.0-rc.677

Compare Source

v11.0.0-rc.666

Compare Source

v11.0.0-rc.660

Compare Source

v11.0.0-rc.659

Compare Source

v11.0.0-rc.657

Compare Source

v11.0.0-rc.648

Compare Source

v11.0.0-rc.645

Compare Source

v11.0.0-rc.643

Compare Source

[v11.0.0-rc.642](https://redire


Configuration

📅 Schedule: Branch creation - "after 7pm on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge (rebase) October 18, 2024 11:16
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 13 times, most recently from 81a0183 to 6c0d67d Compare October 23, 2024 16:59
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 14 times, most recently from 1a6ce17 to 1962353 Compare October 31, 2024 10:16
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 6 times, most recently from fc4470f to 718af81 Compare January 9, 2025 18:48
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 6 times, most recently from 76a7bb2 to 8a6d36a Compare January 16, 2025 01:13
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 14 times, most recently from 3ede5fb to 0f8c5ae Compare January 26, 2025 08:44
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 2 times, most recently from 2e28aee to 8bb305c Compare January 27, 2025 18:03
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch from 8bb305c to c927537 Compare January 28, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants