Skip to content

Bump wrangler from 2.19.0 to 3.4.0#3

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-3.4.0
Closed

Bump wrangler from 2.19.0 to 3.4.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-3.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps wrangler from 2.19.0 to 3.4.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.4.0

Minor Changes

  • #3649 e2234bbc Thanks @​JacobMGEvans! - Feature: 'stdin' support for 'secret:bulk' Added functionality that allows for files and strings to be piped in, or other means of standard input. This will allow for a broader variety of use cases and improved DX. This implementation is also fully backward compatible with the previous input method of file path to JSON.

    # Example of piping in a file
    > cat ./my-file.json | wrangler secret:bulk
    Example of piping in a string
    > echo '{"key":"value"}' | wrangler secret:bulk
    Example of redirecting input from a file
    > wrangler secret:bulk < ./my-file.json

  • #3675 f753f3af Thanks @​1000hz! - chore: upgrade miniflare to 3.20230724.0

Patch Changes

  • #3610 bfbe49d0 Thanks @​Skye-31! - Wrangler Capnp Compilation

    This PR replaces logfwdr's schema property with a new unsafe.capnp object. This object accepts either a compiled_schema property, or a base_path and array of source_schemas to get Wrangler to compile the capnp schema for you.

  • #3579 d4450b0a Thanks @​rozenmd! - fix: remove --experimental-backend from wrangler d1 migrations apply

    This PR removes the need to pass a --experimental-backend flag when running migrations against an experimental D1 db.

    Closes #3596

  • #3623 99baf58b Thanks @​RamIdeas! - when running wrangler init -y ..., the -y flag is now passed to npx when delegating to C3

  • #3668 99032c1e Thanks @​rozenmd! - chore: make D1's experimental backend the default

    This PR makes D1's experimental backend turned on by default.

  • #3579 d4450b0a Thanks @​rozenmd! - feat: implement time travel for experimental d1 dbs

    This PR adds two commands under wrangler d1 time-travel:

    Use Time Travel to restore, fork or copy a database at a specific point-in-time.
    

    Commands:

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.4.0

Minor Changes

  • #3649 e2234bbc Thanks @​JacobMGEvans! - Feature: 'stdin' support for 'secret:bulk' Added functionality that allows for files and strings to be piped in, or other means of standard input. This will allow for a broader variety of use cases and improved DX. This implementation is also fully backward compatible with the previous input method of file path to JSON.

    # Example of piping in a file
    > cat ./my-file.json | wrangler secret:bulk
    Example of piping in a string
    > echo '{"key":"value"}' | wrangler secret:bulk
    Example of redirecting input from a file
    > wrangler secret:bulk < ./my-file.json

Patch Changes

  • #3610 bfbe49d0 Thanks @​Skye-31! - Wrangler Capnp Compilation

    This PR replaces logfwdr's schema property with a new unsafe.capnp object. This object accepts either a compiled_schema property, or a base_path and array of source_schemas to get Wrangler to compile the capnp schema for you.

  • #3579 d4450b0a Thanks @​rozenmd! - fix: remove --experimental-backend from wrangler d1 migrations apply

    This PR removes the need to pass a --experimental-backend flag when running migrations against an experimental D1 db.

    Closes #3596

  • #3623 99baf58b Thanks @​RamIdeas! - when running wrangler init -y ..., the -y flag is now passed to npx when delegating to C3
  • #3668 99032c1e Thanks @​rozenmd! - chore: make D1's experimental backend the default

    This PR makes D1's experimental backend turned on by default.

  • #3579 d4450b0a Thanks @​rozenmd! - feat: implement time travel for experimental d1 dbs

    This PR adds two commands under wrangler d1 time-travel:

    Use Time Travel to restore, fork or copy a database at a specific point-in-time.
    

    Commands:

    wrangler d1 time-travel info <database> Retrieve information about a database at a specific point-in-time using Time Travel. Options:

... (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 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.19.0 to 3.4.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.4.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2023
@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9a923fb
Status: ✅  Deploy successful!
Preview URL: https://0b5cb4d2.runningon-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-wran.runningon-dev.pages.dev

View logs

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 31, 2023

Superseded by #4.

@dependabot dependabot bot closed this Aug 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wrangler-3.4.0 branch August 31, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants