Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wrangler from 2.17.0 to 3.42.0 #3184

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps wrangler from 2.17.0 to 3.42.0.

Release notes

Sourced from wrangler's releases.

wrangler@3.42.0

Minor Changes

  • #5371 77152f3 Thanks @​G4brym! - feature: remove requirement for @cloudflare/ai package to use Workers AI

    Previously, to get the correct Workers AI API, you needed to wrap your env.AI binding with new Ai() from @cloudflare/ai. This change moves the contents of @cloudflare/ai into the Workers runtime itself, meaning env.AI is now an instance of Ai, without the need for wrapping.

Patch Changes

  • Updated dependencies [d994066]:
    • miniflare@3.20240329.0

wrangler@3.41.0

Minor Changes

wrangler@3.40.0

Minor Changes

  • #5426 9343714 Thanks @​RamIdeas! - feature: added a new wrangler triggers deploy command

    This command currently requires the --experimental-versions flag.

    This command extracts the trigger deployment logic from wrangler deploy and allows users to update their currently deployed Worker's triggers without doing another deployment. This is primarily useful for users of wrangler versions upload and wrangler versions deploy who can then run wrangler triggers deploy to apply trigger changes to their currently deployed Worker Versions.

    The command can also be used even if not using the wrangler versions ... commands. And, in fact, users are already using it implicitly when running wrangler deploy.

  • #4932 dc0c1dc Thanks @​xortive! - feature: Add support for private networking in Hyperdrive configs

  • #5369 7115568 Thanks @​mattdeboard! - fix: Use queue name, not ID, for r2 bucket event-notification subcommands

    Since the original command was not yet operational, this update does not constitute a breaking change.

    Instead of providing the queue ID as the parameter to --queue, users must provide the queue name. Under the hood, we will query the Queues API for the queue ID given the queue name.

  • #5413 976adec Thanks @​pmiguel! - feature: Added Queue delivery controls support in wrangler.toml

  • #5412 3e5a932 Thanks @​RamIdeas! - feature: adds the --json option to wrangler deployments list --experimental-versions, wrangler deployments status --experimental-versions, wrangler versions list --experimental-versions and wrangler versions view --experimental-versions which will format the output as clean JSON. The --experimental-versions flag is still required for these commands.

  • #5258 fbdca7d Thanks @​OilyLime! - feature: URL decode components of the Hyperdrive config connection string

  • #5416 47b325a Thanks @​mattdeboard! - fix: minor improvements to R2 notification subcommand

    1. r2 bucket event-notification <subcommand> becomes r2 bucket notification <subcommand>
    2. Parameters to --event-type use - instead of _ (e.g. object_create -> object-create)

    Since the original command was not yet operational, this update does not constitute a breaking change.

Patch Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.42.0

Minor Changes

  • #5371 77152f3 Thanks @​G4brym! - feature: remove requirement for @cloudflare/ai package to use Workers AI

    Previously, to get the correct Workers AI API, you needed to wrap your env.AI binding with new Ai() from @cloudflare/ai. This change moves the contents of @cloudflare/ai into the Workers runtime itself, meaning env.AI is now an instance of Ai, without the need for wrapping.

Patch Changes

  • Updated dependencies [d994066]:
    • miniflare@3.20240329.0

3.41.0

Minor Changes

3.40.0

Minor Changes

  • #5426 9343714 Thanks @​RamIdeas! - feature: added a new wrangler triggers deploy command

    This command currently requires the --experimental-versions flag.

    This command extracts the trigger deployment logic from wrangler deploy and allows users to update their currently deployed Worker's triggers without doing another deployment. This is primarily useful for users of wrangler versions upload and wrangler versions deploy who can then run wrangler triggers deploy to apply trigger changes to their currently deployed Worker Versions.

    The command can also be used even if not using the wrangler versions ... commands. And, in fact, users are already using it implicitly when running wrangler deploy.

  • #4932 dc0c1dc Thanks @​xortive! - feature: Add support for private networking in Hyperdrive configs

  • #5369 7115568 Thanks @​mattdeboard! - fix: Use queue name, not ID, for r2 bucket event-notification subcommands

    Since the original command was not yet operational, this update does not constitute a breaking change.

    Instead of providing the queue ID as the parameter to --queue, users must provide the queue name. Under the hood, we will query the Queues API for the queue ID given the queue name.

  • #5413 976adec Thanks @​pmiguel! - feature: Added Queue delivery controls support in wrangler.toml

  • #5412 3e5a932 Thanks @​RamIdeas! - feature: adds the --json option to wrangler deployments list --experimental-versions, wrangler deployments status --experimental-versions, wrangler versions list --experimental-versions and wrangler versions view --experimental-versions which will format the output as clean JSON. The --experimental-versions flag is still required for these commands.

  • #5258 fbdca7d Thanks @​OilyLime! - feature: URL decode components of the Hyperdrive config connection string

  • #5416 47b325a Thanks @​mattdeboard! - fix: minor improvements to R2 notification subcommand

    1. r2 bucket event-notification <subcommand> becomes r2 bucket notification <subcommand>
    2. Parameters to --event-type use - instead of _ (e.g. object_create -> object-create)

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

cloudflare-pages bot commented Apr 1, 2024

Deploying node-postgres with  Cloudflare Pages  Cloudflare Pages

Latest commit: d566c4a
Status: ✅  Deploy successful!
Preview URL: https://8c8c4b47.node-postgres.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-wran-xcpx.node-postgres.pages.dev

View logs

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-3.42.0 branch 2 times, most recently from a01f9a3 to 8bef566 Compare April 1, 2024 16:22
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 2.17.0 to 3.42.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.42.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-3.42.0 branch from 8bef566 to d566c4a Compare April 1, 2024 16:24
@brianc
Copy link
Owner

brianc commented Apr 5, 2024

@dependabot ignore this dependency

@dependabot dependabot bot closed this Apr 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

OK, I won't notify you about wrangler again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wrangler-3.42.0 branch April 5, 2024 16:00
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.

None yet

1 participant