chore(deps): update dependencies (non-major) #1029
Merged
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:
^1.14.0->^1.14.2^0.10.5->^0.10.7^4.20251109.0->^4.20251115.0^4.20251105.0->^4.20251109.110.20.0->10.22.0^8.46.3->^8.46.4^4.46.0->^4.47.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.14.2Compare Source
Patch Changes
43fe9f3,3908162,305ffb3,14d79f2,dfc6513,46ccf0e]:v1.14.1Compare Source
Patch Changes
5286309,2d16610,dd7d584,4259256,63defa2,5cf8a39,70d3d4a,38396ed,8abc789,cdcecfc,e85f965,88aa707]:cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.10.7Compare Source
Patch Changes
43fe9f3,3908162,305ffb3,14d79f2,dfc6513,46ccf0e]:v0.10.6Compare Source
Patch Changes
5286309,2d16610,dd7d584,4259256,63defa2,5cf8a39,70d3d4a,38396ed,8abc789,cdcecfc,e85f965,88aa707]:cloudflare/workerd (@cloudflare/workers-types)
v4.20251115.0Compare Source
v4.20251113.0Compare Source
v4.20251111.0Compare Source
cloudflare/workers-sdk (miniflare)
v4.20251109.1Compare Source
Patch Changes
#11202
305ffb3Thanks @petebacondarwin! - Make Miniflare inspector proxy more resilient to selecting a free portWe have seen some test flakes when there are a lot of Miniflare instances running in parallel.
This appears to be that there is a small chance that a port becomes unavailable between checking if it is free and using it.
#11231
46ccf0eThanks @connyay! - Fix WebSocket proxy timeout by disabling Node.js HTTP timeoutsThe dev registry proxy server was experiencing connection timeouts around
60-90 seconds for long-lived WebSocket connections. This was caused by Node.js's
headersTimeout (defaults to min(60s, requestTimeout)) which is checked periodically
by connectionsCheckingInterval (defaults to 30s).
When proxying WebSocket connections, the HTTP server's headers timeout was
still active on the underlying socket, causing ERR_HTTP_REQUEST_TIMEOUT errors
to be thrown and both client and server sockets to be destroyed.
Setting both headersTimeout: 0 and requestTimeout: 0 in createServer options
disables timeout enforcement, allowing WebSocket connections to remain open
indefinitely as needed.
v4.20251109.0Compare Source
Patch Changes
#11200
dd7d584Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11232
4259256Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
pnpm/pnpm (pnpm)
v10.22.0Compare Source
v10.21.0Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.4Compare 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.47.0Compare Source
Minor Changes
#11201
5286309Thanks @avenceslau! - Add wrangler workflows instances restart command#11214
5cf8a39Thanks @penalosa! - Add the experimentalwrangler setupcommand to run autoconfig outside of the deploy flow.#11187
8abc789Thanks @dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfigWhen running
wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settingsPatch Changes
#11143
2d16610Thanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.#11178
63defa2Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file#11199
70d3d4aThanks @penalosa! - Add telemetry to autoconfig#11186
38396edThanks @hoodmane! - Removed warning when deploying a Python worker#11024
cdcecfcThanks @devin-ai-integration! - Use the nativenode:trace_eventsmodule when availableIt is enabled when the
enable_nodejs_trace_events_modulecompatibility flag is set.#11195
e85f965Thanks @ascorbic! - Ignores.dev.varsif--env-filehas been explicitly passedPreviously,
.dev.varswould always be read first, and then any file passed with--env-filewould override variables in.dev.vars. This meant there was no way to ignore.dev.varsif you wanted to use a different env file. Now, if--env-fileis passed,.dev.varswill be ignored entirely.#11181
88aa707Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issuesUpdated dependencies [
dd7d584,4259256,cdcecfc]:Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.