mue / api

Code for the Mue API
https://api.muetab.com
MIT License
4 stars 2 forks source link

chore(deps-dev): bump wrangler from 2.20.0 to 3.0.0 #129

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps wrangler from 2.20.0 to 3.0.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.0.0

Major Changes

  • #3197 3b3fadfa Thanks @​mrbbot! - feature: rename wrangler publish to wrangler deploy

    This ensures consistency with other messaging, documentation and our dashboard, which all refer to deployments. This also avoids confusion with the similar but very different npm publish command. wrangler publish will remain a deprecated alias for now, but will be removed in the next major version of Wrangler.

  • #3197 bac9b5de Thanks @​mrbbot! - feature: enable local development with Miniflare 3 and workerd by default

    wrangler dev now runs fully-locally by default, using the open-source Cloudflare Workers runtime workerd. To restore the previous behaviour of running on a remote machine with access to production data, use the new --remote flag. The --local and --experimental-local flags have been deprecated, as this behaviour is now the default, and will be removed in the next major version.

  • #3197 02a672ed Thanks @​mrbbot! - feature: enable persistent storage in local mode by default

    Wrangler will now persist local KV, R2, D1, Cache and Durable Object data in the .wrangler folder, by default, between reloads. This persistence directory can be customised with the --persist-to flag. The --persist flag has been removed, as this is now the default behaviour.

  • #3197 dc755fdc Thanks @​mrbbot! - feature: remove delegation to locally installed versions

    Previously, if Wrangler was installed globally and locally within a project, running the global Wrangler would instead invoke the local version. This behaviour was contrary to most other JavaScript CLI tools and has now been removed. We recommend you use npx wrangler instead, which will invoke the local version if installed, or install globally if not.

  • #3197 24e1607a Thanks @​mrbbot! - chore: remove unused files from published package

    Specifically, the src and miniflare-config-stubs directories have been removed.

Minor Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.0.0

Major Changes

  • #3197 3b3fadfa Thanks @​mrbbot! - feature: rename wrangler publish to wrangler deploy

    This ensures consistency with other messaging, documentation and our dashboard, which all refer to deployments. This also avoids confusion with the similar but very different npm publish command. wrangler publish will remain a deprecated alias for now, but will be removed in the next major version of Wrangler.

  • #3197 bac9b5de Thanks @​mrbbot! - feature: enable local development with Miniflare 3 and workerd by default

    wrangler dev now runs fully-locally by default, using the open-source Cloudflare Workers runtime workerd. To restore the previous behaviour of running on a remote machine with access to production data, use the new --remote flag. The --local and --experimental-local flags have been deprecated, as this behaviour is now the default, and will be removed in the next major version.

  • #3197 02a672ed Thanks @​mrbbot! - feature: enable persistent storage in local mode by default

    Wrangler will now persist local KV, R2, D1, Cache and Durable Object data in the .wrangler folder, by default, between reloads. This persistence directory can be customised with the --persist-to flag. The --persist flag has been removed, as this is now the default behaviour.

  • #3197 dc755fdc Thanks @​mrbbot! - feature: remove delegation to locally installed versions

    Previously, if Wrangler was installed globally and locally within a project, running the global Wrangler would instead invoke the local version. This behaviour was contrary to most other JavaScript CLI tools and has now been removed. We recommend you use npx wrangler instead, which will invoke the local version if installed, or install globally if not.

  • #3197 24e1607a Thanks @​mrbbot! - chore: remove unused files from published package

    Specifically, the src and miniflare-config-stubs directories have been removed.

Minor Changes

  • #3157 4d7781f7 Thanks @​edevil! - [wrangler] feat: Support for Constellation bindings

    Added support for a new type of safe bindings called "Constellation" that allows interacting with uploaded models in the context of these

... (truncated)

Commits
  • 1b62dbb Version Packages
  • 59ba6d6 fix formatting
  • bac9b5d [wrangler] Make wrangler dev --experimental-local the default 🎉 (#3224)
  • 6048a96 fix: c3 arguments
  • 32bbb71 Fix create-cloudflare
  • 61d57e8 Un-revert #3107 and change --delegate-c3 default to true in v3 (#3211)
  • ccaabb9 chore: add missing space to webcontainer error message (#3204)
  • 02a672e [wrangler] feature: enable persistent storage in local mode by default (#3188)
  • 3b3fadf [wrangler] feature: rename publish command to deploy and alias (#3190)
  • 24e1607 chore: remove unused files from published package (#3191)
  • 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 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mue-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 18, 2023 3:58am
dependabot[bot] commented 1 year ago

Superseded by #130.