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.105.0 #610

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler)

v3.105.0

Compare Source

Minor Changes
  • #​7466 e5ebdb1 Thanks @​Ltadrian! - feat: implement the wrangler cert upload command

    This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.

    For uploading mTLS certificate, run:

    • wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT

    For uploading CA certificate chain, run:

    • wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA
Patch Changes

v3.104.0

Compare Source

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

Copy link

cloudflare-workers-and-pages bot commented Jan 22, 2025

Deploying zodiac-pilot with  Cloudflare Pages  Cloudflare Pages

Latest commit: 48739a7
Status: ✅  Deploy successful!
Preview URL: https://a8e6516c.zodiac-pilot-29m.pages.dev
Branch Preview URL: https://renovate-wrangler-3-x.zodiac-pilot-29m.pages.dev

View logs

Copy link

vercel bot commented Jan 22, 2025

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

Name Status Preview Comments Updated (UTC)
zodiac-pilot-example-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 8:46am

@renovate renovate bot enabled auto-merge (squash) January 22, 2025 08:29
Copy link

cloudflare-workers-and-pages bot commented Jan 22, 2025

Deploying zodiac-pilot-connect with  Cloudflare Pages  Cloudflare Pages

Latest commit: 48739a7
Status: ✅  Deploy successful!
Preview URL: https://2e72293b.zodiac-pilot.pages.dev
Branch Preview URL: https://renovate-wrangler-3-x.zodiac-pilot.pages.dev

View logs

Copy link

github-actions bot commented Jan 22, 2025

Coverage Report for deployables/extension

Status Category Percentage Covered / Total
🔵 Lines 63.03% 4789 / 7597
🔵 Statements 63.03% 4789 / 7597
🔵 Functions 69.38% 272 / 392
🔵 Branches 79.01% 738 / 934
File CoverageNo changed files found.
Generated in workflow #1103 for commit 48739a7 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 2fd94b1 to 0235edb Compare January 22, 2025 08:32
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 0235edb to 48739a7 Compare January 22, 2025 08:43
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 chore(deps): update dependency wrangler to v3.104.0 - autoclosed Jan 22, 2025
@renovate renovate bot closed this Jan 22, 2025
auto-merge was automatically disabled January 22, 2025 08:49

Pull request was closed

@renovate renovate bot deleted the renovate/wrangler-3.x branch January 22, 2025 08:49
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 - autoclosed chore(deps): update dependency wrangler to v3.104.0 Jan 22, 2025
@renovate renovate bot reopened this Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 6b24a71 to 48739a7 Compare January 22, 2025 11:07
@renovate renovate bot enabled auto-merge (squash) January 22, 2025 11:18
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 48739a7 to be2fef9 Compare January 22, 2025 11:18
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from be2fef9 to 4dd58b9 Compare January 22, 2025 11:27
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 4dd58b9 to 3a731bf Compare January 22, 2025 11:35
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 3a731bf to fd543c3 Compare January 22, 2025 11:49
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 chore(deps): update dependency wrangler to v3.104.0 - autoclosed Jan 22, 2025
@renovate renovate bot closed this Jan 22, 2025
auto-merge was automatically disabled January 22, 2025 14:56

Pull request was closed

@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 - autoclosed chore(deps): update dependency wrangler to v3.104.0 Jan 22, 2025
@renovate renovate bot reopened this Jan 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-3.x branch from 99bf9b8 to fd543c3 Compare January 22, 2025 21:38
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.104.0 chore(deps): update dependency wrangler to v3.105.0 Jan 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants