workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Bumps [@angular/create](https://github.com/angular/angular-cli) from 18.0.4 to 18.0.5. Release notes Sourced from @angular/create's releases. v18.0.5 18.0.5 (2024-06-20) @schematics/angular Commit Description update schematics to use RouterModule when --routing flag is present @angular-devkit/build-angular Commit...
## What this PR solves / how to test The watch mode in `pages dev` for Advanced Mode projects is currently partially broken, as it only watches for changes in...
### Which Cloudflare product(s) does this pertain to? Pages, Workers Runtime, Miniflare ### What version(s) of the tool(s) are you using? 3.17.0 [Wrangler] ### What version of Node are you...
Enable switching between different Pages projects types (Functions | Advanced Mode | assets-only) in watch mode, without requiring users to restart the dev process. This is so POC I can't...
Bumps [create-remix](https://github.com/remix-run/remix/tree/HEAD/packages/create-remix) from 2.9.2 to 2.10.0. Release notes Sourced from create-remix's releases. v2.10.0 See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2100 Changelog Sourced from create-remix's changelog. 2.10.0 No significant changes to...
### Which Cloudflare product(s) does this pertain to? Workers Runtime ### What version(s) of the tool(s) are you using? 3.39.0 [Wrangler] ### What version of Node are you using? v20.5.0...
Edit: I edited the issue title since this thread has been evolved about how to inject CF env vars into a hot reloading dev server, the actual issue is further...
### Which Cloudflare product(s) does this pertain to? Workers Runtime, Wrangler core ### What version(s) of the tool(s) are you using? 3.36.0 ### What version of Node are you using?...
### Which Cloudflare product(s) does this pertain to? Workers Vitest Integration ### What version(s) of the tool(s) are you using? 0.1.17 ### What version of Node are you using? 20.12...
There's are a couple of react hooks dependency failures in a workers-playground module (`useRefreshableIframe`), this is an attempt to fix it. This will need some testing before we land it.