Skip to content

Commit 3317a9d

Browse files
author
Wilson Bondanza
committed
fix: restore diagnostics with yarn pnp
Synckit was unable to properly load es modules, and would instead hang when eslint attempted to generate diagnostics. A patch was recently introduced upstream [1] so we update to bring in the fix. [1]: un-ts/synckit@4fb10bd Issue: 775
1 parent 7264ed0 commit 3317a9d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"prettier-linter-helpers": "^1.0.1",
67-
"synckit": "^0.11.7"
67+
"synckit": "^0.11.12"
6868
},
6969
"devDependencies": {
7070
"@1stg/remark-preset": "^3.0.1",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)