Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"dayjs": "^1.11.3",
"dotenv": "^16.4.5",
"escape-string-regexp": "5.0.0",
"express": "4.21.2",
"express": "4.22.0",
"express-rate-limit": "7.4.0",
"fastest-levenshtein": "1.0.16",
"file-type": "20.0.0",
Expand Down Expand Up @@ -368,7 +368,7 @@
"cross-env": "^7.0.3",
"csp-parse": "0.0.2",
"csv-parse": "5.5.6",
"eslint": "^8.57.1",
"eslint": "^10.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Upgrading eslint from version 8 to 10 is a major change that will likely introduce breaking changes. ESLint v9 introduced a new configuration system (eslint.config.js) and deprecated the .eslintrc format used in this project (via the eslintConfig key). Please migrate the configuration to the new format and thoroughly test the linting setup to ensure it works as expected with ESLint v10.

"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-github": "^5.0.2",
Expand All @@ -381,7 +381,7 @@
"husky": "^9.1.4",
"json-schema-merge-allof": "^0.8.1",
"lint-staged": "^15.2.9",
"markdownlint": "^0.34.0",
"markdownlint": "^0.38.0",
"markdownlint-rule-search-replace": "^1.2.0",
"mkdirp": "^3.0.0",
"mockdate": "^3.0.5",
Expand Down