eslint-fix-utils 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -13
  2. package/README.md +5 -7
  3. package/package.json +26 -18
package/CHANGELOG.md CHANGED
@@ -1,43 +1,50 @@
1
1
  # Changelog
2
2
 
3
- # [0.4.0](https://github.com/JoshuaKGoldberg/eslint-fix-utils/compare/0.3.0...0.4.0) (2025-06-12)
3
+ # [0.4.0](https://github.com/michaelfaith/eslint-fix-utils/compare/0.3.0...0.4.0) (2025-06-12)
4
4
 
5
5
  ### Features
6
6
 
7
- - bundle esm-only ([#170](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/170)) ([62e4938](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/62e4938aa6e67db31611e59b6fe19692069a56de)), closes [#167](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/167)
7
+ - bundle esm-only ([#170](https://github.com/michaelfaith/eslint-fix-utils/issues/170)) ([62e4938](https://github.com/michaelfaith/eslint-fix-utils/commit/62e4938aa6e67db31611e59b6fe19692069a56de)), closes [#167](https://github.com/michaelfaith/eslint-fix-utils/issues/167)
8
8
 
9
- # [0.3.0](https://github.com/JoshuaKGoldberg/eslint-fix-utils/compare/0.2.1...0.3.0) (2025-06-11)
9
+ # [0.3.0](https://github.com/michaelfaith/eslint-fix-utils/compare/0.2.1...0.3.0) (2025-06-11)
10
10
 
11
11
  ### Bug Fixes
12
12
 
13
- - bump to create-typescript-app@2 with transitions action ([#79](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/79)) ([0bb023f](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/0bb023f96c18632b1c688d3210ae2567cee4b8e0)), closes [#75](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/75)
13
+ - bump to create-typescript-app@2 with transitions action ([#79](https://github.com/michaelfaith/eslint-fix-utils/issues/79)) ([0bb023f](https://github.com/michaelfaith/eslint-fix-utils/commit/0bb023f96c18632b1c688d3210ae2567cee4b8e0)), closes [#75](https://github.com/michaelfaith/eslint-fix-utils/issues/75)
14
14
 
15
15
  ### Features
16
16
 
17
- - remove support for node 18 ([#169](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/169)) ([1b076be](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/1b076be4533fc4e91e6c7af430ea2c597eb6d87b)), closes [#166](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/166)
17
+ - remove support for node 18 ([#169](https://github.com/michaelfaith/eslint-fix-utils/issues/169)) ([1b076be](https://github.com/michaelfaith/eslint-fix-utils/commit/1b076be4533fc4e91e6c7af430ea2c597eb6d87b)), closes [#166](https://github.com/michaelfaith/eslint-fix-utils/issues/166)
18
18
 
19
- ## [0.4.1](https://github.com/JoshuaKGoldberg/eslint-fix-utils/compare/0.4.0...v0.4.1) (2026-02-01)
19
+ ## [0.4.2](https://github.com/michaelfaith/eslint-fix-utils/compare/v0.4.1...v0.4.2) (2026-03-01)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * update repo references ([#430](https://github.com/michaelfaith/eslint-fix-utils/issues/430)) ([60ee8aa](https://github.com/michaelfaith/eslint-fix-utils/commit/60ee8aab7989ab4f904c7fe98e9169061530de5d))
25
+
26
+ ## [0.4.1](https://github.com/michaelfaith/eslint-fix-utils/compare/0.4.0...v0.4.1) (2026-02-01)
20
27
 
21
28
 
22
29
  ### Features
23
30
 
24
- * add functions for adding a new property to an object ([#399](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/399)) ([47daa1b](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/47daa1be7da85f7939573057c6a649aa35cfdd77))
31
+ * add functions for adding a new property to an object ([#399](https://github.com/michaelfaith/eslint-fix-utils/issues/399)) ([47daa1b](https://github.com/michaelfaith/eslint-fix-utils/commit/47daa1be7da85f7939573057c6a649aa35cfdd77))
25
32
 
26
- ## [0.2.1](https://github.com/JoshuaKGoldberg/eslint-fix-utils/compare/0.2.0...0.2.1) (2025-01-28)
33
+ ## [0.2.1](https://github.com/michaelfaith/eslint-fix-utils/compare/0.2.0...0.2.1) (2025-01-28)
27
34
 
28
35
  ### Bug Fixes
29
36
 
30
- - make `@types/estree` peer dependency optional ([#25](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/25)) ([f6ddd9d](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/f6ddd9d20de032992202d9287be3c7abee4f0d15)), closes [#24](https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues/24)
37
+ - make `@types/estree` peer dependency optional ([#25](https://github.com/michaelfaith/eslint-fix-utils/issues/25)) ([f6ddd9d](https://github.com/michaelfaith/eslint-fix-utils/commit/f6ddd9d20de032992202d9287be3c7abee4f0d15)), closes [#24](https://github.com/michaelfaith/eslint-fix-utils/issues/24)
31
38
 
32
- # [0.2.0](https://github.com/JoshuaKGoldberg/eslint-fix-utils/compare/0.1.0...0.2.0) (2025-01-23)
39
+ # [0.2.0](https://github.com/michaelfaith/eslint-fix-utils/compare/0.1.0...0.2.0) (2025-01-23)
33
40
 
34
41
  ### Features
35
42
 
36
- - empty commit to trigger 0.2.0 ([1658b2d](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/1658b2d849fe9f636f24f154831ad8eeecb5721c))
43
+ - empty commit to trigger 0.2.0 ([1658b2d](https://github.com/michaelfaith/eslint-fix-utils/commit/1658b2d849fe9f636f24f154831ad8eeecb5721c))
37
44
 
38
45
  # 0.1.0 (2025-01-19)
39
46
 
40
47
  ### Features
41
48
 
42
- - initial functionality ✨ ([6bf5c33](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/6bf5c3329eb47c43d38128328fd4501277b3c8ad))
43
- - initialized repo ✨ ([31c7630](https://github.com/JoshuaKGoldberg/eslint-fix-utils/commit/31c7630c769a8a57b9be85247c6546baceae82f2))
49
+ - initial functionality ✨ ([6bf5c33](https://github.com/michaelfaith/eslint-fix-utils/commit/6bf5c3329eb47c43d38128328fd4501277b3c8ad))
50
+ - initialized repo ✨ ([31c7630](https://github.com/michaelfaith/eslint-fix-utils/commit/31c7630c769a8a57b9be85247c6546baceae82f2))
package/README.md CHANGED
@@ -11,9 +11,9 @@
11
11
  <a href="#contributors" target="_blank"><img alt="👪 All Contributors: 3" src="https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-3-21bb42.svg" /></a>
12
12
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
13
13
  <!-- prettier-ignore-end -->
14
- <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
15
- <a href="https://codecov.io/gh/JoshuaKGoldberg/eslint-fix-utils" target="_blank"><img alt="🧪 Coverage" src="https://img.shields.io/codecov/c/github/JoshuaKGoldberg/eslint-fix-utils?label=%F0%9F%A7%AA%20coverage" /></a>
16
- <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg" /></a>
14
+ <a href="https://github.com/michaelfaith/eslint-fix-utils/blob/main/.github/CODE_OF_CONDUCT.md" target="_blank"><img alt="🤝 Code of Conduct: Kept" src="https://img.shields.io/badge/%F0%9F%A4%9D_code_of_conduct-kept-21bb42" /></a>
15
+ <a href="https://codecov.io/gh/michaelfaith/eslint-fix-utils" target="_blank"><img alt="🧪 Coverage" src="https://img.shields.io/codecov/c/github/michaelfaith/eslint-fix-utils?label=%F0%9F%A7%AA%20coverage" /></a>
16
+ <a href="https://github.com/michaelfaith/eslint-fix-utils/blob/main/LICENSE.md" target="_blank"><img alt="📝 License: MIT" src="https://img.shields.io/badge/%F0%9F%93%9D_license-MIT-21bb42.svg" /></a>
17
17
  <a href="http://npmjs.com/package/eslint-fix-utils" target="_blank"><img alt="📦 npm version" src="https://img.shields.io/npm/v/eslint-fix-utils?color=21bb42&label=%F0%9F%93%A6%20npm" /></a>
18
18
  <img alt="💪 TypeScript: Strict" src="https://img.shields.io/badge/%F0%9F%92%AA_typescript-strict-21bb42.svg" />
19
19
  </p>
@@ -222,8 +222,8 @@ Thanks! 🔧
222
222
  <tbody>
223
223
  <tr>
224
224
  <td align="center" valign="top" width="14.28%"><a href="http://azat.io"><img src="https://avatars.githubusercontent.com/u/5698350?v=4?s=100" width="100px;" alt="Azat S."/><br /><sub><b>Azat S.</b></sub></a><br /><a href="#ideas-azat-io" title="Ideas, Planning, & Feedback">🤔</a></td>
225
- <td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Documentation">📖</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a></td>
226
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/michaelfaith"><img src="https://avatars.githubusercontent.com/u/8071845?v=4?s=100" width="100px;" alt="michael faith"/><br /><sub><b>michael faith</b></sub></a><br /><a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=michaelfaith" title="Code">💻</a> <a href="#content-michaelfaith" title="Content">🖋</a> <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=michaelfaith" title="Documentation">📖</a> <a href="#ideas-michaelfaith" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-michaelfaith" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-michaelfaith" title="Maintenance">🚧</a> <a href="#projectManagement-michaelfaith" title="Project Management">📆</a> <a href="https://github.com/JoshuaKGoldberg/eslint-fix-utils/commits?author=michaelfaith" title="Tests">⚠️</a> <a href="#tool-michaelfaith" title="Tools">🔧</a></td>
225
+ <td align="center" valign="top" width="14.28%"><a href="http://www.joshuakgoldberg.com/"><img src="https://avatars.githubusercontent.com/u/3335181?v=4?s=100" width="100px;" alt="Josh Goldberg ✨"/><br /><sub><b>Josh Goldberg ✨</b></sub></a><br /><a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Code">💻</a> <a href="#content-JoshuaKGoldberg" title="Content">🖋</a> <a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Documentation">📖</a> <a href="#ideas-JoshuaKGoldberg" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-JoshuaKGoldberg" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-JoshuaKGoldberg" title="Maintenance">🚧</a> <a href="#projectManagement-JoshuaKGoldberg" title="Project Management">📆</a> <a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=JoshuaKGoldberg" title="Tests">⚠️</a> <a href="#tool-JoshuaKGoldberg" title="Tools">🔧</a> <a href="https://github.com/michaelfaith/eslint-fix-utils/issues?q=author%3AJoshuaKGoldberg" title="Bug reports">🐛</a></td>
226
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/michaelfaith"><img src="https://avatars.githubusercontent.com/u/8071845?v=4?s=100" width="100px;" alt="michael faith"/><br /><sub><b>michael faith</b></sub></a><br /><a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=michaelfaith" title="Code">💻</a> <a href="#content-michaelfaith" title="Content">🖋</a> <a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=michaelfaith" title="Documentation">📖</a> <a href="#ideas-michaelfaith" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-michaelfaith" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-michaelfaith" title="Maintenance">🚧</a> <a href="#projectManagement-michaelfaith" title="Project Management">📆</a> <a href="https://github.com/michaelfaith/eslint-fix-utils/commits?author=michaelfaith" title="Tests">⚠️</a> <a href="#tool-michaelfaith" title="Tools">🔧</a></td>
227
227
  </tr>
228
228
  </tbody>
229
229
  </table>
@@ -233,5 +233,3 @@ Thanks! 🔧
233
233
 
234
234
  <!-- ALL-CONTRIBUTORS-LIST:END -->
235
235
  <!-- spellchecker: enable -->
236
-
237
- > 💝 This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app) using the [Bingo engine](https://create.bingo).
package/package.json CHANGED
@@ -1,16 +1,24 @@
1
1
  {
2
2
  "name": "eslint-fix-utils",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Utilities for ESLint rule fixers and suggestions. 🧑‍🔧",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/JoshuaKGoldberg/eslint-fix-utils.git"
7
+ "url": "git+https://github.com/michaelfaith/eslint-fix-utils.git"
8
8
  },
9
9
  "license": "MIT",
10
- "author": {
11
- "name": "Josh Goldberg ✨",
12
- "email": "npm@joshuakgoldberg.com"
13
- },
10
+ "contributors": [
11
+ {
12
+ "name": "JoshuaKGoldberg",
13
+ "email": "npm@joshuakgoldberg.com",
14
+ "url": "https://joshuakgoldberg.com"
15
+ },
16
+ {
17
+ "name": "michael faith",
18
+ "email": "michaelfaith@users.noreply.github.com",
19
+ "url": "https://michael.faith"
20
+ }
21
+ ],
14
22
  "sideEffects": false,
15
23
  "type": "module",
16
24
  "exports": {
@@ -31,23 +39,23 @@
31
39
  },
32
40
  "devDependencies": {
33
41
  "@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
34
- "@eslint/js": "9.39.0",
42
+ "@eslint/js": "10.0.1",
35
43
  "@types/estree": "1.0.6",
36
44
  "@types/node": "24.10.0",
37
45
  "@vitest/coverage-v8": "4.0.15",
38
- "@vitest/eslint-plugin": "1.6.1",
46
+ "@vitest/eslint-plugin": "1.6.9",
39
47
  "console-fail-test": "0.6.1",
40
- "cspell": "9.6.0",
41
- "eslint": "9.39.0",
42
- "eslint-plugin-jsdoc": "62.4.0",
43
- "eslint-plugin-jsonc": "2.21.0",
44
- "eslint-plugin-n": "17.23.1",
45
- "eslint-plugin-package-json": "0.88.1",
46
- "eslint-plugin-perfectionist": "5.4.0",
48
+ "cspell": "9.7.0",
49
+ "eslint": "10.0.0",
50
+ "eslint-plugin-jsdoc": "62.7.0",
51
+ "eslint-plugin-jsonc": "3.1.0",
52
+ "eslint-plugin-n": "17.24.0",
53
+ "eslint-plugin-package-json": "0.89.0",
54
+ "eslint-plugin-perfectionist": "5.6.0",
47
55
  "eslint-plugin-regexp": "3.0.0",
48
- "eslint-plugin-yml": "3.0.0",
56
+ "eslint-plugin-yml": "3.3.0",
49
57
  "husky": "9.1.7",
50
- "knip": "5.82.1",
58
+ "knip": "5.85.0",
51
59
  "lint-staged": "16.2.0",
52
60
  "markdownlint": "0.40.0",
53
61
  "markdownlint-cli": "0.47.0",
@@ -57,7 +65,7 @@
57
65
  "prettier-plugin-sh": "0.18.0",
58
66
  "tsdown": "0.20.0",
59
67
  "typescript": "5.9.2",
60
- "typescript-eslint": "8.54.0",
68
+ "typescript-eslint": "8.56.0",
61
69
  "vitest": "4.0.15"
62
70
  },
63
71
  "peerDependencies": {