Skip to content

Commit

Permalink
:dependabot: npm(deps-dev): Bump wrangler from 3.91.0 to 3.93.0 (#21)
Browse files Browse the repository at this point in the history
Bumps
[wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)
from 3.91.0 to 3.93.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>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7291">#7291</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f5b9cd52bc2ec42e17435c5ea0cd79b766ff76dd"><code>f5b9cd5</code></a>
Thanks <a
href="https://github.com/edmundhung"><code>@​edmundhung</code></a>! -
Add anonymous telemetry to Wrangler commands</p>
<p>For new users, Cloudflare will collect anonymous usage telemetry to
guide and improve Wrangler's development. If you have already opted out
of Wrangler's existing telemetry, this setting will still be
respected.</p>
<p>See our <a
href="https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md">data
policy</a> for more details on what we collect and how to opt out if you
wish.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7448">#7448</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/20a0f17609f8f71997c14de9284dae217109e02a"><code>20a0f17</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
feat: Allow Workers for Platforms scripts (scripts deployed with
<code>--dispatch-namespace</code>) to bring along
<code>assets</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7445">#7445</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f4ae6ee17a0bd487aa0680a0a7c0757256dee36d"><code>f4ae6ee</code></a>
Thanks <a
href="https://github.com/WillTaylorDev"><code>@​WillTaylorDev</code></a>!
- Support for <code>assets.experimental_serve_directly</code> with
<code>wrangler dev</code></p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7256">#7256</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/415e5b58c752c75f9cfcea4a5acf189cb1861404"><code>415e5b5</code></a>
Thanks <a
href="https://github.com/jamesopstad"><code>@​jamesopstad</code></a>! -
Export unstable_readConfig function and Unstable_Config,
Unstable_RawConfig, Unstable_RawEnvironment and
Unstable_MiniflareWorkerOptions types from Wrangler.
Overload unstable_getMiniflareWorkerOptions function to accept a config
that has already been loaded.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7431">#7431</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8f25ebe74d19237e85b6dada1eb34236add11d48"><code>8f25ebe</code></a>
Thanks <a href="https://github.com/vicb"><code>@​vicb</code></a>! -
chore(wrangler): update unenv dependency version</p>
<p>Pull in:</p>
<ul>
<li><code>unjs/unenv#351</code></li>
<li><code>unjs/unenv#354</code></li>
<li><code>unjs/unenv#363</code></li>
<li><code>unjs/unenv#367</code></li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7426">#7426</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/b40d0ab4fdd3a03c06ebb7682e4eea0e561afe81"><code>b40d0ab</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: allow the asset directory to be omitted in Wrangler config for
commands that don't need it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7454">#7454</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f2045be9e689c2a919086904f3bd24f9e32baac9"><code>f2045be</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- refactor: Ensure that unstable type exports are all prefixed with
<code>Unstable_</code> rather than just <code>Unstable</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7461">#7461</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/9ede45b02b43284180c7b9bce2839543fcc3229a"><code>9ede45b</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: relax validation of unsafe configuration to allow an empty
object</p>
<p>The types, the default and the code in general support an empty
object for this config setting.</p>
<p>So it makes sense to avoid erroring when validating the config.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7446">#7446</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/9435af0b927a84adecf8d4f48093bf8df07561e9"><code>9435af0</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: make sure Wrangler doesn't create a <code>.wrangler</code> tmp
dir in the <code>functions/</code> folder of a Pages project</p>
<p>This regression was introduced in <a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7415">cloudflare/workers-sdk#7415</a>
and this change fixes it by reverting that change.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7385">#7385</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/14a7bc659d70fbe11ed895ebe031ad3f46f8e995"><code>14a7bc6</code></a>
Thanks <a
href="https://github.com/edmundhung"><code>@​edmundhung</code></a>! -
The <code>x-provision</code> experimental flag now support inherit
bindings in deploys</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7463">#7463</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/073293faad82f7dd0d95ece9727f13d1195f7b74"><code>073293f</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@​penalosa</code></a>! -
Clarify messaging around <code>wrangler versions</code> commands to
reflect that they're stable (and have been since GA during birthday
week)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7436">#7436</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5e6979914a255d06830798c5167332b5165b048e"><code>5e69799</code></a>
Thanks <a href="https://github.com/Ankcorn"><code>@​Ankcorn</code></a>!
- Relax type on observability.enabled to remove linting error for nested
configurations</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7450">#7450</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8c873edd9434e998f94ce54d56c2bc7494da5615"><code>8c873ed</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: ensure that version secrets commands do not write wrangler config
warnings</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md">wrangler's
changelog</a>.</em></p>
<blockquote>
<h2>3.93.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7291">#7291</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f5b9cd52bc2ec42e17435c5ea0cd79b766ff76dd"><code>f5b9cd5</code></a>
Thanks <a
href="https://github.com/edmundhung"><code>@​edmundhung</code></a>! -
Add anonymous telemetry to Wrangler commands</p>
<p>For new users, Cloudflare will collect anonymous usage telemetry to
guide and improve Wrangler's development. If you have already opted out
of Wrangler's existing telemetry, this setting will still be
respected.</p>
<p>See our <a
href="https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md">data
policy</a> for more details on what we collect and how to opt out if you
wish.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7448">#7448</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/20a0f17609f8f71997c14de9284dae217109e02a"><code>20a0f17</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
feat: Allow Workers for Platforms scripts (scripts deployed with
<code>--dispatch-namespace</code>) to bring along
<code>assets</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7445">#7445</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f4ae6ee17a0bd487aa0680a0a7c0757256dee36d"><code>f4ae6ee</code></a>
Thanks <a
href="https://github.com/WillTaylorDev"><code>@​WillTaylorDev</code></a>!
- Support for <code>assets.experimental_serve_directly</code> with
<code>wrangler dev</code></p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7256">#7256</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/415e5b58c752c75f9cfcea4a5acf189cb1861404"><code>415e5b5</code></a>
Thanks <a
href="https://github.com/jamesopstad"><code>@​jamesopstad</code></a>! -
Export unstable_readConfig function and Unstable_Config,
Unstable_RawConfig, Unstable_RawEnvironment and
Unstable_MiniflareWorkerOptions types from Wrangler.
Overload unstable_getMiniflareWorkerOptions function to accept a config
that has already been loaded.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7431">#7431</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8f25ebe74d19237e85b6dada1eb34236add11d48"><code>8f25ebe</code></a>
Thanks <a href="https://github.com/vicb"><code>@​vicb</code></a>! -
chore(wrangler): update unenv dependency version</p>
<p>Pull in:</p>
<ul>
<li><code>unjs/unenv#351</code></li>
<li><code>unjs/unenv#354</code></li>
<li><code>unjs/unenv#363</code></li>
<li><code>unjs/unenv#367</code></li>
</ul>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7426">#7426</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/b40d0ab4fdd3a03c06ebb7682e4eea0e561afe81"><code>b40d0ab</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: allow the asset directory to be omitted in Wrangler config for
commands that don't need it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7454">#7454</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/f2045be9e689c2a919086904f3bd24f9e32baac9"><code>f2045be</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- refactor: Ensure that unstable type exports are all prefixed with
<code>Unstable_</code> rather than just <code>Unstable</code></p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7461">#7461</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/9ede45b02b43284180c7b9bce2839543fcc3229a"><code>9ede45b</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: relax validation of unsafe configuration to allow an empty
object</p>
<p>The types, the default and the code in general support an empty
object for this config setting.</p>
<p>So it makes sense to avoid erroring when validating the config.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7446">#7446</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/9435af0b927a84adecf8d4f48093bf8df07561e9"><code>9435af0</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: make sure Wrangler doesn't create a <code>.wrangler</code> tmp
dir in the <code>functions/</code> folder of a Pages project</p>
<p>This regression was introduced in <a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7415">cloudflare/workers-sdk#7415</a>
and this change fixes it by reverting that change.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7385">#7385</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/14a7bc659d70fbe11ed895ebe031ad3f46f8e995"><code>14a7bc6</code></a>
Thanks <a
href="https://github.com/edmundhung"><code>@​edmundhung</code></a>! -
The <code>x-provision</code> experimental flag now support inherit
bindings in deploys</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7463">#7463</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/073293faad82f7dd0d95ece9727f13d1195f7b74"><code>073293f</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@​penalosa</code></a>! -
Clarify messaging around <code>wrangler versions</code> commands to
reflect that they're stable (and have been since GA during birthday
week)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7436">#7436</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5e6979914a255d06830798c5167332b5165b048e"><code>5e69799</code></a>
Thanks <a href="https://github.com/Ankcorn"><code>@​Ankcorn</code></a>!
- Relax type on observability.enabled to remove linting error for nested
configurations</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/7450">#7450</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8c873edd9434e998f94ce54d56c2bc7494da5615"><code>8c873ed</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: ensure that version secrets commands do not write wrangler config
warnings</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/3d8a6522a0701b0e40c1d3349553e8b953854dac"><code>3d8a652</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7439">#7439</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/b9d4d5adb0ea0eb24576260549c077f577fe1eb8"><code>b9d4d5a</code></a>
ci: extend the timeout on BundleController.test.ts &quot;custom
build&quot; test to red...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/20a0f17609f8f71997c14de9284dae217109e02a"><code>20a0f17</code></a>
WfP Assets support (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7448">#7448</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/21a9e24bc7cea1e7bf54a77568de98df9b7c8d03"><code>21a9e24</code></a>
chore(deps): bump the workerd-and-workers-types group across 1 directory
with...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/073293faad82f7dd0d95ece9727f13d1195f7b74"><code>073293f</code></a>
Mark <code>wrangler versions</code> as stable (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7463">#7463</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/5ea9d8e9f70a4fa1efea9c3bd8cd2f22884bde7e"><code>5ea9d8e</code></a>
remove stray await (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7453">#7453</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/9ede45b02b43284180c7b9bce2839543fcc3229a"><code>9ede45b</code></a>
fix: relax validation of unsafe configuration to allow an empty object
(<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7461">#7461</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/f2045be9e689c2a919086904f3bd24f9e32baac9"><code>f2045be</code></a>
refactor: Ensure that unstable type exports are all prefixed with
<code>Unstable_</code>...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/f4ae6ee17a0bd487aa0680a0a7c0757256dee36d"><code>f4ae6ee</code></a>
Wranger dev support with experimental_serve_directly (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7445">#7445</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/8c873edd9434e998f94ce54d56c2bc7494da5615"><code>8c873ed</code></a>
fix: ensure that version secrets commands do not write wrangler config
warnin...</li>
<li>Additional commits viewable in <a
href="https://github.com/cloudflare/workers-sdk/commits/[email protected]/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=3.91.0&new-version=3.93.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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c1c1797 commit 01073d5
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 81 deletions.
Loading

0 comments on commit 01073d5

Please sign in to comment.