Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 2 updates #6970

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jul 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the dev-deps group with 2 updates in the / directory: prettier and wrangler.

Updates prettier from 3.5.3 to 3.6.0

Release notes

Sourced from prettier's releases.

3.6.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.6.0

diff

🔗 Release Notes

Commits

Updates wrangler from 4.17.0 to 4.20.5

Release notes

Sourced from wrangler's releases.

wrangler@4.20.5

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

wrangler@4.20.4

Patch Changes

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.20.5

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

4.20.4

... (truncated)

Commits
  • 0813e21 Version Packages (#9697)
  • 086e29d add remote bindings support to getPlatformProxy (#9688)
  • 5162c51 feat(containers): add support for handling images that link to the CF registr...
  • 3f478af CC-5418: Set instance_type in wrangler (#9633)
  • 24b2c66 remove warnings during config validations on experimental_remote fields (#9...
  • d5edf52 wrangler containers apply uses observability configuration (#9558)
  • 7ea043b Version Packages (#9658)
  • 17d23d8 add tag, cleanup containers at end of dev, rebuild hotkey, lots of refactorin...
  • 8a60fe7 Containers fixups (#9653)
  • c489a44 Remove confirmation dialog for cloudchamber apply when not interactive (#9664)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 23, 2025
Copy link

cloudflare-workers-and-pages bot commented Jun 23, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 46d7921
Status: ✅  Deploy successful!
Preview URL: https://36721ef5.docs-51g.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-dev-9wzw.docs-51g.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 23, 2025
Copy link
Contributor

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

Copy link
Contributor

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

  • This PR does not change any pages in a way that would require a redirect.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-4b84010707 branch from 8bec080 to 671cad7 Compare June 24, 2025 08:44
…dates

Bumps the dev-deps group with 2 updates in the / directory: [prettier](https://github.com/prettier/prettier) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `prettier` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.0)

Updates `wrangler` from 4.17.0 to 4.20.5
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.20.5/packages/wrangler)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: wrangler
  dependency-version: 4.20.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-deps-4b84010707 branch from 671cad7 to 4b35263 Compare June 25, 2025 07:16
@aidankmcalister aidankmcalister merged commit f0088c1 into main Jul 10, 2025
6 of 7 checks passed
@aidankmcalister aidankmcalister deleted the dependabot/npm_and_yarn/dev-deps-4b84010707 branch July 10, 2025 16:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants