| 1 | # Change Log - @rushstack/eslint-patch
|
|---|
| 2 |
|
|---|
| 3 | This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified.
|
|---|
| 4 |
|
|---|
| 5 | ## 1.16.1
|
|---|
| 6 | Fri, 20 Feb 2026 00:15:04 GMT
|
|---|
| 7 |
|
|---|
| 8 | ### Patches
|
|---|
| 9 |
|
|---|
| 10 | - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644.
|
|---|
| 11 |
|
|---|
| 12 | ## 1.16.0
|
|---|
| 13 | Thu, 19 Feb 2026 00:04:52 GMT
|
|---|
| 14 |
|
|---|
| 15 | ### Minor changes
|
|---|
| 16 |
|
|---|
| 17 | - Normalize package layout. CommonJS is now under `lib-commonjs`, DTS is now under `lib-dts`, and ESM is now under `lib-esm`. Imports to `lib` still work as before, handled by the `"exports"` field in `package.json`.
|
|---|
| 18 |
|
|---|
| 19 | ## 1.15.0
|
|---|
| 20 | Wed, 12 Nov 2025 01:57:54 GMT
|
|---|
| 21 |
|
|---|
| 22 | ### Minor changes
|
|---|
| 23 |
|
|---|
| 24 | - In ESLint >= 9.37, report bulk suppressed messages as suppressed messages rather than removing them completely.
|
|---|
| 25 |
|
|---|
| 26 | ## 1.14.1
|
|---|
| 27 | Fri, 24 Oct 2025 11:22:09 GMT
|
|---|
| 28 |
|
|---|
| 29 | ### Patches
|
|---|
| 30 |
|
|---|
| 31 | - Fix an issue where suppressed rule violations still show up in the report in ESLint >=9.37.0.
|
|---|
| 32 | - Fix an issue where the ESLint process will crash when running in the ESLint VSCode extension in ESLint >=9.37.0.
|
|---|
| 33 |
|
|---|
| 34 | ## 1.14.0
|
|---|
| 35 | Mon, 13 Oct 2025 15:13:02 GMT
|
|---|
| 36 |
|
|---|
| 37 | ### Minor changes
|
|---|
| 38 |
|
|---|
| 39 | - Bump `eslint` to `~9.37.0` and the `@typescript-eslint/*` packages to `~8.46.0`.
|
|---|
| 40 |
|
|---|
| 41 | ## 1.13.0
|
|---|
| 42 | Fri, 03 Oct 2025 20:09:59 GMT
|
|---|
| 43 |
|
|---|
| 44 | ### Minor changes
|
|---|
| 45 |
|
|---|
| 46 | - Normalize import of builtin modules to use the `node:` protocol.
|
|---|
| 47 |
|
|---|
| 48 | ## 1.12.0
|
|---|
| 49 | Thu, 26 Jun 2025 18:57:04 GMT
|
|---|
| 50 |
|
|---|
| 51 | ### Minor changes
|
|---|
| 52 |
|
|---|
| 53 | - Update for compatibility with ESLint 9
|
|---|
| 54 |
|
|---|
| 55 | ## 1.11.0
|
|---|
| 56 | Tue, 11 Mar 2025 02:12:33 GMT
|
|---|
| 57 |
|
|---|
| 58 | ### Minor changes
|
|---|
| 59 |
|
|---|
| 60 | - Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8.
|
|---|
| 61 |
|
|---|
| 62 | ## 1.10.5
|
|---|
| 63 | Tue, 07 Jan 2025 16:11:06 GMT
|
|---|
| 64 |
|
|---|
| 65 | ### Patches
|
|---|
| 66 |
|
|---|
| 67 | - Fix a performance issue when locating ".eslint-bulk-suppressions.json".
|
|---|
| 68 |
|
|---|
| 69 | ## 1.10.4
|
|---|
| 70 | Sat, 27 Jul 2024 00:10:27 GMT
|
|---|
| 71 |
|
|---|
| 72 | ### Patches
|
|---|
| 73 |
|
|---|
| 74 | - Include CHANGELOG.md in published releases again
|
|---|
| 75 |
|
|---|
| 76 | ## 1.10.3
|
|---|
| 77 | Fri, 17 May 2024 00:10:40 GMT
|
|---|
| 78 |
|
|---|
| 79 | ### Patches
|
|---|
| 80 |
|
|---|
| 81 | - [eslint-patch] Allow use of ESLint v9
|
|---|
| 82 |
|
|---|
| 83 | ## 1.10.2
|
|---|
| 84 | Wed, 10 Apr 2024 21:59:39 GMT
|
|---|
| 85 |
|
|---|
| 86 | ### Patches
|
|---|
| 87 |
|
|---|
| 88 | - Bump maximum supported ESLint version for the bulk-suppressions tool to `8.57.0`.
|
|---|
| 89 |
|
|---|
| 90 | ## 1.10.1
|
|---|
| 91 | Fri, 29 Mar 2024 05:46:41 GMT
|
|---|
| 92 |
|
|---|
| 93 | ### Patches
|
|---|
| 94 |
|
|---|
| 95 | - Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions.
|
|---|
| 96 | - Exit with success under normal conditions.
|
|---|
| 97 |
|
|---|
| 98 | ## 1.10.0
|
|---|
| 99 | Thu, 28 Mar 2024 18:11:12 GMT
|
|---|
| 100 |
|
|---|
| 101 | ### Minor changes
|
|---|
| 102 |
|
|---|
| 103 | - Delete the `.eslint-bulk-suppressions.json` file during pruning if all suppressions have been eliminated.
|
|---|
| 104 |
|
|---|
| 105 | ### Patches
|
|---|
| 106 |
|
|---|
| 107 | - Fix an issue with running `eslint-bulk prune` in a project with suppressions that refer to deleted files.
|
|---|
| 108 |
|
|---|
| 109 | ## 1.9.0
|
|---|
| 110 | Wed, 27 Mar 2024 19:47:21 GMT
|
|---|
| 111 |
|
|---|
| 112 | ### Minor changes
|
|---|
| 113 |
|
|---|
| 114 | - Fix an issue where `eslint-bulk prune` does not work if there are no files to lint in the project root.
|
|---|
| 115 |
|
|---|
| 116 | ## 1.8.0
|
|---|
| 117 | Wed, 20 Mar 2024 02:09:14 GMT
|
|---|
| 118 |
|
|---|
| 119 | ### Minor changes
|
|---|
| 120 |
|
|---|
| 121 | - Refactor the bulk-suppressions feature to fix some performance issues.
|
|---|
| 122 |
|
|---|
| 123 | ### Patches
|
|---|
| 124 |
|
|---|
| 125 | - Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.
|
|---|
| 126 |
|
|---|
| 127 | ## 1.7.2
|
|---|
| 128 | Thu, 25 Jan 2024 23:03:57 GMT
|
|---|
| 129 |
|
|---|
| 130 | ### Patches
|
|---|
| 131 |
|
|---|
| 132 | - Some minor documentation updates
|
|---|
| 133 |
|
|---|
| 134 | ## 1.7.1
|
|---|
| 135 | Wed, 24 Jan 2024 07:38:34 GMT
|
|---|
| 136 |
|
|---|
| 137 | ### Patches
|
|---|
| 138 |
|
|---|
| 139 | - Update documentation
|
|---|
| 140 |
|
|---|
| 141 | ## 1.7.0
|
|---|
| 142 | Tue, 16 Jan 2024 18:30:10 GMT
|
|---|
| 143 |
|
|---|
| 144 | ### Minor changes
|
|---|
| 145 |
|
|---|
| 146 | - Add support for TypeScript 5.3 with @typescript-eslint 6.19.x
|
|---|
| 147 |
|
|---|
| 148 | ## 1.6.1
|
|---|
| 149 | Fri, 15 Dec 2023 01:10:06 GMT
|
|---|
| 150 |
|
|---|
| 151 | ### Patches
|
|---|
| 152 |
|
|---|
| 153 | - Fix bulk suppression patch's eslintrc detection in polyrepos
|
|---|
| 154 |
|
|---|
| 155 | ## 1.6.0
|
|---|
| 156 | Wed, 22 Nov 2023 01:45:18 GMT
|
|---|
| 157 |
|
|---|
| 158 | ### Minor changes
|
|---|
| 159 |
|
|---|
| 160 | - Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303
|
|---|
| 161 |
|
|---|
| 162 | ## 1.5.1
|
|---|
| 163 | Sun, 01 Oct 2023 02:56:29 GMT
|
|---|
| 164 |
|
|---|
| 165 | ### Patches
|
|---|
| 166 |
|
|---|
| 167 | - Fix patch compatibility with ESLint 7 for versions matching <7.12.0
|
|---|
| 168 |
|
|---|
| 169 | ## 1.5.0
|
|---|
| 170 | Tue, 26 Sep 2023 09:30:33 GMT
|
|---|
| 171 |
|
|---|
| 172 | ### Minor changes
|
|---|
| 173 |
|
|---|
| 174 | - Add an optional patch which can be used to allow ESLint to extend configurations from packages that do not have the "eslint-config-" prefix
|
|---|
| 175 |
|
|---|
| 176 | ## 1.4.0
|
|---|
| 177 | Fri, 15 Sep 2023 00:36:58 GMT
|
|---|
| 178 |
|
|---|
| 179 | ### Minor changes
|
|---|
| 180 |
|
|---|
| 181 | - Update @types/node from 14 to 18
|
|---|
| 182 |
|
|---|
| 183 | ## 1.3.3
|
|---|
| 184 | Tue, 08 Aug 2023 07:10:39 GMT
|
|---|
| 185 |
|
|---|
| 186 | ### Patches
|
|---|
| 187 |
|
|---|
| 188 | - Fix patching for running eslint via eslint/use-at-your-own-risk, which VS Code's eslint extension does when enabling flat config support
|
|---|
| 189 |
|
|---|
| 190 | ## 1.3.2
|
|---|
| 191 | Thu, 15 Jun 2023 00:21:01 GMT
|
|---|
| 192 |
|
|---|
| 193 | ### Patches
|
|---|
| 194 |
|
|---|
| 195 | - [eslint-patch] add invalid importer path test to ESLint 7.x || 8.x block
|
|---|
| 196 |
|
|---|
| 197 | ## 1.3.1
|
|---|
| 198 | Wed, 07 Jun 2023 22:45:16 GMT
|
|---|
| 199 |
|
|---|
| 200 | ### Patches
|
|---|
| 201 |
|
|---|
| 202 | - Add test for invalid importer path to fallback to relative path when loading eslint 6 plugins
|
|---|
| 203 |
|
|---|
| 204 | ## 1.3.0
|
|---|
| 205 | Mon, 22 May 2023 06:34:32 GMT
|
|---|
| 206 |
|
|---|
| 207 | ### Minor changes
|
|---|
| 208 |
|
|---|
| 209 | - Upgrade the @typescript-eslint/* dependencies to ~5.59.2
|
|---|
| 210 |
|
|---|
| 211 | ## 1.2.0
|
|---|
| 212 | Thu, 15 Sep 2022 00:18:51 GMT
|
|---|
| 213 |
|
|---|
| 214 | ### Minor changes
|
|---|
| 215 |
|
|---|
| 216 | - Use original resolver if patched resolver fails.
|
|---|
| 217 |
|
|---|
| 218 | ## 1.1.4
|
|---|
| 219 | Tue, 28 Jun 2022 00:23:32 GMT
|
|---|
| 220 |
|
|---|
| 221 | ### Patches
|
|---|
| 222 |
|
|---|
| 223 | - Update the README to mention support for ESLint 8.
|
|---|
| 224 |
|
|---|
| 225 | ## 1.1.3
|
|---|
| 226 | Fri, 15 Apr 2022 00:12:36 GMT
|
|---|
| 227 |
|
|---|
| 228 | ### Patches
|
|---|
| 229 |
|
|---|
| 230 | - Fix an issue where tools could not determine the module type as CommonJS
|
|---|
| 231 |
|
|---|
| 232 | ## 1.1.2
|
|---|
| 233 | Sat, 09 Apr 2022 02:24:26 GMT
|
|---|
| 234 |
|
|---|
| 235 | ### Patches
|
|---|
| 236 |
|
|---|
| 237 | - Rename the "master" branch to "main".
|
|---|
| 238 |
|
|---|
| 239 | ## 1.1.1
|
|---|
| 240 | Tue, 15 Mar 2022 19:15:53 GMT
|
|---|
| 241 |
|
|---|
| 242 | ### Patches
|
|---|
| 243 |
|
|---|
| 244 | - Fix the path in the package.json "directory" field.
|
|---|
| 245 |
|
|---|
| 246 | ## 1.1.0
|
|---|
| 247 | Fri, 05 Nov 2021 15:09:18 GMT
|
|---|
| 248 |
|
|---|
| 249 | ### Minor changes
|
|---|
| 250 |
|
|---|
| 251 | - feat(eslint-patch): Find patch targets independently of disk layout
|
|---|
| 252 |
|
|---|
| 253 | ## 1.0.9
|
|---|
| 254 | Wed, 27 Oct 2021 00:08:15 GMT
|
|---|
| 255 |
|
|---|
| 256 | ### Patches
|
|---|
| 257 |
|
|---|
| 258 | - Update the package.json repository field to include the directory property.
|
|---|
| 259 |
|
|---|
| 260 | ## 1.0.8
|
|---|
| 261 | Wed, 13 Oct 2021 15:09:54 GMT
|
|---|
| 262 |
|
|---|
| 263 | ### Patches
|
|---|
| 264 |
|
|---|
| 265 | - Add support for ESLint 8.0.0
|
|---|
| 266 |
|
|---|
| 267 | ## 1.0.7
|
|---|
| 268 | Thu, 23 Sep 2021 00:10:40 GMT
|
|---|
| 269 |
|
|---|
| 270 | ### Patches
|
|---|
| 271 |
|
|---|
| 272 | - Upgrade the `@types/node` dependency to version to version 12.
|
|---|
| 273 |
|
|---|
| 274 | ## 1.0.6
|
|---|
| 275 | Fri, 30 Oct 2020 00:10:14 GMT
|
|---|
| 276 |
|
|---|
| 277 | ### Patches
|
|---|
| 278 |
|
|---|
| 279 | - Update the "modern-module-resolution" patch to support ESLint 7.8.0 and newer
|
|---|
| 280 |
|
|---|
| 281 | ## 1.0.5
|
|---|
| 282 | Wed, 30 Sep 2020 18:39:17 GMT
|
|---|
| 283 |
|
|---|
| 284 | ### Patches
|
|---|
| 285 |
|
|---|
| 286 | - Update to build with @rushstack/heft-node-rig
|
|---|
| 287 |
|
|---|
| 288 | ## 1.0.4
|
|---|
| 289 | Wed, 30 Sep 2020 06:53:53 GMT
|
|---|
| 290 |
|
|---|
| 291 | ### Patches
|
|---|
| 292 |
|
|---|
| 293 | - Update README.md
|
|---|
| 294 |
|
|---|
| 295 | ## 1.0.3
|
|---|
| 296 | Wed, 12 Aug 2020 00:10:05 GMT
|
|---|
| 297 |
|
|---|
| 298 | ### Patches
|
|---|
| 299 |
|
|---|
| 300 | - Updated project to build with Heft
|
|---|
| 301 |
|
|---|
| 302 | ## 1.0.2
|
|---|
| 303 | Wed, 24 Jun 2020 09:50:48 GMT
|
|---|
| 304 |
|
|---|
| 305 | ### Patches
|
|---|
| 306 |
|
|---|
| 307 | - Fix an issue with the published file set
|
|---|
| 308 |
|
|---|
| 309 | ## 1.0.1
|
|---|
| 310 | Wed, 24 Jun 2020 09:04:28 GMT
|
|---|
| 311 |
|
|---|
| 312 | ### Patches
|
|---|
| 313 |
|
|---|
| 314 | - Initial release
|
|---|
| 315 |
|
|---|