Conversation
The upgrade provides a few performance benefits and reliability in different OS systems. see: https://github.com/isaacs/rimraf\#major-changes
🦋 Changeset detectedLatest commit: 3943b7c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
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/5357577961/npm-package-wrangler-3511You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3511/npm-package-wrangler-3511Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5357577961/npm-package-wrangler-3511 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/5357577961/npm-package-cloudflare-pages-shared-3511Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #3511 +/- ##
==========================================
+ Coverage 75.07% 75.10% +0.02%
==========================================
Files 183 183
Lines 11083 11083
Branches 2917 2917
==========================================
+ Hits 8321 8324 +3
+ Misses 2762 2759 -3 |
|
I'm a bit concerned about the change in
Do we rely on that anywhere? |
Not that I could find. There is only really 2 places we use rimraf one is the direct script usage in Wrangler package.json and the 2nd is the ONLY one in the webpack package. @penalosa |
The upgrade provides a few performance benefits and reliability in different OS systems. see: https://github.com/isaacs/rimraf\#major-changes
Author has included the following, where applicable:
Reviewer is to perform the following, as applicable: