Merged
Conversation
🦋 Changeset detectedLatest commit: 1eca64f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## main #3541 +/- ##
==========================================
+ Coverage 75.09% 75.12% +0.02%
==========================================
Files 190 190
Lines 11108 11108
Branches 2919 2919
==========================================
+ Hits 8342 8345 +3
+ Misses 2766 2763 -3 |
Contributor
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5413782912/npm-package-wrangler-3541You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3541/npm-package-wrangler-3541Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5413782912/npm-package-wrangler-3541 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5413782912/npm-package-cloudflare-pages-shared-3541Note that these links will no longer work once the GitHub Actions artifact expires. |
mrbbot
approved these changes
Jun 29, 2023
jahands
approved these changes
Jun 29, 2023
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR solves / how to test:
Bumps miniflare@3.0.2:
--port=0reloads, ensuring the randomly selected port is re-used, and we don't instead get a second random (different) port.Associated docs issue(s)/PR(s):
wrangler dev --port=0will randomize the port again on script reload miniflare#608Author has included the following, where applicable:
Reviewer is to perform the following, as applicable: