Skip to content

Commit d9e9d86

Browse files
fix(deps): update dependency synckit to ^0.11.0 (#630)
* fix(deps): update dependency synckit to ^0.11.0 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 9a0a215 commit d9e9d86

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

lib/utils/parser-config-resolver/build-parser-using-flat-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error -- ignore
21
import { createSyncFn } from 'synckit'
32
import type { ParseResult, Parser } from '.'
43

lib/utils/parser-config-resolver/worker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-expect-error -- ignore
21
import { runAsWorker } from 'synckit'
32
import { getESLint } from 'eslint-compat-utils/eslint'
43
import type { Linter } from 'eslint'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"lodash": "^4.17.21",
7676
"parse5": "^7.1.2",
7777
"semver": "^7.5.4",
78-
"synckit": "^0.10.0"
78+
"synckit": "^0.11.0"
7979
},
8080
"devDependencies": {
8181
"@changesets/changelog-github": "^0.5.0",

pnpm-lock.yaml

Lines changed: 12 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)