Skip to content
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

fix(cloudflare-workers): update wrangler dep #3508

Merged
merged 7 commits into from
May 11, 2023
Merged

Conversation

Jolg42
Copy link
Member

@Jolg42 Jolg42 commented May 10, 2023

Because https://github.com/prisma/ecosystem-tests/actions/runs/4934286664/jobs/8819177027#step:8:153

 .../node_modules/@cloudflare/wrangler postinstall$ node ./install-wrangler.js
.../node_modules/@cloudflare/wrangler postinstall: Downloading release from https://workers.cloudflare.com/get-npm-wrangler-binary/1.21.0/x86_64-unknown-linux-musl
.../node_modules/@cloudflare/wrangler postinstall:                       ⛔   DEPRECATION   ⛔
.../node_modules/@cloudflare/wrangler postinstall: The version of wrangler you are using is now deprecated.
.../node_modules/@cloudflare/wrangler postinstall: Please update to the latest version of wrangler to prevent critical errors.
.../node_modules/@cloudflare/wrangler postinstall: Run `npm uninstall -g @cloudflare/wrangler && npm install -g wrangler` to update to the latest version

Because https://github.com/prisma/ecosystem-tests/actions/runs/4934286664/jobs/8819177027#step:8:153
```
 .../node_modules/@cloudflare/wrangler postinstall$ node ./install-wrangler.js
.../node_modules/@cloudflare/wrangler postinstall: Downloading release from https://workers.cloudflare.com/get-npm-wrangler-binary/1.21.0/x86_64-unknown-linux-musl
.../node_modules/@cloudflare/wrangler postinstall:                       ⛔   DEPRECATION   ⛔
.../node_modules/@cloudflare/wrangler postinstall: The version of wrangler you are using is now deprecated.
.../node_modules/@cloudflare/wrangler postinstall: Please update to the latest version of wrangler to prevent critical errors.
.../node_modules/@cloudflare/wrangler postinstall: Run `npm uninstall -g @cloudflare/wrangler && npm install -g wrangler` to update to the latest version
```
@Jolg42 Jolg42 added this to the 4.15.0 milestone May 10, 2023
@Jolg42

This comment was marked as resolved.

@Jolg42
Copy link
Member Author

Jolg42 commented May 11, 2023

Now fails with, like expected from prisma/prisma#19174

 ✘ [ERROR] Could not resolve "os"

    node_modules/.pnpm/@prisma+client@4.15.0-dev.8_prisma@4.15.0-dev.8/node_modules/@prisma/client/runtime/edge.js:10:3383:
      10 │ ...t";d();f();m();var Rp=require("os"),ia=jo(),Ue=oa(),{env:ge}=w,...

utils/crypto/envVars.ts Show resolved Hide resolved
@Jolg42 Jolg42 merged commit b5c94d8 into dev May 11, 2023
236 of 242 checks passed
@Jolg42 Jolg42 deleted the joel/update-wrangler-pkg branch May 11, 2023 10:04
Jolg42 added a commit that referenced this pull request May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants