CHANGELOG.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. {
  2. "name": "@rushstack/eslint-patch",
  3. "entries": [
  4. {
  5. "version": "1.12.0",
  6. "tag": "@rushstack/eslint-patch_v1.12.0",
  7. "date": "Thu, 26 Jun 2025 18:57:04 GMT",
  8. "comments": {
  9. "minor": [
  10. {
  11. "comment": "Update for compatibility with ESLint 9"
  12. }
  13. ]
  14. }
  15. },
  16. {
  17. "version": "1.11.0",
  18. "tag": "@rushstack/eslint-patch_v1.11.0",
  19. "date": "Tue, 11 Mar 2025 02:12:33 GMT",
  20. "comments": {
  21. "minor": [
  22. {
  23. "comment": "Bump the `@typescript-eslint/*` packages to add support for TypeScript 5.8."
  24. }
  25. ]
  26. }
  27. },
  28. {
  29. "version": "1.10.5",
  30. "tag": "@rushstack/eslint-patch_v1.10.5",
  31. "date": "Tue, 07 Jan 2025 16:11:06 GMT",
  32. "comments": {
  33. "patch": [
  34. {
  35. "comment": "Fix a performance issue when locating \".eslint-bulk-suppressions.json\"."
  36. }
  37. ]
  38. }
  39. },
  40. {
  41. "version": "1.10.4",
  42. "tag": "@rushstack/eslint-patch_v1.10.4",
  43. "date": "Sat, 27 Jul 2024 00:10:27 GMT",
  44. "comments": {
  45. "patch": [
  46. {
  47. "comment": "Include CHANGELOG.md in published releases again"
  48. }
  49. ]
  50. }
  51. },
  52. {
  53. "version": "1.10.3",
  54. "tag": "@rushstack/eslint-patch_v1.10.3",
  55. "date": "Fri, 17 May 2024 00:10:40 GMT",
  56. "comments": {
  57. "patch": [
  58. {
  59. "comment": "[eslint-patch] Allow use of ESLint v9"
  60. }
  61. ]
  62. }
  63. },
  64. {
  65. "version": "1.10.2",
  66. "tag": "@rushstack/eslint-patch_v1.10.2",
  67. "date": "Wed, 10 Apr 2024 21:59:39 GMT",
  68. "comments": {
  69. "patch": [
  70. {
  71. "comment": "Bump maximum supported ESLint version for the bulk-suppressions tool to `8.57.0`."
  72. }
  73. ]
  74. }
  75. },
  76. {
  77. "version": "1.10.1",
  78. "tag": "@rushstack/eslint-patch_v1.10.1",
  79. "date": "Fri, 29 Mar 2024 05:46:41 GMT",
  80. "comments": {
  81. "patch": [
  82. {
  83. "comment": "Fix an issue where the `eslint-bulk prune` command would crash if a bulk suppressions file exists that speicifies no suppressions."
  84. },
  85. {
  86. "comment": "Exit with success under normal conditions."
  87. }
  88. ]
  89. }
  90. },
  91. {
  92. "version": "1.10.0",
  93. "tag": "@rushstack/eslint-patch_v1.10.0",
  94. "date": "Thu, 28 Mar 2024 18:11:12 GMT",
  95. "comments": {
  96. "patch": [
  97. {
  98. "comment": "Fix an issue with running `eslint-bulk prune` in a project with suppressions that refer to deleted files."
  99. }
  100. ],
  101. "minor": [
  102. {
  103. "comment": "Delete the `.eslint-bulk-suppressions.json` file during pruning if all suppressions have been eliminated."
  104. }
  105. ]
  106. }
  107. },
  108. {
  109. "version": "1.9.0",
  110. "tag": "@rushstack/eslint-patch_v1.9.0",
  111. "date": "Wed, 27 Mar 2024 19:47:21 GMT",
  112. "comments": {
  113. "minor": [
  114. {
  115. "comment": "Fix an issue where `eslint-bulk prune` does not work if there are no files to lint in the project root."
  116. }
  117. ]
  118. }
  119. },
  120. {
  121. "version": "1.8.0",
  122. "tag": "@rushstack/eslint-patch_v1.8.0",
  123. "date": "Wed, 20 Mar 2024 02:09:14 GMT",
  124. "comments": {
  125. "minor": [
  126. {
  127. "comment": "Refactor the bulk-suppressions feature to fix some performance issues."
  128. }
  129. ],
  130. "patch": [
  131. {
  132. "comment": "Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list."
  133. }
  134. ]
  135. }
  136. },
  137. {
  138. "version": "1.7.2",
  139. "tag": "@rushstack/eslint-patch_v1.7.2",
  140. "date": "Thu, 25 Jan 2024 23:03:57 GMT",
  141. "comments": {
  142. "patch": [
  143. {
  144. "comment": "Some minor documentation updates"
  145. }
  146. ]
  147. }
  148. },
  149. {
  150. "version": "1.7.1",
  151. "tag": "@rushstack/eslint-patch_v1.7.1",
  152. "date": "Wed, 24 Jan 2024 07:38:34 GMT",
  153. "comments": {
  154. "patch": [
  155. {
  156. "comment": "Update documentation"
  157. }
  158. ]
  159. }
  160. },
  161. {
  162. "version": "1.7.0",
  163. "tag": "@rushstack/eslint-patch_v1.7.0",
  164. "date": "Tue, 16 Jan 2024 18:30:10 GMT",
  165. "comments": {
  166. "minor": [
  167. {
  168. "comment": "Add support for TypeScript 5.3 with @typescript-eslint 6.19.x"
  169. }
  170. ]
  171. }
  172. },
  173. {
  174. "version": "1.6.1",
  175. "tag": "@rushstack/eslint-patch_v1.6.1",
  176. "date": "Fri, 15 Dec 2023 01:10:06 GMT",
  177. "comments": {
  178. "patch": [
  179. {
  180. "comment": "Fix bulk suppression patch's eslintrc detection in polyrepos"
  181. }
  182. ]
  183. }
  184. },
  185. {
  186. "version": "1.6.0",
  187. "tag": "@rushstack/eslint-patch_v1.6.0",
  188. "date": "Wed, 22 Nov 2023 01:45:18 GMT",
  189. "comments": {
  190. "minor": [
  191. {
  192. "comment": "Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303"
  193. }
  194. ]
  195. }
  196. },
  197. {
  198. "version": "1.5.1",
  199. "tag": "@rushstack/eslint-patch_v1.5.1",
  200. "date": "Sun, 01 Oct 2023 02:56:29 GMT",
  201. "comments": {
  202. "patch": [
  203. {
  204. "comment": "Fix patch compatibility with ESLint 7 for versions matching <7.12.0"
  205. }
  206. ]
  207. }
  208. },
  209. {
  210. "version": "1.5.0",
  211. "tag": "@rushstack/eslint-patch_v1.5.0",
  212. "date": "Tue, 26 Sep 2023 09:30:33 GMT",
  213. "comments": {
  214. "minor": [
  215. {
  216. "comment": "Add an optional patch which can be used to allow ESLint to extend configurations from packages that do not have the \"eslint-config-\" prefix"
  217. }
  218. ]
  219. }
  220. },
  221. {
  222. "version": "1.4.0",
  223. "tag": "@rushstack/eslint-patch_v1.4.0",
  224. "date": "Fri, 15 Sep 2023 00:36:58 GMT",
  225. "comments": {
  226. "minor": [
  227. {
  228. "comment": "Update @types/node from 14 to 18"
  229. }
  230. ]
  231. }
  232. },
  233. {
  234. "version": "1.3.3",
  235. "tag": "@rushstack/eslint-patch_v1.3.3",
  236. "date": "Tue, 08 Aug 2023 07:10:39 GMT",
  237. "comments": {
  238. "patch": [
  239. {
  240. "comment": "Fix patching for running eslint via eslint/use-at-your-own-risk, which VS Code's eslint extension does when enabling flat config support"
  241. }
  242. ]
  243. }
  244. },
  245. {
  246. "version": "1.3.2",
  247. "tag": "@rushstack/eslint-patch_v1.3.2",
  248. "date": "Thu, 15 Jun 2023 00:21:01 GMT",
  249. "comments": {
  250. "patch": [
  251. {
  252. "comment": "[eslint-patch] add invalid importer path test to ESLint 7.x || 8.x block"
  253. }
  254. ]
  255. }
  256. },
  257. {
  258. "version": "1.3.1",
  259. "tag": "@rushstack/eslint-patch_v1.3.1",
  260. "date": "Wed, 07 Jun 2023 22:45:16 GMT",
  261. "comments": {
  262. "patch": [
  263. {
  264. "comment": "Add test for invalid importer path to fallback to relative path when loading eslint 6 plugins"
  265. }
  266. ]
  267. }
  268. },
  269. {
  270. "version": "1.3.0",
  271. "tag": "@rushstack/eslint-patch_v1.3.0",
  272. "date": "Mon, 22 May 2023 06:34:32 GMT",
  273. "comments": {
  274. "minor": [
  275. {
  276. "comment": "Upgrade the @typescript-eslint/* dependencies to ~5.59.2"
  277. }
  278. ]
  279. }
  280. },
  281. {
  282. "version": "1.2.0",
  283. "tag": "@rushstack/eslint-patch_v1.2.0",
  284. "date": "Thu, 15 Sep 2022 00:18:51 GMT",
  285. "comments": {
  286. "minor": [
  287. {
  288. "comment": "Use original resolver if patched resolver fails."
  289. }
  290. ]
  291. }
  292. },
  293. {
  294. "version": "1.1.4",
  295. "tag": "@rushstack/eslint-patch_v1.1.4",
  296. "date": "Tue, 28 Jun 2022 00:23:32 GMT",
  297. "comments": {
  298. "patch": [
  299. {
  300. "comment": "Update the README to mention support for ESLint 8."
  301. }
  302. ]
  303. }
  304. },
  305. {
  306. "version": "1.1.3",
  307. "tag": "@rushstack/eslint-patch_v1.1.3",
  308. "date": "Fri, 15 Apr 2022 00:12:36 GMT",
  309. "comments": {
  310. "patch": [
  311. {
  312. "comment": "Fix an issue where tools could not determine the module type as CommonJS"
  313. }
  314. ]
  315. }
  316. },
  317. {
  318. "version": "1.1.2",
  319. "tag": "@rushstack/eslint-patch_v1.1.2",
  320. "date": "Sat, 09 Apr 2022 02:24:26 GMT",
  321. "comments": {
  322. "patch": [
  323. {
  324. "comment": "Rename the \"master\" branch to \"main\"."
  325. }
  326. ]
  327. }
  328. },
  329. {
  330. "version": "1.1.1",
  331. "tag": "@rushstack/eslint-patch_v1.1.1",
  332. "date": "Tue, 15 Mar 2022 19:15:53 GMT",
  333. "comments": {
  334. "patch": [
  335. {
  336. "comment": "Fix the path in the package.json \"directory\" field."
  337. }
  338. ]
  339. }
  340. },
  341. {
  342. "version": "1.1.0",
  343. "tag": "@rushstack/eslint-patch_v1.1.0",
  344. "date": "Fri, 05 Nov 2021 15:09:18 GMT",
  345. "comments": {
  346. "minor": [
  347. {
  348. "comment": "feat(eslint-patch): Find patch targets independently of disk layout"
  349. }
  350. ]
  351. }
  352. },
  353. {
  354. "version": "1.0.9",
  355. "tag": "@rushstack/eslint-patch_v1.0.9",
  356. "date": "Wed, 27 Oct 2021 00:08:15 GMT",
  357. "comments": {
  358. "patch": [
  359. {
  360. "comment": "Update the package.json repository field to include the directory property."
  361. }
  362. ]
  363. }
  364. },
  365. {
  366. "version": "1.0.8",
  367. "tag": "@rushstack/eslint-patch_v1.0.8",
  368. "date": "Wed, 13 Oct 2021 15:09:54 GMT",
  369. "comments": {
  370. "patch": [
  371. {
  372. "comment": "Add support for ESLint 8.0.0"
  373. }
  374. ]
  375. }
  376. },
  377. {
  378. "version": "1.0.7",
  379. "tag": "@rushstack/eslint-patch_v1.0.7",
  380. "date": "Thu, 23 Sep 2021 00:10:40 GMT",
  381. "comments": {
  382. "patch": [
  383. {
  384. "comment": "Upgrade the `@types/node` dependency to version to version 12."
  385. }
  386. ]
  387. }
  388. },
  389. {
  390. "version": "1.0.6",
  391. "tag": "@rushstack/eslint-patch_v1.0.6",
  392. "date": "Fri, 30 Oct 2020 00:10:14 GMT",
  393. "comments": {
  394. "patch": [
  395. {
  396. "comment": "Update the \"modern-module-resolution\" patch to support ESLint 7.8.0 and newer"
  397. }
  398. ]
  399. }
  400. },
  401. {
  402. "version": "1.0.5",
  403. "tag": "@rushstack/eslint-patch_v1.0.5",
  404. "date": "Wed, 30 Sep 2020 18:39:17 GMT",
  405. "comments": {
  406. "patch": [
  407. {
  408. "comment": "Update to build with @rushstack/heft-node-rig"
  409. }
  410. ]
  411. }
  412. },
  413. {
  414. "version": "1.0.4",
  415. "tag": "@rushstack/eslint-patch_v1.0.4",
  416. "date": "Wed, 30 Sep 2020 06:53:53 GMT",
  417. "comments": {
  418. "patch": [
  419. {
  420. "comment": "Update README.md"
  421. }
  422. ]
  423. }
  424. },
  425. {
  426. "version": "1.0.3",
  427. "tag": "@rushstack/eslint-patch_v1.0.3",
  428. "date": "Wed, 12 Aug 2020 00:10:05 GMT",
  429. "comments": {
  430. "patch": [
  431. {
  432. "comment": "Updated project to build with Heft"
  433. }
  434. ]
  435. }
  436. },
  437. {
  438. "version": "1.0.2",
  439. "tag": "@rushstack/eslint-patch_v1.0.2",
  440. "date": "Wed, 24 Jun 2020 09:50:48 GMT",
  441. "comments": {
  442. "patch": [
  443. {
  444. "comment": "Fix an issue with the published file set"
  445. }
  446. ]
  447. }
  448. },
  449. {
  450. "version": "1.0.1",
  451. "tag": "@rushstack/eslint-patch_v1.0.1",
  452. "date": "Wed, 24 Jun 2020 09:04:28 GMT",
  453. "comments": {
  454. "patch": [
  455. {
  456. "comment": "Initial release"
  457. }
  458. ]
  459. }
  460. }
  461. ]
  462. }