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.104.0 #175

Merged
merged 1 commit into from
Jan 22, 2025

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.103.2 -> 3.104.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v3.104.0

Minor Changes
  • #​7715 26fa9e8 Thanks @​penalosa! - Support service bindings from Pages projects to Workers in a single workerd instance. To try it out, pass multiple -c flags to Wrangler: i.e. wrangler pages dev -c wrangler.toml -c ../other-worker/wrangler.toml. The first -c flag must point to your Pages config file, and the rest should point to Workers that are bound to your Pages project.

  • #​7816 f6cc029 Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.json
    {
      "name": "my-worker",
      "assets": {
        "directory": "./public/",
        "binding": "ASSETS"
      },
      "vars": {
        "MY_VAR": "my-var"
      }
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    if (env.ASSETS) {
      const text = await (
        await env.ASSETS.fetch("http://0.0.0.0/file.txt")
      ).text();
      console.log(text); // logs the content of file.txt
    }
    
    await dispose();
Patch Changes

Configuration

📅 Schedule: Branch creation - "* * 1/14 * *" (UTC), 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: a412b68

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 force-pushed the renovate/wrangler-3.x branch from 77b98e8 to 62fedd6 Compare October 11, 2024 16:31
@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 force-pushed the renovate/wrangler-3.x branch from a995b4c to 08cd6b1 Compare October 17, 2024 16:28
@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 from 08cd6b1 to 894fefe Compare 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 force-pushed the renovate/wrangler-3.x branch from 90be8b6 to a4ad901 Compare January 8, 2025 13:26
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.99.0 chore(deps): update dependency wrangler to v3.100.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from a4ad901 to 51666c7 Compare January 9, 2025 22:53
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.100.0 chore(deps): update dependency wrangler to v3.101.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 51666c7 to 958afd4 Compare January 14, 2025 20:28
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.101.0 chore(deps): update dependency wrangler to v3.102.0 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 958afd4 to a03aad7 Compare January 16, 2025 13:56
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.102.0 chore(deps): update dependency wrangler to v3.103.0 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from a03aad7 to cfd2a13 Compare January 16, 2025 21:36
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.0 chore(deps): update dependency wrangler to v3.103.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from cfd2a13 to 115b687 Compare January 19, 2025 08:38
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.1 chore(deps): update dependency wrangler to v3.103.2 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 115b687 to 1772874 Compare January 20, 2025 13:11
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.2 chore(deps): update dependency wrangler to v3.103.2 - autoclosed Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
auto-merge was automatically disabled January 21, 2025 13:09

Pull request was closed

@renovate renovate bot deleted the renovate/wrangler-3.x branch January 21, 2025 13:09
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.2 - autoclosed chore(deps): update dependency wrangler to v3.103.2 Jan 22, 2025
@renovate renovate bot reopened this Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 5ea089a to 1772874 Compare January 22, 2025 09:38
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.103.2 chore(deps): update dependency wrangler to v3.104.0 Jan 22, 2025
@renovate renovate bot added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit e47271b Jan 22, 2025
6 checks passed
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