Skip to content

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

Merged
andykenward merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-ebd4ab9328
May 28, 2025
Merged

chore(deps-dev): bump the cloudflare group across 1 directory with 2 updates#551
andykenward merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-ebd4ab9328

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2025

Copy link
Copy Markdown
Contributor

Bumps the cloudflare group with 2 updates in the / directory: @cloudflare/types and wrangler.

Updates @cloudflare/types from 6.29.1 to 7.0.0

Updates wrangler from 4.6.0 to 4.13.2

Release notes

Sourced from wrangler's releases.

wrangler@4.13.2

Patch Changes

  • Updated dependencies [2c50115]:
    • miniflare@4.20250424.1

wrangler@4.13.1

Patch Changes

wrangler@4.13.0

Minor Changes

  • #8640 5ce70bd Thanks @​kentonv! - Add support for defining props on a Service binding.

    In your configuration file, you can define a service binding with props:

    {
    	"services": [
    		{
    			"binding": "MY_SERVICE",
    			"service": "some-worker",
    			"props": { "foo": 123, "bar": "value" }
    		}
    	]
    }

    These can then be accessed by the callee:

    import { WorkerEntrypoint } from "cloudflare:workers";
    export default class extends WorkerEntrypoint {
    fetch() {
    return new Response(JSON.stringify(this.ctx.props));
    }
    }

  • #8771 0cfcfe0 Thanks @​dario-piotrowicz! - feat: add config.keep_names option

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.13.2

Patch Changes

  • Updated dependencies [2c50115]:
    • miniflare@4.20250424.1

4.13.1

Patch Changes

4.13.0

Minor Changes

  • #8640 5ce70bd Thanks @​kentonv! - Add support for defining props on a Service binding.

    In your configuration file, you can define a service binding with props:

    {
    	"services": [
    		{
    			"binding": "MY_SERVICE",
    			"service": "some-worker",
    			"props": { "foo": 123, "bar": "value" }
    		}
    	]
    }

    These can then be accessed by the callee:

    import { WorkerEntrypoint } from "cloudflare:workers";
    export default class extends WorkerEntrypoint {
    fetch() {
    return new Response(JSON.stringify(this.ctx.props));
    }
    }

... (truncated)

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2025
@changeset-bot

changeset-bot Bot commented Apr 27, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7e012ee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
github-actions-cloudflare-pages Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ebd4ab9328 branch 2 times, most recently from 5885be6 to f02dfcc Compare April 27, 2025 13:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ebd4ab9328 branch from f02dfcc to ca69c69 Compare May 5, 2025 07:48
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ebd4ab9328 branch from ca69c69 to a92b90e Compare May 28, 2025 16:34
@andykenward

Copy link
Copy Markdown
Owner

@dependabot recreate

…updates

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


Updates `@cloudflare/types` from 6.29.1 to 7.0.0

Updates `wrangler` from 4.6.0 to 4.13.2
- [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.13.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/types"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cloudflare
- dependency-name: wrangler
  dependency-version: 4.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ebd4ab9328 branch from a92b90e to 7260018 Compare May 28, 2025 16:54
@andykenward andykenward merged commit 8c337dc into main May 28, 2025
7 checks passed
@andykenward andykenward deleted the dependabot/npm_and_yarn/cloudflare-ebd4ab9328 branch May 28, 2025 17:17
@github-actions github-actions Bot mentioned this pull request May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

1 participant