Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/logging 11.2.0 -> 11.2.1 age confidence
@google-cloud/logging-winston 6.0.0 -> 6.0.1 age confidence
@hono/node-server 1.13.2 -> 1.19.6 age confidence
@hono/trpc-server (source) 0.3.2 -> 0.4.0 age confidence
@opentelemetry/instrumentation-http (source) 0.53.0 -> 0.208.0 age confidence
@opentelemetry/instrumentation-winston (source) 0.40.0 -> 0.53.0 age confidence
@opentelemetry/sdk-node (source) 0.53.0 -> 0.208.0 age confidence
@prisma/client (source) 5.20.0 -> 5.22.0 age confidence
@prisma/instrumentation (source) 5.20.0 -> 5.22.0 age confidence
@quramy/prisma-fabbrica 2.2.1 -> 2.3.2 age confidence
@react-email/components (source) 0.0.25 -> 0.5.7 age confidence
@trpc/server (source) 11.0.0-rc.569 -> 11.7.1 age confidence
@types/node (source) 22.7.5 -> 22.19.1 age confidence
@types/react (source) 18.3.11 -> 18.3.27 age confidence
chalk 5.3.0 -> 5.6.2 age confidence
dotenv-cli 7.4.2 -> 7.4.4 age confidence
hono (source) 4.6.4 -> 4.10.6 age confidence
hono-rate-limiter (source) 0.4.0 -> 0.4.2 age confidence
prisma (source) 5.20.0 -> 5.22.0 age confidence
react-email (source) 3.0.1 -> 3.0.7 age confidence
tsx (source) 4.19.1 -> 4.20.6 age confidence
typescript (source) 5.6.3 -> 5.9.3 age confidence
vite (source) 5.4.8 -> 5.4.21 age confidence
vite-tsconfig-paths 5.0.1 -> 5.1.4 age confidence
vitest (source) 2.1.2 -> 2.1.9 age confidence
winston 3.15.0 -> 3.18.3 age confidence
wretch (source) 2.10.0 -> 2.11.1 age confidence

Release Notes

googleapis/nodejs-logging (@​google-cloud/logging)

v11.2.1

Compare Source

Bug Fixes
  • logging: Specifying resourceNames should fetch logs only from those resources (#​1597) (ff7899f)
googleapis/nodejs-logging-winston (@​google-cloud/logging-winston)

v6.0.1

Compare Source

Bug Fixes
  • Fix trace_sampled type to be consistent with API documentation (#​830) (33103dc)
  • Skip writing RequestLogEntry for Cloud Run with flag enabled (#​821) (7a0ec6f)
honojs/node-server (@​hono/node-server)

v1.19.6

Compare Source

v1.19.5

Compare Source

What's Changed

  • fix: cancel a readable stream if a writable stream is closed before a readable stream is closed. by @​usualoma in #​280

Full Changelog: honojs/node-server@v1.19.4...v1.19.5

v1.19.4

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.3...v1.19.4

v1.19.3

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.2...v1.19.3

v1.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.19.1...v1.19.2

v1.19.1

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.18.2...v1.19.0

v1.18.2

Compare Source

What's Changed

  • fix: Skip content-length assignment when transfer-encoding is chunked. by @​usualoma in #​271

Full Changelog: honojs/node-server@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.17.1...v1.18.0

v1.17.1

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

  • feat: Clean up the incoming object if the request is not completely finished. by @​usualoma in #​252

Full Changelog: honojs/node-server@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.14.4...v1.15.0

v1.14.4

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.14.3...v1.14.4

v1.14.3

Compare Source

What's Changed

Full Changelog: honojs/node-server@v1.14.2...v1.14.3

v1.14.2

Compare Source

What's Changed

  • perf: keep using the lightweight Response object when retrieving headers, status, and ok, and then drop the getInternalBody function. by @​usualoma in #​242

Full Changelog: honojs/node-server@v1.14.1...v1.14.2

v1.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.14.0...v1.14.1

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/node-server@v1.13.8...v1.14.0

v1.13.8

Compare Source

What's Changed

New Contributors

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

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

  • fix(utils): accept HeadersInit, null, undefined in buildOutgoingHttpHeaders by @​usualoma in #​212

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

  • fix(serve-static): add error handler for decoding uri components by @​alumowa in #​208

New Contributors

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

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

v0.4.0

Compare Source

Minor Changes

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

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

v0.208.0

Compare Source

v0.207.0

Compare Source

v0.206.0

Compare Source

v0.205.0

Compare Source

v0.204.0

Compare Source

v0.203.0

Compare Source

v0.202.0

Compare Source

v0.201.1

Compare Source

v0.201.0

Compare Source

v0.200.0

Compare Source

v0.57.2

Compare Source

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.53.0

Compare Source

Features
Dependencies

v0.52.0

Compare Source

Features
Dependencies

v0.51.0

Compare Source

Features
Dependencies

v0.50.2

Compare Source

Bug Fixes
Dependencies

v0.50.1

Compare Source

Bug Fixes
Dependencies

v0.50.0

Compare Source

Features
Dependencies

v0.49.0

Compare Source

Features
Dependencies

v0.48.1

Compare Source

Bug Fixes
  • winston-transport, instrumentation-winston: get the correct severityText and severityNumber with winston.format.colorize() is used (#​2956) (952abc7)
Dependencies

v0.48.0

Compare Source

Features
Dependencies

v0.47.0

Compare Source

Features
Dependencies

v0.46.0

Compare Source

Features
Dependencies

v0.45.0

Compare Source

⚠ BREAKING CHANGES
  • chore!: Update to 2.x and 0.200.x @​opentelemetry/* packages from opentelemetry-js.git per 2.x upgrade guide
    • The minimum supported Node.js has been raised to ^18.19.0 || >=20.6.0. This means that support for Node.js 14 and 16 has been dropped.
    • The minimum supported TypeScript version has been raised to 5.0.4.
    • The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
Bug Fixes
Miscellaneous Chores
Dependencies

v0.44.1

Compare Source

Bug Fixes
Dependencies

v0.44.0

Compare Source

Features
Dependencies

v0.43.0

Compare Source

Features
Dependencies

v0.42.0

Compare Source

Features
Dependencies

v0.41.0

Compare Source

Features
  • update "@​opentelemetry/*" dependencies to 1.27.0/0.54.0 (2822511)
Dependencies
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

@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 5 times, most recently from 994ba11 to 38dcf6e Compare October 13, 2025 10:16
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 8 times, most recently from 31be710 to a7869bf Compare October 22, 2025 11:45
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 6 times, most recently from e5658c8 to 2a5062f Compare October 31, 2025 12:16
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 2 times, most recently from 107719f to 9045bd6 Compare November 6, 2025 21:10
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 4 times, most recently from 1e57a79 to 2a8b59f Compare November 14, 2025 18:35
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch 3 times, most recently from af97b90 to c196959 Compare November 21, 2025 05:03
@renovate renovate bot force-pushed the renovate/api-hono-all-minor-patch branch from c196959 to d22f975 Compare November 21, 2025 10:33
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.

1 participant