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

Bump miniflare and wrangler in /api #184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps miniflare to 3.20240718.0 and updates ancestor dependency wrangler. These dependencies need to be updated together.

Updates miniflare from 3.20231010.0 to 3.20240718.0

Release notes

Sourced from miniflare's releases.

[email protected]

Patch Changes

  • #6294 779c713 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240712.0 1.20240718.0
    @​cloudflare/workers-types ^4.20240712.0 ^4.20240718.0

[email protected]

Patch Changes

  • #6265 0d32448 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240701.0 1.20240712.0
    @​cloudflare/workers-types ^4.20240620.0 ^4.20240712.0

[email protected]

Minor Changes

Patch Changes

  • #6181 42a7930 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240620.1 1.20240701.0
  • #6127 1568c25 Thanks @​DaniFoldi! - fix: Bump ws dependency

[email protected]

Patch Changes

  • #6110 7d02856 Thanks @​CarmenPopoviciu! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To

... (truncated)

Changelog

Sourced from miniflare's changelog.

3.20240718.0

Patch Changes

  • #6294 779c713 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240712.0 1.20240718.0
    @​cloudflare/workers-types ^4.20240712.0 ^4.20240718.0

3.20240712.0

Patch Changes

  • #6265 0d32448 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240701.0 1.20240712.0
    @​cloudflare/workers-types ^4.20240620.0 ^4.20240712.0

3.20240701.0

Minor Changes

Patch Changes

  • #6181 42a7930 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240620.1 1.20240701.0
  • #6127 1568c25 Thanks @​DaniFoldi! - fix: Bump ws dependency

3.20240620.0

Patch Changes

... (truncated)

Commits

Updates wrangler from 3.13.1 to 3.66.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

  • #6295 ebc85c3 Thanks @​andyjessop! - feat: introduce an experimental flag for wrangler types to dynamically generate runtime types according to the user's project configuration.

  • #6272 084d39e Thanks @​emily-shen! - fix: add legacy-assets config and flag as alias of current assets behavior

    • The existing behavior of the assets config key/flag will change on August 15th.
    • legacy-assets will preserve current functionality.

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

  • #6194 25afcb2 Thanks @​zebp! - chore: Add duration and sourcemap size to upload metrics event

    Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled.

  • #6259 eb201a3 Thanks @​ottomated! - chore: Add types to DurableObjectNamespace type generation. For example:

    interface Env {
      OBJECT: DurableObjectNamespace<import("./src/index").MyDurableObject>;
    }
  • #6245 e4abed3 Thanks @​OilyLime! - feature: Add support for Hyperdrive over Access configs

Patch Changes

  • #6255 d497e1e Thanks @​rozenmd! - fix: teach wrangler init --from-dash about d1 bindings

    This PR teaches wrangler init --from-dash about D1 bindings, so they aren't incorrectly added to the wrangler.toml as unsafe bindings.

  • #6258 4f524f2 Thanks @​dom96! - feature: Add warning about deploying Python with requirements.txt

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.66.0

Minor Changes

  • #6295 ebc85c3 Thanks @​andyjessop! - feat: introduce an experimental flag for wrangler types to dynamically generate runtime types according to the user's project configuration.

  • #6272 084d39e Thanks @​emily-shen! - fix: add legacy-assets config and flag as alias of current assets behavior

    • The existing behavior of the assets config key/flag will change on August 15th.
    • legacy-assets will preserve current functionality.

Patch Changes

3.65.1

Patch Changes

3.65.0

Minor Changes

  • #6194 25afcb2 Thanks @​zebp! - chore: Add duration and sourcemap size to upload metrics event

    Wrangler will now send the duration and the total size of any sourcemaps uploaded with your Worker to Cloudflare if you have metrics enabled.

  • #6259 eb201a3 Thanks @​ottomated! - chore: Add types to DurableObjectNamespace type generation. For example:

    interface Env {
      OBJECT: DurableObjectNamespace<import("./src/index").MyDurableObject>;
    }
  • #6245 e4abed3 Thanks @​OilyLime! - feature: Add support for Hyperdrive over Access configs

Patch Changes

... (truncated)

Commits
  • f19b5af Version Packages (#6298)
  • 3fd94e7 Add RayID to wrangler login debug message (#6315)
  • ebc85c3 feat: add runtime type generation to wrangler types command (#6295)
  • 084d39e [wrangler] Add legacy_assets config/flag and deprecation warnings for --asset...
  • 5462ead D1 export api change (#6203)
  • 810e36e Version Packages (#6281)
  • 779c713 chore(deps): bump the workerd-and-workers-types group with 2 updates (#6294)
  • 6526517 fix(wrangler): Update vitest config to capture .tsx tests (#6277)
  • 957d668 Log total amount + size of all modules (#6267)
  • e7c06d7 wrangler cloudchamber: fix --json flags when required fields for it to work a...
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) to 3.20240718.0 and updates ancestor dependency [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies need to be updated together.


Updates `miniflare` from 3.20231010.0 to 3.20240718.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/miniflare)

Updates `wrangler` from 3.13.1 to 3.66.0
- [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/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: miniflare
  dependency-type: indirect
- dependency-name: wrangler
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants