Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/workers-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: wrangler@3.57.0
Choose a base ref
...
head repository: cloudflare/workers-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wrangler@3.57.1
Choose a head ref
  • 17 commits
  • 81 files changed
  • 16 contributors

Commits on May 20, 2024

  1. fix(wrangler): wrangler pages deploy should fail if deployment fail…

    …ed (#5862)
    
    If a Pages project fails to deploy, `wrangler pages deploy` will log
    an error message, but exit successfully. It should instead throw a
    `FatalError`.
    
    Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
    CarmenPopoviciu and CarmenPopoviciu authored May 20, 2024
    Configuration menu
    Copy the full SHA
    441a05f View commit details
    Browse the repository at this point in the history
  2. [C3] Bump create-analog from 1.2.0 to 1.3.1 in /packages/create-cloud…

    …flare/src/frameworks (#5854)
    
    * [C3] Bump create-analog in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-analog](https://github.com/analogjs/analog) from 1.2.0 to 1.3.1.
    - [Release notes](https://github.com/analogjs/analog/releases)
    - [Changelog](https://github.com/analogjs/analog/blob/beta/CHANGELOG.md)
    - [Commits](analogjs/analog@v1.2.0...v1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: create-analog
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency    | From  | To    |
    | ------------- | ----- | ----- |
    | create-analog | 1.2.0 | 1.3.1 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    674cf88 View commit details
    Browse the repository at this point in the history
  3. [C3] Bump create-hono from 0.7.0 to 0.7.3 in /packages/create-cloudfl…

    …are/src/frameworks (#5852)
    
    * [C3] Bump create-hono in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-hono](https://github.com/honojs/create-hono) from 0.7.0 to 0.7.3.
    - [Release notes](https://github.com/honojs/create-hono/releases)
    - [Commits](honojs/create-hono@v0.7.0...v0.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: create-hono
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency  | From  | To    |
    | ----------- | ----- | ----- |
    | create-hono | 0.7.0 | 0.7.3 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c744403 View commit details
    Browse the repository at this point in the history
  4. [C3] Bump create-astro from 4.7.5 to 4.8.0 in /packages/create-cloudf…

    …lare/src/frameworks (#5853)
    
    * [C3] Bump create-astro in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-astro](https://github.com/withastro/astro/tree/HEAD/packages/create-astro) from 4.7.5 to 4.8.0.
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/create-astro/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/create-astro@4.8.0/packages/create-astro)
    
    ---
    updated-dependencies:
    - dependency-name: create-astro
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency   | From  | To    |
    | ------------ | ----- | ----- |
    | create-astro | 4.7.5 | 4.8.0 |
    
    * ci: use head-ref for c3 dependabot PRs rather than head~2
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
    3 people authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c80c4e1 View commit details
    Browse the repository at this point in the history
  5. refactor: move tests from vitest-pool-workers into misc fixture (#…

    …5868)
    
    We'll repurpose `vitest-pool-workers` own tests for meta-tests that
    run in Node.js, start Vitest, and assert on its output.
    
    Co-authored-by: bcoll <bcoll@cloudflare.com>
    petebacondarwin and mrbbot authored May 20, 2024
    Configuration menu
    Copy the full SHA
    b4bc176 View commit details
    Browse the repository at this point in the history
  6. [C3] bump create-docusaurus from 3.1.1 to 3.3.2 in /packages/create-c…

    …loudflare/src/frameworks (#5834)
    
    * [C3] bump create-docusaurus
    
    Bumps [create-docusaurus](https://github.com/facebook/docusaurus/tree/HEAD/packages/create-docusaurus) from 3.1.1 to 3.3.2.
    - [Release notes](https://github.com/facebook/docusaurus/releases)
    - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/docusaurus/commits/v3.3.2/packages/create-docusaurus)
    
    ---
    updated-dependencies:
    - dependency-name: create-docusaurus
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency        | From  | To    |
    | ----------------- | ----- | ----- |
    | create-docusaurus | 3.1.1 | 3.3.2 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    cc341d8 View commit details
    Browse the repository at this point in the history
  7. [C3] Bump gatsby from 5.13.4 to 5.13.5 in /packages/create-cloudflare…

    …/src/frameworks (#5873)
    
    * [C3] Bump gatsby in /packages/create-cloudflare/src/frameworks
    
    Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.13.4 to 5.13.5.
    - [Release notes](https://github.com/gatsbyjs/gatsby/releases)
    - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.13.4...gatsby@5.13.5)
    
    ---
    updated-dependencies:
    - dependency-name: gatsby
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency | From   | To     |
    | ---------- | ------ | ------ |
    | gatsby     | 5.13.4 | 5.13.5 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    7780a8c View commit details
    Browse the repository at this point in the history
  8. [C3] Bump create-remix from 2.8.1 to 2.9.2 in /packages/create-cloudf…

    …lare/src/frameworks (#5871)
    
    * [C3] Bump create-remix in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-remix](https://github.com/remix-run/remix/tree/HEAD/packages/create-remix) from 2.8.1 to 2.9.2.
    - [Release notes](https://github.com/remix-run/remix/releases)
    - [Changelog](https://github.com/remix-run/remix/blob/main/packages/create-remix/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/remix/commits/create-remix@2.9.2/packages/create-remix)
    
    ---
    updated-dependencies:
    - dependency-name: create-remix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency   | From  | To    |
    | ------------ | ----- | ----- |
    | create-remix | 2.8.1 | 2.9.2 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    a1171eb View commit details
    Browse the repository at this point in the history
  9. [C3] Bump create-svelte from 6.0.10 to 6.1.2 in /packages/create-clou…

    …dflare/src/frameworks (#5872)
    
    * [C3] Bump create-svelte in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-svelte](https://github.com/sveltejs/kit/tree/HEAD/packages/create-svelte) from 6.0.10 to 6.1.2.
    - [Release notes](https://github.com/sveltejs/kit/releases)
    - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/create-svelte/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/kit/commits/HEAD/packages/create-svelte)
    
    ---
    updated-dependencies:
    - dependency-name: create-svelte
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update dependencies of "create-cloudflare" package
    
    The following dependency versions have been updated:
    
    | Dependency    | From   | To    |
    | ------------- | ------ | ----- |
    | create-svelte | 6.0.10 | 6.1.2 |
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
    dependabot[bot] and Wrangler automated PR updater authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5c8fabb View commit details
    Browse the repository at this point in the history
  10. ignore workerd CODE_MOVED error (#5626)

    * ignore workerd CODE_MOVED error
    
    * add changeset
    RamIdeas authored May 20, 2024
    Configuration menu
    Copy the full SHA
    a12b031 View commit details
    Browse the repository at this point in the history
  11. Remove Hyperdrive warning log indicating that Hyperdrive local bindin…

    …g does not work (#5812)
    
    * Remove Hyperdrive warning log indicating that Hyperdrive local binding does not work
    
    Description Hyperdrive is supported locally (see cloudflare/workerd#1266) and this warning is not longer accurate. It was added while the support was in progress to avoid confusion (54800f6), but now that local support for Hyperdrive bindings has been added, this log is incorrect and should be removed
    
    * Add changeset
    
    * Update .changeset/thirty-kings-serve.md
    
    Co-authored-by: Matt <granjef3@gmail.com>
    
    * Nit changeset fix
    
    ---------
    
    Co-authored-by: Matt <granjef3@gmail.com>
    thomasgauvin and xortive authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d5e00e4 View commit details
    Browse the repository at this point in the history
  12. chore: Fixes typo (#5874)

    * chore: Fixes typo
    
    * chore: Fixes typo
    megaconfidence authored May 20, 2024
    Configuration menu
    Copy the full SHA
    6725a19 View commit details
    Browse the repository at this point in the history
  13. queue consumer setting max_batch_timeout, batch-timeout should accept…

    … 0 (#5859)
    
    * Queue consumer max_batch_timeout should accept a zero value
    
    * Queue consumer create should accept batchTimeout value of 0
    
    * Add changeset for Queues bugfix
    
    * Prettier formatting fixes
    w-kuhn authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f2ceb3a View commit details
    Browse the repository at this point in the history
  14. [C3] Framework migration diffs (#5716)

    * C3: Generate migration diffs for framework templates
    
    * Fix an issue where --no-git flag wasn't being respected
    
    * Generate and store framework diffs during e2e
    
    * Remove trash
    
    * Fix issues with create-* tools that commit by default
    
    * Skip diffs in quarantine and add placeholder directory for c3-framework-diffs
    
    * Invert check for storing diffs
    
    * Fix check for quarantine skip
    
    * Try making if conditions work in github actions
    
    * Fix conditional
    
    * Git checkout PR branch on c3 e2e job
    
    * test
    
    * Refactor to a separate action for creating docs PR thats only run on release branch
    
    * Responding to PR feedback
    
    * Addressing more PR feedback
    
    * Use newly created access token
    
    * Quarantine hono on windows
    
    * Addressing PR feedback
    jculvey authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d075478 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Implement Early Hints for modulepreload (#5674)

    * Implement Early Hints for `modulepreload`
    
    * chore: turn on linting for pages-shared
    
    * add test of preloadmodule early hint
    
    * feat: add `preconnect` test
    
    * fixup! feat: add `preconnect` test
    
    ---------
    
    Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com>
    itsmatteomanf and petebacondarwin authored May 21, 2024
    Configuration menu
    Copy the full SHA
    f461855 View commit details
    Browse the repository at this point in the history
  2. chore: add wrangler team as additional CODEOWNERS of the pages-shared…

    … package (#5881)
    
    Since the "Workers Authoring and Testing" team basically own this bit of code now,
    we should be able to review and approve changes to it.
    petebacondarwin authored May 21, 2024
    Configuration menu
    Copy the full SHA
    161b9ce View commit details
    Browse the repository at this point in the history
  3. Version Packages (#5870)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    workers-devprod and github-actions[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    29483dc View commit details
    Browse the repository at this point in the history
Loading