Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@graphql-hive/core (source) 0.8.3 -> 0.8.4 age adoption passing confidence dependencies patch
@types/bun (source) 1.1.18 -> 1.2.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.7 -> 22.10.9 age adoption passing confidence dependencies patch
@types/node (source) 22.10.7 -> 22.10.9 age adoption passing confidence devDependencies patch
bun (source) 1.1.45 -> 1.2.0 age adoption passing confidence devDependencies minor
oven/bun 1.1.45 -> 1.2.0 age adoption passing confidence final minor
oven/bun 1.1.45 -> 1.2.0 age adoption passing confidence stage minor
vitest (source) 3.0.2 -> 3.0.4 age adoption passing confidence devDependencies patch
wrangler (source) 3.103.2 -> 3.105.0 age adoption passing confidence devDependencies minor

Release Notes

graphql-hive/platform (@​graphql-hive/core)

v0.8.4

Compare Source

Patch Changes
oven-sh/bun (bun)

v1.2.0: Bun 1.2

Compare Source

Read Bun 1.2's release notes on Bun's blog

Watch the video:

Bun 1.2

To install Bun:

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.0:

bun upgrade
vitest-dev/vitest (vitest)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
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 becomes conflicted, 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.

@renovate
Copy link
Contributor Author

renovate bot commented Jan 21, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ardatan ardatan force-pushed the renovate/all-minor-patch branch from 21741ea to b56df26 Compare January 23, 2025 14:14
@ardatan ardatan merged commit 194ec17 into main Jan 23, 2025
31 of 34 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch January 23, 2025 14:15
@renovate renovate bot changed the title chore(deps): update dependency vitest to v3.0.3 fix(deps): update all non-major dependencies Jan 23, 2025
ardatan added a commit that referenced this pull request Jan 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
ardatan added a commit that referenced this pull request Jan 23, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant