upstash / redis-js

HTTP based Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
671 stars 51 forks source link

build(deps-dev): bump wrangler from 2.21.1 to 3.66.0 in /examples/cloudflare-workers-with-typescript #1210

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps wrangler from 2.21.1 to 3.66.0.

Release notes

Sourced from wrangler's releases.

wrangler@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

wrangler@3.65.1

Patch Changes

  • #6267 957d668 Thanks @​WalshyDev! - chore: add total module size to the logged table, this makes it much easier to see the total size of all modules combined.

  • #6244 e7c06d7 Thanks @​gabivlj! - fix: wrangler cloudchamber json errors are properly formatted

  • Updated dependencies [779c713]:

    • miniflare@3.20240718.0

wrangler@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

  • #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

  • #6267 957d668 Thanks @​WalshyDev! - chore: add total module size to the logged table, this makes it much easier to see the total size of all modules combined.

  • #6244 e7c06d7 Thanks @​gabivlj! - fix: wrangler cloudchamber json errors are properly formatted

  • Updated dependencies [779c713]:

    • miniflare@3.20240718.0

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 compatibility score

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 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)
dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.