Ryan Chu
Ryan Chu
Hi Everyone, I get an error in the windows integration test. > thrown: "Exceeded timeout of 45000 ms for a test. I tried to force-push to trigger the ci again...
I think this will conflict with https://github.com/yarnpkg/berry/pull/4912, so I'll change its state back to draft first~ after https://github.com/yarnpkg/berry/pull/4912 is merged, I will come back to resolve the conflict and reopen...
https://github.com/yarnpkg/berry/pull/4912 is merged 🎉!! So I came back to this PR. It has been more than a month since this PR was created, and during this period, I have been...
I found out how to get whether the project is a github public repository in [Configuration.ts#L29-L31](https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-core/sources/Configuration.ts#L29-L31) but I want to know why we only focus on these 1. only for...
> I have a `.npmrc` file like this for our gitlab repo: > > ``` > @portals:registry=https://gitlab.mycompany.io/api/v2/packages/npm/ > //gitlab.mycompany.io/api/v2/packages/npm/:_authToken=blah > //gitlab.mycompany.io/api/v2/projects/101/packages/npm/:_authToken=blah > ``` > > I can't for the life...
now `npm audit` use `/-/npm/v1/security/advisories/bulk` and only fall back to `/-/npm/v1/security/audits/quick` if it fails. ([code](https://github.com/npm/cli/blob/fa014a5567566c764942600441a5e01c3e2f229b/workspaces/arborist/lib/audit-report.js#L311-L343)) [npm-audit.md](https://github.com/npm/cli/blob/6c5c2a88dd52cbd3777ea7269dc02307a6751f6d/docs/lib/content/commands/npm-audit.md) > As of version 7, npm uses the much faster Bulk Advisory endpoint to...
This PR will fix both warnings: https://github.com/yarnpkg/berry/pull/4935 ``` ➤ YN0060: │ @yarnpkg/monorepo@workspace:. provides eslint (pf82c3) with version 8.2.0, which doesn't satisfy what @yarnpkg/eslint-config and some of its descendants request ➤...
I was able to reproduce the same error in sherlock, but I tested locally with 4.0.0-RC, 3.2.3, 3.2.0, and none of them reproduced the error, so I guess maybe there...
I could reproduce that🥸 this can only be reproduced if yarn berry is installed globally (cannot be reproduced in the project directory)
``` TypeError: Illegal invocation: function called with incorrect \`this\` reference. ``` I'm also experiencing the same issue. When using NextAuth with Cloudflare, However, after updating `@cloudflare/next-on-pages` to the recently released...