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

chore(deps): update dependency wrangler to v3.86.1 #175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.81.0 -> 3.86.1 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.86.1

Compare Source

Patch Changes

v3.86.0

Compare Source

Minor Changes
Patch Changes

v3.85.0

Compare Source

Minor Changes
  • #​7105 a5f1779 Thanks @​jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.

  • #​7132 89f6274 Thanks @​gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error in cloudchamber create
    When a new "health" enum is introduced, wrangler cloudchamber list won't crash anymore.
    Update Cloudchamber schemas.

  • #​7121 2278616 Thanks @​bruxodasilva! - Added pause and resume commands to manage Workflows and hidded unimplemented delete command

Patch Changes

v3.84.1

Compare Source

Patch Changes

v3.84.0

Compare Source

Minor Changes
Patch Changes
  • #​7091 68a2a84 Thanks @​taylorlee! - fix: synchronize observability settings during wrangler versions deploy

    When running wrangler versions deploy, Wrangler will now update observability settings in addition to logpush and tail_consumers. Unlike wrangler deploy, it will not disable observability when observability is undefined in wrangler.toml.

  • #​7080 924ec18 Thanks @​vicb! - chore(wrangler): update unenv dependency version

  • #​7097 8ca4b32 Thanks @​emily-shen! - fix: remove deprecation warnings for wrangler init

    We will not be removing wrangler init (it just delegates to create-cloudflare now). These warnings were causing confusion for users as it wrangler init is still recommended in many places.

  • #​7073 656a444 Thanks @​penalosa! - Internal refactor to remove es-module-lexer and support wrangler types for Workers with Durable Objects & JSX

  • #​7024 bd66d51 Thanks @​xortive! - fix: make individual parameters work for wrangler hyperdrive create when not using HoA

    wrangler hyperdrive create individual parameters were not setting the database name correctly when calling the api.

  • #​7024 bd66d51 Thanks @​xortive! - refactor: use same param parsing code for wrangler hyperdrive create and wrangler hyperdrive update

    ensures that going forward, both commands support the same features and have the same names for config flags

v3.83.0

Compare Source

Minor Changes
  • #​7000 1de309b Thanks @​jkoe-cf! - feature: allowing users to specify a description when creating an event notification rule
Patch Changes

v3.82.0

Compare Source

Minor Changes
Patch Changes
  • #​5737 9bf51d6 Thanks @​penalosa! - Validate duplicate bindings across all binding types

  • #​7010 1f6ff8b Thanks @​vicb! - chore: update unenv dependency version

  • #​7012 244aa57 Thanks @​RamIdeas! - Add support for Workflow bindings (in deployments, not yet in local dev)

    To bind to a workflow, add a workflows section in your wrangler.toml:

    [[workflows]]
    binding = "WORKFLOW"
    name = "my-workflow"
    class_name = "MyDemoWorkflow"

    and export an entrypoint (e.g. MyDemoWorkflow) in your script:

    import { WorkflowEntrypoint } from "cloudflare:workers";
    
    export class MyDemoWorkflow extends WorkflowEntrypoint<Env, Params> {...}
  • #​7039 e44f496 Thanks @​penalosa! - Only show dev registry connection status in local dev

  • #​7037 e1b93dc Thanks @​emily-shen! - fix: ask for confirmation before creating a new Worker when uploading secrets

    Previously, wrangler secret put KEY --name non-existent-worker would automatically create a new Worker with the name non-existent-worker. This fix asks for confirmation before doing so (if running in an interactive context). Behaviour in non-interactive/CI contexts should be unchanged.

  • #​7015 48152d6 Thanks @​RamIdeas! - add wrangler workflows ... commands

  • #​7041 045787b Thanks @​CarmenPopoviciu! - Show wrangler pages dev --proxy warning

    On Node.js 17+, wrangler will default to fetching only the IPv6 address. With these changes we warn users that the process listening on the port specified via --proxy should be configured for IPv6.

  • #​7018 127615a Thanks @​emily-shen! - fix: log successful runs of d1 execute in local

  • #​6970 a8ca700 Thanks @​oliy! - Add HTTP authentication options for Workers Pipelines

  • #​7005 6131ef5 Thanks @​edmundhung! - fix: prevent users from passing multiple arguments to non array options

  • #​7046 f9d5fdb Thanks @​oliy! - Minor change to 3rd party API shape for Workers Pipelines

  • #​6972 c794935 Thanks @​penalosa! - Add (local) indicator to bindings using local data

  • Updated dependencies [809193e]:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 8, 2024 18:37
@renovate renovate bot added the dependencies Dependency updates!! label Oct 8, 2024
@renovate renovate bot enabled auto-merge October 8, 2024 18:37
Copy link

changeset-bot bot commented Oct 8, 2024

⚠️ No Changeset found

Latest commit: 6d90a46

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 3bcccc1 to 77b98e8 Compare October 10, 2024 20:07
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.2 chore(deps): update dependency wrangler to v3.80.3 Oct 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.3 chore(deps): update dependency wrangler to v3.80.4 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 7201d38 to a995b4c Compare October 16, 2024 14:55
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.4 chore(deps): update dependency wrangler to v3.80.5 Oct 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.80.5 chore(deps): update dependency wrangler to v3.81.0 Oct 17, 2024
@renovate renovate bot added this pull request to the merge queue Oct 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Oct 19, 2024
@renovate renovate bot enabled auto-merge October 19, 2024 14:41
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 2ade803 to caabb61 Compare October 19, 2024 14:46
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.81.0 chore(deps): update dependency wrangler to v3.81.0 - autoclosed Oct 19, 2024
@renovate renovate bot closed this Oct 19, 2024
auto-merge was automatically disabled October 19, 2024 14:48

Pull request was closed

@renovate renovate bot deleted the renovate/wrangler-3.x branch October 19, 2024 14:48
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.81.0 - autoclosed chore(deps): update dependency wrangler to v3.81.0 Oct 19, 2024
@renovate renovate bot restored the renovate/wrangler-3.x branch October 19, 2024 14:55
@renovate renovate bot reopened this Oct 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.81.0 chore(deps): update dependency wrangler to v3.81.0 - autoclosed Oct 19, 2024
@renovate renovate bot closed this Oct 19, 2024
@renovate renovate bot deleted the renovate/wrangler-3.x branch October 19, 2024 15:08
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.81.0 - autoclosed chore(deps): update dependency wrangler to v3.81.0 Oct 22, 2024
@renovate renovate bot reopened this Oct 22, 2024
@renovate renovate bot restored the renovate/wrangler-3.x branch October 22, 2024 22:09
@renovate renovate bot enabled auto-merge October 23, 2024 00:05
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.81.0 chore(deps): update dependency wrangler to v3.82.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 2 times, most recently from 8c490d1 to 2a3df7d Compare October 24, 2024 11:45
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.82.0 chore(deps): update dependency wrangler to v3.83.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch 3 times, most recently from 4c9e096 to e76b484 Compare October 30, 2024 20:26
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.83.0 chore(deps): update dependency wrangler to v3.84.0 Oct 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.84.0 chore(deps): update dependency wrangler to v3.84.1 Oct 31, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.84.1 chore(deps): update dependency wrangler to v3.85.0 Nov 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.85.0 chore(deps): update dependency wrangler to v3.86.0 Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.86.0 chore(deps): update dependency wrangler to v3.86.1 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant