Skip to content

Commit

Permalink
build(deps-dev): bump wrangler from 2.13.0 to 2.20.1 in /packages/sdk…
Browse files Browse the repository at this point in the history
…/cloudflare/example (#265)

Bumps
[wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)
from 2.13.0 to 2.20.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>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3820">#3820</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/546c2319268fc592f069d9c41b5dabdcf84cc94f"><code>546c2319</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
fix: Prevent <code>wrangler pages dev</code> from serving asset files
outside of the build output directory</li>
</ul>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/2966">#2966</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/e351afcff4f265f85ff3e4674cc3083eb5cd5027"><code>e351afcf</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
feat: Add support for the undocumented <code>_worker.js/</code>
directory in Pages</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3095">#3095</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/133c0423ccb4c2b35a1dd26157ce9a24c6a743bb"><code>133c0423</code></a>
Thanks <a href="https://github.com/zebp"><code>@​zebp</code></a>! -
feat: add support for placement in wrangler config</p>
<p>Allows a <code>placement</code> object in the wrangler config with a
mode of <code>off</code> or <code>smart</code> to configure <a
href="https://developers.cloudflare.com/workers/platform/smart-placement/">Smart
placement</a>. Enabling Smart Placement can be done in your
<code>wrangler.toml</code> like:</p>
<pre lang="toml"><code>[placement]
mode = &quot;smart&quot;
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3140">#3140</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5fd080c88ee7991cde107f8723f06ea2fd2c651d"><code>5fd080c8</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@​penalosa</code></a>! - feat:
Support sourcemaps in DevTools</p>
<p>Intercept requests from DevTools in Wrangler to inject sourcemaps and
enable folders in the Sources Panel of DevTools. When errors are thrown
in your Worker, DevTools should now show your source file in the Sources
panel, rather than Wrangler's bundled output.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/2912">#2912</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5079f4767f862cb7c42f4b2b5484b0391fbe5fae"><code>5079f476</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: do not render &quot;value of stdout.lastframe() is
undefined&quot; if the output is an empty string</p>
<p>Fixes <a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/2907">#2907</a></p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3133">#3133</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/d078800804899c3c8e083260f8cfdfc0397d6110"><code>d0788008</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>!
- fix pages building not taking into account the nodejs_compat flag (and
improve the related error message)</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3146">#3146</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5b234cfd554aff08d065b96d7d49dfb36f40caa3"><code>5b234cfd</code></a>
Thanks <a
href="https://github.com/jspspike"><code>@​jspspike</code></a>! - Added
output for tail being in &quot;sampling mode&quot;</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3091">#3091</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c32f514ca40e8b13dc9e86fdc76577b9adeb70f5"><code>c32f514c</code></a>
Thanks <a href="https://github.com/edevil"><code>@​edevil</code></a>! -
Added initial commands for integrating with Constellation AI.</li>
</ul>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3098">#3098</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8818f5516ca909cc941deb953b6359030a8c0301"><code>8818f551</code></a>
Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! -
fix: improve Workers Sites asset upload reliability</p>
<ul>
<li>Wrangler no longer buffers all assets into memory before uploading.
This should prevent out-of-memory errors when publishing sites with many
large files.</li>
<li>Wrangler now limits the number of in-flight asset upload requests to
5, fixing the <code>Too many bulk operations already in progress</code>
error.</li>
<li>Wrangler now correctly logs upload progress. Previously, the
reported percentage was per upload request group, not across all
assets.</li>
</ul>
</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/[email protected]/packages/wrangler/CHANGELOG.md">wrangler's
changelog</a>.</em></p>
<blockquote>
<h2>2.20.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3820">#3820</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/546c2319268fc592f069d9c41b5dabdcf84cc94f"><code>546c2319</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
fix: Prevent <code>wrangler pages dev</code> from serving asset files
outside of the build output directory</li>
</ul>
<h2>2.20.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/2966">#2966</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/e351afcff4f265f85ff3e4674cc3083eb5cd5027"><code>e351afcf</code></a>
Thanks <a
href="https://github.com/GregBrimble"><code>@​GregBrimble</code></a>! -
feat: Add support for the undocumented <code>_worker.js/</code>
directory in Pages</li>
</ul>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3095">#3095</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/133c0423ccb4c2b35a1dd26157ce9a24c6a743bb"><code>133c0423</code></a>
Thanks <a href="https://github.com/zebp"><code>@​zebp</code></a>! -
feat: add support for placement in wrangler config</p>
<p>Allows a <code>placement</code> object in the wrangler config with a
mode of <code>off</code> or <code>smart</code> to configure <a
href="https://developers.cloudflare.com/workers/platform/smart-placement/">Smart
placement</a>. Enabling Smart Placement can be done in your
<code>wrangler.toml</code> like:</p>
<pre lang="toml"><code>[placement]
mode = &quot;smart&quot;
</code></pre>
</li>
</ul>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3140">#3140</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5fd080c88ee7991cde107f8723f06ea2fd2c651d"><code>5fd080c8</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@​penalosa</code></a>! - feat:
Support sourcemaps in DevTools</p>
<p>Intercept requests from DevTools in Wrangler to inject sourcemaps and
enable folders in the Sources Panel of DevTools. When errors are thrown
in your Worker, DevTools should now show your source file in the Sources
panel, rather than Wrangler's bundled output.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/2912">#2912</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5079f4767f862cb7c42f4b2b5484b0391fbe5fae"><code>5079f476</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>!
- fix: do not render &quot;value of stdout.lastframe() is
undefined&quot; if the output is an empty string</p>
<p>Fixes <a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/2907">#2907</a></p>
</li>
</ul>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3133">#3133</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/d078800804899c3c8e083260f8cfdfc0397d6110"><code>d0788008</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>!
- fix pages building not taking into account the nodejs_compat flag (and
improve the related error message)</li>
</ul>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3146">#3146</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5b234cfd554aff08d065b96d7d49dfb36f40caa3"><code>5b234cfd</code></a>
Thanks <a
href="https://github.com/jspspike"><code>@​jspspike</code></a>! - Added
output for tail being in &quot;sampling mode&quot;</li>
</ul>
<h2>2.19.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3091">#3091</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c32f514ca40e8b13dc9e86fdc76577b9adeb70f5"><code>c32f514c</code></a>
Thanks <a href="https://github.com/edevil"><code>@​edevil</code></a>! -
Added initial commands for integrating with Constellation AI.</li>
</ul>
<h2>2.18.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/3098">#3098</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8818f5516ca909cc941deb953b6359030a8c0301"><code>8818f551</code></a>
Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! -
fix: improve Workers Sites asset upload reliability</p>
<ul>
<li>Wrangler no longer buffers all assets into memory before uploading.
This should prevent out-of-memory errors when publishing sites with many
large files.</li>
<li>Wrangler now limits the number of in-flight asset upload requests to
5, fixing the <code>Too many bulk operations already in progress</code>
error.</li>
<li>Wrangler now correctly logs upload progress. Previously, the
reported percentage was per upload request group, not across all
assets.</li>
</ul>
</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/e665ccc3ba956a043d4cbac0e2313c72a14256e6"><code>e665ccc</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3842">#3842</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/546c2319268fc592f069d9c41b5dabdcf84cc94f"><code>546c231</code></a>
Prevent <code>wrangler pages dev</code> from serving asset files outside
of the build ou...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/738e52f13f141a5d8ba13a299cf106a9477b9df2"><code>738e52f</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3149">#3149</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/5b234cfd554aff08d065b96d7d49dfb36f40caa3"><code>5b234cf</code></a>
Add output for tail being in sampling mode (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3146">#3146</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/133c0423ccb4c2b35a1dd26157ce9a24c6a743bb"><code>133c042</code></a>
[wrangler] feat: add support for placement in wrangler config (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3095">#3095</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/5fd080c88ee7991cde107f8723f06ea2fd2c651d"><code>5fd080c</code></a>
Support sourcemaps in DevTools (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3140">#3140</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/d078800804899c3c8e083260f8cfdfc0397d6110"><code>d078800</code></a>
nodejs compat functions build (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3133">#3133</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/5079f4767f862cb7c42f4b2b5484b0391fbe5fae"><code>5079f47</code></a>
fix: do not render &quot;value of stdout.lastframe() is undefined&quot;
if the output i...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/e351afcff4f265f85ff3e4674cc3083eb5cd5027"><code>e351afc</code></a>
<code>_worker.js/</code> directory support in Pages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/2966">#2966</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/a0294393a6f26b6edce7ce20060859aa5c659d19"><code>a029439</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/3122">#3122</a>)</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=2.13.0&new-version=2.20.1)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/launchdarkly/js-core/network/alerts).

</details>
  • Loading branch information
louis-launchdarkly authored Sep 6, 2023
2 parents 9612387 + 1434ea8 commit aa0e3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/cloudflare/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prettier": "^2.6.2",
"ts-jest": "^28.0.3",
"typescript": "5.1.6",
"wrangler": "2.13.0"
"wrangler": "2.20.1"
},
"scripts": {
"build": "node build.js",
Expand Down

0 comments on commit aa0e3ae

Please sign in to comment.