-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize more deps #6050
Normalize more deps #6050
Conversation
🦋 Changeset detectedLatest commit: 15a12cb The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
8012be2
to
b743e78
Compare
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/9552187042/npm-package-wrangler-6050 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6050/npm-package-wrangler-6050 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-wrangler-6050 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-create-cloudflare-6050 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-cloudflare-kv-asset-handler-6050 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-miniflare-6050 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-cloudflare-pages-shared-6050 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9552187042/npm-package-cloudflare-vitest-pool-workers-6050 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
b743e78
to
1de52ad
Compare
1de52ad
to
6056ae9
Compare
@@ -42,3 +43,11 @@ process.on("exit", () => { | |||
); | |||
throw new Error(message); | |||
}); | |||
|
|||
// https://github.com/avajs/ava/discussions/3259 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to make this change to update miniflare's ava to v6
Wow, actual E2E errors on every platform? I'll have a look on monday. EDIT: fixed. |
f453562
to
983bcbc
Compare
This is the last of the patches that normalize dependencies across the codebase. In this batch: `ws`, `vitest`, `zod` , `rimraf`, `@types/rimraf`, `ava`, `source-map`, `glob`, `cookie`, `@types/cookie`, `@microsoft/api-extractor`, `@types/mime`, `@types/yargs`, `devtools-protocol`, `@vitest/ui`, `execa`, `strip-ansi` This patch also sorts dependencies in every `package.json`
983bcbc
to
15a12cb
Compare
Congratulations @threepointone, you just earned a holobyte! Here it is: https://holopin.io/holobyte/clxk1pimu14600cjn76qqaisy This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
This is the last of the patches that normalize dependencies across the codebase. In this batch:
ws
,zod
,rimraf
,@types/rimraf
,ava
,source-map
,glob
,cookie
,@types/cookie
,@microsoft/api-extractor
,@types/mime
,@types/yargs
,devtools-protocol
,@vitest/ui
,strip-ansi
This patch also sorts dependencies in every
package.json
There are 2 remaining after this;
execa
andvitest
. Changing their versions seems to break the build, so those will be for the next PR.