[PR #1721] [MERGED] deps(vault-worker): bump wrangler from 4.87.0 to 4.90.0 in /interviews/staffml-vault-worker #11898

Closed
opened 2026-05-12 19:32:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1721
Author: @dependabot[bot]
Created: 5/11/2026
Status: Merged
Merged: 5/12/2026
Merged by: @profvjreddi

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


📝 Commits (1)

  • a5c99ee deps(vault-worker): bump wrangler in /interviews/staffml-vault-worker

📊 Changes

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

View changed files

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

📄 Description

Bumps wrangler from 4.87.0 to 4.90.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.90.0

Minor Changes

  • #12279 248bc08 Thanks @​penalosa! - Add deprecation warning for delivery_delay in queue producer bindings

    The delivery_delay setting in [[queues.producers]] was silently having no effect since 2024. This change adds a deprecation warning when the setting is used, informing users that queue-level settings should be configured using wrangler queues update instead. The setting will be removed in a future version.

Patch Changes

  • #13853 8852b0c Thanks @​gpanders! - Fix Containers SSH config

  • #13858 e414e56 Thanks @​penalosa! - Fix wrangler whoami and account selection failing for Account API Tokens

    The /memberships fallback for Account API Tokens was checking for code 9109, but /memberships actually returns 9106 for that case. Correct the code so the fallback to /accounts triggers as intended.

  • Updated dependencies []:

wrangler@4.89.1

Patch Changes

  • #13824 dd3baf3 Thanks @​emily-shen! - Fix container deployment being skipped for Workers for Platforms user workers

    Previously, deploying a worker with --dispatch-namespace would early-exit before calling deployContainers(), meaning container-app registration that links the image to the Durable Object namespace was never executed for WfP user workers. Container deployment now runs before the WfP early exit.

  • Updated dependencies [5cf6f81]:

wrangler@4.89.0

Minor Changes

  • #13055 f3fed88 Thanks @​GregBrimble! - Introducing the cache configuration option for Workers.

    You can now set { cache: { enabled: true } } in your Wrangler configuration file to enable a HTTP cache in front of your Worker's fetch handler. This is also supported in [previews] configuration — previews.cache overrides the top-level cache setting for preview deployments, and falls back to the top-level value when absent. More information can be found in our documentation.

  • #13776 1a54ac5 Thanks @​petebacondarwin! - wrangler dev and other Miniflare-backed commands now run the local workerd runtime with TZ=UTC to match production

    Previously, wrangler dev (and other commands that spin up Miniflare, such as wrangler kv, wrangler d1, wrangler r2, wrangler check) inherited the host machine's timezone, so Date and Intl APIs inside a Worker observed the developer's local timezone during local development but UTC in production. This caused subtle, hard-to-debug differences between local and deployed behaviour.

    Local development now matches production. Code that previously relied on the host timezone during wrangler dev will need to either accept UTC (the production behaviour) or explicitly construct dates/formatters with the desired timezone.

Patch Changes

  • #13829 2284f20 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260504.1 1.20260506.1

... (truncated)

Commits
  • 14d4768 Version Packages (#13856)
  • e414e56 [wrangler] Fix Account API Tokens failing on /memberships (#13858)
  • 8852b0c Fix Containers SSH config (#13853)
  • 1527003 Migrate Workers AI references off deprecated models (#13850)
  • e0c97ad Version Packages (#13851)
  • dd3baf3 [wrangler] Fix container deployment being skipped for WfP user workers (#13824)
  • 553aaa2 Version Packages (#13826)
  • cf09891 Revert "Support stream (but keep pipeline backwards compatible) binding for P...
  • 18e833d [wrangler] fix: throw clear error when _routes.json contains invalid JSON (#1...
  • b6cea17 [wrangler] fix: ensure types --check --env-file does not falsely report stale...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/1721 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/interviews/staffml-vault-worker/dev/wrangler-4.90.0` --- ### 📝 Commits (1) - [`a5c99ee`](https://github.com/harvard-edge/cs249r_book/commit/a5c99ee4324903a4771e37bb5cd3488008576c1d) deps(vault-worker): bump wrangler in /interviews/staffml-vault-worker ### 📊 Changes **2 files changed** (+41 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `interviews/staffml-vault-worker/package-lock.json` (+40 -40) 📝 `interviews/staffml-vault-worker/package.json` (+1 -1) </details> ### 📄 Description Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.87.0 to 4.90.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.90.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/12279">#12279</a> <a href="https://github.com/cloudflare/workers-sdk/commit/248bc08152cf9f792d98c8c78f8fb1417b1bb3b3"><code>248bc08</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Add deprecation warning for <code>delivery_delay</code> in queue producer bindings</p> <p>The <code>delivery_delay</code> setting in <code>[[queues.producers]]</code> was silently having no effect since 2024. This change adds a deprecation warning when the setting is used, informing users that queue-level settings should be configured using <code>wrangler queues update</code> instead. The setting will be removed in a future version.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13853">#13853</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8852b0cdf08af0575330cf181c53cd42edf49b9b"><code>8852b0c</code></a> Thanks <a href="https://github.com/gpanders"><code>@​gpanders</code></a>! - Fix Containers SSH config</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13858">#13858</a> <a href="https://github.com/cloudflare/workers-sdk/commit/e414e562c85521e8538689ac37b0cb36915d565e"><code>e414e56</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Fix <code>wrangler whoami</code> and account selection failing for Account API Tokens</p> <p>The <code>/memberships</code> fallback for Account API Tokens was checking for code 9109, but <code>/memberships</code> actually returns 9106 for that case. Correct the code so the fallback to <code>/accounts</code> triggers as intended.</p> </li> <li> <p>Updated dependencies []:</p> <ul> <li>miniflare@4.20260507.1</li> </ul> </li> </ul> <h2>wrangler@4.89.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13824">#13824</a> <a href="https://github.com/cloudflare/workers-sdk/commit/dd3baf3fa718ed82f7b394cb0c12db3ac3e092fa"><code>dd3baf3</code></a> Thanks <a href="https://github.com/emily-shen"><code>@​emily-shen</code></a>! - Fix container deployment being skipped for Workers for Platforms user workers</p> <p>Previously, deploying a worker with <code>--dispatch-namespace</code> would early-exit before calling <code>deployContainers()</code>, meaning container-app registration that links the image to the Durable Object namespace was never executed for WfP user workers. Container deployment now runs before the WfP early exit.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/5cf6f813bb49e40326a87ccee588175545408f5e"><code>5cf6f81</code></a>]:</p> <ul> <li>miniflare@4.20260507.1</li> </ul> </li> </ul> <h2>wrangler@4.89.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13055">#13055</a> <a href="https://github.com/cloudflare/workers-sdk/commit/f3fed8859b612d424388fe45a1d638cf6b1c42c7"><code>f3fed88</code></a> Thanks <a href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! - Introducing the <code>cache</code> configuration option for Workers.</p> <p>You can now set <code>{ cache: { enabled: true } }</code> in your Wrangler configuration file to enable a HTTP cache in front of your Worker's <code>fetch</code> handler. This is also supported in <code>[previews]</code> configuration — <code>previews.cache</code> overrides the top-level <code>cache</code> setting for preview deployments, and falls back to the top-level value when absent. More information can be found in <a href="https://developers.cloudflare.com/workers/cache/configuration/">our documentation</a>.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13776">#13776</a> <a href="https://github.com/cloudflare/workers-sdk/commit/1a54ac5646be16f9f7151e6ecff7dec5fc6110fa"><code>1a54ac5</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>! - <code>wrangler dev</code> and other Miniflare-backed commands now run the local <code>workerd</code> runtime with <code>TZ=UTC</code> to match production</p> <p>Previously, <code>wrangler dev</code> (and other commands that spin up Miniflare, such as <code>wrangler kv</code>, <code>wrangler d1</code>, <code>wrangler r2</code>, <code>wrangler check</code>) inherited the host machine's timezone, so <code>Date</code> and <code>Intl</code> APIs inside a Worker observed the developer's local timezone during local development but UTC in production. This caused subtle, hard-to-debug differences between local and deployed behaviour.</p> <p>Local development now matches production. Code that previously relied on the host timezone during <code>wrangler dev</code> will need to either accept UTC (the production behaviour) or explicitly construct dates/formatters with the desired timezone.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/13829">#13829</a> <a href="https://github.com/cloudflare/workers-sdk/commit/2284f20465c9c94d86e530daed30debcb9207d90"><code>2284f20</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.20260504.1</td> <td>1.20260506.1</td> </tr> </tbody> </table> </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/14d476866561810b298450765b625e74ee36f8a1"><code>14d4768</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13856">#13856</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/e414e562c85521e8538689ac37b0cb36915d565e"><code>e414e56</code></a> [wrangler] Fix Account API Tokens failing on <code>/memberships</code> (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13858">#13858</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8852b0cdf08af0575330cf181c53cd42edf49b9b"><code>8852b0c</code></a> Fix Containers SSH config (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13853">#13853</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/1527003a0f98f37eda3d9664a43e2c5ef87c515d"><code>1527003</code></a> Migrate Workers AI references off deprecated models (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13850">#13850</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/e0c97adaa263b3120ca9a12076634c0120d778a9"><code>e0c97ad</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13851">#13851</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/dd3baf3fa718ed82f7b394cb0c12db3ac3e092fa"><code>dd3baf3</code></a> [wrangler] Fix container deployment being skipped for WfP user workers (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13824">#13824</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/553aaa2397f07d399451c6989a953241413bc1e2"><code>553aaa2</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/13826">#13826</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/cf09891ba0e093e458942227830f09cf71fc8d15"><code>cf09891</code></a> Revert &quot;Support stream (but keep pipeline backwards compatible) binding for P...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/18e833d988a406a37c8c175e0dd7ea982789e956"><code>18e833d</code></a> [wrangler] fix: throw clear error when _routes.json contains invalid JSON (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/1">#1</a>...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/b6cea17413e31750d8915b4bef767311afa1a7b4"><code>b6cea17</code></a> [wrangler] fix: ensure types --check --env-file does not falsely report stale...</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.90.0/packages/wrangler">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wrangler&package-manager=npm_and_yarn&previous-version=4.87.0&new-version=4.90.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <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-05-12 19:32:37 -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#11898