Skip to content

Commit 17a9f20

Browse files
build(deps-dev): Bump the telemetry-worker-minor-patch group in /telemetry-worker with 2 updates (#251)
Bumps the telemetry-worker-minor-patch group in /telemetry-worker with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@cloudflare/workers-types` from 5.20260727.1 to 5.20260731.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/cloudflare/workerd/commits">compare view</a></li> </ul> </details> <br /> Updates `wrangler` from 4.114.0 to 4.116.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/releases">wrangler's releases</a>.</em></p> <blockquote> <h2>wrangler@4.116.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/14907">#14907</a> <a href="https://github.com/cloudflare/workers-sdk/commit/beec0fbc9d3adec24bc42e31a21fe7f82badb543"><code>beec0fb</code></a> Thanks <a href="https://github.com/NuroDev"><code>@​NuroDev</code></a>! - Avoid Worker and workers.dev naming prompts in agent-driven deploys</p> <p>Wrangler now derives the Worker name from the project and automatically registers the same project-derived workers.dev account subdomain on a first deploy when running in a detected agent environment. The deploy output explains how to change both names.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/14905">#14905</a> <a href="https://github.com/cloudflare/workers-sdk/commit/b21eac24878f060296915f198fae910268c465ef"><code>b21eac2</code></a> Thanks <a href="https://github.com/jamesopstad"><code>@​jamesopstad</code></a>! - The experimental build output directory now includes the Worker's configuration at <code>.cloudflare/output/v0/workers/default/config.json</code> instead of <code>.cloudflare/output/v0/workers/&lt;worker-name&gt;/worker.config.json</code></p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/14893">#14893</a> <a href="https://github.com/cloudflare/workers-sdk/commit/bb09f1bd77a194520db3e61d733996f4bbe4bad8"><code>bb09f1b</code></a> Thanks <a href="https://github.com/apeacock1991"><code>@​apeacock1991</code></a>! - Graduate <code>wrangler check startup</code> from alpha and show bundle size and a local timing summary</p> <p>The command no longer prints an alpha warning. It now reports its local profile window, sampled active, garbage collection, and idle time alongside the raw and compressed bundle sizes. The existing measurement warning continues to distinguish these local measurements from startup time measured on Cloudflare.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/14685">#14685</a> <a href="https://github.com/cloudflare/workers-sdk/commit/01d7020806dd523158cf9f26a4575365117f5381"><code>01d7020</code></a> Thanks <a href="https://github.com/edmundhung"><code>@​edmundhung</code></a>! - Add support for dispatching email handlers with <code>createTestHarness</code></p> <p>You can now call <code>server.getWorker().email({ from, to, raw })</code> to dispatch directly to a Worker's <code>email()</code> handler and inspect its outcome, rejection reason, forwarded messages, and replies.</p> <pre lang="ts"><code>const result = await server.getWorker().email({ from: &quot;sender@example.com&quot;, to: &quot;inbox@example.com&quot;, raw: [ &quot;From: Sender &lt;sender@example.com&gt;&quot;, &quot;To: Inbox &lt;inbox@example.com&gt;&quot;, &quot;Message-ID: &lt;test@example.com&gt;&quot;, &quot;Subject: Test email&quot;, &quot;&quot;, &quot;Hello from the test harness&quot;, ].join(&quot;\r\n&quot;), }); <p>expect(result).toMatchObject({ outcome: &quot;ok&quot;, forwards: [{ recipient: &quot;archive@example.com&quot; }], replies: [ { sender: &quot;<a href="mailto:inbox@example.com">inbox@example.com</a>&quot;, raw: expect.stringContaining(&quot;Thanks for your email&quot;), }, ], }); </code></pre></p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/14929">#14929</a> <a href="https://github.com/cloudflare/workers-sdk/commit/48f0c6cbbc50dfac02e2d76554c181ced233a792"><code>48f0c6c</code></a> Thanks <a href="https://github.com/apps/dependabot"><code>@​dependabot</code></a>! - Update dependencies of &quot;miniflare&quot;, &quot;wrangler&quot;</p> <p>The following dependency versions have been updated:</p> <p>| Dependency | From | To |</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/96fd16f0e06e82eb99001c70e4935e992e69cb87"><code>96fd16f</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14898">#14898</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/cc5447865022ebc602258cfbeb79953181a62ae0"><code>cc54478</code></a> [wrangler] Add SQL example to the agent-facing observability query hint (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14918">#14918</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/b21eac24878f060296915f198fae910268c465ef"><code>b21eac2</code></a> New <code>@cloudflare/build-output-utils</code> package (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14905">#14905</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/f05a0ded769dbe8e110da6d690e197dcfd29c74a"><code>f05a0de</code></a> Improve asset directory error messages in Pages Functions builds (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14928">#14928</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/bb09f1bd77a194520db3e61d733996f4bbe4bad8"><code>bb09f1b</code></a> feat(wrangler): report startup profile summary (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14893">#14893</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/5e6556a0c788679b6ac149ba3018a2cfd7cc73e9"><code>5e6556a</code></a> extract Pages Functions compiler into a standalone package (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14785">#14785</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/e31ab0f40c5310babd8b493490c0e1ca677e9a8c"><code>e31ab0f</code></a> [wrangler] <code>useConfigRedirectIfAvailable</code> for &quot;wrangler triggers deploy&quot; (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14">#14</a>...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/beec0fbc9d3adec24bc42e31a21fe7f82badb543"><code>beec0fb</code></a> feat(wrangler): automate names for agent-driven deploys (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14907">#14907</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8049ca451c9561e8b72f3eeeb7916a8712f06133"><code>8049ca4</code></a> [workers-auth] Spawn cloudflared asynchronously so ctrl+c can interrupt Acces...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/01d7020806dd523158cf9f26a4575365117f5381"><code>01d7020</code></a> feat(wrangler): dispatching email handlers with test harness (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/14685">#14685</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.116.0/packages/wrangler">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cadb65b commit 17a9f20

2 files changed

Lines changed: 79 additions & 50 deletions

File tree

telemetry-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"deploy": "wrangler deploy"
1313
},
1414
"devDependencies": {
15-
"@cloudflare/workers-types": "^5.20260727.1",
15+
"@cloudflare/workers-types": "^5.20260731.1",
1616
"@eslint/js": "^10.0.1",
1717
"@typescript-eslint/eslint-plugin": "^8.65.0",
1818
"@typescript-eslint/parser": "^8.65.0",
1919
"eslint": "^10.8.0",
2020
"typescript": "^6.0.3",
2121
"vitest": "^2.1.9",
22-
"wrangler": "^4.114.0"
22+
"wrangler": "^4.116.0"
2323
}
2424
}

0 commit comments

Comments
 (0)