fix(deps): update all non-major dependencies#103
Open
khepri-bot[bot] wants to merge 1 commit into
Open
Conversation
cf02552 to
3dc5465
Compare
17e5084 to
687557d
Compare
687557d to
ba9f052
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:
1.32.3→1.35.00.14.7→0.15.20.4.0→0.4.110.49.0→10.51.010.49.0→10.51.04.2.2→4.2.44.2.2→4.2.48.0.8→8.0.104.1.4→4.1.54.1.0→4.1.54.83.0→4.87.04.3.6→4.4.1Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.35.0Compare Source
Minor Changes
#13618
c07d0cbThanks @jamesopstad! - Support V2 protocol for module fallback serviceWhen the
new_module_registrycompatibility flag is set, requests sent tounsafeModuleFallbackService()use a different protocol. The Vite plugin now supports both protocols in its handling of additional module types.Patch Changes
#13363
6457fb3Thanks @courtney-sims! - Prepares router-worker for a more gradual rollout by refactoring and separating out the invocation from the business logic. In the future, this will provide space for us to route requests to new versions of router-worker based on their plan, but should make no functional difference today.Updated dependencies [
22e1a61,00523c8,b5ac54b,e653edf,e1eff94,1c4d850,6d28037,9a1f014,e539008,0bf64a7,0827815,b04eedf,6457fb3,c07d0cb,e539008]:v1.34.0Compare Source
Minor Changes
#13666
edcff69Thanks @edmundhung! - Addtunnel: trueto thecloudflare()Vite plugin for sharing your local dev and preview servers via Cloudflare Quick TunnelsYou can now expose your local dev server publicly by setting
tunnel: true:You can also enable tunnel sharing dynamically using an environment variable:
This starts a Cloudflare Quick Tunnel that gives you a random
*.trycloudflare.comURL to share. The tunnel stops automatically when the dev or preview session ends. Quick tunnels don't require a Cloudflare account or any configuration.A warning is shown when Server-Sent Events (SSE) responses are detected through the tunnel, since quick tunnels don't support SSE.
Patch Changes
ea943ff,21b87b2,62e9f2a,9eb9e69,2dc6175,0a5db08,033d6ec,ae8eae3,f2e2241,4f6ed93,ed2f4ec,ef24ff2,92bb8a5,6d27479,f2e2241,118027d,fcc491a,e6c437a,e867ac2]:v1.33.2Compare Source
Patch Changes
#13636
1d54fb7Thanks @edmundhung! - Stop denyingvite.config.*files from Vite dev server accessThis allows projects to access
vite.config.*files during development when needed.#13653
48c61b6Thanks @jamesopstad! - Use the date that the plugin is built as the default compatibility date.When no compatibility date was set by the user, the plugin was falling back to the current date. This meant that the date could get ahead of the latest date supported by the installed version of workerd. We now populate the default compatibility date when the plugin is built. This means that it is updated with each release but then stays fixed.
#13634
f3cb2b2Thanks @jamesopstad! - Simplify/cdn-cgi/handlingWe now only add special handling for
/cdn-cgi/handler/*routes, so that trigger handlers are invoked on the User Worker.#13611
6e99febThanks @smaldd14! - Support Cloudflare-managed registry images in Vite plugin local devPreviously, using a
registry.cloudflare.comimage in acontainersbinding would crashvite devwith an unsupported error. The Vite plugin now configures the Cloudflare API client usingCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDbefore pulling container images, matching the behavior ofwrangler dev.Updated dependencies [
5a2968a,5680287,3494842,7d728fb,df9319d,d5e3c57,3ceeec3,7567ef7,0a95061,2831b54,7fc50c1,377715d]:v1.33.1Compare Source
Patch Changes
8fec8b8,2f3d7b9,a610749]:v1.33.0Compare Source
Minor Changes
50bf819Thanks @penalosa! - Useworkerd's debug port to power cross-process service bindings, Durable Objects, and tail workers via the dev registry. This enables Durable Object RPC via the dev registry, and is an overall stability improvement.Patch Changes
#13587
fdb32caThanks @vimtor! - Allow internal Wrangler config path overrides via env@cloudflare/vite-pluginnow checksCLOUDFLARE_VITE_WRANGLER_CONFIG_PATHwhenconfigPathis not set explicitly. This lets integrators provide generated Wrangler configs outside the project root without requiring users to threadconfigPaththrough framework config.Updated dependencies [
05f4443,4a9ba90,d8c895a,b35617b,7dc0433,8ca78bb,b6e1351,d8314c6,b35617b,7f50300,4fda685,be5e6a0,e456952,59eec63,50bf819,cc1413a,d0a9d1c,4eb1da9,8ca78bb,266c418,6d887db,5716d69]:cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.15.2Compare Source
Patch Changes
22e1a61,00523c8,b5ac54b,e653edf,e1eff94,1c4d850,6d28037,9a1f014,e539008,0bf64a7,0827815,b04eedf,6457fb3,c07d0cb,e539008]:v0.15.1Compare Source
Patch Changes
ea943ff,21b87b2,62e9f2a,9eb9e69,2dc6175,0a5db08,033d6ec,ae8eae3,f2e2241,4f6ed93,ed2f4ec,ef24ff2,92bb8a5,6d27479,f2e2241,118027d,fcc491a,e6c437a,e867ac2]:v0.15.0Compare Source
Minor Changes
#13623
b156b2eThanks @penalosa! - Addreset()andabortAllDurableObjects()helpers tocloudflare:testThe
reset()helper deletes all data from attached bindings, and resets all Durable Object instances. This is useful for resetting state between test blocks.The
abortAllDurableObjects()helper resets all Durable Object instances without deleting persisted data.Patch Changes
5a2968a,5680287,3494842,7d728fb,df9319d,d5e3c57,3ceeec3,7567ef7,2831b54,7fc50c1,377715d]:v0.14.9Compare Source
Patch Changes
8fec8b8,2f3d7b9,a610749]:v0.14.8Compare Source
Patch Changes
#13548
1aee990Thanks @emily-shen! - Update warning message when attempting to access exports not defined on the main workerPreviously this referred to the
SELFworker, which is now a deprecated API in the Vitest integration.#13607
d5d0446Thanks @petebacondarwin! - fix: Restore workflow binding before async cleanup inWorkflowIntrospectorHandle.dispose()Previously,
dispose()awaited all instance abort operations before restoring the originalenvbinding. On slower CI environments (especially Windows), this left a window where the next test could see a stale proxy, causing "Trying to mock step multiple times" errors or failed introspection. The binding is now restored synchronously before the async instance cleanup begins.#13007
2c3258dThanks @sheplu! - Reduce default log verbosity fromVERBOSEtoINFOThe pool logger was previously hardcoded to
VERBOSE, causing noisy debug messages on every test run (e.g.[vpw:debug] Adding compatibility flag...). Only informational, warning, and error messages are now printed by default.For debugging, set
NODE_DEBUG=vitest-pool-workersto restore the detailed output.Updated dependencies [
05f4443,4a9ba90,d8c895a,b35617b,7dc0433,8ca78bb,b6e1351,d8314c6,b35617b,7f50300,4fda685,be5e6a0,e456952,59eec63,50bf819,cc1413a,d0a9d1c,4eb1da9,8ca78bb,266c418,6d887db,5716d69]:dubzzz/fast-check (@fast-check/vitest)
v0.4.1Support
test.each[Code][Diff]
Fixes
test.eachgetsentry/sentry-javascript (@sentry/cloudflare)
v10.51.0Compare Source
Important Changes
feat(cloudflare): Add trace propagation for RPC method calls (#20343)
Trace context is now propagated across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects.
This feature is opt-in and requires setting
enableRpcTracePropagation: truein your SDK configuration:feat(hono)!: Change setup for
@sentry/hono/node(initin external file) (#20497)To improve Node.js instrumentation, the
sentry()middleware exported from@sentry/hono/nodeno longer accepts configuration options.Instead, you must configure the SDK by calling
Sentry.init()in a dedicated instrumentation file that runs before your application code (read more in the Hono SDK readme:feat(nitro): Add
@sentry/nitroSDK (#19224)A new
@sentry/nitropackage provides first-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading viawithSentryConfig.Read more in the Nitro SDK docs and the Nitro SDK readme.
Other Changes
brace-expansionpeer-dep (#20198)binscripts (#20570)ignoreSpans(#20513)SENTRY_DSN(#20528)ingest_settingsto span v2 envelope payload (#20411)httpContextIntegration(#20464)ignoreSpans(#20512)*http.route attribute on segment spans (#20471)ignoreSpans(#20514)svelteKitSpansEnhancementintegration (#20496)isSentryRequesthandles subdomains properly (#20530).use()middleware in sub-apps from.all()handlers (#20554)maskAttributesworks withmaskAllText=false(#20491)sendDefaultPiifor supabase integration (#20490)Internal Changes
idleTimeouttest config (#20467)safeSetSpanJSONAttributesin cultureContext integration (#20481)eslint-config-nextpackage to major (#20552)v10.50.0Compare Source
Important Changes
feat(effect): Support v4 beta (#20394)
The
@sentry/effectintegration now supports Effect v4 beta, enabling Sentry instrumentation for the latest Effect framework version.Read more in the Effect SDK readme.
feat(hono): Add
@sentry/hono/bunfor Bun runtime (#20355)A new
@sentry/hono/bunentry point adds first-class support for running Hono applications instrumented with Sentry on the Bun runtime.Read more in the Hono SDK readme.
feat(replay): Add replayStart/replayEnd client lifecycle hooks (#20369)
New
replayStartandreplayEndclient lifecycle hooks let you react to replay session start and end events in your application.Other Changes
no_parent_spanclient outcomes for discarded spans requiring a parent (#20350)GoogleGenAIIstrumentedMethodtypo in type namehttpVersionin outgoing request span attributes (#20430)Internal Changes
.makeRequestAndWaitForEnvelopeto wait for envelopes (#20208)honoIntegration(#20397)tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)vitejs/vite (vite)
v8.0.10[Compare Source](https:/
Configuration
📅 Schedule: (in timezone America/New_York)
* 0-8 * * 1)🚦 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.
This PR has been generated by Mend Renovate.