[PR #1474] [MERGED] deps(staffml-worker): bump wrangler from 4.81.0 to 4.84.1 in /interviews/staffml/worker #8238

Closed
opened 2026-04-27 17:34:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1474
Author: @dependabot[bot]
Created: 4/22/2026
Status: Merged
Merged: 4/22/2026
Merged by: @profvjreddi

Base: devHead: dependabot/npm_and_yarn/interviews/staffml/worker/dev/wrangler-4.84.1


📝 Commits (1)

  • 3f426b7 deps(staffml-worker): bump wrangler in /interviews/staffml/worker

📊 Changes

2 files changed (+45 additions, -45 deletions)

View changed files

📝 interviews/staffml/worker/package-lock.json (+44 -44)
📝 interviews/staffml/worker/package.json (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps wrangler from 4.81.0 to 4.84.1.

Release notes

Sourced from wrangler's releases.

wrangler@4.84.1

Patch Changes

  • #13615 8fec8b8 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260420.1 1.20260421.1
  • #13572 a610749 Thanks @​dario-piotrowicz! - Fix wrangler types --check ignoring --env-interface and secondary --config entries

    Previously, wrangler types --check ran its staleness check before resolving the --env-interface flag and before collecting secondary worker entry points from additional --config arguments. This meant it could incorrectly report types as up to date when they were actually stale due to a different env interface name or changes in secondary worker configs. The check now runs after all options are fully resolved, so it correctly detects mismatches.

  • Updated dependencies [8fec8b8, 2f3d7b9]:

wrangler@4.84.0

Minor Changes

  • #13326 4a9ba90 Thanks @​mattzcarey! - Add Artifacts binding support to wrangler

    You can now configure Artifacts bindings in your wrangler configuration:

    // wrangler.jsonc
    {
      "artifacts": [{ "binding": "MY_ARTIFACTS", "namespace": "default" }]
    }
    

    Type generation produces the correct Artifacts type reference from the workerd type definitions:

    interface Env {
      MY_ARTIFACTS: Artifacts;
    }
    
  • #13567 d8c895a Thanks @​gpanders! - Rename the documented containers SSH config option to ssh

    Wrangler now accepts and documents containers.ssh in config files while continuing to accept containers.wrangler_ssh as an undocumented backwards-compatible alias. Wrangler still sends and reads wrangler_ssh when talking to the containers API.

  • #13571 7dc0433 Thanks @​must108! - Add regional and jurisdictional placement constraints for Containers. Users can now set constraints.regions and constraints.jurisdiction in wrangler config to control where containers run.

  • #12600 50bf819 Thanks @​penalosa! - Use workerd'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

... (truncated)

Commits


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1474 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/interviews/staffml/worker/dev/wrangler-4.84.1` --- ### 📝 Commits (1) - [`3f426b7`](https://github.com/harvard-edge/cs249r_book/commit/3f426b7ad757ddf77d7aebfd6fecc3f39857f88e) deps(staffml-worker): bump wrangler in /interviews/staffml/worker ### 📊 Changes **2 files changed** (+45 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `interviews/staffml/worker/package-lock.json` (+44 -44) 📝 `interviews/staffml/worker/package.json` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.81.0 to 4.84.1. <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.84.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13615">#13615</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8fec8b85e3a22289d85cf13eb6659ec3c5fb917a"><code>8fec8b8</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> <table> <thead> <tr> <th>Dependency</th> <th>From</th> <th>To</th> </tr> </thead> <tbody> <tr> <td>workerd</td> <td>1.20260420.1</td> <td>1.20260421.1</td> </tr> </tbody> </table> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13572">#13572</a> <a href="https://github.com/cloudflare/workers-sdk/commit/a61074978584850774ca569a27c342c87adfba6b"><code>a610749</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>! - Fix <code>wrangler types --check</code> ignoring <code>--env-interface</code> and secondary <code>--config</code> entries</p> <p>Previously, <code>wrangler types --check</code> ran its staleness check before resolving the <code>--env-interface</code> flag and before collecting secondary worker entry points from additional <code>--config</code> arguments. This meant it could incorrectly report types as up to date when they were actually stale due to a different env interface name or changes in secondary worker configs. The check now runs after all options are fully resolved, so it correctly detects mismatches.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/8fec8b85e3a22289d85cf13eb6659ec3c5fb917a"><code>8fec8b8</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/2f3d7b9894b137e011f8ade835cb826de3846c91"><code>2f3d7b9</code></a>]:</p> <ul> <li>miniflare@4.20260421.0</li> </ul> </li> </ul> <h2>wrangler@4.84.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13326">#13326</a> <a href="https://github.com/cloudflare/workers-sdk/commit/4a9ba90b3f64e94da90343f2694d42f78777e4b7"><code>4a9ba90</code></a> Thanks <a href="https://github.com/mattzcarey"><code>@​mattzcarey</code></a>! - Add Artifacts binding support to wrangler</p> <p>You can now configure Artifacts bindings in your wrangler configuration:</p> <pre lang="jsonc"><code>// wrangler.jsonc { &quot;artifacts&quot;: [{ &quot;binding&quot;: &quot;MY_ARTIFACTS&quot;, &quot;namespace&quot;: &quot;default&quot; }] } </code></pre> <p>Type generation produces the correct <code>Artifacts</code> type reference from the workerd type definitions:</p> <pre lang="ts"><code>interface Env { MY_ARTIFACTS: Artifacts; } </code></pre> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13567">#13567</a> <a href="https://github.com/cloudflare/workers-sdk/commit/d8c895a9e97af52a25721cc08e9c5445986e0845"><code>d8c895a</code></a> Thanks <a href="https://github.com/gpanders"><code>@​gpanders</code></a>! - Rename the documented containers SSH config option to <code>ssh</code></p> <p>Wrangler now accepts and documents <code>containers.ssh</code> in config files while continuing to accept <code>containers.wrangler_ssh</code> as an undocumented backwards-compatible alias. Wrangler still sends and reads <code>wrangler_ssh</code> when talking to the containers API.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13571">#13571</a> <a href="https://github.com/cloudflare/workers-sdk/commit/7dc043315272df2479c17ad204c379515dcc83e8"><code>7dc0433</code></a> Thanks <a href="https://github.com/must108"><code>@​must108</code></a>! - Add regional and jurisdictional placement constraints for Containers. Users can now set <code>constraints.regions</code> and <code>constraints.jurisdiction</code> in wrangler config to control where containers run.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/12600">#12600</a> <a href="https://github.com/cloudflare/workers-sdk/commit/50bf819ba8cc7731e9a45c277d0aea7434d8f315"><code>50bf819</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Use <code>workerd</code>'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.</p> </li> </ul> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/f138e831615b95c852d8923d07e7e4123f460e5c"><code>f138e83</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13608">#13608</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/fce77a3c9110d503d9d47916f34b406d6cf60276"><code>fce77a3</code></a> skip vpc remote binding tests temporarily (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13619">#13619</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8fec8b85e3a22289d85cf13eb6659ec3c5fb917a"><code>8fec8b8</code></a> chore(deps): bump the workerd-and-workers-types group with 2 updates (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13615">#13615</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/a61074978584850774ca569a27c342c87adfba6b"><code>a610749</code></a> Fix <code>wrangler types --check</code> ignoring <code>--env-interface</code> and secondary`--confi...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/fe874acafccc796477c76b77eabe17542bff684c"><code>fe874ac</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13511">#13511</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/d8314c64ce25a1f3d8a2c13c3d0c286874ec5560"><code>d8314c6</code></a> [ci] Cap parallel test concurrency and fix fragile test timeouts (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13604">#13604</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/5716d69b7988c111f3151d9fadbc6c717b6bb8c1"><code>5716d69</code></a> Update am-i-vibing to v 0.1.1 (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13473">#13473</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/05f4443aa581d3f9095e2b1479672557d27e0603"><code>05f4443</code></a> Return more sensible user error (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13160">#13160</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/7dc043315272df2479c17ad204c379515dcc83e8"><code>7dc0433</code></a> Add regional and jurisdictional placement constraints (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13571">#13571</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4a9ba90b3f64e94da90343f2694d42f78777e4b7"><code>4a9ba90</code></a> [wrangler] add artifacts binding support (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13326">#13326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.84.1/packages/wrangler">compare view</a></li> </ul> </details> <br /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 17:34:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#8238