mkeithX / mkeithx.github.io

Guides and samples from me.
http://mkeithx.pages.dev/
MIT License
8 stars 2 forks source link

chore(deps-dev): bump wrangler from 3.79.0 to 3.80.0 in /website #132

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps wrangler from 3.79.0 to 3.80.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.80.0

Minor Changes

Patch Changes

  • #6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #3735.

  • #6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed. Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error. The error message is misleading and does not help the user identify the cause of the problem. This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #6648

  • #6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

Changelog

Sourced from wrangler's changelog.

3.80.0

Minor Changes

Patch Changes

  • #6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #3735.

  • #6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed. Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error. The error message is misleading and does not help the user identify the cause of the problem. This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #6648

  • #6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

Commits
  • 1caa7fd Version Packages (#6875)
  • 701d41e chore: use wrangler.js as entrypoint (#6891)
  • 1d1a04d fix not-deterministic log message (#6885)
  • 04a8fed Include serialised FormData in debug logs (#6854)
  • 7ca37bc fix assets + custom build = infinite loop (#6881)
  • 7dbd0c8 Improve static asset upload messaging (#6838)
  • 27e8385 Handle more module declaration cases (#6792)
  • b2d094e fix: render a helpful build error if a Service Worker mode Worker has imports...
  • b27d8cb fix: the docs command should not crash if given search terms (#6879)
  • b123f43 [wrangler] move assets.directory logs on file changes to debug (#6873)
  • 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 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 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)