This log was last generated on Sat, 27 Jul 2024 00:10:27 GMT and should not be manually modified.
Sat, 27 Jul 2024 00:10:27 GMT
- Include CHANGELOG.md in published releases again
Fri, 17 May 2024 00:10:40 GMT
- [eslint-patch] Allow use of ESLint v9
Wed, 10 Apr 2024 21:59:39 GMT
- Bump maximum supported ESLint version for the bulk-suppressions tool to
8.57.0
.
Fri, 29 Mar 2024 05:46:41 GMT
- Fix an issue where the
eslint-bulk prune
command would crash if a bulk suppressions file exists that speicifies no suppressions. - Exit with success under normal conditions.
Thu, 28 Mar 2024 18:11:12 GMT
- Delete the
.eslint-bulk-suppressions.json
file during pruning if all suppressions have been eliminated.
- Fix an issue with running
eslint-bulk prune
in a project with suppressions that refer to deleted files.
Wed, 27 Mar 2024 19:47:21 GMT
- Fix an issue where
eslint-bulk prune
does not work if there are no files to lint in the project root.
Wed, 20 Mar 2024 02:09:14 GMT
- Refactor the bulk-suppressions feature to fix some performance issues.
- Fix an issue where linting issues that were already suppressed via suppression comments were recorded in the bulk suppressions list.
Thu, 25 Jan 2024 23:03:57 GMT
- Some minor documentation updates
Wed, 24 Jan 2024 07:38:34 GMT
- Update documentation
Tue, 16 Jan 2024 18:30:10 GMT
- Add support for TypeScript 5.3 with @typescript-eslint 6.19.x
Fri, 15 Dec 2023 01:10:06 GMT
- Fix bulk suppression patch's eslintrc detection in polyrepos
Wed, 22 Nov 2023 01:45:18 GMT
- Add an experimental new feature for ESLint bulk suppressions; for details see GitHub #4303
Sun, 01 Oct 2023 02:56:29 GMT
- Fix patch compatibility with ESLint 7 for versions matching <7.12.0
Tue, 26 Sep 2023 09:30:33 GMT
- Add an optional patch which can be used to allow ESLint to extend configurations from packages that do not have the "eslint-config-" prefix
Fri, 15 Sep 2023 00:36:58 GMT
- Update @types/node from 14 to 18
Tue, 08 Aug 2023 07:10:39 GMT
- Fix patching for running eslint via eslint/use-at-your-own-risk, which VS Code's eslint extension does when enabling flat config support
Thu, 15 Jun 2023 00:21:01 GMT
- [eslint-patch] add invalid importer path test to ESLint 7.x || 8.x block
Wed, 07 Jun 2023 22:45:16 GMT
- Add test for invalid importer path to fallback to relative path when loading eslint 6 plugins
Mon, 22 May 2023 06:34:32 GMT
- Upgrade the @typescript-eslint/* dependencies to ~5.59.2
Thu, 15 Sep 2022 00:18:51 GMT
- Use original resolver if patched resolver fails.
Tue, 28 Jun 2022 00:23:32 GMT
- Update the README to mention support for ESLint 8.
Fri, 15 Apr 2022 00:12:36 GMT
- Fix an issue where tools could not determine the module type as CommonJS
Sat, 09 Apr 2022 02:24:26 GMT
- Rename the "master" branch to "main".
Tue, 15 Mar 2022 19:15:53 GMT
- Fix the path in the package.json "directory" field.
Fri, 05 Nov 2021 15:09:18 GMT
- feat(eslint-patch): Find patch targets independently of disk layout
Wed, 27 Oct 2021 00:08:15 GMT
- Update the package.json repository field to include the directory property.
Wed, 13 Oct 2021 15:09:54 GMT
- Add support for ESLint 8.0.0
Thu, 23 Sep 2021 00:10:40 GMT
- Upgrade the
@types/node
dependency to version to version 12.
Fri, 30 Oct 2020 00:10:14 GMT
- Update the "modern-module-resolution" patch to support ESLint 7.8.0 and newer
Wed, 30 Sep 2020 18:39:17 GMT
- Update to build with @rushstack/heft-node-rig
Wed, 30 Sep 2020 06:53:53 GMT
- Update README.md
Wed, 12 Aug 2020 00:10:05 GMT
- Updated project to build with Heft
Wed, 24 Jun 2020 09:50:48 GMT
- Fix an issue with the published file set
Wed, 24 Jun 2020 09:04:28 GMT
- Initial release