fix(deps): update all non-major dependencies#34
Merged
renovate[bot] merged 1 commit intomainfrom Oct 20, 2025
Merged
Conversation
Deploying duyet-logs with
|
| Latest commit: |
d887ead
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e449a6ad.duyet-logs.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.duyet-logs.pages.dev |
b970e1a to
1fc39b1
Compare
1fc39b1 to
d887ead
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.11->0.9.134.20251004.0->4.20251011.09.37.0->9.38.0^0.205.0->^0.206.0^0.205.0->^0.206.010.18.0->10.20.020.19.19->20.19.228.46.0->8.46.18.46.0->8.46.19.37.0->9.38.04.9.10->4.10.18.46.0->8.46.14.42.1->4.43.0Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.9.13Compare Source
Patch Changes
e52d0ec,940b44d,2429533,88b5b7f]:v0.9.12Compare Source
Patch Changes
42e256f,ce832d5,4462bc1,d0ab919]:cloudflare/workerd (@cloudflare/workers-types)
v4.20251011.0Compare Source
v4.20251008.0Compare Source
eslint/eslint (@eslint/js)
v9.38.0Compare Source
open-telemetry/opentelemetry-js (@opentelemetry/api-logs)
v0.206.0Compare Source
getsentry/sentry-javascript (@sentry/cloudflare)
v10.20.0Compare Source
Important Changes
feat(flags): Add Growthbook integration (#17440)
Adds a new Growthbook integration for feature flag support.
feat(solid): Add support for TanStack Router Solid (#17735)
Adds support for TanStack Router in the Solid SDK, enabling better routing instrumentation for Solid applications.
feat(nextjs): Support native debugIds in turbopack (#17853)
Adds support for native Debug IDs in Turbopack, improving source map resolution and error tracking for Next.js applications using Turbopack. Native Debug ID generation will be enabled automatically for compatible versions.
Other Changes
pinologger name (#17930)POPguard for long-runningpageloadspans (#17867)Internal Changes
- chore(nextjs): Add Next.js 16 peer dependency ([#17925](https://redirect.github.com/getsentry/sentry-javascript/pull/17925)) - chore(ci): Update Next.js canary testing ([#17939](https://redirect.github.com/getsentry/sentry-javascript/pull/17939)) - chore: Bump size limit ([#17941](https://redirect.github.com/getsentry/sentry-javascript/pull/17941)) - test(nextjs): Add next@16 e2e test ([#17922](https://redirect.github.com/getsentry/sentry-javascript/pull/17922)) - test(nextjs): Update next 15 tests ([#17919](https://redirect.github.com/getsentry/sentry-javascript/pull/17919)) - chore: Add external contributor to CHANGELOG.md ([#17915](https://redirect.github.com/getsentry/sentry-javascript/pull/17915)) - chore: Add external contributor to CHANGELOG.md ([#17928](https://redirect.github.com/getsentry/sentry-javascript/pull/17928)) - chore: Add external contributor to CHANGELOG.md ([#17940](https://redirect.github.com/getsentry/sentry-javascript/pull/17940))Work in this release was contributed by @seoyeon9888, @madhuchavva and @thedanchez. Thank you for your contributions!
v10.19.0Compare Source
Internal Changes
Bundle size 📦
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.46.1Compare Source
🩹 Fixes
.finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.46.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v9.38.0Compare Source
honojs/hono (hono)
v4.10.1Compare Source
What's Changed
.usenon-return mw fromcreateMiddlewareby @NamesMT in #4465Full Changelog: honojs/hono@v4.10.0...v4.10.1
v4.10.0Compare Source
Release Notes
Hono v4.10.0 is now available!
This release brings improved TypeScript support and new utilities.
The main highlight is the enhanced middleware type definitions that solve a long-standing issue with type safety for RPC clients.
Middleware Type Improvements
Imagine the following app:
The client with RPC:
Previously, it couldn't infer the responses from middleware, so a type error was thrown.
Now the responses are correctly typed.
This was a long-standing issue and we were thinking it was super difficult to resolve it. But now come true.
Thank you for the great work @slawekkolodziej!
cloneRawRequest Utility
The new
cloneRawRequestutility allows you to clone the raw Request object after it has been consumed by validators or middleware.Thanks @kamaal111!
New features
All changes
New Contributors
Full Changelog: honojs/hono@v4.9.12...v4.10.0
v4.9.12Compare Source
What's Changed
PreparedRegExpRouterfor optimization and added tests by @usualoma in #4456tree shakingby @usualoma in #4458Full Changelog: honojs/hono@v4.9.11...v4.9.12
v4.9.11Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.9.10...v4.9.11
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
cloudflare/workers-sdk (wrangler)
v4.43.0Compare Source
Minor Changes
940b44dThanks @devin-ai-integration! - feat:wrangler init --from-dashnow generateswrangler.jsoncconfig files instead ofwrangler.tomlfilesPatch Changes
#10938
e52d0ecThanks @penalosa! - Acquire Cloudflare Access tokens for additional requests made during awrangler dev --remotesession#10923
2429533Thanks @emily-shen! - fix: updatedocker manifest inspectto use full image registry uri when checking if the image exists remotely#10521
88b5b7fThanks @penalosa! - Improves the Wrangler auto-provisioning feature (gated behind the experimental flag--x-provision) by:--dry-run, which previously threw an error when your config file had auto provisioned resourcesbucket_namefrom the config file on uploadv4.42.2Compare Source
Patch Changes
#10881
ce832d5Thanks @garvit-gupta! - Add table-level compaction commands for R2 Data Catalog:wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table]wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table]This allows you to enable and disable automatic file compaction for a specific R2 data catalog table.
#10888
d0ab919Thanks @lrapoport-cf! - Clarify thatwrangler check startupgenerates a local CPU profileUpdated dependencies [
42e256f,4462bc1]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.