eslint-plugin-package-json 0.89.1 → 0.89.3
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 +317 -293
- package/README.md +37 -38
- package/lib/createRule.mjs +1 -1
- package/lib/rules/require-properties.mjs +4 -3
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,887 +1,911 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.89.
|
|
3
|
+
## [0.89.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.2...v0.89.3) (2026-03-04)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### 🚀 Features
|
|
7
7
|
|
|
8
|
-
* add
|
|
8
|
+
* 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))
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
|
|
11
|
+
### 🩹 Bug Fixes
|
|
12
|
+
|
|
13
|
+
* 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))
|
|
14
|
+
|
|
15
|
+
## [0.89.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### 🚀 Features
|
|
19
|
+
|
|
20
|
+
* 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))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### 🩹 Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **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))
|
|
26
|
+
|
|
27
|
+
## [0.89.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.0...v0.89.1) (2026-02-22)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### 🚀 Features
|
|
31
|
+
|
|
32
|
+
* 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))
|
|
33
|
+
|
|
34
|
+
## [0.89.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.3...v0.89.0) (2026-02-20)
|
|
11
35
|
|
|
12
36
|
|
|
13
37
|
### ⚠ BREAKING CHANGES
|
|
14
38
|
|
|
15
|
-
* move the `publishable` require rules to `recommended` ([#1565](https://github.com/
|
|
39
|
+
* move the `publishable` require rules to `recommended` ([#1565](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1565))
|
|
16
40
|
|
|
17
41
|
### 🚀 Features
|
|
18
42
|
|
|
19
|
-
* add support for eslint v10 ([#1554](https://github.com/
|
|
20
|
-
* move the `publishable` require rules to `recommended` ([#1565](https://github.com/
|
|
43
|
+
* 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))
|
|
44
|
+
* 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))
|
|
21
45
|
|
|
22
|
-
## [0.88.3](https://github.com/
|
|
46
|
+
## [0.88.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.2...v0.88.3) (2026-02-16)
|
|
23
47
|
|
|
24
48
|
|
|
25
49
|
### 🚀 Features
|
|
26
50
|
|
|
27
|
-
* **require-attribution:** add `ignorePrivate` option ([#1566](https://github.com/
|
|
51
|
+
* **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))
|
|
28
52
|
|
|
29
|
-
## [0.88.2](https://github.com/
|
|
53
|
+
## [0.88.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
|
|
30
54
|
|
|
31
55
|
|
|
32
56
|
### Features
|
|
33
57
|
|
|
34
|
-
* **require-type:** add auto-fix ([#1534](https://github.com/
|
|
58
|
+
* **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))
|
|
35
59
|
|
|
36
60
|
|
|
37
61
|
### Bug Fixes
|
|
38
62
|
|
|
39
|
-
* **deps:** update dependency package-json-validator to ~0.60.0 ([#1513](https://github.com/
|
|
63
|
+
* **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))
|
|
40
64
|
|
|
41
|
-
## [0.88.1](https://github.com/
|
|
65
|
+
## [0.88.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
|
|
42
66
|
|
|
43
67
|
|
|
44
68
|
### Features
|
|
45
69
|
|
|
46
|
-
* add require-scripts rule ([#1505](https://github.com/
|
|
70
|
+
* 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))
|
|
47
71
|
|
|
48
|
-
## [0.88.0](https://github.com/
|
|
72
|
+
## [0.88.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.1...v0.88.0) (2026-01-04)
|
|
49
73
|
|
|
50
74
|
|
|
51
75
|
### ⚠ BREAKING CHANGES
|
|
52
76
|
|
|
53
|
-
* add require-repository rule ([#1491](https://github.com/
|
|
77
|
+
* add require-repository rule ([#1491](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1491))
|
|
54
78
|
|
|
55
79
|
### Features
|
|
56
80
|
|
|
57
|
-
* add require-repository rule ([#1491](https://github.com/
|
|
81
|
+
* 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))
|
|
58
82
|
|
|
59
83
|
|
|
60
84
|
### Bug Fixes
|
|
61
85
|
|
|
62
|
-
* **repository-shorthand:** support repo provider prefix ([#1472](https://github.com/
|
|
63
|
-
* **valid-repository:** support dashes and dots in repo shorthand ([#1468](https://github.com/
|
|
86
|
+
* **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))
|
|
87
|
+
* **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))
|
|
64
88
|
|
|
65
|
-
## [0.87.1](https://github.com/
|
|
89
|
+
## [0.87.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.0...v0.87.1) (2025-12-31)
|
|
66
90
|
|
|
67
91
|
|
|
68
92
|
### Features
|
|
69
93
|
|
|
70
|
-
* add require-homepage rule ([#1480](https://github.com/
|
|
94
|
+
* 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))
|
|
71
95
|
|
|
72
96
|
## [0.87.0](///compare/v0.86.0...v0.87.0) (2025-12-30)
|
|
73
97
|
|
|
74
98
|
### Features
|
|
75
99
|
|
|
76
|
-
- move `order-properties` from `recommended` to `stylistic` config ([#1475](https://github.com/
|
|
100
|
+
- 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)
|
|
77
101
|
|
|
78
102
|
## [0.86.0](///compare/v0.85.0...v0.86.0) (2025-12-30)
|
|
79
103
|
|
|
80
104
|
### Features
|
|
81
105
|
|
|
82
|
-
- remove deprecated valid-local-dependency rule ([#1450](https://github.com/
|
|
83
|
-
- **valid-module:** add rule to validate `module` ([#1462](https://github.com/
|
|
106
|
+
- 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)
|
|
107
|
+
- **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)
|
|
84
108
|
|
|
85
|
-
## [0.85.0](https://github.com/
|
|
109
|
+
## [0.85.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.84.0...v0.85.0) (2025-11-18)
|
|
86
110
|
|
|
87
111
|
### Features
|
|
88
112
|
|
|
89
|
-
- **valid-sideEffects:** add new rule for validating `sideEffects` ([#1414](https://github.com/
|
|
113
|
+
- **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))
|
|
90
114
|
|
|
91
|
-
## [0.84.0](https://github.com/
|
|
115
|
+
## [0.84.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.83.0...v0.84.0) (2025-11-18)
|
|
92
116
|
|
|
93
117
|
### Features
|
|
94
118
|
|
|
95
|
-
- add new `recommended-publishable` config ([#1413](https://github.com/
|
|
119
|
+
- 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)
|
|
96
120
|
|
|
97
|
-
## [0.83.0](https://github.com/
|
|
121
|
+
## [0.83.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.82.0...v0.83.0) (2025-11-17)
|
|
98
122
|
|
|
99
123
|
### Features
|
|
100
124
|
|
|
101
|
-
- **specify-peers-locally:** add rule to require all peers are declared as dev dependencies ([#1407](https://github.com/
|
|
125
|
+
- **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)
|
|
102
126
|
|
|
103
|
-
## [0.82.0](https://github.com/
|
|
127
|
+
## [0.82.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.81.0...v0.82.0) (2025-11-17)
|
|
104
128
|
|
|
105
129
|
### Features
|
|
106
130
|
|
|
107
|
-
- **require-sideEffects:** add new rule for requiring `sideEffects` ([#1406](https://github.com/
|
|
131
|
+
- **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)
|
|
108
132
|
|
|
109
|
-
## [0.81.0](https://github.com/
|
|
133
|
+
## [0.81.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.80.0...v0.81.0) (2025-11-17)
|
|
110
134
|
|
|
111
135
|
### Features
|
|
112
136
|
|
|
113
|
-
- **require-attribution:** add new rule to require proper attribution ([#1408](https://github.com/
|
|
137
|
+
- **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)
|
|
114
138
|
|
|
115
|
-
## [0.80.0](https://github.com/
|
|
139
|
+
## [0.80.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.79.0...v0.80.0) (2025-11-17)
|
|
116
140
|
|
|
117
141
|
### Features
|
|
118
142
|
|
|
119
|
-
- **require-exports:** add new rule to require `exports` ([#1410](https://github.com/
|
|
143
|
+
- **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)
|
|
120
144
|
|
|
121
|
-
## [0.79.0](https://github.com/
|
|
145
|
+
## [0.79.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.78.0...v0.79.0) (2025-11-15)
|
|
122
146
|
|
|
123
147
|
### Features
|
|
124
148
|
|
|
125
|
-
- deprecate `valid-package-definition` ([#1400](https://github.com/
|
|
149
|
+
- 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)
|
|
126
150
|
|
|
127
|
-
## [0.78.0](https://github.com/
|
|
151
|
+
## [0.78.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.77.0...v0.78.0) (2025-11-15)
|
|
128
152
|
|
|
129
153
|
### Features
|
|
130
154
|
|
|
131
|
-
- **valid-repository:** add new rule for validating `repository` ([#1393](https://github.com/
|
|
155
|
+
- **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)
|
|
132
156
|
|
|
133
|
-
## [0.77.0](https://github.com/
|
|
157
|
+
## [0.77.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.76.0...v0.77.0) (2025-11-15)
|
|
134
158
|
|
|
135
159
|
### Features
|
|
136
160
|
|
|
137
|
-
- **unique-dependencies:** report cross-group duplicates ([#1398](https://github.com/
|
|
161
|
+
- **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)
|
|
138
162
|
|
|
139
|
-
## [0.76.0](https://github.com/
|
|
163
|
+
## [0.76.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.75.0...v0.76.0) (2025-11-15)
|
|
140
164
|
|
|
141
165
|
### Features
|
|
142
166
|
|
|
143
|
-
- **valid-engines:** add new rule for validating `engines` ([#1397](https://github.com/
|
|
167
|
+
- **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)
|
|
144
168
|
|
|
145
|
-
## [0.75.0](https://github.com/
|
|
169
|
+
## [0.75.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.75.0) (2025-11-15)
|
|
146
170
|
|
|
147
171
|
### Features
|
|
148
172
|
|
|
149
|
-
- **valid-man:** add new rule for validating `man` ([#1392](https://github.com/
|
|
150
|
-
- **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/
|
|
151
|
-
- **valid-workspaces:** add new rule for validating `workspaces` ([#1396](https://github.com/
|
|
173
|
+
- **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)
|
|
174
|
+
- **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)
|
|
175
|
+
- **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)
|
|
152
176
|
|
|
153
|
-
## [0.74.0](https://github.com/
|
|
177
|
+
## [0.74.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.74.0) (2025-11-14)
|
|
154
178
|
|
|
155
179
|
### Features
|
|
156
180
|
|
|
157
|
-
- **valid-publishConfig:** add new rule for validating `publishConfig` ([#1388](https://github.com/
|
|
181
|
+
- **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)
|
|
158
182
|
|
|
159
|
-
## [0.73.0](https://github.com/
|
|
183
|
+
## [0.73.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.72.0...v0.73.0) (2025-11-13)
|
|
160
184
|
|
|
161
185
|
### Features
|
|
162
186
|
|
|
163
|
-
- **order-properties:** lexicographically sort non-standard properties ([#1375](https://github.com/
|
|
187
|
+
- **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)
|
|
164
188
|
|
|
165
|
-
## [0.72.0](https://github.com/
|
|
189
|
+
## [0.72.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.71.0...v0.72.0) (2025-11-13)
|
|
166
190
|
|
|
167
191
|
### Features
|
|
168
192
|
|
|
169
|
-
- **valid-contributors:** add new rule for validating `contributors` ([#1387](https://github.com/
|
|
193
|
+
- **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)
|
|
170
194
|
|
|
171
|
-
## [0.71.0](https://github.com/
|
|
195
|
+
## [0.71.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.70.0...v0.71.0) (2025-11-13)
|
|
172
196
|
|
|
173
197
|
### Features
|
|
174
198
|
|
|
175
|
-
- **valid-os:** add new rule for validating `os` ([#1383](https://github.com/
|
|
199
|
+
- **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)
|
|
176
200
|
|
|
177
|
-
## [0.70.0](https://github.com/
|
|
201
|
+
## [0.70.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.69.0...v0.70.0) (2025-11-13)
|
|
178
202
|
|
|
179
203
|
### Features
|
|
180
204
|
|
|
181
|
-
- **valid-private:** add new rule for validating `private` ([#1384](https://github.com/
|
|
205
|
+
- **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)
|
|
182
206
|
|
|
183
|
-
## [0.69.0](https://github.com/
|
|
207
|
+
## [0.69.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.68.0...v0.69.0) (2025-11-12)
|
|
184
208
|
|
|
185
209
|
### Features
|
|
186
210
|
|
|
187
|
-
- **valid-main:** add new rule for validating `main` ([#1382](https://github.com/
|
|
211
|
+
- **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)
|
|
188
212
|
|
|
189
|
-
## [0.68.0](https://github.com/
|
|
213
|
+
## [0.68.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.67.0...v0.68.0) (2025-11-12)
|
|
190
214
|
|
|
191
215
|
### Features
|
|
192
216
|
|
|
193
|
-
- **valid-keywords:** add new rule for validating `keywords` ([#1381](https://github.com/
|
|
217
|
+
- **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)
|
|
194
218
|
|
|
195
|
-
## [0.67.0](https://github.com/
|
|
219
|
+
## [0.67.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.66.0...v0.67.0) (2025-11-12)
|
|
196
220
|
|
|
197
221
|
### Features
|
|
198
222
|
|
|
199
|
-
- **valid-files:** add new rule for validating `files` ([#1380](https://github.com/
|
|
223
|
+
- **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)
|
|
200
224
|
|
|
201
|
-
## [0.66.0](https://github.com/
|
|
225
|
+
## [0.66.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.3...v0.66.0) (2025-11-11)
|
|
202
226
|
|
|
203
227
|
### Features
|
|
204
228
|
|
|
205
|
-
- **valid-homepage:** add new rule for validating `homepage` ([#1376](https://github.com/
|
|
229
|
+
- **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)
|
|
206
230
|
|
|
207
|
-
## [0.65.3](https://github.com/
|
|
231
|
+
## [0.65.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.2...v0.65.3) (2025-11-10)
|
|
208
232
|
|
|
209
233
|
### Bug Fixes
|
|
210
234
|
|
|
211
|
-
- **valid-dependencies:** improve report precision ([#1363](https://github.com/
|
|
235
|
+
- **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)
|
|
212
236
|
|
|
213
|
-
## [0.65.2](https://github.com/
|
|
237
|
+
## [0.65.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.1...v0.65.2) (2025-11-10)
|
|
214
238
|
|
|
215
239
|
### Bug Fixes
|
|
216
240
|
|
|
217
|
-
- **valid-exports:** improve report precision ([#1361](https://github.com/
|
|
241
|
+
- **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)
|
|
218
242
|
|
|
219
|
-
## [0.65.1](https://github.com/
|
|
243
|
+
## [0.65.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.0...v0.65.1) (2025-11-09)
|
|
220
244
|
|
|
221
245
|
### Bug Fixes
|
|
222
246
|
|
|
223
|
-
- **scripts-name-casing:** ignore `prepublishOnly` built-in script ([#1369](https://github.com/
|
|
247
|
+
- **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)
|
|
224
248
|
|
|
225
|
-
## [0.65.0](https://github.com/
|
|
249
|
+
## [0.65.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.64.0...v0.65.0) (2025-11-08)
|
|
226
250
|
|
|
227
251
|
### Bug Fixes
|
|
228
252
|
|
|
229
|
-
- **valid-bin, valid-bundleDependencies:** improve report precision ([#1360](https://github.com/
|
|
253
|
+
- **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)
|
|
230
254
|
|
|
231
255
|
### Features
|
|
232
256
|
|
|
233
|
-
- **no-redundant-publishConfig:** add new rule ([#1366](https://github.com/
|
|
257
|
+
- **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)
|
|
234
258
|
|
|
235
|
-
## [0.64.0](https://github.com/
|
|
259
|
+
## [0.64.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.63.0...v0.64.0) (2025-11-04)
|
|
236
260
|
|
|
237
261
|
### Features
|
|
238
262
|
|
|
239
|
-
- **bin-name-casing:** add new rule ([#1343](https://github.com/
|
|
263
|
+
- **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)
|
|
240
264
|
|
|
241
|
-
## [0.63.0](https://github.com/
|
|
265
|
+
## [0.63.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.62.0...v0.63.0) (2025-11-04)
|
|
242
266
|
|
|
243
267
|
### Features
|
|
244
268
|
|
|
245
|
-
- **restrict-private-properties:** add new rule ([#1336](https://github.com/
|
|
269
|
+
- **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)
|
|
246
270
|
|
|
247
|
-
## [0.62.0](https://github.com/
|
|
271
|
+
## [0.62.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.61.0...v0.62.0) (2025-11-03)
|
|
248
272
|
|
|
249
273
|
### Features
|
|
250
274
|
|
|
251
|
-
- **scripts-name-casing:** add new rule ([#1344](https://github.com/
|
|
275
|
+
- **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)
|
|
252
276
|
|
|
253
|
-
## [0.61.0](https://github.com/
|
|
277
|
+
## [0.61.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.60.0...v0.61.0) (2025-11-03)
|
|
254
278
|
|
|
255
279
|
### Features
|
|
256
280
|
|
|
257
|
-
- add new stylistic config ([#1342](https://github.com/
|
|
281
|
+
- 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)
|
|
258
282
|
|
|
259
|
-
## [0.60.0](https://github.com/
|
|
283
|
+
## [0.60.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.1...v0.60.0) (2025-11-03)
|
|
260
284
|
|
|
261
285
|
### Features
|
|
262
286
|
|
|
263
|
-
- **valid-author:** create more precise reports ([#1337](https://github.com/
|
|
287
|
+
- **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)
|
|
264
288
|
|
|
265
|
-
## [0.59.1](https://github.com/
|
|
289
|
+
## [0.59.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.0...v0.59.1) (2025-10-30)
|
|
266
290
|
|
|
267
291
|
### Bug Fixes
|
|
268
292
|
|
|
269
|
-
- **deps:** update dependency validate-npm-package-name to v7 ([#1353](https://github.com/
|
|
293
|
+
- **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))
|
|
270
294
|
|
|
271
|
-
## [0.59.0](https://github.com/
|
|
295
|
+
## [0.59.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.58.0...v0.59.0) (2025-10-25)
|
|
272
296
|
|
|
273
297
|
### Features
|
|
274
298
|
|
|
275
|
-
- **exports-subpaths-style:** add new rule ([#1328](https://github.com/
|
|
299
|
+
- **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)
|
|
276
300
|
|
|
277
|
-
## [0.58.0](https://github.com/
|
|
301
|
+
## [0.58.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.57.0...v0.58.0) (2025-10-22)
|
|
278
302
|
|
|
279
303
|
### Features
|
|
280
304
|
|
|
281
|
-
- mark `legacy-recommended` config deprecated ([#1331](https://github.com/
|
|
305
|
+
- 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)
|
|
282
306
|
|
|
283
|
-
## [0.57.0](https://github.com/
|
|
307
|
+
## [0.57.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.4...v0.57.0) (2025-10-16)
|
|
284
308
|
|
|
285
309
|
### Features
|
|
286
310
|
|
|
287
|
-
- add require-license rule ([#1302](https://github.com/
|
|
311
|
+
- 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)
|
|
288
312
|
|
|
289
|
-
## [0.56.4](https://github.com/
|
|
313
|
+
## [0.56.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.3...v0.56.4) (2025-10-14)
|
|
290
314
|
|
|
291
315
|
### Bug Fixes
|
|
292
316
|
|
|
293
|
-
- re-adopt jsonc-eslint-parser's RuleListener type ([#1319](https://github.com/
|
|
317
|
+
- 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)
|
|
294
318
|
|
|
295
|
-
## [0.56.3](https://github.com/
|
|
319
|
+
## [0.56.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.2...v0.56.3) (2025-09-15)
|
|
296
320
|
|
|
297
321
|
### Bug Fixes
|
|
298
322
|
|
|
299
|
-
- **plugin:** update types to be compatible with `defineConfig` ([#1245](https://github.com/
|
|
323
|
+
- **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)
|
|
300
324
|
|
|
301
|
-
## [0.56.2](https://github.com/
|
|
325
|
+
## [0.56.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.1...v0.56.2) (2025-09-04)
|
|
302
326
|
|
|
303
327
|
### Bug Fixes
|
|
304
328
|
|
|
305
|
-
- improve sort-collections docs and error messages ([#1250](https://github.com/
|
|
329
|
+
- 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)
|
|
306
330
|
|
|
307
|
-
## [0.56.1](https://github.com/
|
|
331
|
+
## [0.56.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.0...v0.56.1) (2025-08-31)
|
|
308
332
|
|
|
309
333
|
### Bug Fixes
|
|
310
334
|
|
|
311
|
-
- **deps:** update dependency package-json-validator to ~0.30.0 ([#1241](https://github.com/
|
|
335
|
+
- **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))
|
|
312
336
|
|
|
313
|
-
## [0.56.0](https://github.com/
|
|
337
|
+
## [0.56.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.55.0...v0.56.0) (2025-08-25)
|
|
314
338
|
|
|
315
339
|
### Features
|
|
316
340
|
|
|
317
|
-
- **valid-directories:** add new rule for validating `directories` ([#1224](https://github.com/
|
|
341
|
+
- **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)
|
|
318
342
|
|
|
319
|
-
## [0.55.0](https://github.com/
|
|
343
|
+
## [0.55.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.54.0...v0.55.0) (2025-08-22)
|
|
320
344
|
|
|
321
345
|
### Features
|
|
322
346
|
|
|
323
|
-
- add no-redundant-files to recommended ([#1232](https://github.com/
|
|
347
|
+
- 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)
|
|
324
348
|
|
|
325
|
-
## [0.54.0](https://github.com/
|
|
349
|
+
## [0.54.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.53.0...v0.54.0) (2025-08-15)
|
|
326
350
|
|
|
327
351
|
### Features
|
|
328
352
|
|
|
329
|
-
- **valid-exports:** add new rule for validating `exports` ([#1220](https://github.com/
|
|
353
|
+
- **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)
|
|
330
354
|
|
|
331
|
-
## [0.53.0](https://github.com/
|
|
355
|
+
## [0.53.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.1...v0.53.0) (2025-08-13)
|
|
332
356
|
|
|
333
357
|
### Features
|
|
334
358
|
|
|
335
|
-
- add docs url to all rules ([#1218](https://github.com/
|
|
359
|
+
- 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)
|
|
336
360
|
|
|
337
|
-
## [0.52.1](https://github.com/
|
|
361
|
+
## [0.52.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.0...v0.52.1) (2025-08-07)
|
|
338
362
|
|
|
339
363
|
### Bug Fixes
|
|
340
364
|
|
|
341
|
-
- **sort-collections:** align sorting of scripts with `prettier-plugin-packagejson` ([#1203](https://github.com/
|
|
365
|
+
- **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)
|
|
342
366
|
|
|
343
|
-
## [0.52.0](https://github.com/
|
|
367
|
+
## [0.52.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.51.0...v0.52.0) (2025-08-07)
|
|
344
368
|
|
|
345
369
|
### Features
|
|
346
370
|
|
|
347
|
-
- **valid-description:** add new rule for validating `description` ([#1204](https://github.com/
|
|
371
|
+
- **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)
|
|
348
372
|
|
|
349
|
-
## [0.51.0](https://github.com/
|
|
373
|
+
## [0.51.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.50.0...v0.51.0) (2025-08-05)
|
|
350
374
|
|
|
351
375
|
### Features
|
|
352
376
|
|
|
353
|
-
- add `ignorePrivate` option to all `require-*` rules ([#1158](https://github.com/
|
|
377
|
+
- 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)
|
|
354
378
|
|
|
355
|
-
## [0.50.0](https://github.com/
|
|
379
|
+
## [0.50.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.49.0...v0.50.0) (2025-08-05)
|
|
356
380
|
|
|
357
381
|
### Features
|
|
358
382
|
|
|
359
|
-
- add new `require-` rules for `bugs`, `bundleDependencies`, `dependencies`, and more ([#1197](https://github.com/
|
|
383
|
+
- 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)
|
|
360
384
|
|
|
361
|
-
## [0.49.0](https://github.com/
|
|
385
|
+
## [0.49.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.48.0...v0.49.0) (2025-08-05)
|
|
362
386
|
|
|
363
387
|
### Features
|
|
364
388
|
|
|
365
|
-
- **valid-dependencies:** add new rule for validating dependencies ([#1196](https://github.com/
|
|
389
|
+
- **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)
|
|
366
390
|
|
|
367
|
-
## [0.48.0](https://github.com/
|
|
391
|
+
## [0.48.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.1...v0.48.0) (2025-07-31)
|
|
368
392
|
|
|
369
393
|
### Features
|
|
370
394
|
|
|
371
|
-
- **valid-cpu:** add new rule for validating `cpu` ([#1192](https://github.com/
|
|
395
|
+
- **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)
|
|
372
396
|
|
|
373
|
-
## [0.47.1](https://github.com/
|
|
397
|
+
## [0.47.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.0...v0.47.1) (2025-07-30)
|
|
374
398
|
|
|
375
399
|
### Bug Fixes
|
|
376
400
|
|
|
377
|
-
- **no-empty-fields:** don't throw error on empty object ([#1190](https://github.com/
|
|
401
|
+
- **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)
|
|
378
402
|
|
|
379
|
-
## [0.47.0](https://github.com/
|
|
403
|
+
## [0.47.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.46.0...v0.47.0) (2025-07-25)
|
|
380
404
|
|
|
381
405
|
### Features
|
|
382
406
|
|
|
383
|
-
- **no-empty-fields:** Add `ignoreProperties` option ([#1186](https://github.com/
|
|
407
|
+
- **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)
|
|
384
408
|
|
|
385
|
-
## [0.46.0](https://github.com/
|
|
409
|
+
## [0.46.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.2...v0.46.0) (2025-07-24)
|
|
386
410
|
|
|
387
411
|
### Features
|
|
388
412
|
|
|
389
|
-
- **valid-config:** add new rule for validating `config` ([#1179](https://github.com/
|
|
413
|
+
- **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)
|
|
390
414
|
|
|
391
|
-
## [0.45.2](https://github.com/
|
|
415
|
+
## [0.45.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.1...v0.45.2) (2025-07-24)
|
|
392
416
|
|
|
393
417
|
### Bug Fixes
|
|
394
418
|
|
|
395
|
-
- **deps:** update dependency package-json-validator to ~0.23.0 ([#1183](https://github.com/
|
|
419
|
+
- **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))
|
|
396
420
|
|
|
397
|
-
## [0.45.1](https://github.com/
|
|
421
|
+
## [0.45.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.0...v0.45.1) (2025-07-18)
|
|
398
422
|
|
|
399
423
|
### Bug Fixes
|
|
400
424
|
|
|
401
|
-
- **valid-repository-directory:** use correct path separator when on windows ([#1177](https://github.com/
|
|
425
|
+
- **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)
|
|
402
426
|
|
|
403
|
-
## [0.45.0](https://github.com/
|
|
427
|
+
## [0.45.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.1...v0.45.0) (2025-07-17)
|
|
404
428
|
|
|
405
429
|
### Features
|
|
406
430
|
|
|
407
|
-
- **valid-license:** add new rule for validating `license` ([#1174](https://github.com/
|
|
431
|
+
- **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)
|
|
408
432
|
|
|
409
|
-
## [0.44.1](https://github.com/
|
|
433
|
+
## [0.44.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.0...v0.44.1) (2025-07-10)
|
|
410
434
|
|
|
411
435
|
### Bug Fixes
|
|
412
436
|
|
|
413
|
-
- **deps:** update dependency package-json-validator to ~0.20.0 ([#1170](https://github.com/
|
|
437
|
+
- **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))
|
|
414
438
|
|
|
415
|
-
## [0.44.0](https://github.com/
|
|
439
|
+
## [0.44.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.4...v0.44.0) (2025-07-09)
|
|
416
440
|
|
|
417
441
|
### Features
|
|
418
442
|
|
|
419
|
-
- **valid-bundleDependencies:** add new rule for validating `bundleDependencies` ([#1148](https://github.com/
|
|
443
|
+
- **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)
|
|
420
444
|
|
|
421
|
-
## [0.43.4](https://github.com/
|
|
445
|
+
## [0.43.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.3...v0.43.4) (2025-07-09)
|
|
422
446
|
|
|
423
447
|
### Bug Fixes
|
|
424
448
|
|
|
425
|
-
- **deps:** update dependency package-json-validator to ~0.19.0 ([#1167](https://github.com/
|
|
449
|
+
- **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))
|
|
426
450
|
|
|
427
|
-
## [0.43.3](https://github.com/
|
|
451
|
+
## [0.43.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.2...v0.43.3) (2025-07-08)
|
|
428
452
|
|
|
429
453
|
### Bug Fixes
|
|
430
454
|
|
|
431
|
-
- **deps:** update dependency @altano/repository-tools to v2 ([#1164](https://github.com/
|
|
455
|
+
- **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))
|
|
432
456
|
|
|
433
|
-
## [0.43.2](https://github.com/
|
|
457
|
+
## [0.43.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.1...v0.43.2) (2025-07-04)
|
|
434
458
|
|
|
435
459
|
### Bug Fixes
|
|
436
460
|
|
|
437
|
-
- **deps:** update dependency package-json-validator to ~0.18.0 ([#1160](https://github.com/
|
|
461
|
+
- **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))
|
|
438
462
|
|
|
439
|
-
## [0.43.1](https://github.com/
|
|
463
|
+
## [0.43.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.0...v0.43.1) (2025-07-03)
|
|
440
464
|
|
|
441
465
|
### Bug Fixes
|
|
442
466
|
|
|
443
|
-
- disallow extra properties in rule options ([#1156](https://github.com/
|
|
467
|
+
- 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))
|
|
444
468
|
|
|
445
|
-
## [0.43.0](https://github.com/
|
|
469
|
+
## [0.43.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.1...v0.43.0) (2025-07-02)
|
|
446
470
|
|
|
447
471
|
### Features
|
|
448
472
|
|
|
449
|
-
- **valid-scripts:** add new rule for validating scripts ([#1138](https://github.com/
|
|
473
|
+
- **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)
|
|
450
474
|
|
|
451
|
-
## [0.42.1](https://github.com/
|
|
475
|
+
## [0.42.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.0...v0.42.1) (2025-07-01)
|
|
452
476
|
|
|
453
477
|
### Bug Fixes
|
|
454
478
|
|
|
455
|
-
- **deps:** update dependency package-json-validator to ~0.17.0 ([#1152](https://github.com/
|
|
479
|
+
- **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))
|
|
456
480
|
|
|
457
|
-
## [0.42.0](https://github.com/
|
|
481
|
+
## [0.42.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.41.0...v0.42.0) (2025-06-25)
|
|
458
482
|
|
|
459
483
|
### Features
|
|
460
484
|
|
|
461
|
-
- remove deprecated `valid-package-def` rule ([#1111](https://github.com/
|
|
485
|
+
- 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)
|
|
462
486
|
|
|
463
|
-
## [0.41.0](https://github.com/
|
|
487
|
+
## [0.41.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.5...v0.41.0) (2025-06-24)
|
|
464
488
|
|
|
465
489
|
### Features
|
|
466
490
|
|
|
467
|
-
- **valid-type:** add new rule ([#1120](https://github.com/
|
|
491
|
+
- **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)
|
|
468
492
|
|
|
469
|
-
## [0.40.5](https://github.com/
|
|
493
|
+
## [0.40.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.4...v0.40.5) (2025-06-23)
|
|
470
494
|
|
|
471
495
|
### Bug Fixes
|
|
472
496
|
|
|
473
|
-
- **deps:** update dependency package-json-validator to ~0.16.0 ([#1135](https://github.com/
|
|
497
|
+
- **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))
|
|
474
498
|
|
|
475
|
-
## [0.40.4](https://github.com/
|
|
499
|
+
## [0.40.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.3...v0.40.4) (2025-06-20)
|
|
476
500
|
|
|
477
501
|
### Bug Fixes
|
|
478
502
|
|
|
479
|
-
- **deps:** update dependency package-json-validator to ~0.15.0 ([#1131](https://github.com/
|
|
503
|
+
- **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))
|
|
480
504
|
|
|
481
|
-
## [0.40.3](https://github.com/
|
|
505
|
+
## [0.40.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.2...v0.40.3) (2025-06-19)
|
|
482
506
|
|
|
483
507
|
### Bug Fixes
|
|
484
508
|
|
|
485
|
-
- **deps:** update dependency eslint-fix-utils to ^0.4.0 ([#1130](https://github.com/
|
|
509
|
+
- **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))
|
|
486
510
|
|
|
487
|
-
## [0.40.2](https://github.com/
|
|
511
|
+
## [0.40.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.1...v0.40.2) (2025-06-19)
|
|
488
512
|
|
|
489
513
|
### Bug Fixes
|
|
490
514
|
|
|
491
|
-
- **deps:** update dependency package-json-validator to ~0.14.0 ([#1125](https://github.com/
|
|
515
|
+
- **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))
|
|
492
516
|
|
|
493
|
-
## [0.40.1](https://github.com/
|
|
517
|
+
## [0.40.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.0...v0.40.1) (2025-06-18)
|
|
494
518
|
|
|
495
519
|
### Bug Fixes
|
|
496
520
|
|
|
497
|
-
- **deps:** update dependency eslint-fix-utils to ^0.3.0 ([#1124](https://github.com/
|
|
521
|
+
- **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))
|
|
498
522
|
|
|
499
|
-
## [0.40.0](https://github.com/
|
|
523
|
+
## [0.40.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.2...v0.40.0) (2025-06-16)
|
|
500
524
|
|
|
501
525
|
### Features
|
|
502
526
|
|
|
503
|
-
- **valid-bin:** add option for enforcing kebab-case ([#1113](https://github.com/
|
|
527
|
+
- **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)
|
|
504
528
|
|
|
505
|
-
## [0.39.2](https://github.com/
|
|
529
|
+
## [0.39.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.1...v0.39.2) (2025-06-15)
|
|
506
530
|
|
|
507
531
|
### Bug Fixes
|
|
508
532
|
|
|
509
|
-
- **deps:** update dependency detect-newline to v4 ([#875](https://github.com/
|
|
533
|
+
- **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))
|
|
510
534
|
|
|
511
|
-
## [0.39.1](https://github.com/
|
|
535
|
+
## [0.39.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.0...v0.39.1) (2025-06-15)
|
|
512
536
|
|
|
513
537
|
### Bug Fixes
|
|
514
538
|
|
|
515
|
-
- **deps:** update dependency @altano/repository-tools to v1 ([#1006](https://github.com/
|
|
539
|
+
- **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))
|
|
516
540
|
|
|
517
|
-
## [0.39.0](https://github.com/
|
|
541
|
+
## [0.39.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.1...v0.39.0) (2025-06-13)
|
|
518
542
|
|
|
519
543
|
### Features
|
|
520
544
|
|
|
521
|
-
- deprecate `valid-local-dependency` ([#1107](https://github.com/
|
|
545
|
+
- 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)
|
|
522
546
|
|
|
523
|
-
## [0.38.1](https://github.com/
|
|
547
|
+
## [0.38.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.0...v0.38.1) (2025-06-13)
|
|
524
548
|
|
|
525
549
|
### Bug Fixes
|
|
526
550
|
|
|
527
|
-
- **valid-local-dependency:** don't flag archives as invalid ([#1109](https://github.com/
|
|
551
|
+
- **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)
|
|
528
552
|
|
|
529
|
-
## [0.38.0](https://github.com/
|
|
553
|
+
## [0.38.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.37.0...v0.38.0) (2025-06-13)
|
|
530
554
|
|
|
531
555
|
### Features
|
|
532
556
|
|
|
533
|
-
- add `valid-author` rule ([#1079](https://github.com/
|
|
557
|
+
- 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)
|
|
534
558
|
|
|
535
|
-
## [0.37.0](https://github.com/
|
|
559
|
+
## [0.37.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.36.0...v0.37.0) (2025-06-12)
|
|
536
560
|
|
|
537
561
|
### Features
|
|
538
562
|
|
|
539
|
-
- **valid-bin:** add new rule for validating bin ([#1082](https://github.com/
|
|
563
|
+
- **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)
|
|
540
564
|
|
|
541
|
-
## [0.36.0](https://github.com/
|
|
565
|
+
## [0.36.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.1...v0.36.0) (2025-06-11)
|
|
542
566
|
|
|
543
567
|
### Features
|
|
544
568
|
|
|
545
|
-
- migrate to ESM-only ([#1100](https://github.com/
|
|
569
|
+
- 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)
|
|
546
570
|
|
|
547
|
-
## [0.35.1](https://github.com/
|
|
571
|
+
## [0.35.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.0...v0.35.1) (2025-06-10)
|
|
548
572
|
|
|
549
573
|
### Bug Fixes
|
|
550
574
|
|
|
551
|
-
- **deps:** update dependency detect-indent to v7 ([#874](https://github.com/
|
|
575
|
+
- **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))
|
|
552
576
|
|
|
553
|
-
## [0.35.0](https://github.com/
|
|
577
|
+
## [0.35.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.34.0...v0.35.0) (2025-06-10)
|
|
554
578
|
|
|
555
579
|
### Features
|
|
556
580
|
|
|
557
|
-
- remove support for node 18 ([#1097](https://github.com/
|
|
581
|
+
- 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)
|
|
558
582
|
|
|
559
|
-
## [0.34.0](https://github.com/
|
|
583
|
+
## [0.34.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.2...v0.34.0) (2025-06-10)
|
|
560
584
|
|
|
561
585
|
### Features
|
|
562
586
|
|
|
563
|
-
- **valid-package-definition:** add ignoreProperties option ([#1077](https://github.com/
|
|
587
|
+
- **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)
|
|
564
588
|
|
|
565
|
-
## [0.33.2](https://github.com/
|
|
589
|
+
## [0.33.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.1...v0.33.2) (2025-06-01)
|
|
566
590
|
|
|
567
591
|
### Bug Fixes
|
|
568
592
|
|
|
569
|
-
- prevent `no-redundant-files` crash with wildcard and `main` field ([#1078](https://github.com/
|
|
593
|
+
- 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)
|
|
570
594
|
|
|
571
|
-
## [0.33.1](https://github.com/
|
|
595
|
+
## [0.33.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.0...v0.33.1) (2025-06-01)
|
|
572
596
|
|
|
573
597
|
### Bug Fixes
|
|
574
598
|
|
|
575
|
-
- add CHANGELOG to package ([#1075](https://github.com/
|
|
599
|
+
- 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)
|
|
576
600
|
|
|
577
|
-
## [0.33.0](https://github.com/
|
|
601
|
+
## [0.33.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.32.0...v0.33.0) (2025-05-31)
|
|
578
602
|
|
|
579
603
|
### Features
|
|
580
604
|
|
|
581
|
-
- add `require-type` rule ([#1065](https://github.com/
|
|
605
|
+
- 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)
|
|
582
606
|
|
|
583
|
-
## [0.32.0](https://github.com/
|
|
607
|
+
## [0.32.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.31.0...v0.32.0) (2025-05-31)
|
|
584
608
|
|
|
585
609
|
No meaningful change.
|
|
586
610
|
CI error.
|
|
587
611
|
|
|
588
|
-
## [0.31.0](https://github.com/
|
|
612
|
+
## [0.31.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.30.0...v0.31.0) (2025-04-26)
|
|
589
613
|
|
|
590
614
|
### Features
|
|
591
615
|
|
|
592
|
-
- add require-description rule ([#1024](https://github.com/
|
|
616
|
+
- 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)
|
|
593
617
|
|
|
594
|
-
## [0.30.0](https://github.com/
|
|
618
|
+
## [0.30.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.1...v0.30.0) (2025-04-22)
|
|
595
619
|
|
|
596
620
|
### Features
|
|
597
621
|
|
|
598
|
-
- new `restrict-dependency-ranges` rule ([#998](https://github.com/
|
|
622
|
+
- 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)
|
|
599
623
|
|
|
600
|
-
## [0.29.1](https://github.com/
|
|
624
|
+
## [0.29.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.0...v0.29.1) (2025-04-09)
|
|
601
625
|
|
|
602
626
|
### Bug Fixes
|
|
603
627
|
|
|
604
|
-
- bump to create-typescript-app@2 with transitions action ([#993](https://github.com/
|
|
628
|
+
- 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)
|
|
605
629
|
|
|
606
|
-
## [0.29.0](https://github.com/
|
|
630
|
+
## [0.29.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.28.0...v0.29.0) (2025-03-17)
|
|
607
631
|
|
|
608
632
|
### Features
|
|
609
633
|
|
|
610
|
-
- **require-types:** add new rule ([#958](https://github.com/
|
|
634
|
+
- **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)
|
|
611
635
|
|
|
612
|
-
## [0.28.0](https://github.com/
|
|
636
|
+
## [0.28.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.27.0...v0.28.0) (2025-03-17)
|
|
613
637
|
|
|
614
638
|
### Features
|
|
615
639
|
|
|
616
|
-
- **require-engines:** add new rule ([#954](https://github.com/
|
|
640
|
+
- **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)
|
|
617
641
|
|
|
618
|
-
## [0.27.0](https://github.com/
|
|
642
|
+
## [0.27.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.4...v0.27.0) (2025-03-17)
|
|
619
643
|
|
|
620
644
|
### Features
|
|
621
645
|
|
|
622
|
-
- empty feature commit to trigger new minor version ([b6b58d4](https://github.com/
|
|
646
|
+
- empty feature commit to trigger new minor version ([b6b58d4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b6b58d46da07dd5f1a51e5b2c71a10803863b113))
|
|
623
647
|
|
|
624
|
-
## [0.26.4](https://github.com/
|
|
648
|
+
## [0.26.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.3...v0.26.4) (2025-03-17)
|
|
625
649
|
|
|
626
|
-
## [0.26.3](https://github.com/
|
|
650
|
+
## [0.26.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.2...v0.26.3) (2025-03-07)
|
|
627
651
|
|
|
628
652
|
### Bug Fixes
|
|
629
653
|
|
|
630
|
-
- **deps:** update dependency sort-package-json to v3 ([#939](https://github.com/
|
|
654
|
+
- **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))
|
|
631
655
|
|
|
632
|
-
## [0.26.2](https://github.com/
|
|
656
|
+
## [0.26.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.1...v0.26.2) (2025-03-04)
|
|
633
657
|
|
|
634
658
|
### Bug Fixes
|
|
635
659
|
|
|
636
|
-
- **deps:** update dependency sort-package-json to v2.15.1 ([#933](https://github.com/
|
|
660
|
+
- **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))
|
|
637
661
|
|
|
638
|
-
## [0.26.1](https://github.com/
|
|
662
|
+
## [0.26.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.0...v0.26.1) (2025-03-02)
|
|
639
663
|
|
|
640
664
|
### Bug Fixes
|
|
641
665
|
|
|
642
|
-
- **deps:** update dependency sort-package-json to v2.15.0 ([#925](https://github.com/
|
|
666
|
+
- **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))
|
|
643
667
|
|
|
644
|
-
## [0.26.0](https://github.com/
|
|
668
|
+
## [0.26.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10)
|
|
645
669
|
|
|
646
670
|
### Features
|
|
647
671
|
|
|
648
|
-
- **require-files:** add require-files rule ([#887](https://github.com/
|
|
672
|
+
- **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)
|
|
649
673
|
|
|
650
|
-
## [0.25.0](https://github.com/
|
|
674
|
+
## [0.25.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09)
|
|
651
675
|
|
|
652
676
|
### Features
|
|
653
677
|
|
|
654
|
-
- **require-keywords:** add require-keywords rule ([#884](https://github.com/
|
|
678
|
+
- **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)
|
|
655
679
|
|
|
656
|
-
## [0.24.0](https://github.com/
|
|
680
|
+
## [0.24.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)
|
|
657
681
|
|
|
658
682
|
### Features
|
|
659
683
|
|
|
660
|
-
- **require-name:** add require-name rule ([#883](https://github.com/
|
|
684
|
+
- **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)
|
|
661
685
|
|
|
662
|
-
## [0.23.1](https://github.com/
|
|
686
|
+
## [0.23.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)
|
|
663
687
|
|
|
664
688
|
### Bug Fixes
|
|
665
689
|
|
|
666
|
-
- **deps:** update dependency semver to v7.7.1 ([#880](https://github.com/
|
|
690
|
+
- **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))
|
|
667
691
|
|
|
668
|
-
## [0.23.0](https://github.com/
|
|
692
|
+
## [0.23.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.22.0...v0.23.0) (2025-02-04)
|
|
669
693
|
|
|
670
694
|
### Features
|
|
671
695
|
|
|
672
|
-
- **require-version:** add require-version rule ([#861](https://github.com/
|
|
696
|
+
- **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))
|
|
673
697
|
|
|
674
|
-
## [0.22.0](https://github.com/
|
|
698
|
+
## [0.22.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.1...v0.22.0) (2025-02-03)
|
|
675
699
|
|
|
676
700
|
### Features
|
|
677
701
|
|
|
678
|
-
- **require-author:** add new `require-author` rule ([#851](https://github.com/
|
|
702
|
+
- **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)
|
|
679
703
|
|
|
680
|
-
## [0.21.1](https://github.com/
|
|
704
|
+
## [0.21.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.0...v0.21.1) (2025-01-24)
|
|
681
705
|
|
|
682
706
|
### Bug Fixes
|
|
683
707
|
|
|
684
|
-
- **no-redundant-files:** detect variations of README.md as redundant ([#765](https://github.com/
|
|
708
|
+
- **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)
|
|
685
709
|
|
|
686
|
-
## [0.21.0](https://github.com/
|
|
710
|
+
## [0.21.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.1...v0.21.0) (2025-01-23)
|
|
687
711
|
|
|
688
712
|
### Features
|
|
689
713
|
|
|
690
|
-
- add no-empty-fields rule ([#741](https://github.com/
|
|
714
|
+
- 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)
|
|
691
715
|
|
|
692
|
-
## [0.20.1](https://github.com/
|
|
716
|
+
## [0.20.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.0...v0.20.1) (2025-01-19)
|
|
693
717
|
|
|
694
718
|
### Bug Fixes
|
|
695
719
|
|
|
696
|
-
- bump package-json-validator dep to 0.8 ([#735](https://github.com/
|
|
720
|
+
- 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)
|
|
697
721
|
|
|
698
|
-
## [0.20.0](https://github.com/
|
|
722
|
+
## [0.20.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.19.0...v0.20.0) (2025-01-17)
|
|
699
723
|
|
|
700
724
|
### Features
|
|
701
725
|
|
|
702
|
-
- **no-redundant-files:** add new rule ([#721](https://github.com/
|
|
726
|
+
- **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)
|
|
703
727
|
|
|
704
|
-
## [0.19.0](https://github.com/
|
|
728
|
+
## [0.19.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.18.0...v0.19.0) (2024-12-31)
|
|
705
729
|
|
|
706
730
|
### Features
|
|
707
731
|
|
|
708
|
-
- **valid-package-definition:** rename rule from valid-package-def ([#711](https://github.com/
|
|
732
|
+
- **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)
|
|
709
733
|
|
|
710
|
-
## [0.18.0](https://github.com/
|
|
734
|
+
## [0.18.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.17.0...v0.18.0) (2024-12-05)
|
|
711
735
|
|
|
712
736
|
### Features
|
|
713
737
|
|
|
714
|
-
- update sort-package-json to 12 ([#680](https://github.com/
|
|
738
|
+
- 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)
|
|
715
739
|
|
|
716
|
-
## [0.17.0](https://github.com/
|
|
740
|
+
## [0.17.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30)
|
|
717
741
|
|
|
718
742
|
### Features
|
|
719
743
|
|
|
720
|
-
- sort alphabetically with co-located hooks for `scripts` ([#632](https://github.com/
|
|
744
|
+
- 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)
|
|
721
745
|
|
|
722
|
-
## [0.16.0](https://github.com/
|
|
746
|
+
## [0.16.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30)
|
|
723
747
|
|
|
724
748
|
### Features
|
|
725
749
|
|
|
726
|
-
- **sort-collections:** should sort `overrides` ([#668](https://github.com/
|
|
750
|
+
- **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)
|
|
727
751
|
|
|
728
|
-
## [0.15.6](https://github.com/
|
|
752
|
+
## [0.15.6](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.5...v0.15.6) (2024-11-09)
|
|
729
753
|
|
|
730
754
|
### Bug Fixes
|
|
731
755
|
|
|
732
|
-
- add sorting exports field ([#615](https://github.com/
|
|
756
|
+
- 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)
|
|
733
757
|
|
|
734
|
-
## [0.15.5](https://github.com/
|
|
758
|
+
## [0.15.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.4...v0.15.5) (2024-11-06)
|
|
735
759
|
|
|
736
760
|
### Bug Fixes
|
|
737
761
|
|
|
738
|
-
- add plugin export ([#609](https://github.com/
|
|
762
|
+
- 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)
|
|
739
763
|
|
|
740
|
-
## [0.15.4](https://github.com/
|
|
764
|
+
## [0.15.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
|
|
741
765
|
|
|
742
766
|
### Bug Fixes
|
|
743
767
|
|
|
744
|
-
- update dependency package-json-validator to v0.7.0 ([#569](https://github.com/
|
|
768
|
+
- 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)
|
|
745
769
|
|
|
746
|
-
## [0.15.3](https://github.com/
|
|
770
|
+
## [0.15.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
|
|
747
771
|
|
|
748
772
|
### Bug Fixes
|
|
749
773
|
|
|
750
|
-
- **valid-repository-directory:** use repository root for more accurate linting ([#498](https://github.com/
|
|
774
|
+
- **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)
|
|
751
775
|
|
|
752
|
-
## [0.15.2](https://github.com/
|
|
776
|
+
## [0.15.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) (2024-07-10)
|
|
753
777
|
|
|
754
778
|
### Bug Fixes
|
|
755
779
|
|
|
756
|
-
- skip check for name to match npm package when private is true ([#455](https://github.com/
|
|
780
|
+
- 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)
|
|
757
781
|
|
|
758
|
-
## [0.15.1](https://github.com/
|
|
782
|
+
## [0.15.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) (2024-07-10)
|
|
759
783
|
|
|
760
784
|
### Bug Fixes
|
|
761
785
|
|
|
762
|
-
- update package-json-validator ([#456](https://github.com/
|
|
786
|
+
- 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)
|
|
763
787
|
|
|
764
|
-
## [0.15.0](https://github.com/
|
|
788
|
+
## [0.15.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.14.0...v0.15.0) (2024-06-17)
|
|
765
789
|
|
|
766
790
|
### Features
|
|
767
791
|
|
|
768
|
-
- **order-properties:** more precise error reporting ([#328](https://github.com/
|
|
792
|
+
- **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)
|
|
769
793
|
|
|
770
|
-
## [0.14.0](https://github.com/
|
|
794
|
+
## [0.14.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.1...v0.14.0) (2024-05-31)
|
|
771
795
|
|
|
772
796
|
### Features
|
|
773
797
|
|
|
774
|
-
- add name field to recommended config ([#329](https://github.com/
|
|
798
|
+
- 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)
|
|
775
799
|
|
|
776
|
-
## [0.13.1](https://github.com/
|
|
800
|
+
## [0.13.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.0...v0.13.1) (2024-04-29)
|
|
777
801
|
|
|
778
802
|
### Bug Fixes
|
|
779
803
|
|
|
780
|
-
- rule order-properties not work ([#315](https://github.com/
|
|
804
|
+
- 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)
|
|
781
805
|
|
|
782
|
-
## [0.13.0](https://github.com/
|
|
806
|
+
## [0.13.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29)
|
|
783
807
|
|
|
784
808
|
### Bug Fixes
|
|
785
809
|
|
|
786
|
-
- correct suggestion status ([#299](https://github.com/
|
|
810
|
+
- 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)
|
|
787
811
|
|
|
788
812
|
### Features
|
|
789
813
|
|
|
790
|
-
- sort-order rule shouldn't change sub-keys, better auto-fix ([#312](https://github.com/
|
|
814
|
+
- 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)
|
|
791
815
|
|
|
792
|
-
## [0.12.1](https://github.com/
|
|
816
|
+
## [0.12.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
|
|
793
817
|
|
|
794
818
|
### Bug Fixes
|
|
795
819
|
|
|
796
|
-
- **valid-package-def:** ignore pnpm workspace protocol ([#258](https://github.com/
|
|
820
|
+
- **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)
|
|
797
821
|
|
|
798
|
-
## [0.12.0](https://github.com/
|
|
822
|
+
## [0.12.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
|
|
799
823
|
|
|
800
824
|
### Features
|
|
801
825
|
|
|
802
|
-
- switch prefer-repository-shorthand to repository-shorthand ([#248](https://github.com/
|
|
826
|
+
- 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)
|
|
803
827
|
|
|
804
|
-
## [0.11.0](https://github.com/
|
|
828
|
+
## [0.11.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.4...v0.11.0) (2024-03-24)
|
|
805
829
|
|
|
806
830
|
### Features
|
|
807
831
|
|
|
808
|
-
- support flat config ([#161](https://github.com/
|
|
832
|
+
- 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)
|
|
809
833
|
|
|
810
|
-
## [0.10.4](https://github.com/
|
|
834
|
+
## [0.10.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.3...v0.10.4) (2024-02-20)
|
|
811
835
|
|
|
812
836
|
### Bug Fixes
|
|
813
837
|
|
|
814
|
-
- can not import in ESM package ([#159](https://github.com/
|
|
838
|
+
- 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)
|
|
815
839
|
|
|
816
|
-
## [0.10.3](https://github.com/
|
|
840
|
+
## [0.10.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.2...v0.10.3) (2024-02-20)
|
|
817
841
|
|
|
818
842
|
### Bug Fixes
|
|
819
843
|
|
|
820
|
-
- ignore npm alias version range error ([#156](https://github.com/
|
|
844
|
+
- 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)
|
|
821
845
|
|
|
822
|
-
## [0.10.2](https://github.com/
|
|
846
|
+
## [0.10.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
|
|
823
847
|
|
|
824
848
|
### Bug Fixes
|
|
825
849
|
|
|
826
|
-
- support Windows paths, again ([#144](https://github.com/
|
|
850
|
+
- 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)
|
|
827
851
|
|
|
828
|
-
## [0.10.1](https://github.com/
|
|
852
|
+
## [0.10.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
|
|
829
853
|
|
|
830
854
|
### Bug Fixes
|
|
831
855
|
|
|
832
|
-
- incorrect example in 'sort-collections' ([#137](https://github.com/
|
|
856
|
+
- 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)
|
|
833
857
|
|
|
834
|
-
## [0.10.0](https://github.com/
|
|
858
|
+
## [0.10.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.9.0...v0.10.0) (2024-01-20)
|
|
835
859
|
|
|
836
860
|
### Features
|
|
837
861
|
|
|
838
|
-
- added valid-version rule ([#135](https://github.com/
|
|
862
|
+
- 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)
|
|
839
863
|
|
|
840
|
-
## [0.9.0](https://github.com/
|
|
864
|
+
## [0.9.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.1...v0.9.0) (2024-01-20)
|
|
841
865
|
|
|
842
866
|
### Features
|
|
843
867
|
|
|
844
|
-
- added valid-name rule ([#134](https://github.com/
|
|
868
|
+
- 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)
|
|
845
869
|
|
|
846
|
-
## [0.8.1](https://github.com/
|
|
870
|
+
## [0.8.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.0...v0.8.1) (2024-01-20)
|
|
847
871
|
|
|
848
872
|
### Bug Fixes
|
|
849
873
|
|
|
850
|
-
- correct order-properties key checks ([#129](https://github.com/
|
|
874
|
+
- 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)
|
|
851
875
|
|
|
852
|
-
## [0.8.0](https://github.com/
|
|
876
|
+
## [0.8.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.7.0...v0.8.0) (2024-01-20)
|
|
853
877
|
|
|
854
878
|
### Features
|
|
855
879
|
|
|
856
|
-
- added unique-dependencies rule ([#126](https://github.com/
|
|
880
|
+
- 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)
|
|
857
881
|
|
|
858
|
-
## [0.7.0](https://github.com/
|
|
882
|
+
## [0.7.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.6.0...v0.7.0) (2024-01-20)
|
|
859
883
|
|
|
860
884
|
### Features
|
|
861
885
|
|
|
862
|
-
- added valid-repository-directory rule ([#123](https://github.com/
|
|
886
|
+
- 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)
|
|
863
887
|
|
|
864
|
-
## [0.6.0](https://github.com/
|
|
888
|
+
## [0.6.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.5.0...v0.6.0) (2024-01-20)
|
|
865
889
|
|
|
866
890
|
### Features
|
|
867
891
|
|
|
868
|
-
- change order-properties order default to sort-package-json ([#122](https://github.com/
|
|
892
|
+
- 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)
|
|
869
893
|
|
|
870
|
-
## [0.5.0](https://github.com/
|
|
894
|
+
## [0.5.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20)
|
|
871
895
|
|
|
872
896
|
### Features
|
|
873
897
|
|
|
874
|
-
- add prefer-repository-shorthand rule ([#70](https://github.com/
|
|
898
|
+
- 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)
|
|
875
899
|
|
|
876
|
-
## [0.4.0](https://github.com/
|
|
900
|
+
## [0.4.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20)
|
|
877
901
|
|
|
878
902
|
### Bug Fixes
|
|
879
903
|
|
|
880
|
-
- detect package.json in Windows ([eb90172](https://github.com/
|
|
881
|
-
- Missing extension in valid-package-def link ([0cd9b6b](https://github.com/
|
|
882
|
-
- recommended config ([#103](https://github.com/
|
|
883
|
-
- typo ([#63](https://github.com/
|
|
904
|
+
- detect package.json in Windows ([eb90172](https://github.com/michaelfaith/eslint-plugin-package-json/commit/eb901727c12fdd4f7a5d734c9e98f3123059bee8))
|
|
905
|
+
- Missing extension in valid-package-def link ([0cd9b6b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0cd9b6bd462b9b801cf69b1a09d8c23d4afcedf0))
|
|
906
|
+
- 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)
|
|
907
|
+
- typo ([#63](https://github.com/michaelfaith/eslint-plugin-package-json/issues/63)) ([3e6f6bc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3e6f6bc40ed8a856199082429e66c77c099210f5))
|
|
884
908
|
|
|
885
909
|
### Features
|
|
886
910
|
|
|
887
|
-
- converted to TypeScript ([#59](https://github.com/
|
|
911
|
+
- 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)
|