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

Fetch upstream #1

Merged
merged 3 commits into from
Aug 10, 2021
Merged

Fetch upstream #1

merged 3 commits into from
Aug 10, 2021

Conversation

namnm
Copy link
Owner

@namnm namnm commented Aug 10, 2021

No description provided.

bitboxx and others added 3 commits January 23, 2021 19:55
I'm adding dependencies that are being require'd in the codebase, but not defined in `package.json`. This issue is detected by Yarn 2 (My config: Zero-Installs, `yarn dlx @yarnpkg/pnpify --sdk vscode`).

Temporary workaround, add in `.yarnrc.yml`:
```
packageExtensions:
  eslint-plugin-sort-keys-fix@*:
    dependencies:
      requireindex: "~1.2.0"
      espree: "^6.1.2"
      esutils: "^2.0.2"
      natural-compare: "^1.4.0"

```
Add missing undeclared dependencies
@namnm namnm merged commit 633e436 into namnm:master Aug 10, 2021
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.

3 participants