eslint-plugin-package-json 0.89.2 → 0.89.4

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.
package/CHANGELOG.md CHANGED
@@ -1,899 +1,921 @@
1
1
  # Changelog
2
2
 
3
- ## [0.89.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
3
+ ## [0.89.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.3...v0.89.4) (2026-03-07)
4
4
 
5
5
 
6
6
  ### 🚀 Features
7
7
 
8
- * enable `ignorePrivate` on more `require-` rules ([#1607](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1607)) ([4004220](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/40042206b40315bdc5b893755d28834a3247db16))
8
+ * add `require-main` rule ([#1631](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1631)) ([f3ea3e6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f3ea3e6ad7de445449ccfab8fb2472b382b600d5))
9
+ * add `require-os` rule ([#1632](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1632)) ([9b5e25d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9b5e25dad3d2e5af5882d706d52bce99de0f63b5))
10
+ * add `require-private` rule ([#1630](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1630)) ([770cc51](https://github.com/michaelfaith/eslint-plugin-package-json/commit/770cc51bdfe93782ae67ddb3183250c0afe33a3d))
11
+ * add `require-publishConfig` rule ([#1629](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1629)) ([ebc187a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ebc187ae5bde43c7b1f3f27eadfdeea2e67917a9))
12
+
13
+ ## [0.89.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.2...v0.89.3) (2026-03-04)
14
+
15
+
16
+ ### 🚀 Features
17
+
18
+ * add `require-packageManager` rule ([#1620](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1620)) ([7626cd9](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7626cd9814cad3bcb1285e37e83af05fb0c067e5))
19
+
20
+
21
+ ### 🩹 Bug Fixes
22
+
23
+ * update repo references ([#1613](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1613)) ([b382fc1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b382fc11eef19cddc4e1f46861752cc831cd29b8))
24
+
25
+ ## [0.89.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
26
+
27
+
28
+ ### 🚀 Features
29
+
30
+ * enable `ignorePrivate` on more `require-` rules ([#1607](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1607)) ([4004220](https://github.com/michaelfaith/eslint-plugin-package-json/commit/40042206b40315bdc5b893755d28834a3247db16))
9
31
 
10
32
 
11
33
  ### 🩹 Bug Fixes
12
34
 
13
- * **deps:** update `package-json-validator` to 1.0.1 ([#1599](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1599)) ([8550731](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/85507312bd6fe0d8a62f1e978bb27cac9abf8489))
35
+ * **deps:** update `package-json-validator` to 1.0.1 ([#1599](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1599)) ([8550731](https://github.com/michaelfaith/eslint-plugin-package-json/commit/85507312bd6fe0d8a62f1e978bb27cac9abf8489))
14
36
 
15
- ## [0.89.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.89.0...v0.89.1) (2026-02-22)
37
+ ## [0.89.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.0...v0.89.1) (2026-02-22)
16
38
 
17
39
 
18
40
  ### 🚀 Features
19
41
 
20
- * add support for jsonc-eslint-parser v3 ([#1590](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1590)) ([dd1b959](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/dd1b9598d2c94f79a8d5404afda6e565869fe8f0))
42
+ * add support for jsonc-eslint-parser v3 ([#1590](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1590)) ([dd1b959](https://github.com/michaelfaith/eslint-plugin-package-json/commit/dd1b9598d2c94f79a8d5404afda6e565869fe8f0))
21
43
 
22
- ## [0.89.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.3...v0.89.0) (2026-02-20)
44
+ ## [0.89.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.3...v0.89.0) (2026-02-20)
23
45
 
24
46
 
25
47
  ### ⚠ BREAKING CHANGES
26
48
 
27
- * move the `publishable` require rules to `recommended` ([#1565](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1565))
49
+ * move the `publishable` require rules to `recommended` ([#1565](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1565))
28
50
 
29
51
  ### 🚀 Features
30
52
 
31
- * add support for eslint v10 ([#1554](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1554)) ([27ca725](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/27ca725ac5418f5b4076a5890876bd51e3e90d34))
32
- * move the `publishable` require rules to `recommended` ([#1565](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1565)) ([37231d3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/37231d321aff449912b6013b8d6ead78caff3695))
53
+ * add support for eslint v10 ([#1554](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1554)) ([27ca725](https://github.com/michaelfaith/eslint-plugin-package-json/commit/27ca725ac5418f5b4076a5890876bd51e3e90d34))
54
+ * move the `publishable` require rules to `recommended` ([#1565](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1565)) ([37231d3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/37231d321aff449912b6013b8d6ead78caff3695))
33
55
 
34
- ## [0.88.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.2...v0.88.3) (2026-02-16)
56
+ ## [0.88.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.2...v0.88.3) (2026-02-16)
35
57
 
36
58
 
37
59
  ### 🚀 Features
38
60
 
39
- * **require-attribution:** add `ignorePrivate` option ([#1566](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1566)) ([629a8ab](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/629a8abf2a51eb9d2dc4e6204c9159a8c8c23675))
61
+ * **require-attribution:** add `ignorePrivate` option ([#1566](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1566)) ([629a8ab](https://github.com/michaelfaith/eslint-plugin-package-json/commit/629a8abf2a51eb9d2dc4e6204c9159a8c8c23675))
40
62
 
41
- ## [0.88.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
63
+ ## [0.88.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
42
64
 
43
65
 
44
66
  ### Features
45
67
 
46
- * **require-type:** add auto-fix ([#1534](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1534)) ([c8e44e4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/c8e44e472ac94fc61e0f79e00e4ac2f371718d38))
68
+ * **require-type:** add auto-fix ([#1534](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1534)) ([c8e44e4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c8e44e472ac94fc61e0f79e00e4ac2f371718d38))
47
69
 
48
70
 
49
71
  ### Bug Fixes
50
72
 
51
- * **deps:** update dependency package-json-validator to ~0.60.0 ([#1513](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1513)) ([5b300b6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5b300b64c52c233b5835b1fda1815551ac0f77b6))
73
+ * **deps:** update dependency package-json-validator to ~0.60.0 ([#1513](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1513)) ([5b300b6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5b300b64c52c233b5835b1fda1815551ac0f77b6))
52
74
 
53
- ## [0.88.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
75
+ ## [0.88.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
54
76
 
55
77
 
56
78
  ### Features
57
79
 
58
- * add require-scripts rule ([#1505](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1505)) ([f326161](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/f326161f63a812c5a3c92a914d17d9ef6fc5dbd2))
80
+ * add require-scripts rule ([#1505](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1505)) ([f326161](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f326161f63a812c5a3c92a914d17d9ef6fc5dbd2))
59
81
 
60
- ## [0.88.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.87.1...v0.88.0) (2026-01-04)
82
+ ## [0.88.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.1...v0.88.0) (2026-01-04)
61
83
 
62
84
 
63
85
  ### ⚠ BREAKING CHANGES
64
86
 
65
- * add require-repository rule ([#1491](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1491))
87
+ * add require-repository rule ([#1491](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1491))
66
88
 
67
89
  ### Features
68
90
 
69
- * add require-repository rule ([#1491](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1491)) ([4d802c5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4d802c577713a8056c02543faa902b49b3a4950a))
91
+ * add require-repository rule ([#1491](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1491)) ([4d802c5](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4d802c577713a8056c02543faa902b49b3a4950a))
70
92
 
71
93
 
72
94
  ### Bug Fixes
73
95
 
74
- * **repository-shorthand:** support repo provider prefix ([#1472](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1472)) ([fb5f10a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/fb5f10a55078eb9aaeefca690275f67ab136592e))
75
- * **valid-repository:** support dashes and dots in repo shorthand ([#1468](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1468)) ([8b83678](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/8b83678666f3a0303ac40fadd916faf1ba94020b))
96
+ * **repository-shorthand:** support repo provider prefix ([#1472](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1472)) ([fb5f10a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/fb5f10a55078eb9aaeefca690275f67ab136592e))
97
+ * **valid-repository:** support dashes and dots in repo shorthand ([#1468](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1468)) ([8b83678](https://github.com/michaelfaith/eslint-plugin-package-json/commit/8b83678666f3a0303ac40fadd916faf1ba94020b))
76
98
 
77
- ## [0.87.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.87.0...v0.87.1) (2025-12-31)
99
+ ## [0.87.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.0...v0.87.1) (2025-12-31)
78
100
 
79
101
 
80
102
  ### Features
81
103
 
82
- * add require-homepage rule ([#1480](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1480)) ([0d895ff](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0d895ff8b5c800df07bdf2ed2bc99e1ad16649ad))
104
+ * add require-homepage rule ([#1480](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1480)) ([0d895ff](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0d895ff8b5c800df07bdf2ed2bc99e1ad16649ad))
83
105
 
84
106
  ## [0.87.0](///compare/v0.86.0...v0.87.0) (2025-12-30)
85
107
 
86
108
  ### Features
87
109
 
88
- - move `order-properties` from `recommended` to `stylistic` config ([#1475](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1475)) ([b9a9978](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b9a9978ed22b2c8184d10dc63da4435fb0864f29)), closes [#1471](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1471)
110
+ - move `order-properties` from `recommended` to `stylistic` config ([#1475](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1475)) ([b9a9978](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b9a9978ed22b2c8184d10dc63da4435fb0864f29)), closes [#1471](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1471)
89
111
 
90
112
  ## [0.86.0](///compare/v0.85.0...v0.86.0) (2025-12-30)
91
113
 
92
114
  ### Features
93
115
 
94
- - remove deprecated valid-local-dependency rule ([#1450](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1450)) ([3e36e30](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3e36e30efef51ed010480e43373e9ac20c9b2014)), closes [#1168](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1168)
95
- - **valid-module:** add rule to validate `module` ([#1462](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1462)) ([ee376e0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ee376e05fad0ba3f137047124a1975893ecc4ca6)), closes [#1034](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1034)
116
+ - remove deprecated valid-local-dependency rule ([#1450](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1450)) ([3e36e30](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3e36e30efef51ed010480e43373e9ac20c9b2014)), closes [#1168](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1168)
117
+ - **valid-module:** add rule to validate `module` ([#1462](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1462)) ([ee376e0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ee376e05fad0ba3f137047124a1975893ecc4ca6)), closes [#1034](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1034)
96
118
 
97
- ## [0.85.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.84.0...v0.85.0) (2025-11-18)
119
+ ## [0.85.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.84.0...v0.85.0) (2025-11-18)
98
120
 
99
121
  ### Features
100
122
 
101
- - **valid-sideEffects:** add new rule for validating `sideEffects` ([#1414](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1414)) ([04b86b1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/04b86b1a5e86cae4187ca1629ba916066d49b086))
123
+ - **valid-sideEffects:** add new rule for validating `sideEffects` ([#1414](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1414)) ([04b86b1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/04b86b1a5e86cae4187ca1629ba916066d49b086))
102
124
 
103
- ## [0.84.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.83.0...v0.84.0) (2025-11-18)
125
+ ## [0.84.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.83.0...v0.84.0) (2025-11-18)
104
126
 
105
127
  ### Features
106
128
 
107
- - add new `recommended-publishable` config ([#1413](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1413)) ([ba313a6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ba313a6ca0b701c152986a83a377b9541c2b20c8)), closes [#1403](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1403)
129
+ - add new `recommended-publishable` config ([#1413](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1413)) ([ba313a6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ba313a6ca0b701c152986a83a377b9541c2b20c8)), closes [#1403](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1403)
108
130
 
109
- ## [0.83.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.82.0...v0.83.0) (2025-11-17)
131
+ ## [0.83.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.82.0...v0.83.0) (2025-11-17)
110
132
 
111
133
  ### Features
112
134
 
113
- - **specify-peers-locally:** add rule to require all peers are declared as dev dependencies ([#1407](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1407)) ([5a102ec](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5a102ecd0f6fb025f42e838492844e2fa32ba786)), closes [#1053](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1053)
135
+ - **specify-peers-locally:** add rule to require all peers are declared as dev dependencies ([#1407](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1407)) ([5a102ec](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5a102ecd0f6fb025f42e838492844e2fa32ba786)), closes [#1053](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1053)
114
136
 
115
- ## [0.82.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.81.0...v0.82.0) (2025-11-17)
137
+ ## [0.82.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.81.0...v0.82.0) (2025-11-17)
116
138
 
117
139
  ### Features
118
140
 
119
- - **require-sideEffects:** add new rule for requiring `sideEffects` ([#1406](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1406)) ([0a8388d](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0a8388d6be21e6d4d7c0203fd65be96751ca5f29)), closes [#1405](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1405)
141
+ - **require-sideEffects:** add new rule for requiring `sideEffects` ([#1406](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1406)) ([0a8388d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0a8388d6be21e6d4d7c0203fd65be96751ca5f29)), closes [#1405](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1405)
120
142
 
121
- ## [0.81.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.80.0...v0.81.0) (2025-11-17)
143
+ ## [0.81.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.80.0...v0.81.0) (2025-11-17)
122
144
 
123
145
  ### Features
124
146
 
125
- - **require-attribution:** add new rule to require proper attribution ([#1408](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1408)) ([e646f94](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e646f941bfc8ac2e4cb7c28509a8bd800b912442)), closes [#1404](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1404)
147
+ - **require-attribution:** add new rule to require proper attribution ([#1408](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1408)) ([e646f94](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e646f941bfc8ac2e4cb7c28509a8bd800b912442)), closes [#1404](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1404)
126
148
 
127
- ## [0.80.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.79.0...v0.80.0) (2025-11-17)
149
+ ## [0.80.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.79.0...v0.80.0) (2025-11-17)
128
150
 
129
151
  ### Features
130
152
 
131
- - **require-exports:** add new rule to require `exports` ([#1410](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1410)) ([c8fd152](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/c8fd1525b4d25c4d1fbdb488a7a604037e352361)), closes [#1409](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1409)
153
+ - **require-exports:** add new rule to require `exports` ([#1410](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1410)) ([c8fd152](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c8fd1525b4d25c4d1fbdb488a7a604037e352361)), closes [#1409](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1409)
132
154
 
133
- ## [0.79.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.78.0...v0.79.0) (2025-11-15)
155
+ ## [0.79.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.78.0...v0.79.0) (2025-11-15)
134
156
 
135
157
  ### Features
136
158
 
137
- - deprecate `valid-package-definition` ([#1400](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1400)) ([dca815a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/dca815ae441d7d0667fcd54933eee868197b31d7)), closes [#1399](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1399)
159
+ - deprecate `valid-package-definition` ([#1400](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1400)) ([dca815a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/dca815ae441d7d0667fcd54933eee868197b31d7)), closes [#1399](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1399)
138
160
 
139
- ## [0.78.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.77.0...v0.78.0) (2025-11-15)
161
+ ## [0.78.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.77.0...v0.78.0) (2025-11-15)
140
162
 
141
163
  ### Features
142
164
 
143
- - **valid-repository:** add new rule for validating `repository` ([#1393](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1393)) ([2b38e88](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2b38e881f60d357f9f73ad7a1aff159682542c42)), closes [#838](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/838)
165
+ - **valid-repository:** add new rule for validating `repository` ([#1393](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1393)) ([2b38e88](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2b38e881f60d357f9f73ad7a1aff159682542c42)), closes [#838](https://github.com/michaelfaith/eslint-plugin-package-json/issues/838)
144
166
 
145
- ## [0.77.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.76.0...v0.77.0) (2025-11-15)
167
+ ## [0.77.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.76.0...v0.77.0) (2025-11-15)
146
168
 
147
169
  ### Features
148
170
 
149
- - **unique-dependencies:** report cross-group duplicates ([#1398](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1398)) ([94b690e](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/94b690e1996ec271ba743225ccecf66691f97e01)), closes [#1007](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1007)
171
+ - **unique-dependencies:** report cross-group duplicates ([#1398](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1398)) ([94b690e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/94b690e1996ec271ba743225ccecf66691f97e01)), closes [#1007](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1007)
150
172
 
151
- ## [0.76.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.75.0...v0.76.0) (2025-11-15)
173
+ ## [0.76.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.75.0...v0.76.0) (2025-11-15)
152
174
 
153
175
  ### Features
154
176
 
155
- - **valid-engines:** add new rule for validating `engines` ([#1397](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1397)) ([ba834f0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ba834f00651b64f2bc0cf58cf41d768bd6cee5eb)), closes [#826](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/826)
177
+ - **valid-engines:** add new rule for validating `engines` ([#1397](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1397)) ([ba834f0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ba834f00651b64f2bc0cf58cf41d768bd6cee5eb)), closes [#826](https://github.com/michaelfaith/eslint-plugin-package-json/issues/826)
156
178
 
157
- ## [0.75.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.73.0...v0.75.0) (2025-11-15)
179
+ ## [0.75.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.75.0) (2025-11-15)
158
180
 
159
181
  ### Features
160
182
 
161
- - **valid-man:** add new rule for validating `man` ([#1392](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1392)) ([3f1ffc5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3f1ffc57a924c080892dd66bc5ce7a011ca70451)), closes [#832](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/832)
162
- - **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1388)) ([6d1fab4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/6d1fab4e4b6c59e7bcfc582ef75a0e07a5c8ea08)), closes [#841](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/841)
163
- - **valid-workspaces:** add new rule for validating `workspaces` ([#1396](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1396)) ([2eeca42](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2eeca42701a8636704e3d6b896cf3eec21531779)), closes [#843](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/843)
183
+ - **valid-man:** add new rule for validating `man` ([#1392](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1392)) ([3f1ffc5](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3f1ffc57a924c080892dd66bc5ce7a011ca70451)), closes [#832](https://github.com/michaelfaith/eslint-plugin-package-json/issues/832)
184
+ - **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1388)) ([6d1fab4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6d1fab4e4b6c59e7bcfc582ef75a0e07a5c8ea08)), closes [#841](https://github.com/michaelfaith/eslint-plugin-package-json/issues/841)
185
+ - **valid-workspaces:** add new rule for validating `workspaces` ([#1396](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1396)) ([2eeca42](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2eeca42701a8636704e3d6b896cf3eec21531779)), closes [#843](https://github.com/michaelfaith/eslint-plugin-package-json/issues/843)
164
186
 
165
- ## [0.74.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.73.0...v0.74.0) (2025-11-14)
187
+ ## [0.74.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.74.0) (2025-11-14)
166
188
 
167
189
  ### Features
168
190
 
169
- - **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1388)) ([6d1fab4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/6d1fab4e4b6c59e7bcfc582ef75a0e07a5c8ea08)), closes [#841](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/841)
191
+ - **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1388)) ([6d1fab4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6d1fab4e4b6c59e7bcfc582ef75a0e07a5c8ea08)), closes [#841](https://github.com/michaelfaith/eslint-plugin-package-json/issues/841)
170
192
 
171
- ## [0.73.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.72.0...v0.73.0) (2025-11-13)
193
+ ## [0.73.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.72.0...v0.73.0) (2025-11-13)
172
194
 
173
195
  ### Features
174
196
 
175
- - **order-properties:** lexicographically sort non-standard properties ([#1375](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1375)) ([f7c0d01](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/f7c0d019b91aab831f7506e213cc1176bd5dac75)), closes [#1374](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1374)
197
+ - **order-properties:** lexicographically sort non-standard properties ([#1375](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1375)) ([f7c0d01](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f7c0d019b91aab831f7506e213cc1176bd5dac75)), closes [#1374](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1374)
176
198
 
177
- ## [0.72.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.71.0...v0.72.0) (2025-11-13)
199
+ ## [0.72.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.71.0...v0.72.0) (2025-11-13)
178
200
 
179
201
  ### Features
180
202
 
181
- - **valid-contributors:** add new rule for validating `contributors` ([#1387](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1387)) ([82a844c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/82a844cf472a06f2da036a39137f79f3ca1e6c5d)), closes [#1372](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1372)
203
+ - **valid-contributors:** add new rule for validating `contributors` ([#1387](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1387)) ([82a844c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/82a844cf472a06f2da036a39137f79f3ca1e6c5d)), closes [#1372](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1372)
182
204
 
183
- ## [0.71.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.70.0...v0.71.0) (2025-11-13)
205
+ ## [0.71.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.70.0...v0.71.0) (2025-11-13)
184
206
 
185
207
  ### Features
186
208
 
187
- - **valid-os:** add new rule for validating `os` ([#1383](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1383)) ([896cd53](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/896cd53fee7b1c881102de62f9f7e032a3673ea8)), closes [#834](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/834)
209
+ - **valid-os:** add new rule for validating `os` ([#1383](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1383)) ([896cd53](https://github.com/michaelfaith/eslint-plugin-package-json/commit/896cd53fee7b1c881102de62f9f7e032a3673ea8)), closes [#834](https://github.com/michaelfaith/eslint-plugin-package-json/issues/834)
188
210
 
189
- ## [0.70.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.69.0...v0.70.0) (2025-11-13)
211
+ ## [0.70.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.69.0...v0.70.0) (2025-11-13)
190
212
 
191
213
  ### Features
192
214
 
193
- - **valid-private:** add new rule for validating `private` ([#1384](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1384)) ([9a9b3d2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9a9b3d27c5553088cdb224861f122a341acd01bf)), closes [#837](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/837)
215
+ - **valid-private:** add new rule for validating `private` ([#1384](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1384)) ([9a9b3d2](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9a9b3d27c5553088cdb224861f122a341acd01bf)), closes [#837](https://github.com/michaelfaith/eslint-plugin-package-json/issues/837)
194
216
 
195
- ## [0.69.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.68.0...v0.69.0) (2025-11-12)
217
+ ## [0.69.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.68.0...v0.69.0) (2025-11-12)
196
218
 
197
219
  ### Features
198
220
 
199
- - **valid-main:** add new rule for validating `main` ([#1382](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1382)) ([bc54025](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/bc54025bda030013b9129dfb31332327369ad6e7)), closes [#831](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/831)
221
+ - **valid-main:** add new rule for validating `main` ([#1382](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1382)) ([bc54025](https://github.com/michaelfaith/eslint-plugin-package-json/commit/bc54025bda030013b9129dfb31332327369ad6e7)), closes [#831](https://github.com/michaelfaith/eslint-plugin-package-json/issues/831)
200
222
 
201
- ## [0.68.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.67.0...v0.68.0) (2025-11-12)
223
+ ## [0.68.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.67.0...v0.68.0) (2025-11-12)
202
224
 
203
225
  ### Features
204
226
 
205
- - **valid-keywords:** add new rule for validating `keywords` ([#1381](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1381)) ([a227184](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a2271843a104288376da9b1fbc89e1de33444a38)), closes [#829](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/829)
227
+ - **valid-keywords:** add new rule for validating `keywords` ([#1381](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1381)) ([a227184](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a2271843a104288376da9b1fbc89e1de33444a38)), closes [#829](https://github.com/michaelfaith/eslint-plugin-package-json/issues/829)
206
228
 
207
- ## [0.67.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.66.0...v0.67.0) (2025-11-12)
229
+ ## [0.67.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.66.0...v0.67.0) (2025-11-12)
208
230
 
209
231
  ### Features
210
232
 
211
- - **valid-files:** add new rule for validating `files` ([#1380](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1380)) ([d2a81d3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/d2a81d3c1c86a24c675fb2ff8483a7e01400b294)), closes [#827](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/827)
233
+ - **valid-files:** add new rule for validating `files` ([#1380](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1380)) ([d2a81d3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d2a81d3c1c86a24c675fb2ff8483a7e01400b294)), closes [#827](https://github.com/michaelfaith/eslint-plugin-package-json/issues/827)
212
234
 
213
- ## [0.66.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.65.3...v0.66.0) (2025-11-11)
235
+ ## [0.66.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.3...v0.66.0) (2025-11-11)
214
236
 
215
237
  ### Features
216
238
 
217
- - **valid-homepage:** add new rule for validating `homepage` ([#1376](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1376)) ([34ad9b8](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/34ad9b8dda81601e9f710dc66c61a02fe7ecfa0e)), closes [#828](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/828)
239
+ - **valid-homepage:** add new rule for validating `homepage` ([#1376](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1376)) ([34ad9b8](https://github.com/michaelfaith/eslint-plugin-package-json/commit/34ad9b8dda81601e9f710dc66c61a02fe7ecfa0e)), closes [#828](https://github.com/michaelfaith/eslint-plugin-package-json/issues/828)
218
240
 
219
- ## [0.65.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.65.2...v0.65.3) (2025-11-10)
241
+ ## [0.65.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.2...v0.65.3) (2025-11-10)
220
242
 
221
243
  ### Bug Fixes
222
244
 
223
- - **valid-dependencies:** improve report precision ([#1363](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1363)) ([336677a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/336677af4b94834e729b21a450992ca998d42099)), closes [#1213](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1213)
245
+ - **valid-dependencies:** improve report precision ([#1363](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1363)) ([336677a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/336677af4b94834e729b21a450992ca998d42099)), closes [#1213](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1213)
224
246
 
225
- ## [0.65.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.65.1...v0.65.2) (2025-11-10)
247
+ ## [0.65.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.1...v0.65.2) (2025-11-10)
226
248
 
227
249
  ### Bug Fixes
228
250
 
229
- - **valid-exports:** improve report precision ([#1361](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1361)) ([5d7bd4a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5d7bd4affb93c3eb22576062c963599b6e56bdd1)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
251
+ - **valid-exports:** improve report precision ([#1361](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1361)) ([5d7bd4a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5d7bd4affb93c3eb22576062c963599b6e56bdd1)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
230
252
 
231
- ## [0.65.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.65.0...v0.65.1) (2025-11-09)
253
+ ## [0.65.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.0...v0.65.1) (2025-11-09)
232
254
 
233
255
  ### Bug Fixes
234
256
 
235
- - **scripts-name-casing:** ignore `prepublishOnly` built-in script ([#1369](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1369)) ([b672551](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b67255122ac753d1c3f9d7ef310a72dca029f2a3)), closes [#1368](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1368)
257
+ - **scripts-name-casing:** ignore `prepublishOnly` built-in script ([#1369](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1369)) ([b672551](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b67255122ac753d1c3f9d7ef310a72dca029f2a3)), closes [#1368](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1368)
236
258
 
237
- ## [0.65.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.64.0...v0.65.0) (2025-11-08)
259
+ ## [0.65.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.64.0...v0.65.0) (2025-11-08)
238
260
 
239
261
  ### Bug Fixes
240
262
 
241
- - **valid-bin, valid-bundleDependencies:** improve report precision ([#1360](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1360)) ([3d0bd1e](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3d0bd1e04b935d30e85823dcf8c8d682ea4ab8d2)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
263
+ - **valid-bin, valid-bundleDependencies:** improve report precision ([#1360](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1360)) ([3d0bd1e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3d0bd1e04b935d30e85823dcf8c8d682ea4ab8d2)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
242
264
 
243
265
  ### Features
244
266
 
245
- - **no-redundant-publishConfig:** add new rule ([#1366](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1366)) ([8d3680c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/8d3680c5fb0df0af37744cf86201163aee372bab)), closes [#1365](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1365)
267
+ - **no-redundant-publishConfig:** add new rule ([#1366](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1366)) ([8d3680c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/8d3680c5fb0df0af37744cf86201163aee372bab)), closes [#1365](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1365)
246
268
 
247
- ## [0.64.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.63.0...v0.64.0) (2025-11-04)
269
+ ## [0.64.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.63.0...v0.64.0) (2025-11-04)
248
270
 
249
271
  ### Features
250
272
 
251
- - **bin-name-casing:** add new rule ([#1343](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1343)) ([0e10e87](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0e10e875eb4cc5f680e154e6ea2333e5902d4c4c)), closes [#1346](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1346)
273
+ - **bin-name-casing:** add new rule ([#1343](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1343)) ([0e10e87](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0e10e875eb4cc5f680e154e6ea2333e5902d4c4c)), closes [#1346](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1346)
252
274
 
253
- ## [0.63.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.62.0...v0.63.0) (2025-11-04)
275
+ ## [0.63.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.62.0...v0.63.0) (2025-11-04)
254
276
 
255
277
  ### Features
256
278
 
257
- - **restrict-private-properties:** add new rule ([#1336](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1336)) ([e1225cf](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e1225cf991be2f3829cdddcae8b06cef8196f070)), closes [#1323](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1323)
279
+ - **restrict-private-properties:** add new rule ([#1336](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1336)) ([e1225cf](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e1225cf991be2f3829cdddcae8b06cef8196f070)), closes [#1323](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1323)
258
280
 
259
- ## [0.62.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.61.0...v0.62.0) (2025-11-03)
281
+ ## [0.62.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.61.0...v0.62.0) (2025-11-03)
260
282
 
261
283
  ### Features
262
284
 
263
- - **scripts-name-casing:** add new rule ([#1344](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1344)) ([e735595](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e735595537e6857c771eac12a1efcd55cb2d3564)), closes [#61](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/61)
285
+ - **scripts-name-casing:** add new rule ([#1344](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1344)) ([e735595](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e735595537e6857c771eac12a1efcd55cb2d3564)), closes [#61](https://github.com/michaelfaith/eslint-plugin-package-json/issues/61)
264
286
 
265
- ## [0.61.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.60.0...v0.61.0) (2025-11-03)
287
+ ## [0.61.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.60.0...v0.61.0) (2025-11-03)
266
288
 
267
289
  ### Features
268
290
 
269
- - add new stylistic config ([#1342](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1342)) ([3d01cce](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3d01cce99a1718a7485669c7b8cf6143a255b094)), closes [#1341](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1341)
291
+ - add new stylistic config ([#1342](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1342)) ([3d01cce](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3d01cce99a1718a7485669c7b8cf6143a255b094)), closes [#1341](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1341)
270
292
 
271
- ## [0.60.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.59.1...v0.60.0) (2025-11-03)
293
+ ## [0.60.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.1...v0.60.0) (2025-11-03)
272
294
 
273
295
  ### Features
274
296
 
275
- - **valid-author:** create more precise reports ([#1337](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1337)) ([e79ff9a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e79ff9ac602d85bf999686b018de6ace3a7bee36)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
297
+ - **valid-author:** create more precise reports ([#1337](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1337)) ([e79ff9a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e79ff9ac602d85bf999686b018de6ace3a7bee36)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
276
298
 
277
- ## [0.59.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.59.0...v0.59.1) (2025-10-30)
299
+ ## [0.59.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.0...v0.59.1) (2025-10-30)
278
300
 
279
301
  ### Bug Fixes
280
302
 
281
- - **deps:** update dependency validate-npm-package-name to v7 ([#1353](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1353)) ([be9970a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/be9970a18c73521906d1564ca461d94159e88807))
303
+ - **deps:** update dependency validate-npm-package-name to v7 ([#1353](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1353)) ([be9970a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/be9970a18c73521906d1564ca461d94159e88807))
282
304
 
283
- ## [0.59.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.58.0...v0.59.0) (2025-10-25)
305
+ ## [0.59.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.58.0...v0.59.0) (2025-10-25)
284
306
 
285
307
  ### Features
286
308
 
287
- - **exports-subpaths-style:** add new rule ([#1328](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1328)) ([d1a82ed](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/d1a82edf78b7b4bd446018f1ea3bb77e1bc9c772)), closes [#1322](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1322)
309
+ - **exports-subpaths-style:** add new rule ([#1328](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1328)) ([d1a82ed](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d1a82edf78b7b4bd446018f1ea3bb77e1bc9c772)), closes [#1322](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1322)
288
310
 
289
- ## [0.58.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.57.0...v0.58.0) (2025-10-22)
311
+ ## [0.58.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.57.0...v0.58.0) (2025-10-22)
290
312
 
291
313
  ### Features
292
314
 
293
- - mark `legacy-recommended` config deprecated ([#1331](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1331)) ([5e20411](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5e204118f4b6ae4a50f9a50a1c2a64a5bf84a5a7)), closes [#1329](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1329) [#1253](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1253)
315
+ - mark `legacy-recommended` config deprecated ([#1331](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1331)) ([5e20411](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5e204118f4b6ae4a50f9a50a1c2a64a5bf84a5a7)), closes [#1329](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1329) [#1253](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1253)
294
316
 
295
- ## [0.57.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.56.4...v0.57.0) (2025-10-16)
317
+ ## [0.57.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.4...v0.57.0) (2025-10-16)
296
318
 
297
319
  ### Features
298
320
 
299
- - add require-license rule ([#1302](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1302)) ([6d41e06](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/6d41e06dfd2eb89b026229d4045dcdae2cc29e70)), closes [#846](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/846)
321
+ - add require-license rule ([#1302](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1302)) ([6d41e06](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6d41e06dfd2eb89b026229d4045dcdae2cc29e70)), closes [#846](https://github.com/michaelfaith/eslint-plugin-package-json/issues/846)
300
322
 
301
- ## [0.56.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.56.3...v0.56.4) (2025-10-14)
323
+ ## [0.56.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.3...v0.56.4) (2025-10-14)
302
324
 
303
325
  ### Bug Fixes
304
326
 
305
- - re-adopt jsonc-eslint-parser's RuleListener type ([#1319](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1319)) ([2c4c7c2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2c4c7c2591732f1b298e5e6eb279afe5f7d52cab)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
327
+ - re-adopt jsonc-eslint-parser's RuleListener type ([#1319](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1319)) ([2c4c7c2](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2c4c7c2591732f1b298e5e6eb279afe5f7d52cab)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
306
328
 
307
- ## [0.56.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.56.2...v0.56.3) (2025-09-15)
329
+ ## [0.56.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.2...v0.56.3) (2025-09-15)
308
330
 
309
331
  ### Bug Fixes
310
332
 
311
- - **plugin:** update types to be compatible with `defineConfig` ([#1245](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1245)) ([861e5e1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/861e5e129b3a5e3455b6b2a2a26d453086f20c14)), closes [#1242](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1242)
333
+ - **plugin:** update types to be compatible with `defineConfig` ([#1245](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1245)) ([861e5e1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/861e5e129b3a5e3455b6b2a2a26d453086f20c14)), closes [#1242](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1242)
312
334
 
313
- ## [0.56.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.56.1...v0.56.2) (2025-09-04)
335
+ ## [0.56.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.1...v0.56.2) (2025-09-04)
314
336
 
315
337
  ### Bug Fixes
316
338
 
317
- - improve sort-collections docs and error messages ([#1250](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1250)) ([1864376](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1864376039db3db690423051b0dd8a2104395aa4)), closes [#1243](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1243) [#1243](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1243)
339
+ - improve sort-collections docs and error messages ([#1250](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1250)) ([1864376](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1864376039db3db690423051b0dd8a2104395aa4)), closes [#1243](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1243) [#1243](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1243)
318
340
 
319
- ## [0.56.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.56.0...v0.56.1) (2025-08-31)
341
+ ## [0.56.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.0...v0.56.1) (2025-08-31)
320
342
 
321
343
  ### Bug Fixes
322
344
 
323
- - **deps:** update dependency package-json-validator to ~0.30.0 ([#1241](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1241)) ([c3d247c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/c3d247cc416d4bb0eee629fde3440224fe39eb59))
345
+ - **deps:** update dependency package-json-validator to ~0.30.0 ([#1241](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1241)) ([c3d247c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c3d247cc416d4bb0eee629fde3440224fe39eb59))
324
346
 
325
- ## [0.56.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.55.0...v0.56.0) (2025-08-25)
347
+ ## [0.56.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.55.0...v0.56.0) (2025-08-25)
326
348
 
327
349
  ### Features
328
350
 
329
- - **valid-directories:** add new rule for validating `directories` ([#1224](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1224)) ([b1cc676](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b1cc6762f7e46162e4a6bf067dd29af2983462c8)), closes [#825](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/825)
351
+ - **valid-directories:** add new rule for validating `directories` ([#1224](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1224)) ([b1cc676](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b1cc6762f7e46162e4a6bf067dd29af2983462c8)), closes [#825](https://github.com/michaelfaith/eslint-plugin-package-json/issues/825)
330
352
 
331
- ## [0.55.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.54.0...v0.55.0) (2025-08-22)
353
+ ## [0.55.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.54.0...v0.55.0) (2025-08-22)
332
354
 
333
355
  ### Features
334
356
 
335
- - add no-redundant-files to recommended ([#1232](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1232)) ([2a52f87](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2a52f8797bff236f88232d139e2a9526c24e4b4c)), closes [#1231](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1231)
357
+ - add no-redundant-files to recommended ([#1232](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1232)) ([2a52f87](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2a52f8797bff236f88232d139e2a9526c24e4b4c)), closes [#1231](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1231)
336
358
 
337
- ## [0.54.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.53.0...v0.54.0) (2025-08-15)
359
+ ## [0.54.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.53.0...v0.54.0) (2025-08-15)
338
360
 
339
361
  ### Features
340
362
 
341
- - **valid-exports:** add new rule for validating `exports` ([#1220](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1220)) ([2af10da](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2af10dae3398832819c6dd37730ffef5ee3329b7)), closes [#1033](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1033)
363
+ - **valid-exports:** add new rule for validating `exports` ([#1220](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1220)) ([2af10da](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2af10dae3398832819c6dd37730ffef5ee3329b7)), closes [#1033](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1033)
342
364
 
343
- ## [0.53.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.52.1...v0.53.0) (2025-08-13)
365
+ ## [0.53.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.1...v0.53.0) (2025-08-13)
344
366
 
345
367
  ### Features
346
368
 
347
- - add docs url to all rules ([#1218](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1218)) ([d456b13](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/d456b13d2c30e71d11294a315282859c66a4b1b7)), closes [#1217](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1217)
369
+ - add docs url to all rules ([#1218](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1218)) ([d456b13](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d456b13d2c30e71d11294a315282859c66a4b1b7)), closes [#1217](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1217)
348
370
 
349
- ## [0.52.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.52.0...v0.52.1) (2025-08-07)
371
+ ## [0.52.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.0...v0.52.1) (2025-08-07)
350
372
 
351
373
  ### Bug Fixes
352
374
 
353
- - **sort-collections:** align sorting of scripts with `prettier-plugin-packagejson` ([#1203](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1203)) ([1f5c590](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1f5c590adc846194766127ab962f8efa72942d06)), closes [#753](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/753)
375
+ - **sort-collections:** align sorting of scripts with `prettier-plugin-packagejson` ([#1203](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1203)) ([1f5c590](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1f5c590adc846194766127ab962f8efa72942d06)), closes [#753](https://github.com/michaelfaith/eslint-plugin-package-json/issues/753)
354
376
 
355
- ## [0.52.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.51.0...v0.52.0) (2025-08-07)
377
+ ## [0.52.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.51.0...v0.52.0) (2025-08-07)
356
378
 
357
379
  ### Features
358
380
 
359
- - **valid-description:** add new rule for validating `description` ([#1204](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1204)) ([4acb265](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4acb26563c0cacb5834c8b53dae68fb291c0ffd1)), closes [#823](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/823)
381
+ - **valid-description:** add new rule for validating `description` ([#1204](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1204)) ([4acb265](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4acb26563c0cacb5834c8b53dae68fb291c0ffd1)), closes [#823](https://github.com/michaelfaith/eslint-plugin-package-json/issues/823)
360
382
 
361
- ## [0.51.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.50.0...v0.51.0) (2025-08-05)
383
+ ## [0.51.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.50.0...v0.51.0) (2025-08-05)
362
384
 
363
385
  ### Features
364
386
 
365
- - add `ignorePrivate` option to all `require-*` rules ([#1158](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1158)) ([055009b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/055009bf864c9f8db153bf0c5bb9568d023abe12)), closes [#1092](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1092)
387
+ - add `ignorePrivate` option to all `require-*` rules ([#1158](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1158)) ([055009b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/055009bf864c9f8db153bf0c5bb9568d023abe12)), closes [#1092](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1092)
366
388
 
367
- ## [0.50.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.49.0...v0.50.0) (2025-08-05)
389
+ ## [0.50.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.49.0...v0.50.0) (2025-08-05)
368
390
 
369
391
  ### Features
370
392
 
371
- - add new `require-` rules for `bugs`, `bundleDependencies`, `dependencies`, and more ([#1197](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1197)) ([0a06664](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0a0666404d5659ea8eb8717516aa3c3b6374af26)), closes [#862](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/862) [#863](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/863) [#811](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/811) [#809](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/809) [#801](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/801) [#797](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/797)
393
+ - add new `require-` rules for `bugs`, `bundleDependencies`, `dependencies`, and more ([#1197](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1197)) ([0a06664](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0a0666404d5659ea8eb8717516aa3c3b6374af26)), closes [#862](https://github.com/michaelfaith/eslint-plugin-package-json/issues/862) [#863](https://github.com/michaelfaith/eslint-plugin-package-json/issues/863) [#811](https://github.com/michaelfaith/eslint-plugin-package-json/issues/811) [#809](https://github.com/michaelfaith/eslint-plugin-package-json/issues/809) [#801](https://github.com/michaelfaith/eslint-plugin-package-json/issues/801) [#797](https://github.com/michaelfaith/eslint-plugin-package-json/issues/797)
372
394
 
373
- ## [0.49.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.48.0...v0.49.0) (2025-08-05)
395
+ ## [0.49.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.48.0...v0.49.0) (2025-08-05)
374
396
 
375
397
  ### Features
376
398
 
377
- - **valid-dependencies:** add new rule for validating dependencies ([#1196](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1196)) ([73af8e2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/73af8e214d99df618d5d8c4eb9bfdfefc062ef84)), closes [#822](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/822) [#824](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/824) [#833](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/833) [#835](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/835)
399
+ - **valid-dependencies:** add new rule for validating dependencies ([#1196](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1196)) ([73af8e2](https://github.com/michaelfaith/eslint-plugin-package-json/commit/73af8e214d99df618d5d8c4eb9bfdfefc062ef84)), closes [#822](https://github.com/michaelfaith/eslint-plugin-package-json/issues/822) [#824](https://github.com/michaelfaith/eslint-plugin-package-json/issues/824) [#833](https://github.com/michaelfaith/eslint-plugin-package-json/issues/833) [#835](https://github.com/michaelfaith/eslint-plugin-package-json/issues/835)
378
400
 
379
- ## [0.48.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.47.1...v0.48.0) (2025-07-31)
401
+ ## [0.48.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.1...v0.48.0) (2025-07-31)
380
402
 
381
403
  ### Features
382
404
 
383
- - **valid-cpu:** add new rule for validating `cpu` ([#1192](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1192)) ([b52cd7c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b52cd7c3d4808d49ad99e0b8a82763e608f03550)), closes [#821](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/821)
405
+ - **valid-cpu:** add new rule for validating `cpu` ([#1192](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1192)) ([b52cd7c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b52cd7c3d4808d49ad99e0b8a82763e608f03550)), closes [#821](https://github.com/michaelfaith/eslint-plugin-package-json/issues/821)
384
406
 
385
- ## [0.47.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.47.0...v0.47.1) (2025-07-30)
407
+ ## [0.47.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.0...v0.47.1) (2025-07-30)
386
408
 
387
409
  ### Bug Fixes
388
410
 
389
- - **no-empty-fields:** don't throw error on empty object ([#1190](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1190)) ([8a9ba8a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/8a9ba8acb1d68fd1040a008dfdb185b6908284a2)), closes [#1188](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1188)
411
+ - **no-empty-fields:** don't throw error on empty object ([#1190](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1190)) ([8a9ba8a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/8a9ba8acb1d68fd1040a008dfdb185b6908284a2)), closes [#1188](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1188)
390
412
 
391
- ## [0.47.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.46.0...v0.47.0) (2025-07-25)
413
+ ## [0.47.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.46.0...v0.47.0) (2025-07-25)
392
414
 
393
415
  ### Features
394
416
 
395
- - **no-empty-fields:** Add `ignoreProperties` option ([#1186](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1186)) ([91e7156](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/91e7156d9f4569e8fee6f1124c4c1bb18ffdfbe0)), closes [#1182](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1182)
417
+ - **no-empty-fields:** Add `ignoreProperties` option ([#1186](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1186)) ([91e7156](https://github.com/michaelfaith/eslint-plugin-package-json/commit/91e7156d9f4569e8fee6f1124c4c1bb18ffdfbe0)), closes [#1182](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1182)
396
418
 
397
- ## [0.46.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.45.2...v0.46.0) (2025-07-24)
419
+ ## [0.46.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.2...v0.46.0) (2025-07-24)
398
420
 
399
421
  ### Features
400
422
 
401
- - **valid-config:** add new rule for validating `config` ([#1179](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1179)) ([b71de96](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b71de96a2a79a91d177ee0d734dc5f5d1d8e5b3b)), closes [#820](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/820)
423
+ - **valid-config:** add new rule for validating `config` ([#1179](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1179)) ([b71de96](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b71de96a2a79a91d177ee0d734dc5f5d1d8e5b3b)), closes [#820](https://github.com/michaelfaith/eslint-plugin-package-json/issues/820)
402
424
 
403
- ## [0.45.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.45.1...v0.45.2) (2025-07-24)
425
+ ## [0.45.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.1...v0.45.2) (2025-07-24)
404
426
 
405
427
  ### Bug Fixes
406
428
 
407
- - **deps:** update dependency package-json-validator to ~0.23.0 ([#1183](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1183)) ([fbc5f29](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/fbc5f298a63a4ce58d1311502bbea9a0593173d1))
429
+ - **deps:** update dependency package-json-validator to ~0.23.0 ([#1183](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1183)) ([fbc5f29](https://github.com/michaelfaith/eslint-plugin-package-json/commit/fbc5f298a63a4ce58d1311502bbea9a0593173d1))
408
430
 
409
- ## [0.45.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.45.0...v0.45.1) (2025-07-18)
431
+ ## [0.45.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.0...v0.45.1) (2025-07-18)
410
432
 
411
433
  ### Bug Fixes
412
434
 
413
- - **valid-repository-directory:** use correct path separator when on windows ([#1177](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1177)) ([0688419](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/06884197a028a258c31db0104d8db1dc86f53345)), closes [#1175](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1175)
435
+ - **valid-repository-directory:** use correct path separator when on windows ([#1177](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1177)) ([0688419](https://github.com/michaelfaith/eslint-plugin-package-json/commit/06884197a028a258c31db0104d8db1dc86f53345)), closes [#1175](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1175)
414
436
 
415
- ## [0.45.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.44.1...v0.45.0) (2025-07-17)
437
+ ## [0.45.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.1...v0.45.0) (2025-07-17)
416
438
 
417
439
  ### Features
418
440
 
419
- - **valid-license:** add new rule for validating `license` ([#1174](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1174)) ([df450a1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/df450a121067793af25890eb15e4120911a8cfa7)), closes [#830](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/830)
441
+ - **valid-license:** add new rule for validating `license` ([#1174](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1174)) ([df450a1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/df450a121067793af25890eb15e4120911a8cfa7)), closes [#830](https://github.com/michaelfaith/eslint-plugin-package-json/issues/830)
420
442
 
421
- ## [0.44.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.44.0...v0.44.1) (2025-07-10)
443
+ ## [0.44.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.0...v0.44.1) (2025-07-10)
422
444
 
423
445
  ### Bug Fixes
424
446
 
425
- - **deps:** update dependency package-json-validator to ~0.20.0 ([#1170](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1170)) ([941cf73](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/941cf734557db103da915d36de5adc18083a22a1))
447
+ - **deps:** update dependency package-json-validator to ~0.20.0 ([#1170](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1170)) ([941cf73](https://github.com/michaelfaith/eslint-plugin-package-json/commit/941cf734557db103da915d36de5adc18083a22a1))
426
448
 
427
- ## [0.44.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.43.4...v0.44.0) (2025-07-09)
449
+ ## [0.44.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.4...v0.44.0) (2025-07-09)
428
450
 
429
451
  ### Features
430
452
 
431
- - **valid-bundleDependencies:** add new rule for validating `bundleDependencies` ([#1148](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1148)) ([ee44973](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ee449730ece778037a4d1ea7aa2d2ec83081a1cb)), closes [#819](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/819)
453
+ - **valid-bundleDependencies:** add new rule for validating `bundleDependencies` ([#1148](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1148)) ([ee44973](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ee449730ece778037a4d1ea7aa2d2ec83081a1cb)), closes [#819](https://github.com/michaelfaith/eslint-plugin-package-json/issues/819)
432
454
 
433
- ## [0.43.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.43.3...v0.43.4) (2025-07-09)
455
+ ## [0.43.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.3...v0.43.4) (2025-07-09)
434
456
 
435
457
  ### Bug Fixes
436
458
 
437
- - **deps:** update dependency package-json-validator to ~0.19.0 ([#1167](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1167)) ([9c72efd](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9c72efd89801c61c22b92834fa3bbac0119a0fd4))
459
+ - **deps:** update dependency package-json-validator to ~0.19.0 ([#1167](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1167)) ([9c72efd](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9c72efd89801c61c22b92834fa3bbac0119a0fd4))
438
460
 
439
- ## [0.43.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.43.2...v0.43.3) (2025-07-08)
461
+ ## [0.43.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.2...v0.43.3) (2025-07-08)
440
462
 
441
463
  ### Bug Fixes
442
464
 
443
- - **deps:** update dependency @altano/repository-tools to v2 ([#1164](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1164)) ([0c54bc9](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0c54bc913a92c22dcfa43626e4c8ee44b527af51))
465
+ - **deps:** update dependency @altano/repository-tools to v2 ([#1164](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1164)) ([0c54bc9](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0c54bc913a92c22dcfa43626e4c8ee44b527af51))
444
466
 
445
- ## [0.43.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.43.1...v0.43.2) (2025-07-04)
467
+ ## [0.43.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.1...v0.43.2) (2025-07-04)
446
468
 
447
469
  ### Bug Fixes
448
470
 
449
- - **deps:** update dependency package-json-validator to ~0.18.0 ([#1160](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1160)) ([dfebe75](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/dfebe75f2fa7778ba188580a0d33ce0d8e151413))
471
+ - **deps:** update dependency package-json-validator to ~0.18.0 ([#1160](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1160)) ([dfebe75](https://github.com/michaelfaith/eslint-plugin-package-json/commit/dfebe75f2fa7778ba188580a0d33ce0d8e151413))
450
472
 
451
- ## [0.43.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.43.0...v0.43.1) (2025-07-03)
473
+ ## [0.43.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.0...v0.43.1) (2025-07-03)
452
474
 
453
475
  ### Bug Fixes
454
476
 
455
- - disallow extra properties in rule options ([#1156](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1156)) ([4186e96](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4186e960c17a5397ac916184fc4341f9b26fc3d0))
477
+ - disallow extra properties in rule options ([#1156](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1156)) ([4186e96](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4186e960c17a5397ac916184fc4341f9b26fc3d0))
456
478
 
457
- ## [0.43.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.42.1...v0.43.0) (2025-07-02)
479
+ ## [0.43.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.1...v0.43.0) (2025-07-02)
458
480
 
459
481
  ### Features
460
482
 
461
- - **valid-scripts:** add new rule for validating scripts ([#1138](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1138)) ([99cc2a5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/99cc2a5d069bfff53885f0717b8a635767cb2c19)), closes [#839](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/839)
483
+ - **valid-scripts:** add new rule for validating scripts ([#1138](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1138)) ([99cc2a5](https://github.com/michaelfaith/eslint-plugin-package-json/commit/99cc2a5d069bfff53885f0717b8a635767cb2c19)), closes [#839](https://github.com/michaelfaith/eslint-plugin-package-json/issues/839)
462
484
 
463
- ## [0.42.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.42.0...v0.42.1) (2025-07-01)
485
+ ## [0.42.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.0...v0.42.1) (2025-07-01)
464
486
 
465
487
  ### Bug Fixes
466
488
 
467
- - **deps:** update dependency package-json-validator to ~0.17.0 ([#1152](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1152)) ([16239d0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/16239d084c245836549071a4e8ac2879b4f53f3e))
489
+ - **deps:** update dependency package-json-validator to ~0.17.0 ([#1152](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1152)) ([16239d0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/16239d084c245836549071a4e8ac2879b4f53f3e))
468
490
 
469
- ## [0.42.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.41.0...v0.42.0) (2025-06-25)
491
+ ## [0.42.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.41.0...v0.42.0) (2025-06-25)
470
492
 
471
493
  ### Features
472
494
 
473
- - remove deprecated `valid-package-def` rule ([#1111](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1111)) ([946a585](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/946a585c2c9344ac227463cf234714fc204f1746)), closes [#1110](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1110) [#711](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/711)
495
+ - remove deprecated `valid-package-def` rule ([#1111](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1111)) ([946a585](https://github.com/michaelfaith/eslint-plugin-package-json/commit/946a585c2c9344ac227463cf234714fc204f1746)), closes [#1110](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1110) [#711](https://github.com/michaelfaith/eslint-plugin-package-json/issues/711)
474
496
 
475
- ## [0.41.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.5...v0.41.0) (2025-06-24)
497
+ ## [0.41.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.5...v0.41.0) (2025-06-24)
476
498
 
477
499
  ### Features
478
500
 
479
- - **valid-type:** add new rule ([#1120](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1120)) ([7425f27](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/7425f2796560e94420a85fa6494996cb052c06c4)), closes [#842](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/842)
501
+ - **valid-type:** add new rule ([#1120](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1120)) ([7425f27](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7425f2796560e94420a85fa6494996cb052c06c4)), closes [#842](https://github.com/michaelfaith/eslint-plugin-package-json/issues/842)
480
502
 
481
- ## [0.40.5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.4...v0.40.5) (2025-06-23)
503
+ ## [0.40.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.4...v0.40.5) (2025-06-23)
482
504
 
483
505
  ### Bug Fixes
484
506
 
485
- - **deps:** update dependency package-json-validator to ~0.16.0 ([#1135](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1135)) ([4a4a2a0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4a4a2a07fdfef6b1869a51824a6697bbb2c34ecb))
507
+ - **deps:** update dependency package-json-validator to ~0.16.0 ([#1135](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1135)) ([4a4a2a0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4a4a2a07fdfef6b1869a51824a6697bbb2c34ecb))
486
508
 
487
- ## [0.40.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.3...v0.40.4) (2025-06-20)
509
+ ## [0.40.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.3...v0.40.4) (2025-06-20)
488
510
 
489
511
  ### Bug Fixes
490
512
 
491
- - **deps:** update dependency package-json-validator to ~0.15.0 ([#1131](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1131)) ([4bf7d9c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4bf7d9cd091faf9ac0fb286b5968d6417328c79c))
513
+ - **deps:** update dependency package-json-validator to ~0.15.0 ([#1131](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1131)) ([4bf7d9c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4bf7d9cd091faf9ac0fb286b5968d6417328c79c))
492
514
 
493
- ## [0.40.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.2...v0.40.3) (2025-06-19)
515
+ ## [0.40.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.2...v0.40.3) (2025-06-19)
494
516
 
495
517
  ### Bug Fixes
496
518
 
497
- - **deps:** update dependency eslint-fix-utils to ^0.4.0 ([#1130](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1130)) ([b66db8c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b66db8c584f2b90677505c99840b91918e785ae8))
519
+ - **deps:** update dependency eslint-fix-utils to ^0.4.0 ([#1130](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1130)) ([b66db8c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b66db8c584f2b90677505c99840b91918e785ae8))
498
520
 
499
- ## [0.40.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.1...v0.40.2) (2025-06-19)
521
+ ## [0.40.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.1...v0.40.2) (2025-06-19)
500
522
 
501
523
  ### Bug Fixes
502
524
 
503
- - **deps:** update dependency package-json-validator to ~0.14.0 ([#1125](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1125)) ([5f61f89](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5f61f8951ec3a8697f9a17a722da3d8bae499a09))
525
+ - **deps:** update dependency package-json-validator to ~0.14.0 ([#1125](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1125)) ([5f61f89](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5f61f8951ec3a8697f9a17a722da3d8bae499a09))
504
526
 
505
- ## [0.40.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.40.0...v0.40.1) (2025-06-18)
527
+ ## [0.40.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.0...v0.40.1) (2025-06-18)
506
528
 
507
529
  ### Bug Fixes
508
530
 
509
- - **deps:** update dependency eslint-fix-utils to ^0.3.0 ([#1124](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1124)) ([1e30861](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1e3086136f2449e0be6c4397af2de15287899da0))
531
+ - **deps:** update dependency eslint-fix-utils to ^0.3.0 ([#1124](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1124)) ([1e30861](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1e3086136f2449e0be6c4397af2de15287899da0))
510
532
 
511
- ## [0.40.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.39.2...v0.40.0) (2025-06-16)
533
+ ## [0.40.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.2...v0.40.0) (2025-06-16)
512
534
 
513
535
  ### Features
514
536
 
515
- - **valid-bin:** add option for enforcing kebab-case ([#1113](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1113)) ([0024a4e](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0024a4e42c70684b81e942a9aaeace0322c02fef)), closes [#1081](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1081)
537
+ - **valid-bin:** add option for enforcing kebab-case ([#1113](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1113)) ([0024a4e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0024a4e42c70684b81e942a9aaeace0322c02fef)), closes [#1081](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1081)
516
538
 
517
- ## [0.39.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.39.1...v0.39.2) (2025-06-15)
539
+ ## [0.39.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.1...v0.39.2) (2025-06-15)
518
540
 
519
541
  ### Bug Fixes
520
542
 
521
- - **deps:** update dependency detect-newline to v4 ([#875](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/875)) ([26c08d9](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/26c08d905a90729c011f3ff77d9e3784ad41cb7b))
543
+ - **deps:** update dependency detect-newline to v4 ([#875](https://github.com/michaelfaith/eslint-plugin-package-json/issues/875)) ([26c08d9](https://github.com/michaelfaith/eslint-plugin-package-json/commit/26c08d905a90729c011f3ff77d9e3784ad41cb7b))
522
544
 
523
- ## [0.39.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.39.0...v0.39.1) (2025-06-15)
545
+ ## [0.39.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.0...v0.39.1) (2025-06-15)
524
546
 
525
547
  ### Bug Fixes
526
548
 
527
- - **deps:** update dependency @altano/repository-tools to v1 ([#1006](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1006)) ([da63ce3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/da63ce37654652690aa2bc3ea2a042a3ac7ff465))
549
+ - **deps:** update dependency @altano/repository-tools to v1 ([#1006](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1006)) ([da63ce3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/da63ce37654652690aa2bc3ea2a042a3ac7ff465))
528
550
 
529
- ## [0.39.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.38.1...v0.39.0) (2025-06-13)
551
+ ## [0.39.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.1...v0.39.0) (2025-06-13)
530
552
 
531
553
  ### Features
532
554
 
533
- - deprecate `valid-local-dependency` ([#1107](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1107)) ([4efea70](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4efea705124a31a35ba9e10e3bb0ef79bf442fab)), closes [#1096](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1096)
555
+ - deprecate `valid-local-dependency` ([#1107](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1107)) ([4efea70](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4efea705124a31a35ba9e10e3bb0ef79bf442fab)), closes [#1096](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1096)
534
556
 
535
- ## [0.38.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.38.0...v0.38.1) (2025-06-13)
557
+ ## [0.38.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.0...v0.38.1) (2025-06-13)
536
558
 
537
559
  ### Bug Fixes
538
560
 
539
- - **valid-local-dependency:** don't flag archives as invalid ([#1109](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1109)) ([3d89865](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3d89865bba6e3ecab02576cde131336a7dc8c169)), closes [#1086](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1086)
561
+ - **valid-local-dependency:** don't flag archives as invalid ([#1109](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1109)) ([3d89865](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3d89865bba6e3ecab02576cde131336a7dc8c169)), closes [#1086](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1086)
540
562
 
541
- ## [0.38.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.37.0...v0.38.0) (2025-06-13)
563
+ ## [0.38.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.37.0...v0.38.0) (2025-06-13)
542
564
 
543
565
  ### Features
544
566
 
545
- - add `valid-author` rule ([#1079](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1079)) ([b8e8b40](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b8e8b40065a0aa0bfa9e38697ab5fe3241b7d6d7)), closes [#840](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/840)
567
+ - add `valid-author` rule ([#1079](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1079)) ([b8e8b40](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b8e8b40065a0aa0bfa9e38697ab5fe3241b7d6d7)), closes [#840](https://github.com/michaelfaith/eslint-plugin-package-json/issues/840)
546
568
 
547
- ## [0.37.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.36.0...v0.37.0) (2025-06-12)
569
+ ## [0.37.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.36.0...v0.37.0) (2025-06-12)
548
570
 
549
571
  ### Features
550
572
 
551
- - **valid-bin:** add new rule for validating bin ([#1082](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1082)) ([e9cc86e](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e9cc86ec5827a4374f81886865b578f40823c5b8)), closes [#818](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/818) [#1077](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1077)
573
+ - **valid-bin:** add new rule for validating bin ([#1082](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1082)) ([e9cc86e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e9cc86ec5827a4374f81886865b578f40823c5b8)), closes [#818](https://github.com/michaelfaith/eslint-plugin-package-json/issues/818) [#1077](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1077)
552
574
 
553
- ## [0.36.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.35.1...v0.36.0) (2025-06-11)
575
+ ## [0.36.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.1...v0.36.0) (2025-06-11)
554
576
 
555
577
  ### Features
556
578
 
557
- - migrate to ESM-only ([#1100](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1100)) ([623f162](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/623f162daa726a717c3ad48c1a777c3be7c404b0)), closes [#1080](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1080)
579
+ - migrate to ESM-only ([#1100](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1100)) ([623f162](https://github.com/michaelfaith/eslint-plugin-package-json/commit/623f162daa726a717c3ad48c1a777c3be7c404b0)), closes [#1080](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1080)
558
580
 
559
- ## [0.35.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.35.0...v0.35.1) (2025-06-10)
581
+ ## [0.35.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.0...v0.35.1) (2025-06-10)
560
582
 
561
583
  ### Bug Fixes
562
584
 
563
- - **deps:** update dependency detect-indent to v7 ([#874](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/874)) ([65300dc](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/65300dc30dfdc79ab789a144f251f0b8ba96ea22))
585
+ - **deps:** update dependency detect-indent to v7 ([#874](https://github.com/michaelfaith/eslint-plugin-package-json/issues/874)) ([65300dc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/65300dc30dfdc79ab789a144f251f0b8ba96ea22))
564
586
 
565
- ## [0.35.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.34.0...v0.35.0) (2025-06-10)
587
+ ## [0.35.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.34.0...v0.35.0) (2025-06-10)
566
588
 
567
589
  ### Features
568
590
 
569
- - remove support for node 18 ([#1097](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1097)) ([257659a](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/257659af4fda63e2143d1ab250546dd3cb0932e7)), closes [#1074](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1074)
591
+ - remove support for node 18 ([#1097](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1097)) ([257659a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/257659af4fda63e2143d1ab250546dd3cb0932e7)), closes [#1074](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1074)
570
592
 
571
- ## [0.34.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.33.2...v0.34.0) (2025-06-10)
593
+ ## [0.34.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.2...v0.34.0) (2025-06-10)
572
594
 
573
595
  ### Features
574
596
 
575
- - **valid-package-definition:** add ignoreProperties option ([#1077](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1077)) ([530e343](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/530e3430f87f21c9fadd4d511097d20e26f7190f)), closes [#1076](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1076)
597
+ - **valid-package-definition:** add ignoreProperties option ([#1077](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1077)) ([530e343](https://github.com/michaelfaith/eslint-plugin-package-json/commit/530e3430f87f21c9fadd4d511097d20e26f7190f)), closes [#1076](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1076)
576
598
 
577
- ## [0.33.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.33.1...v0.33.2) (2025-06-01)
599
+ ## [0.33.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.1...v0.33.2) (2025-06-01)
578
600
 
579
601
  ### Bug Fixes
580
602
 
581
- - prevent `no-redundant-files` crash with wildcard and `main` field ([#1078](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1078)) ([ad4f95f](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ad4f95f382bce8d5d0ecc79e4242596dc3eec771)), closes [#1066](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1066)
603
+ - prevent `no-redundant-files` crash with wildcard and `main` field ([#1078](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1078)) ([ad4f95f](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ad4f95f382bce8d5d0ecc79e4242596dc3eec771)), closes [#1066](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1066)
582
604
 
583
- ## [0.33.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.33.0...v0.33.1) (2025-06-01)
605
+ ## [0.33.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.0...v0.33.1) (2025-06-01)
584
606
 
585
607
  ### Bug Fixes
586
608
 
587
- - add CHANGELOG to package ([#1075](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1075)) ([eb13030](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/eb130302b6dfcc456dfeaf49fdfd61bd4fa495d1)), closes [#1070](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1070)
609
+ - add CHANGELOG to package ([#1075](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1075)) ([eb13030](https://github.com/michaelfaith/eslint-plugin-package-json/commit/eb130302b6dfcc456dfeaf49fdfd61bd4fa495d1)), closes [#1070](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1070)
588
610
 
589
- ## [0.33.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.32.0...v0.33.0) (2025-05-31)
611
+ ## [0.33.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.32.0...v0.33.0) (2025-05-31)
590
612
 
591
613
  ### Features
592
614
 
593
- - add `require-type` rule ([#1065](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1065)) ([9c092be](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9c092beb546407c4b8b43426058c56696a88b7c3)), closes [#1032](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1032)
615
+ - add `require-type` rule ([#1065](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1065)) ([9c092be](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9c092beb546407c4b8b43426058c56696a88b7c3)), closes [#1032](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1032)
594
616
 
595
- ## [0.32.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.31.0...v0.32.0) (2025-05-31)
617
+ ## [0.32.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.31.0...v0.32.0) (2025-05-31)
596
618
 
597
619
  No meaningful change.
598
620
  CI error.
599
621
 
600
- ## [0.31.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.30.0...v0.31.0) (2025-04-26)
622
+ ## [0.31.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.30.0...v0.31.0) (2025-04-26)
601
623
 
602
624
  ### Features
603
625
 
604
- - add require-description rule ([#1024](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/1024)) ([0c00c62](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0c00c62cc3b68ff9eae8d3f3bf20d8b4fbbb3926)), closes [#864](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/864)
626
+ - add require-description rule ([#1024](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1024)) ([0c00c62](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0c00c62cc3b68ff9eae8d3f3bf20d8b4fbbb3926)), closes [#864](https://github.com/michaelfaith/eslint-plugin-package-json/issues/864)
605
627
 
606
- ## [0.30.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.29.1...v0.30.0) (2025-04-22)
628
+ ## [0.30.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.1...v0.30.0) (2025-04-22)
607
629
 
608
630
  ### Features
609
631
 
610
- - new `restrict-dependency-ranges` rule ([#998](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/998)) ([f2d1070](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/f2d1070433a488a8bd34ad2a40a3337b218bc358)), closes [#959](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/959) [#959](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/959)
632
+ - new `restrict-dependency-ranges` rule ([#998](https://github.com/michaelfaith/eslint-plugin-package-json/issues/998)) ([f2d1070](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f2d1070433a488a8bd34ad2a40a3337b218bc358)), closes [#959](https://github.com/michaelfaith/eslint-plugin-package-json/issues/959) [#959](https://github.com/michaelfaith/eslint-plugin-package-json/issues/959)
611
633
 
612
- ## [0.29.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.29.0...v0.29.1) (2025-04-09)
634
+ ## [0.29.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.0...v0.29.1) (2025-04-09)
613
635
 
614
636
  ### Bug Fixes
615
637
 
616
- - bump to create-typescript-app@2 with transitions action ([#993](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/993)) ([5b5c298](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/5b5c2989dda36b43e85a14056120e863ef4fec3f)), closes [#969](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/969)
638
+ - bump to create-typescript-app@2 with transitions action ([#993](https://github.com/michaelfaith/eslint-plugin-package-json/issues/993)) ([5b5c298](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5b5c2989dda36b43e85a14056120e863ef4fec3f)), closes [#969](https://github.com/michaelfaith/eslint-plugin-package-json/issues/969)
617
639
 
618
- ## [0.29.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.28.0...v0.29.0) (2025-03-17)
640
+ ## [0.29.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.28.0...v0.29.0) (2025-03-17)
619
641
 
620
642
  ### Features
621
643
 
622
- - **require-types:** add new rule ([#958](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/958)) ([63305af](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/63305afcac6fa57030b13de2ae9f26c108c979c0)), closes [#816](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/816) [#816](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/816)
644
+ - **require-types:** add new rule ([#958](https://github.com/michaelfaith/eslint-plugin-package-json/issues/958)) ([63305af](https://github.com/michaelfaith/eslint-plugin-package-json/commit/63305afcac6fa57030b13de2ae9f26c108c979c0)), closes [#816](https://github.com/michaelfaith/eslint-plugin-package-json/issues/816) [#816](https://github.com/michaelfaith/eslint-plugin-package-json/issues/816)
623
645
 
624
- ## [0.28.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.27.0...v0.28.0) (2025-03-17)
646
+ ## [0.28.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.27.0...v0.28.0) (2025-03-17)
625
647
 
626
648
  ### Features
627
649
 
628
- - **require-engines:** add new rule ([#954](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/954)) ([9093b28](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9093b280c77770512ac88631e4903e17d5275bec)), closes [#868](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/868)
650
+ - **require-engines:** add new rule ([#954](https://github.com/michaelfaith/eslint-plugin-package-json/issues/954)) ([9093b28](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9093b280c77770512ac88631e4903e17d5275bec)), closes [#868](https://github.com/michaelfaith/eslint-plugin-package-json/issues/868)
629
651
 
630
- ## [0.27.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.26.4...v0.27.0) (2025-03-17)
652
+ ## [0.27.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.4...v0.27.0) (2025-03-17)
631
653
 
632
654
  ### Features
633
655
 
634
- - empty feature commit to trigger new minor version ([b6b58d4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b6b58d46da07dd5f1a51e5b2c71a10803863b113))
656
+ - empty feature commit to trigger new minor version ([b6b58d4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b6b58d46da07dd5f1a51e5b2c71a10803863b113))
635
657
 
636
- ## [0.26.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.26.3...v0.26.4) (2025-03-17)
658
+ ## [0.26.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.3...v0.26.4) (2025-03-17)
637
659
 
638
- ## [0.26.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.26.2...v0.26.3) (2025-03-07)
660
+ ## [0.26.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.2...v0.26.3) (2025-03-07)
639
661
 
640
662
  ### Bug Fixes
641
663
 
642
- - **deps:** update dependency sort-package-json to v3 ([#939](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/939)) ([a61e725](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a61e7255f5f0fe70b2c190b38f76d684a9d3e37c))
664
+ - **deps:** update dependency sort-package-json to v3 ([#939](https://github.com/michaelfaith/eslint-plugin-package-json/issues/939)) ([a61e725](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a61e7255f5f0fe70b2c190b38f76d684a9d3e37c))
643
665
 
644
- ## [0.26.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.26.1...v0.26.2) (2025-03-04)
666
+ ## [0.26.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.1...v0.26.2) (2025-03-04)
645
667
 
646
668
  ### Bug Fixes
647
669
 
648
- - **deps:** update dependency sort-package-json to v2.15.1 ([#933](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/933)) ([f3a8169](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/f3a8169113d25f3be69be2a6a027bd74ea3c8022))
670
+ - **deps:** update dependency sort-package-json to v2.15.1 ([#933](https://github.com/michaelfaith/eslint-plugin-package-json/issues/933)) ([f3a8169](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f3a8169113d25f3be69be2a6a027bd74ea3c8022))
649
671
 
650
- ## [0.26.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.26.0...v0.26.1) (2025-03-02)
672
+ ## [0.26.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.0...v0.26.1) (2025-03-02)
651
673
 
652
674
  ### Bug Fixes
653
675
 
654
- - **deps:** update dependency sort-package-json to v2.15.0 ([#925](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/925)) ([3ce4286](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3ce4286442f45c74d09dcc60e040bafb879a75f2))
676
+ - **deps:** update dependency sort-package-json to v2.15.0 ([#925](https://github.com/michaelfaith/eslint-plugin-package-json/issues/925)) ([3ce4286](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3ce4286442f45c74d09dcc60e040bafb879a75f2))
655
677
 
656
- ## [0.26.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10)
678
+ ## [0.26.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10)
657
679
 
658
680
  ### Features
659
681
 
660
- - **require-files:** add require-files rule ([#887](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/887)) ([4de33de](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4de33de2715579c0d217609cd576d1b3b843d457)), closes [#803](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/803)
682
+ - **require-files:** add require-files rule ([#887](https://github.com/michaelfaith/eslint-plugin-package-json/issues/887)) ([4de33de](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4de33de2715579c0d217609cd576d1b3b843d457)), closes [#803](https://github.com/michaelfaith/eslint-plugin-package-json/issues/803)
661
683
 
662
- ## [0.25.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09)
684
+ ## [0.25.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09)
663
685
 
664
686
  ### Features
665
687
 
666
- - **require-keywords:** add require-keywords rule ([#884](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/884)) ([99237f0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/99237f0dc5902bda417345cba681f23a328c5bbe)), closes [#866](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/866)
688
+ - **require-keywords:** add require-keywords rule ([#884](https://github.com/michaelfaith/eslint-plugin-package-json/issues/884)) ([99237f0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/99237f0dc5902bda417345cba681f23a328c5bbe)), closes [#866](https://github.com/michaelfaith/eslint-plugin-package-json/issues/866)
667
689
 
668
- ## [0.24.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)
690
+ ## [0.24.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)
669
691
 
670
692
  ### Features
671
693
 
672
- - **require-name:** add require-name rule ([#883](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/883)) ([3a82dd8](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3a82dd82d14b6bc1aaa72cfbc2e68aeb282ce18a)), closes [#808](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/808)
694
+ - **require-name:** add require-name rule ([#883](https://github.com/michaelfaith/eslint-plugin-package-json/issues/883)) ([3a82dd8](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3a82dd82d14b6bc1aaa72cfbc2e68aeb282ce18a)), closes [#808](https://github.com/michaelfaith/eslint-plugin-package-json/issues/808)
673
695
 
674
- ## [0.23.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)
696
+ ## [0.23.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)
675
697
 
676
698
  ### Bug Fixes
677
699
 
678
- - **deps:** update dependency semver to v7.7.1 ([#880](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/880)) ([152cfc1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/152cfc10e9cc9e34803e609ec3b12855395093c6))
700
+ - **deps:** update dependency semver to v7.7.1 ([#880](https://github.com/michaelfaith/eslint-plugin-package-json/issues/880)) ([152cfc1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/152cfc10e9cc9e34803e609ec3b12855395093c6))
679
701
 
680
- ## [0.23.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.22.0...v0.23.0) (2025-02-04)
702
+ ## [0.23.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.22.0...v0.23.0) (2025-02-04)
681
703
 
682
704
  ### Features
683
705
 
684
- - **require-version:** add require-version rule ([#861](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/861)) ([848377d](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/848377dea379ed23d22d8fc5acd2e84c472ebb1b))
706
+ - **require-version:** add require-version rule ([#861](https://github.com/michaelfaith/eslint-plugin-package-json/issues/861)) ([848377d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/848377dea379ed23d22d8fc5acd2e84c472ebb1b))
685
707
 
686
- ## [0.22.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.21.1...v0.22.0) (2025-02-03)
708
+ ## [0.22.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.1...v0.22.0) (2025-02-03)
687
709
 
688
710
  ### Features
689
711
 
690
- - **require-author:** add new `require-author` rule ([#851](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/851)) ([cde68da](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/cde68da27bf87d711a8fb6f90df9f99f7bdb1512)), closes [#795](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/795)
712
+ - **require-author:** add new `require-author` rule ([#851](https://github.com/michaelfaith/eslint-plugin-package-json/issues/851)) ([cde68da](https://github.com/michaelfaith/eslint-plugin-package-json/commit/cde68da27bf87d711a8fb6f90df9f99f7bdb1512)), closes [#795](https://github.com/michaelfaith/eslint-plugin-package-json/issues/795)
691
713
 
692
- ## [0.21.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.21.0...v0.21.1) (2025-01-24)
714
+ ## [0.21.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.0...v0.21.1) (2025-01-24)
693
715
 
694
716
  ### Bug Fixes
695
717
 
696
- - **no-redundant-files:** detect variations of README.md as redundant ([#765](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/765)) ([7453095](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/745309536c3d2c175591582147028754f9287b1d)), closes [#763](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/763) [#763](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/763)
718
+ - **no-redundant-files:** detect variations of README.md as redundant ([#765](https://github.com/michaelfaith/eslint-plugin-package-json/issues/765)) ([7453095](https://github.com/michaelfaith/eslint-plugin-package-json/commit/745309536c3d2c175591582147028754f9287b1d)), closes [#763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/763) [#763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/763)
697
719
 
698
- ## [0.21.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.20.1...v0.21.0) (2025-01-23)
720
+ ## [0.21.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.1...v0.21.0) (2025-01-23)
699
721
 
700
722
  ### Features
701
723
 
702
- - add no-empty-fields rule ([#741](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/741)) ([e57765b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e57765b3de7c4703f1c697d54758e5789494281a)), closes [#683](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/683)
724
+ - add no-empty-fields rule ([#741](https://github.com/michaelfaith/eslint-plugin-package-json/issues/741)) ([e57765b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e57765b3de7c4703f1c697d54758e5789494281a)), closes [#683](https://github.com/michaelfaith/eslint-plugin-package-json/issues/683)
703
725
 
704
- ## [0.20.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.20.0...v0.20.1) (2025-01-19)
726
+ ## [0.20.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.0...v0.20.1) (2025-01-19)
705
727
 
706
728
  ### Bug Fixes
707
729
 
708
- - bump package-json-validator dep to 0.8 ([#735](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/735)) ([29a9722](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/29a9722c15d39984ea99c2be346e20c2f4f9c76e)), closes [#734](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/734)
730
+ - bump package-json-validator dep to 0.8 ([#735](https://github.com/michaelfaith/eslint-plugin-package-json/issues/735)) ([29a9722](https://github.com/michaelfaith/eslint-plugin-package-json/commit/29a9722c15d39984ea99c2be346e20c2f4f9c76e)), closes [#734](https://github.com/michaelfaith/eslint-plugin-package-json/issues/734)
709
731
 
710
- ## [0.20.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.19.0...v0.20.0) (2025-01-17)
732
+ ## [0.20.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.19.0...v0.20.0) (2025-01-17)
711
733
 
712
734
  ### Features
713
735
 
714
- - **no-redundant-files:** add new rule ([#721](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/721)) ([1167f5e](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1167f5ea698bf09e2dfe77147464cc3a3d5ee6e7)), closes [#686](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/686) [#686](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/686)
736
+ - **no-redundant-files:** add new rule ([#721](https://github.com/michaelfaith/eslint-plugin-package-json/issues/721)) ([1167f5e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1167f5ea698bf09e2dfe77147464cc3a3d5ee6e7)), closes [#686](https://github.com/michaelfaith/eslint-plugin-package-json/issues/686) [#686](https://github.com/michaelfaith/eslint-plugin-package-json/issues/686)
715
737
 
716
- ## [0.19.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.18.0...v0.19.0) (2024-12-31)
738
+ ## [0.19.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.18.0...v0.19.0) (2024-12-31)
717
739
 
718
740
  ### Features
719
741
 
720
- - **valid-package-definition:** rename rule from valid-package-def ([#711](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/711)) ([4f3907b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4f3907b83ce1ddadcfbb572e70559e22b9c4a917)), closes [#132](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/132) [#132](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/132)
742
+ - **valid-package-definition:** rename rule from valid-package-def ([#711](https://github.com/michaelfaith/eslint-plugin-package-json/issues/711)) ([4f3907b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4f3907b83ce1ddadcfbb572e70559e22b9c4a917)), closes [#132](https://github.com/michaelfaith/eslint-plugin-package-json/issues/132) [#132](https://github.com/michaelfaith/eslint-plugin-package-json/issues/132)
721
743
 
722
- ## [0.18.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.17.0...v0.18.0) (2024-12-05)
744
+ ## [0.18.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.17.0...v0.18.0) (2024-12-05)
723
745
 
724
746
  ### Features
725
747
 
726
- - update sort-package-json to 12 ([#680](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/680)) ([566e85b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/566e85b27ecff4997cd08e1fa00611b1b0e61db0)), closes [#679](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/679)
748
+ - update sort-package-json to 12 ([#680](https://github.com/michaelfaith/eslint-plugin-package-json/issues/680)) ([566e85b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/566e85b27ecff4997cd08e1fa00611b1b0e61db0)), closes [#679](https://github.com/michaelfaith/eslint-plugin-package-json/issues/679)
727
749
 
728
- ## [0.17.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30)
750
+ ## [0.17.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30)
729
751
 
730
752
  ### Features
731
753
 
732
- - sort alphabetically with co-located hooks for `scripts` ([#632](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/632)) ([4ccae4f](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4ccae4f58e1695b792dd3d0daf46cedc134d9541)), closes [#499](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/499) [#499](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/499)
754
+ - sort alphabetically with co-located hooks for `scripts` ([#632](https://github.com/michaelfaith/eslint-plugin-package-json/issues/632)) ([4ccae4f](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4ccae4f58e1695b792dd3d0daf46cedc134d9541)), closes [#499](https://github.com/michaelfaith/eslint-plugin-package-json/issues/499) [#499](https://github.com/michaelfaith/eslint-plugin-package-json/issues/499)
733
755
 
734
- ## [0.16.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30)
756
+ ## [0.16.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30)
735
757
 
736
758
  ### Features
737
759
 
738
- - **sort-collections:** should sort `overrides` ([#668](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/668)) ([18129cd](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/18129cd5c4a0bf45709ea7fcb9fb316c2a639a71)), closes [#619](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/619)
760
+ - **sort-collections:** should sort `overrides` ([#668](https://github.com/michaelfaith/eslint-plugin-package-json/issues/668)) ([18129cd](https://github.com/michaelfaith/eslint-plugin-package-json/commit/18129cd5c4a0bf45709ea7fcb9fb316c2a639a71)), closes [#619](https://github.com/michaelfaith/eslint-plugin-package-json/issues/619)
739
761
 
740
- ## [0.15.6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.5...v0.15.6) (2024-11-09)
762
+ ## [0.15.6](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.5...v0.15.6) (2024-11-09)
741
763
 
742
764
  ### Bug Fixes
743
765
 
744
- - add sorting exports field ([#615](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/615)) ([116c74b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/116c74be65089d7cfb39f3dae2fcae18fe19a263)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
766
+ - add sorting exports field ([#615](https://github.com/michaelfaith/eslint-plugin-package-json/issues/615)) ([116c74b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/116c74be65089d7cfb39f3dae2fcae18fe19a263)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
745
767
 
746
- ## [0.15.5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.4...v0.15.5) (2024-11-06)
768
+ ## [0.15.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.4...v0.15.5) (2024-11-06)
747
769
 
748
770
  ### Bug Fixes
749
771
 
750
- - add plugin export ([#609](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/609)) ([a2c83b4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a2c83b42c231129efb97ec29a29f6ae361adcc26)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
772
+ - add plugin export ([#609](https://github.com/michaelfaith/eslint-plugin-package-json/issues/609)) ([a2c83b4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a2c83b42c231129efb97ec29a29f6ae361adcc26)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
751
773
 
752
- ## [0.15.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
774
+ ## [0.15.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
753
775
 
754
776
  ### Bug Fixes
755
777
 
756
- - update dependency package-json-validator to v0.7.0 ([#569](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/569)) ([9d44862](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/9d44862f29cef1e6e8d71facf55ac5cf907d979e)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
778
+ - update dependency package-json-validator to v0.7.0 ([#569](https://github.com/michaelfaith/eslint-plugin-package-json/issues/569)) ([9d44862](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9d44862f29cef1e6e8d71facf55ac5cf907d979e)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
757
779
 
758
- ## [0.15.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
780
+ ## [0.15.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
759
781
 
760
782
  ### Bug Fixes
761
783
 
762
- - **valid-repository-directory:** use repository root for more accurate linting ([#498](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/498)) ([d149400](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/d1494001a7cbf3fa95041179004fa8ad03ef0d34)), closes [#252](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/252)
784
+ - **valid-repository-directory:** use repository root for more accurate linting ([#498](https://github.com/michaelfaith/eslint-plugin-package-json/issues/498)) ([d149400](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d1494001a7cbf3fa95041179004fa8ad03ef0d34)), closes [#252](https://github.com/michaelfaith/eslint-plugin-package-json/issues/252)
763
785
 
764
- ## [0.15.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) (2024-07-10)
786
+ ## [0.15.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) (2024-07-10)
765
787
 
766
788
  ### Bug Fixes
767
789
 
768
- - skip check for name to match npm package when private is true ([#455](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/455)) ([cc10e05](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/cc10e052911688ca7cacb9761c2db7c24c826d3e)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
790
+ - skip check for name to match npm package when private is true ([#455](https://github.com/michaelfaith/eslint-plugin-package-json/issues/455)) ([cc10e05](https://github.com/michaelfaith/eslint-plugin-package-json/commit/cc10e052911688ca7cacb9761c2db7c24c826d3e)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
769
791
 
770
- ## [0.15.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) (2024-07-10)
792
+ ## [0.15.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) (2024-07-10)
771
793
 
772
794
  ### Bug Fixes
773
795
 
774
- - update package-json-validator ([#456](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/456)) ([1a8bda4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/1a8bda47891c14c7434ad6242f33f9ad7c2e940f)), closes [#250](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/250)
796
+ - update package-json-validator ([#456](https://github.com/michaelfaith/eslint-plugin-package-json/issues/456)) ([1a8bda4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1a8bda47891c14c7434ad6242f33f9ad7c2e940f)), closes [#250](https://github.com/michaelfaith/eslint-plugin-package-json/issues/250)
775
797
 
776
- ## [0.15.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.14.0...v0.15.0) (2024-06-17)
798
+ ## [0.15.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.14.0...v0.15.0) (2024-06-17)
777
799
 
778
800
  ### Features
779
801
 
780
- - **order-properties:** more precise error reporting ([#328](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/328)) ([4a3fbc8](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4a3fbc8046d4286ca950b1de9000f12bdadfa961)), closes [#320](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/320)
802
+ - **order-properties:** more precise error reporting ([#328](https://github.com/michaelfaith/eslint-plugin-package-json/issues/328)) ([4a3fbc8](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4a3fbc8046d4286ca950b1de9000f12bdadfa961)), closes [#320](https://github.com/michaelfaith/eslint-plugin-package-json/issues/320)
781
803
 
782
- ## [0.14.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.13.1...v0.14.0) (2024-05-31)
804
+ ## [0.14.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.1...v0.14.0) (2024-05-31)
783
805
 
784
806
  ### Features
785
807
 
786
- - add name field to recommended config ([#329](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/329)) ([b7a1a37](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/b7a1a37afb35c8040fa77abaaeb669d3935e5e14)), closes [#308](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/308)
808
+ - add name field to recommended config ([#329](https://github.com/michaelfaith/eslint-plugin-package-json/issues/329)) ([b7a1a37](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b7a1a37afb35c8040fa77abaaeb669d3935e5e14)), closes [#308](https://github.com/michaelfaith/eslint-plugin-package-json/issues/308)
787
809
 
788
- ## [0.13.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.13.0...v0.13.1) (2024-04-29)
810
+ ## [0.13.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.0...v0.13.1) (2024-04-29)
789
811
 
790
812
  ### Bug Fixes
791
813
 
792
- - rule order-properties not work ([#315](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/315)) ([3a477f5](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3a477f5f9e6223bff49d0a3b3cb33633bed7b76e)), closes [#000](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/000)
814
+ - rule order-properties not work ([#315](https://github.com/michaelfaith/eslint-plugin-package-json/issues/315)) ([3a477f5](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3a477f5f9e6223bff49d0a3b3cb33633bed7b76e)), closes [#000](https://github.com/michaelfaith/eslint-plugin-package-json/issues/000)
793
815
 
794
- ## [0.13.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29)
816
+ ## [0.13.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29)
795
817
 
796
818
  ### Bug Fixes
797
819
 
798
- - correct suggestion status ([#299](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/299)) ([146e25d](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/146e25dc1f837eb3cd64d4862bf5e035dbb250e2)), closes [#255](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/255)
820
+ - correct suggestion status ([#299](https://github.com/michaelfaith/eslint-plugin-package-json/issues/299)) ([146e25d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/146e25dc1f837eb3cd64d4862bf5e035dbb250e2)), closes [#255](https://github.com/michaelfaith/eslint-plugin-package-json/issues/255)
799
821
 
800
822
  ### Features
801
823
 
802
- - sort-order rule shouldn't change sub-keys, better auto-fix ([#312](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/312)) ([a894550](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a89455019be1a41309c7b3cab0a9acefbd7abeb2)), closes [#80](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/80)
824
+ - sort-order rule shouldn't change sub-keys, better auto-fix ([#312](https://github.com/michaelfaith/eslint-plugin-package-json/issues/312)) ([a894550](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a89455019be1a41309c7b3cab0a9acefbd7abeb2)), closes [#80](https://github.com/michaelfaith/eslint-plugin-package-json/issues/80)
803
825
 
804
- ## [0.12.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
826
+ ## [0.12.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
805
827
 
806
828
  ### Bug Fixes
807
829
 
808
- - **valid-package-def:** ignore pnpm workspace protocol ([#258](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/258)) ([4b061e6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4b061e6540fb914d004337bb89a90fedfb94b0f7)), closes [#251](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/251)
830
+ - **valid-package-def:** ignore pnpm workspace protocol ([#258](https://github.com/michaelfaith/eslint-plugin-package-json/issues/258)) ([4b061e6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4b061e6540fb914d004337bb89a90fedfb94b0f7)), closes [#251](https://github.com/michaelfaith/eslint-plugin-package-json/issues/251)
809
831
 
810
- ## [0.12.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
832
+ ## [0.12.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
811
833
 
812
834
  ### Features
813
835
 
814
- - switch prefer-repository-shorthand to repository-shorthand ([#248](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/248)) ([580edb3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/580edb3957cd4d8229bf73c10b1f7f65f79dc53f)), closes [#223](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/223)
836
+ - switch prefer-repository-shorthand to repository-shorthand ([#248](https://github.com/michaelfaith/eslint-plugin-package-json/issues/248)) ([580edb3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/580edb3957cd4d8229bf73c10b1f7f65f79dc53f)), closes [#223](https://github.com/michaelfaith/eslint-plugin-package-json/issues/223)
815
837
 
816
- ## [0.11.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.4...v0.11.0) (2024-03-24)
838
+ ## [0.11.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.4...v0.11.0) (2024-03-24)
817
839
 
818
840
  ### Features
819
841
 
820
- - support flat config ([#161](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/161)) ([bf31a6c](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/bf31a6cb491afe0d43b29bc830d3b4c24bd1cf6d)), closes [#91](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/91)
842
+ - support flat config ([#161](https://github.com/michaelfaith/eslint-plugin-package-json/issues/161)) ([bf31a6c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/bf31a6cb491afe0d43b29bc830d3b4c24bd1cf6d)), closes [#91](https://github.com/michaelfaith/eslint-plugin-package-json/issues/91)
821
843
 
822
- ## [0.10.4](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.3...v0.10.4) (2024-02-20)
844
+ ## [0.10.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.3...v0.10.4) (2024-02-20)
823
845
 
824
846
  ### Bug Fixes
825
847
 
826
- - can not import in ESM package ([#159](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/159)) ([2ce1881](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/2ce188156d0b91fdcb9606e069a45148c673e6c0)), closes [#152](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/152) [#157](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/157)
848
+ - can not import in ESM package ([#159](https://github.com/michaelfaith/eslint-plugin-package-json/issues/159)) ([2ce1881](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2ce188156d0b91fdcb9606e069a45148c673e6c0)), closes [#152](https://github.com/michaelfaith/eslint-plugin-package-json/issues/152) [#157](https://github.com/michaelfaith/eslint-plugin-package-json/issues/157)
827
849
 
828
- ## [0.10.3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.2...v0.10.3) (2024-02-20)
850
+ ## [0.10.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.2...v0.10.3) (2024-02-20)
829
851
 
830
852
  ### Bug Fixes
831
853
 
832
- - ignore npm alias version range error ([#156](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/156)) ([4436638](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4436638aba4eb727d4d09cc3e33bca04faf18620)), closes [#153](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/153)
854
+ - ignore npm alias version range error ([#156](https://github.com/michaelfaith/eslint-plugin-package-json/issues/156)) ([4436638](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4436638aba4eb727d4d09cc3e33bca04faf18620)), closes [#153](https://github.com/michaelfaith/eslint-plugin-package-json/issues/153)
833
855
 
834
- ## [0.10.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
856
+ ## [0.10.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
835
857
 
836
858
  ### Bug Fixes
837
859
 
838
- - support Windows paths, again ([#144](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/144)) ([27243fa](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/27243fa5e6d0d59362e19f49135f69300949d282)), closes [#142](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/142) [#30](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/30)
860
+ - support Windows paths, again ([#144](https://github.com/michaelfaith/eslint-plugin-package-json/issues/144)) ([27243fa](https://github.com/michaelfaith/eslint-plugin-package-json/commit/27243fa5e6d0d59362e19f49135f69300949d282)), closes [#142](https://github.com/michaelfaith/eslint-plugin-package-json/issues/142) [#30](https://github.com/michaelfaith/eslint-plugin-package-json/issues/30)
839
861
 
840
- ## [0.10.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
862
+ ## [0.10.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
841
863
 
842
864
  ### Bug Fixes
843
865
 
844
- - incorrect example in 'sort-collections' ([#137](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/137)) ([88a94a0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/88a94a06e0db5624f83fab22144d7096a0cd1a3a)), closes [#136](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/136)
866
+ - incorrect example in 'sort-collections' ([#137](https://github.com/michaelfaith/eslint-plugin-package-json/issues/137)) ([88a94a0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/88a94a06e0db5624f83fab22144d7096a0cd1a3a)), closes [#136](https://github.com/michaelfaith/eslint-plugin-package-json/issues/136)
845
867
 
846
- ## [0.10.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.9.0...v0.10.0) (2024-01-20)
868
+ ## [0.10.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.9.0...v0.10.0) (2024-01-20)
847
869
 
848
870
  ### Features
849
871
 
850
- - added valid-version rule ([#135](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/135)) ([6e8b6fb](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/6e8b6fbe777d03731f5552c980eaad4e5f8d4dad)), closes [#130](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/130)
872
+ - added valid-version rule ([#135](https://github.com/michaelfaith/eslint-plugin-package-json/issues/135)) ([6e8b6fb](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6e8b6fbe777d03731f5552c980eaad4e5f8d4dad)), closes [#130](https://github.com/michaelfaith/eslint-plugin-package-json/issues/130)
851
873
 
852
- ## [0.9.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.8.1...v0.9.0) (2024-01-20)
874
+ ## [0.9.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.1...v0.9.0) (2024-01-20)
853
875
 
854
876
  ### Features
855
877
 
856
- - added valid-name rule ([#134](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/134)) ([ecf9266](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/ecf926602f760c3edf1a832615624210a90ed3ed)), closes [#131](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/131)
878
+ - added valid-name rule ([#134](https://github.com/michaelfaith/eslint-plugin-package-json/issues/134)) ([ecf9266](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ecf926602f760c3edf1a832615624210a90ed3ed)), closes [#131](https://github.com/michaelfaith/eslint-plugin-package-json/issues/131)
857
879
 
858
- ## [0.8.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.8.0...v0.8.1) (2024-01-20)
880
+ ## [0.8.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.0...v0.8.1) (2024-01-20)
859
881
 
860
882
  ### Bug Fixes
861
883
 
862
- - correct order-properties key checks ([#129](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/129)) ([a635c27](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a635c279552beea4b0e5a611321d9f92083416e4)), closes [#127](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/127) [#128](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/128) [#127](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/127) [#128](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/128)
884
+ - correct order-properties key checks ([#129](https://github.com/michaelfaith/eslint-plugin-package-json/issues/129)) ([a635c27](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a635c279552beea4b0e5a611321d9f92083416e4)), closes [#127](https://github.com/michaelfaith/eslint-plugin-package-json/issues/127) [#128](https://github.com/michaelfaith/eslint-plugin-package-json/issues/128) [#127](https://github.com/michaelfaith/eslint-plugin-package-json/issues/127) [#128](https://github.com/michaelfaith/eslint-plugin-package-json/issues/128)
863
885
 
864
- ## [0.8.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.7.0...v0.8.0) (2024-01-20)
886
+ ## [0.8.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.7.0...v0.8.0) (2024-01-20)
865
887
 
866
888
  ### Features
867
889
 
868
- - added unique-dependencies rule ([#126](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/126)) ([a9417d1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/a9417d1685808dd8e4c27eff9e3b9c7399be6e1b)), closes [#50](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/50)
890
+ - added unique-dependencies rule ([#126](https://github.com/michaelfaith/eslint-plugin-package-json/issues/126)) ([a9417d1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a9417d1685808dd8e4c27eff9e3b9c7399be6e1b)), closes [#50](https://github.com/michaelfaith/eslint-plugin-package-json/issues/50)
869
891
 
870
- ## [0.7.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.6.0...v0.7.0) (2024-01-20)
892
+ ## [0.7.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.6.0...v0.7.0) (2024-01-20)
871
893
 
872
894
  ### Features
873
895
 
874
- - added valid-repository-directory rule ([#123](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/123)) ([84035c3](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/84035c3f2bac376567eef767ba21f354a0d93f54)), closes [#53](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/53)
896
+ - added valid-repository-directory rule ([#123](https://github.com/michaelfaith/eslint-plugin-package-json/issues/123)) ([84035c3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/84035c3f2bac376567eef767ba21f354a0d93f54)), closes [#53](https://github.com/michaelfaith/eslint-plugin-package-json/issues/53)
875
897
 
876
- ## [0.6.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.5.0...v0.6.0) (2024-01-20)
898
+ ## [0.6.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.5.0...v0.6.0) (2024-01-20)
877
899
 
878
900
  ### Features
879
901
 
880
- - change order-properties order default to sort-package-json ([#122](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/122)) ([246261d](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/246261dff5838c42add53fd45c03a5eadc495d83)), closes [#58](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/58)
902
+ - change order-properties order default to sort-package-json ([#122](https://github.com/michaelfaith/eslint-plugin-package-json/issues/122)) ([246261d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/246261dff5838c42add53fd45c03a5eadc495d83)), closes [#58](https://github.com/michaelfaith/eslint-plugin-package-json/issues/58)
881
903
 
882
- ## [0.5.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20)
904
+ ## [0.5.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20)
883
905
 
884
906
  ### Features
885
907
 
886
- - add prefer-repository-shorthand rule ([#70](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/70)) ([0c7fb19](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0c7fb199cdf0ba001bd996f6da2c4ba8cbbc7d0f)), closes [#71](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/71)
908
+ - add prefer-repository-shorthand rule ([#70](https://github.com/michaelfaith/eslint-plugin-package-json/issues/70)) ([0c7fb19](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0c7fb199cdf0ba001bd996f6da2c4ba8cbbc7d0f)), closes [#71](https://github.com/michaelfaith/eslint-plugin-package-json/issues/71)
887
909
 
888
- ## [0.4.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20)
910
+ ## [0.4.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20)
889
911
 
890
912
  ### Bug Fixes
891
913
 
892
- - detect package.json in Windows ([eb90172](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/eb901727c12fdd4f7a5d734c9e98f3123059bee8))
893
- - Missing extension in valid-package-def link ([0cd9b6b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/0cd9b6bd462b9b801cf69b1a09d8c23d4afcedf0))
894
- - recommended config ([#103](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/103)) ([77dc134](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/77dc1344ea7a34abcb6c0e87d61b65149b4fe2ca)), closes [#102](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/102)
895
- - typo ([#63](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/63)) ([3e6f6bc](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/3e6f6bc40ed8a856199082429e66c77c099210f5))
914
+ - detect package.json in Windows ([eb90172](https://github.com/michaelfaith/eslint-plugin-package-json/commit/eb901727c12fdd4f7a5d734c9e98f3123059bee8))
915
+ - Missing extension in valid-package-def link ([0cd9b6b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0cd9b6bd462b9b801cf69b1a09d8c23d4afcedf0))
916
+ - recommended config ([#103](https://github.com/michaelfaith/eslint-plugin-package-json/issues/103)) ([77dc134](https://github.com/michaelfaith/eslint-plugin-package-json/commit/77dc1344ea7a34abcb6c0e87d61b65149b4fe2ca)), closes [#102](https://github.com/michaelfaith/eslint-plugin-package-json/issues/102)
917
+ - typo ([#63](https://github.com/michaelfaith/eslint-plugin-package-json/issues/63)) ([3e6f6bc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3e6f6bc40ed8a856199082429e66c77c099210f5))
896
918
 
897
919
  ### Features
898
920
 
899
- - converted to TypeScript ([#59](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/59)) ([c328633](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/c3286338cb98a3d5570ff95424057317a2881fa1)), closes [#60](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/60) [#35](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/35)
921
+ - converted to TypeScript ([#59](https://github.com/michaelfaith/eslint-plugin-package-json/issues/59)) ([c328633](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c3286338cb98a3d5570ff95424057317a2881fa1)), closes [#60](https://github.com/michaelfaith/eslint-plugin-package-json/issues/60) [#35](https://github.com/michaelfaith/eslint-plugin-package-json/issues/35)