CyberFlameGO / NCEAHelpWorker

NCEAHelp's Discord bot, built on Cloudflare Workers
2 stars 1 forks source link

build(deps-dev): bump wrangler from 3.34.2 to 3.35.0 #186

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps wrangler from 3.34.2 to 3.35.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.35.0

Minor Changes

  • #5166 133a190 Thanks @​CarmenPopoviciu! - feat: Implement config file validation for Pages projects

    Wrangler proper has a mechanism in place through which it validates a wrangler.toml file for Workers projects. As part of adding wrangler toml support for Pages, we need to put a similar mechanism in place, to validate a configuration file against Pages specific requirements.

  • #5279 0a86050 Thanks @​penalosa! - feat: Support the hidden command wrangler pages functions build-env

  • #5093 a676f55 Thanks @​benycodes! - feature: add --dispatch-namespace to wrangler deploy to support uploading Workers directly to a Workers for Platforms dispatch namespace.

Patch Changes

  • #5275 e1f2576 Thanks @​petebacondarwin! - fix: ensure tail exits when the WebSocket disconnects

    Previously when the tail WebSocket disconnected, e.g. because of an Internet failure, the wrangler tail command would just hang and neither exit nor any longer receive tail messages.

    Now the process exits with an exit code of 1, and outputs an error message.

    The error message is formatted appropriately, if the tail format is set to json.

    Fixes #3927

  • #5069 8f79981 Thanks @​RamIdeas! - chore: deprecate wrangler version command

    wrangler version is an undocumented alias for wrangler --version. It is being deprecated in favour of the more conventional flag syntax to avoid confusion with a new (upcoming) wrangler versions command.

  • Updated dependencies [1720f0a]:

    • miniflare@3.20240314.0
Changelog

Sourced from wrangler's changelog.

3.35.0

Minor Changes

  • #5166 133a190 Thanks @​CarmenPopoviciu! - feat: Implement config file validation for Pages projects

    Wrangler proper has a mechanism in place through which it validates a wrangler.toml file for Workers projects. As part of adding wrangler toml support for Pages, we need to put a similar mechanism in place, to validate a configuration file against Pages specific requirements.

  • #5279 0a86050 Thanks @​penalosa! - feat: Support the hidden command wrangler pages functions build-env

  • #5093 a676f55 Thanks @​benycodes! - feature: add --dispatch-namespace to wrangler deploy to support uploading Workers directly to a Workers for Platforms dispatch namespace.

Patch Changes

  • #5275 e1f2576 Thanks @​petebacondarwin! - fix: ensure tail exits when the WebSocket disconnects

    Previously when the tail WebSocket disconnected, e.g. because of an Internet failure, the wrangler tail command would just hang and neither exit nor any longer receive tail messages.

    Now the process exits with an exit code of 1, and outputs an error message.

    The error message is formatted appropriately, if the tail format is set to json.

    Fixes #3927

  • #5069 8f79981 Thanks @​RamIdeas! - chore: deprecate wrangler version command

    wrangler version is an undocumented alias for wrangler --version. It is being deprecated in favour of the more conventional flag syntax to avoid confusion with a new (upcoming) wrangler versions command.

  • Updated dependencies [1720f0a]:

    • miniflare@3.20240314.0
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 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)
dependabot[bot] commented 5 months ago

Looks like wrangler is up-to-date now, so this is no longer needed.