This log was last generated on Wed, 14 Aug 2024 22:37:32 GMT and should not be manually modified.
Wed, 14 Aug 2024 22:37:32 GMT
- Add 4 new ESLint rules: "@rushstack/no-backslash-imports", used to prevent backslashes in import and require statements; "@rushstack/no-external-local-imports", used to prevent referencing external depedencies in import and require statements; "@rushstack/no-transitive-dependency-imports", used to prevent referencing transitive dependencies (ie. dependencies of dependencies) in import and require statements; and "@rushstack/normalized-imports", used to ensure that the most direct path to a dependency is provided in import and require statements
Sat, 27 Jul 2024 00:10:27 GMT
- Include CHANGELOG.md in published releases again
Sat, 17 Feb 2024 06:24:34 GMT
- Fix broken link to API documentation
Wed, 07 Feb 2024 01:11:18 GMT
- Allow using
as const
intypedef-var
Tue, 16 Jan 2024 18:30:10 GMT
- Add support for TypeScript 5.3 with @typescript-eslint 6.19.x
Tue, 26 Sep 2023 09:30:33 GMT
Version update only
Fri, 15 Sep 2023 00:36:58 GMT
- Update @types/node from 14 to 18
Mon, 22 May 2023 06:34:32 GMT
- Upgrade the @typescript-eslint/* dependencies to ~5.59.2
Thu, 29 Sep 2022 07:13:06 GMT
- Upgraded @typescript-eslint dependencies to 5.30.x to enable support for TypeScript 4.8
Wed, 03 Aug 2022 18:40:35 GMT
- Upgrade TypeScript dependency to 4.7
Fri, 17 Jun 2022 00:16:18 GMT
Version update only
Sat, 23 Apr 2022 02:13:06 GMT
- Add support for TypeScript 4.6
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.
Mon, 06 Dec 2021 16:08:32 GMT
- Add support for ESLint v8
Wed, 27 Oct 2021 00:08:15 GMT
- Update the package.json repository field to include the directory property.
Thu, 07 Oct 2021 07:13:35 GMT
- Update typescript-eslint to add support for TypeScript 4.4.
Thu, 23 Sep 2021 00:10:40 GMT
- Upgrade the
@types/node
dependency to version to version 12.
Mon, 12 Jul 2021 23:08:26 GMT
- Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)
Tue, 06 Apr 2021 15:14:22 GMT
- Fix unlisted dependency on @typescript-eslint/experimental-utils
Wed, 30 Sep 2020 18:39:17 GMT
- Update to build with @rushstack/heft-node-rig
Wed, 30 Sep 2020 06:53:53 GMT
- Include missing "License" field.
- Update README.md
Tue, 22 Sep 2020 01:45:31 GMT
- Add a new rule "@rushstack/typedef-var" which supplements "@typescript-eslint/typedef" by enabling a special policy for local variables
Sat, 19 Sep 2020 04:37:26 GMT
- Add missing dependency
Sat, 19 Sep 2020 03:33:06 GMT
- Extract the pattern matcher into the new "@rushstack/tree-pattern" package
Thu, 27 Aug 2020 11:27:06 GMT
- Revise the "@rushstack/hoist-jest-mock" rule to allow some common Jest coding practices that are not problematic
Mon, 24 Aug 2020 07:35:20 GMT
- Add new rule @rushstack/hoist-jest-mock
Sat, 22 Aug 2020 05:55:42 GMT
- Add a new rule "@rushstack/no-new-null" that will replace "@rushstack/no-null"
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
- Upgrade to ESLint 7
Wed, 18 Mar 2020 15:07:47 GMT
- Upgrade cyclic dependencies
Sun, 19 Jan 2020 02:26:53 GMT
- Upgrade Node typings to Node 10
Fri, 17 Jan 2020 01:08:23 GMT
- Allow null in == and != conditionals for no-null eslint rule
Thu, 09 Jan 2020 06:44:12 GMT
- Add new rule
@rushstack/no-untyped-underscore
Wed, 08 Jan 2020 00:11:31 GMT
- Initial release