source: frontend/node_modules/@rushstack/eslint-patch/CHANGELOG.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

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