diff --git a/eslint.config.mjs b/eslint.config.mjs index 5e153d4814..4e2a5902de 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -20,6 +20,7 @@ export default [ '@typescript-eslint/no-explicit-any': 'off', 'no-param-reassign': 'off', 'no-void': 'off', + indent: 'off', 'no-console': 'off', 'import/no-extraneous-dependencies': 'off', 'import/extensions': 'off', diff --git a/package-lock.json b/package-lock.json index 039f62e5e3..f907297c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@types/react": "^18.2.8", "babel-plugin-styled-components": "^2.1.4", "cross-env": "^7.0.3", - "eslint": "^9.24.0", + "eslint": "^9.32.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-react": "^7.37.5", @@ -65,8 +65,8 @@ "patch-package": "^8.0.0", "path-browserify": "^1.0.1", "rimraf": "^6.0.0", - "typescript": "5.8.3", - "typescript-eslint": "^8.29.1" + "typescript": "5.9.2", + "typescript-eslint": "^8.38.0" }, "engines": { "node": ">=18.0.0" @@ -74,7 +74,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.189", + "version": "1.0.190", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.2.2", @@ -29179,10 +29179,11 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 18627ab931..952572138b 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/react": "^18.2.8", "babel-plugin-styled-components": "^2.1.4", "cross-env": "^7.0.3", - "eslint": "^9.24.0", + "eslint": "^9.32.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-react": "^7.37.5", @@ -62,8 +62,8 @@ "patch-package": "^8.0.0", "path-browserify": "^1.0.1", "rimraf": "^6.0.0", - "typescript": "5.8.3", - "typescript-eslint": "^8.29.1" + "typescript": "5.9.2", + "typescript-eslint": "^8.38.0" }, "dependencies": { "@apify/ui-library": "^1.0.0",