Skip to content

Releases: cloudflare/workers-sdk

edge-preview-authenticated-proxy@0.1.4

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6046 c643a81 Thanks @threepointone! - chore: Normalize more dependencies.

    Follow up to #6029, this normalizes some more dependencies : get-port, chalk, yargs, toucan-js, @typescript-eslint/parser, @typescript-eslint/eslint-plugin, esbuild-register, hono, glob-to-regexp, @cloudflare/workers-types

create-cloudflare@2.21.8

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6034 b4ea661 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-svelte 6.3.0 6.3.1
  • #6035 e70806f Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 18.0.3 18.0.4
  • #6029 f5ad1d3 Thanks @threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

  • #6046 c643a81 Thanks @threepointone! - chore: Normalize more dependencies.

    Follow up to #6029, this normalizes some more dependencies : get-port, chalk, yargs, toucan-js, @typescript-eslint/parser, @typescript-eslint/eslint-plugin, esbuild-register, hono, glob-to-regexp, @cloudflare/workers-types

  • #5944 cfa7de5 Thanks @dario-piotrowicz! - fix: add missing pre-existing type and --existing-script to help message

  • #6076 9487179 Thanks @threepointone! - chore: use latest dependencies for hello-world templates

    When generating a plain hello world worker, we're picking up older versions of vitest/pool-workers. this updates the package.jsons to pick up newer versions instead. Ideally we should automate this, but we can do that later. I also updated the wrangler deps to the current version so it's clearer for developers what they're using (still not accurate, but better than showing 3.0.0). Again, this should be automated, but we can do that later.

@cloudflare/vitest-pool-workers@0.4.6

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6050 a0c3327 Thanks @threepointone! - chore: Normalize more deps

    This is the last of the patches that normalize dependencies across the codebase. In this batch: ws, vitest, zod , rimraf, @types/rimraf, ava, source-map, glob, cookie, @types/cookie, @microsoft/api-extractor, @types/mime, @types/yargs, devtools-protocol, @vitest/ui, execa, strip-ansi

    This patch also sorts dependencies in every package.json

  • #6029 f5ad1d3 Thanks @threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

  • #6079 2e531b4 Thanks @CarmenPopoviciu! - fix: define defineWorkersConfig using overload signatures

    The type definition of defineWorkersConfig doesn't work with mergeConfig of vitest/config because of type mismatch.
    This function should be an overload function like defineConfig

  • Updated dependencies [dc597a3, 15aff8f, b4c0233, a0c3327, f5ad1d3, c643a81, 31cd51f, db66101, 374bc44, 267761b, 84e6aeb]:

    • wrangler@3.61.0
    • miniflare@3.20240610.1

@cloudflare/quick-edit@0.0.1

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6029 f5ad1d3 Thanks @threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

@cloudflare/pages-shared@0.11.44

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6050 a0c3327 Thanks @threepointone! - chore: Normalize more deps

    This is the last of the patches that normalize dependencies across the codebase. In this batch: ws, vitest, zod , rimraf, @types/rimraf, ava, source-map, glob, cookie, @types/cookie, @microsoft/api-extractor, @types/mime, @types/yargs, devtools-protocol, @vitest/ui, execa, strip-ansi

    This patch also sorts dependencies in every package.json

  • #6029 f5ad1d3 Thanks @threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

  • Updated dependencies [a0c3327, f5ad1d3, 31cd51f]:

    • miniflare@3.20240610.1

@cloudflare/kv-asset-handler@0.3.3

18 Jun 16:17
65d8f9a
Compare
Choose a tag to compare

Patch Changes

  • #6029 f5ad1d3 Thanks @threepointone! - chore: Normalize some dependencies in workers-sdk

    This is the first of a few expected patches that normalize dependency versions, This normalizes undici, concurrently, @types/node, react, react-dom, @types/react, @types/react-dom, eslint, typescript. There are no functional code changes (but there are a couple of typecheck fixes).

wrangler@3.60.3

14 Jun 10:22
fa300e9
Compare
Choose a tag to compare

Patch Changes

  • #6025 122ef06 Thanks @IgorMinar! - fix: avoid path collisions between performance and Performance Node.js polyfills

    It turns out that ESBuild paths are case insensitive, which can result in path collisions between polyfills for globalThis.performance and globalThis.Performance, etc.

    This change ensures that we encode all global names to lowercase and decode them appropriately.

  • #6009 169a9fa Thanks @RamIdeas! - fix: reduce the number of parallel file reads on Windows to avoid EMFILE type errors

    Fixes #1586

  • 53acdbc Thanks @petebacondarwin! - fix: warn if user tries normal deploy when in the middle of a gradual version rollout

  • Updated dependencies [c4146fc]:

    • miniflare@3.20240610.0

miniflare@3.20240610.0

14 Jun 10:22
fa300e9
Compare
Choose a tag to compare

Patch Changes

  • #6024 c4146fc Thanks @petebacondarwin! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240605.0 1.20240610.1

create-cloudflare@2.21.7

14 Jun 10:22
fa300e9
Compare
Choose a tag to compare

Patch Changes

  • #5883 c8f25f1 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.10.2 3.10.3
  • #5993 402affd Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    gatsby 5.13.5 5.13.6
  • #5994 919c9ed Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-docusaurus 3.3.2 3.4.0
  • #6015 9111f00 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.7.3 0.8.1
  • #6016 62db9b0 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 17.3.7 18.0.3
  • #6017 709ec35 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    nuxi 3.11.1 3.12.0
  • #6027 88ca59b Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-qwik 1.5.5 1.5.7
  • #5607 1e939cb Thanks @morinokami! - feature: use satisfies ExportedHandler for handlers in C3 templates

@cloudflare/vitest-pool-workers@0.4.5

14 Jun 10:22
fa300e9
Compare
Choose a tag to compare

Patch Changes

  • #6007 335e6e7 Thanks @Skye-31! - fix: improve runInDurableObject type

    #5975 updated the type for runInDurableObject to infer the stub's type correctly for RPC methods, however it used the wrong DurableObjects type. This PR fixes the type used to properly support RPC methods.

  • Updated dependencies [c4146fc, 122ef06, 169a9fa, 53acdbc]:

    • miniflare@3.20240610.0
    • wrangler@3.60.3