Bump wrangler from 2.15.1 to 2.20.1 #110

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/wrangler-2.20.1 into master
dependabot[bot] commented 2023-08-31 09:49:39 -07:00 (Migrated from github.com)

Bumps wrangler from 2.15.1 to 2.20.1.

Release notes

Sourced from wrangler's releases.

wrangler@2.20.1

Patch Changes

wrangler@2.20.0

Minor Changes

  • #2966 e351afcf Thanks @​GregBrimble! - feat: Add support for the undocumented _worker.js/ directory in Pages

  • #3095 133c0423 Thanks @​zebp! - feat: add support for placement in wrangler config

    Allows a placement object in the wrangler config with a mode of off or smart to configure Smart placement. Enabling Smart Placement can be done in your wrangler.toml like:

    [placement]
    mode = "smart"
    
  • #3140 5fd080c8 Thanks @​penalosa! - feat: Support sourcemaps in DevTools

    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.

Patch Changes

wrangler@2.19.0

Minor Changes

wrangler@2.18.0

Minor Changes

  • #3098 8818f551 Thanks @​mrbbot! - fix: improve Workers Sites asset upload reliability

    • Wrangler no longer buffers all assets into memory before uploading. This should prevent out-of-memory errors when publishing sites with many large files.
    • Wrangler now limits the number of in-flight asset upload requests to 5, fixing the Too many bulk operations already in progress error.
    • Wrangler now correctly logs upload progress. Previously, the reported percentage was per upload request group, not across all assets.

... (truncated)

Changelog

Sourced from wrangler's changelog.

2.20.1

Patch Changes

2.20.0

Minor Changes

  • #3095 133c0423 Thanks @​zebp! - feat: add support for placement in wrangler config

    Allows a placement object in the wrangler config with a mode of off or smart to configure Smart placement. Enabling Smart Placement can be done in your wrangler.toml like:

    [placement]
    mode = "smart"
    
  • #3140 5fd080c8 Thanks @​penalosa! - feat: Support sourcemaps in DevTools

    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.

Patch Changes

2.19.0

Minor Changes

2.18.0

Minor Changes

  • #3098 8818f551 Thanks @​mrbbot! - fix: improve Workers Sites asset upload reliability

    • Wrangler no longer buffers all assets into memory before uploading. This should prevent out-of-memory errors when publishing sites with many large files.
    • Wrangler now limits the number of in-flight asset upload requests to 5, fixing the Too many bulk operations already in progress error.
    • Wrangler now correctly logs upload progress. Previously, the reported percentage was per upload request group, not across all assets.

... (truncated)

Commits

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 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.
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 2.15.1 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>wrangler@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>wrangler@2.20.0</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>wrangler@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>wrangler@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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/blob/wrangler@2.20.1/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/wrangler@2.20.1/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.15.1&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/insberr/schedule-personalizer/network/alerts). </details>
cloudflare-workers-and-pages[bot] commented 2023-08-31 09:49:41 -07:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 45a0db8
Status:   Deploy successful!
Preview URL: https://31407213.schedule-personalizer.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-wran-pny6.schedule-personalizer.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>45a0db8</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://31407213.schedule-personalizer.pages.dev'>https://31407213.schedule-personalizer.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-wran-pny6.schedule-personalizer.pages.dev'>https://dependabot-npm-and-yarn-wran-pny6.schedule-personalizer.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/schedule-personalizer/31407213-93e0-4c61-a7bf-247721630ab0)
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/wrangler-2.20.1:dependabot/npm_and_yarn/wrangler-2.20.1
git switch dependabot/npm_and_yarn/wrangler-2.20.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/wrangler-2.20.1
git switch dependabot/npm_and_yarn/wrangler-2.20.1
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/wrangler-2.20.1
git switch dependabot/npm_and_yarn/wrangler-2.20.1
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/wrangler-2.20.1
git switch master
git merge --squash dependabot/npm_and_yarn/wrangler-2.20.1
git switch master
git merge --ff-only dependabot/npm_and_yarn/wrangler-2.20.1
git switch master
git merge dependabot/npm_and_yarn/wrangler-2.20.1
git push origin master
Sign in to join this conversation.
No description provided.