diff --git a/docs/en_US/release_notes_8_13.rst b/docs/en_US/release_notes_8_13.rst index 2c2b7d0ba..ccbabfc2f 100644 --- a/docs/en_US/release_notes_8_13.rst +++ b/docs/en_US/release_notes_8_13.rst @@ -20,7 +20,10 @@ Bundled PostgreSQL Utilities New features ************ + | `Issue #1780 `_ - Replace infinite scrolling with pagination in query tool data output for better UX and performance. + | `Issue #2874 `_ - Alternate the background color of rows to enhance readability. | `Issue #7393 `_ - Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor. + | `Issue #7863 `_ - Make the background color for the serial number and header cells distinct. Housekeeping ************ diff --git a/web/package.json b/web/package.json index 7cea9f21c..758bca4fd 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "cross-env": "^7.0.3", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^5.0.0", - "eslint": "^9.11.0", + "eslint": "^9.11.1", "eslint-plugin-jest": "^28.8.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.3.0",