Skip to content

Commit

Permalink
fix(deps): update dependency @typescript-eslint/parser to v8 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Aug 5, 2024
1 parent f9add9b commit 2324162
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 47 deletions.
2 changes: 2 additions & 0 deletions modules/build-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ export async function buildTsEslint() {
minify: true,
alias: {
path: 'pathe',
'node:path': 'pathe',
fs: 'unenv/runtime/mock/proxy',
os: 'unenv/runtime/mock/proxy',
'node:os': 'unenv/runtime/mock/proxy',
'node:process': 'unenv/runtime/mock/proxy',
'node:util': 'unenv/runtime/mock/proxy',
stream: 'unenv/runtime/mock/proxy',
globby: 'unenv/runtime/mock/proxy',
perf_hooks: 'unenv/runtime/mock/proxy',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@shikijs/monaco": "^1.12.1",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/parser": "^8.0.1",
"ansi-regex": "^6.0.1",
"fflate": "^0.8.2",
"json-to-ast": "^2.1.0",
Expand Down
135 changes: 89 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2324162

Please sign in to comment.