-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: cloudflare/workers-sdk
base: wrangler@3.57.0
head repository: cloudflare/workers-sdk
compare: wrangler@3.57.1
- 17 commits
- 81 files changed
- 16 contributors
Commits on May 20, 2024
-
fix(wrangler):
wrangler pages deployshould 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>
Configuration menu - View commit details
-
Copy full SHA for 441a05f - Browse repository at this point
Copy the full SHA 441a05fView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 674cf88 - Browse repository at this point
Copy the full SHA 674cf88View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for c744403 - Browse repository at this point
Copy the full SHA c744403View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for c80c4e1 - Browse repository at this point
Copy the full SHA c80c4e1View commit details -
refactor: move tests from
vitest-pool-workersintomiscfixture (#……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>
Configuration menu - View commit details
-
Copy full SHA for b4bc176 - Browse repository at this point
Copy the full SHA b4bc176View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for cc341d8 - Browse repository at this point
Copy the full SHA cc341d8View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 7780a8c - Browse repository at this point
Copy the full SHA 7780a8cView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for a1171eb - Browse repository at this point
Copy the full SHA a1171ebView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 5c8fabb - Browse repository at this point
Copy the full SHA 5c8fabbView commit details -
ignore workerd CODE_MOVED error (#5626)
* ignore workerd CODE_MOVED error * add changeset
Configuration menu - View commit details
-
Copy full SHA for a12b031 - Browse repository at this point
Copy the full SHA a12b031View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d5e00e4 - Browse repository at this point
Copy the full SHA d5e00e4View commit details -
* chore: Fixes typo * chore: Fixes typo
Configuration menu - View commit details
-
Copy full SHA for 6725a19 - Browse repository at this point
Copy the full SHA 6725a19View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f2ceb3a - Browse repository at this point
Copy the full SHA f2ceb3aView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for d075478 - Browse repository at this point
Copy the full SHA d075478View commit details
Commits on May 21, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f461855 - Browse repository at this point
Copy the full SHA f461855View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 161b9ce - Browse repository at this point
Copy the full SHA 161b9ceView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29483dc - Browse repository at this point
Copy the full SHA 29483dcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff wrangler@3.57.0...wrangler@3.57.1