Skip to content

Commit

Permalink
chore: Upgrade eslint monorepo to v9.17.0 (#974)
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: Valentin Agachi <[email protected]>
  • Loading branch information
renovate[bot] and avaly authored Jan 9, 2025
1 parent fa2e45d commit 5900e2a
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 172 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"docs": "pnpm build:docs && docsify serve ./docs",
"benchmark": "pnpm build && node --experimental-specifier-resolution=node ./benchmark/run.js",
"lint:ci": "./tests/build.sh && eslint .",
"lint": "eslint .",
"lint": "eslint --report-unused-disable-directives .",
"postpack": "pinst --enable",
"prepack": "pinst --disable && pnpm build",
"prepare": "husky",
Expand All @@ -63,11 +63,11 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.14.0",
"@eslint/js": "9.17.0",
"@types/node": "20.16.13",
"arg": "5.0.2",
"docsify-cli": "4.4.4",
"eslint": "9.14.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
Expand All @@ -88,7 +88,7 @@
"ts-expect": "1.3.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0"
"typescript-eslint": "8.19.1"
},
"peerDependencies": {
"mongodb": "^6.0.0"
Expand Down
Loading

0 comments on commit 5900e2a

Please sign in to comment.