Skip to content

Update all dependencies#48

Merged
Asutorufa merged 1 commit intogolangfrom
renovate/all
Jun 28, 2025
Merged

Update all dependencies#48
Asutorufa merged 1 commit intogolangfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 13, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/go-json-experiment/json require digest 2591245 -> 1a886bd age adoption passing confidence
github.com/stretchr/testify require minor v1.7.2 -> v1.10.0 age adoption passing confidence
wrangler (source) dependencies minor 4.19.0 -> 4.22.0 age adoption passing confidence

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.7.2...v1.7.3

cloudflare/workers-sdk (wrangler)

v4.22.0

Compare Source

Minor Changes
  • #​7871 f2a8d4a 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.jsonc
    {
    	"name": "my-worker",
    	"assets": {
    		"directory": "./public/",
    		"binding": "ASSETS",
    	},
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    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

v4.21.2

Compare Source

Patch Changes

v4.21.1

Compare Source

Patch Changes

v4.21.0

Compare Source

Minor Changes
Patch Changes
  • #​9695 0e64c35 Thanks @​emily-shen! - Move hotkey registration later in dev start up

    This should have no functional change, but allows us to conditionally render hotkeys based on config.

  • #​9098 ef20754 Thanks @​jseba! - Migrate Workers Containers commands to Containers API Endpoints

    The Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
    with a reduced scoping and new token.

  • #​9712 2a4c467 Thanks @​emily-shen! - Make wrangler container commands print open-beta status

v4.20.5

Compare Source

Patch Changes
  • #​9688 086e29d Thanks @​dario-piotrowicz! - add remote bindings support to getPlatformProxy

    Example:

    // wrangler.jsonc
    {
    	"name": "get-platform-proxy-test",
    	"services": [
    		{
    			"binding": "MY_WORKER",
    			"service": "my-worker",
    			"experimental_remote": true
    		}
    	]
    }
    // index.mjs
    import { getPlatformProxy } from "wrangler";
    
    const { env } = await getPlatformProxy({
    	experimental: {
    		remoteBindings: true,
    	},
    });
    
    // env.MY_WORKER.fetch() fetches from the remote my-worker service
  • #​9558 d5edf52 Thanks @​ichernetsky-cf! - wrangler containers apply uses observability configuration.

  • #​9678 24b2c66 Thanks @​dario-piotrowicz! - remove warnings during config validations on experimental_remote fields

    wrangler commands, run without the --x-remote-bindings flag, parsing config files containing experimental_remote fields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no --x-remote-bindings flag is provided

  • #​9633 3f478af Thanks @​nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers.

  • #​9596 5162c51 Thanks @​CarmenPopoviciu! - add ability to pull images for containers local dev

  • Updated dependencies [bfb791e, 5162c51]:

    • miniflare@4.20250617.3

v4.20.4

Compare Source

Patch Changes

v4.20.3

Compare Source

Patch Changes

[v4.20.2](https://redirect.github.com/cloudfl


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@ghost
Copy link

ghost commented May 13, 2025

Pull Request Revisions

RevisionDescription
r14
Updated Wrangler and Miniflare versionsPackage-lock.json updated with minor version increments for Wrangler (4.20.3 → 4.20.4) and Miniflare (4.20250617.1 → 4.20250617.2)
r13
Updated Miniflare and Wrangler versionsIncremental version bumps for Miniflare (4.20250617.0 → 4.20250617.1) and Wrangler (4.20.2 → 4.20.3) in package-lock.json
r12
Updated package dependencies to newer versionsUpgraded Cloudflare workerd, miniflare, and wrangler package versions to latest releases (20250617.0 and 4.20.2)
r11
Updated package dependencies to latest versionsPackage lock file updated with newer versions of Cloudflare workerd, Miniflare, Wrangler, and related dependencies across multiple platforms
r10
Updated Wrangler and Miniflare versionsPackage-lock.json updated with new versions of Wrangler (4.20.0) and Miniflare (4.20250604.1) dependencies
9 more revisions
r9
Updated Cloudflare dependencies to versionUpdated Cloudflare and Wrangler dependencies to 20250604.0 version, including workerd, miniflare, and platform-specific binaries
r8
Updated dependencies in projectUpdated Wrangler to 4.19.1 and Testify to 1.10.0 in package-lock.json and go.mod files
r7
Upgraded Wrangler package versionUpdated Wrangler package from version 4.19.0 to 4.19.1 in package-lock.json
r6
Updated package and dependency versionsIncrementally updated Cloudflare workerd, miniflare, and wrangler package versions to latest release
r5
Updated Cloudflare dependencies to newer versionsPackage-lock updated with newer versions of Cloudflare workerd, miniflare, wrangler, and platform-specific binaries from 20250508 to 20250523
r4
Wrangler package updated to 4.16.1Updated Wrangler package from version 4.16.0 to 4.16.1 in package-lock.json
r3
Updated Wrangler and dependency versionsIncrementally updated multiple package versions including Wrangler, Miniflare, UFO, and unenv dependencies, with some optional dependencies removed
r2
Updated Miniflare and Wrangler versionsPackage-lock.json updated with newer versions of Miniflare (4.20250508.2) and Wrangler (4.15.2)
r1
Updated Cloudflare dependencies to latest versionUpgraded Cloudflare workerd, miniflare, and wrangler packages from 20250507.0 to 20250508.0 versions

☑️ AI review skipped for r14
Help React with emojis to give feedback on AI-generated reviews:
  • 👍 means the feedback was helpful and actionable
  • 👎 means the feedback was incorrect or unhelpful
💬 Replying to feedback with a comment helps us improve the system. Your input also contributes to shaping future interactions with the AI reviewer.

We'd love to hear from you—reach out anytime at team@review.ai.

@renovate renovate bot changed the title Update dependency wrangler to v4.15.0 Update dependency wrangler to v4.15.0 - autoclosed May 13, 2025
@renovate renovate bot closed this May 13, 2025
@renovate renovate bot deleted the renovate/all branch May 13, 2025 23:06
@renovate renovate bot changed the title Update dependency wrangler to v4.15.0 - autoclosed Update dependency wrangler to v4.15.0 May 15, 2025
@renovate renovate bot reopened this May 15, 2025
@renovate renovate bot force-pushed the renovate/all branch from ff2cb7b to 2916309 Compare May 15, 2025 12:38
@renovate renovate bot changed the title Update dependency wrangler to v4.15.0 Update dependency wrangler to v4.15.1 May 15, 2025
@renovate renovate bot force-pushed the renovate/all branch from 2916309 to 045b964 Compare May 15, 2025 20:29
@renovate renovate bot changed the title Update dependency wrangler to v4.15.1 Update dependency wrangler to v4.15.2 May 15, 2025
@renovate renovate bot force-pushed the renovate/all branch from 045b964 to 5e78eb8 Compare May 20, 2025 11:49
@renovate renovate bot changed the title Update dependency wrangler to v4.15.2 Update dependency wrangler to v4.16.0 May 20, 2025
@renovate renovate bot force-pushed the renovate/all branch from 5e78eb8 to c074328 Compare May 22, 2025 11:32
@renovate renovate bot changed the title Update dependency wrangler to v4.16.0 Update dependency wrangler to v4.16.1 May 22, 2025
@renovate renovate bot force-pushed the renovate/all branch from c074328 to 2f1f576 Compare May 27, 2025 17:29
@renovate renovate bot changed the title Update dependency wrangler to v4.16.1 Update dependency wrangler to v4.17.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/all branch from 2f1f576 to d2803c2 Compare May 29, 2025 14:06
@renovate renovate bot changed the title Update dependency wrangler to v4.17.0 Update dependency wrangler to v4.18.0 May 29, 2025
@renovate renovate bot changed the title Update dependency wrangler to v4.18.0 Update dependency wrangler to v4.18.0 - autoclosed Jun 3, 2025
@renovate renovate bot closed this Jun 3, 2025
@renovate renovate bot changed the title Update dependency wrangler to v4.18.0 - autoclosed Update dependency wrangler to v4.18.0 Jun 3, 2025
@renovate renovate bot reopened this Jun 3, 2025
@renovate renovate bot force-pushed the renovate/all branch from ecd9920 to d2803c2 Compare June 3, 2025 22:09
@renovate renovate bot changed the title Update dependency wrangler to v4.18.0 Update dependency wrangler to v4.19.1 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b0f0493 to 3bf7d75 Compare June 10, 2025 17:47
@renovate renovate bot changed the title Update dependency wrangler to v4.19.1 Update all dependencies Jun 10, 2025
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e7333fc to f1e56d9 Compare June 17, 2025 19:08
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 9529ce2 to e5647ed Compare June 25, 2025 00:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d60d942 to 3a24c34 Compare June 26, 2025 13:56
@Asutorufa Asutorufa merged commit e3e7878 into golang Jun 28, 2025
14 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