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 all non-major dependencies #105

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20250121.0 -> ^4.20250124.3 age adoption passing confidence
@types/bun (source) ^1.1.18 -> ^1.2.0 age adoption passing confidence
@types/node (source) ^22.10.7 -> ^22.10.10 age adoption passing confidence
@types/web ^0.0.197 -> ^0.0.198 age adoption passing confidence
@types/ws (source) ^8.5.13 -> ^8.5.14 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence
h3 ^1.13.1 -> ^1.14.0 age adoption passing confidence
undici (source) ^7.2.3 -> ^7.3.0 age adoption passing confidence
vitest (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence
wrangler (source) ^3.103.2 -> ^3.105.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250124.3

Compare Source

microsoft/TypeScript-DOM-Lib-Generator (@​types/web)

v0.0.198

Compare Source

index.d.ts

Non-value types
  • WorkerEventMap
    • Removed: "message", "messageerror"

iterable.d.ts

No changes

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/h3 (h3)

v1.14.0

Compare Source

compare changes

🚀 Enhancements
  • session: Allow using with crossws hooks (#​960)
❤️ Contributors
nodejs/undici (undici)

v7.3.0

Compare Source

cloudflare/workers-sdk (wrangler)

v3.105.1

Patch Changes

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 - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 13, 2025

Deploying crossws with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8949a55
Status: ✅  Deploy successful!
Preview URL: https://baffb525.crossws.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.crossws.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 937e2d4 to 5a6aed7 Compare January 20, 2025 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b228a97 to 2779f70 Compare January 21, 2025 11:20
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jan 21, 2025
@renovate renovate bot closed this Jan 21, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 21, 2025 21:24
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jan 23, 2025
@renovate renovate bot reopened this Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4564a0d to 568c741 Compare January 24, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 568c741 to 8949a55 Compare January 24, 2025 18:22
@pi0 pi0 merged commit fdba8ed into main Jan 24, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant