eslint-plugin-package-json 1.1.0 → 1.2.0
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/README.md +99 -79
- package/lib/experimental/index.d.mts +34 -0
- package/lib/experimental/index.mjs +7 -0
- package/lib/experimental/plugin.d.mts +40 -0
- package/lib/experimental/plugin.mjs +32 -0
- package/package.json +16 -7
- package/CHANGELOG.md +0 -1443
package/CHANGELOG.md
DELETED
|
@@ -1,1443 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [1.1.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0...v1.1.0) (2026-05-18)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### 🚀 Features
|
|
7
|
-
|
|
8
|
-
* add `require-peerDependenciesMeta` rule ([#1852](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1852)) ([e66ac55](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e66ac55c64b5be4c829e67884611e335a34db70c))
|
|
9
|
-
|
|
10
|
-
## [1.0.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.91.2...v1.0.0) (2026-05-17)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### ⚠ BREAKING CHANGES
|
|
14
|
-
|
|
15
|
-
* add `valid-browser` rule ([#1763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1763))
|
|
16
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644))
|
|
17
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643))
|
|
18
|
-
* add `valid-gypfile` rule ([#1765](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1765))
|
|
19
|
-
* add `valid-libc` rule ([#1764](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1764))
|
|
20
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640))
|
|
21
|
-
* add `valid-peerDependenciesMeta-relationship` rule ([#1767](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1767))
|
|
22
|
-
* add `valid-peerDependenciesMeta` rule ([#1766](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1766))
|
|
23
|
-
* drop `legacy-recommended` rc-based config ([#1579](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1579))
|
|
24
|
-
* drop support for eslint v8 ([#1589](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1589))
|
|
25
|
-
* **order-properties:** remove legacy order option
|
|
26
|
-
* remove `valid-package-definition` rule ([#1707](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1707))
|
|
27
|
-
* update node engines to `^22.22.2 || >=24.15.0` ([#1824](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1824))
|
|
28
|
-
* **valid-name:** refactor to align with other `valid-` rules ([#1821](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1821))
|
|
29
|
-
|
|
30
|
-
### 🚀 Features
|
|
31
|
-
|
|
32
|
-
* add `require-browser` rule ([#1835](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1835)) ([56433d0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/56433d0b3ae784a14e700074b678a271804f1e3e))
|
|
33
|
-
* add `require-config` rule ([#1834](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1834)) ([24f4eb0](https://github.com/michaelfaith/eslint-plugin-package-json/commit/24f4eb004749ecc953a5ebbc090a256608538f3c))
|
|
34
|
-
* add `require-gypfile` rule ([#1836](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1836)) ([d6cc291](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d6cc29190bf3377b6541efa0f6a477012e68b3af))
|
|
35
|
-
* add `require-libc` rule ([#1837](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1837)) ([53a208e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/53a208e786fd5ade05a16d00cf90eb5c1121f7d4))
|
|
36
|
-
* add `valid-browser` rule ([#1763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1763)) ([6cb438b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6cb438bb5c68af1062a5d7a26131795b7aa9a24b))
|
|
37
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644)) ([f981fa3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f981fa38ab4f1630c6db0933d859974d0a6ec0b3))
|
|
38
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643)) ([5b3c77d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5b3c77da9b8edcd659a1fd9b3e51d1e43803aa5e))
|
|
39
|
-
* add `valid-gypfile` rule ([#1765](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1765)) ([c14f624](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c14f624137fa11f42f6b5d97357043a94408edd7))
|
|
40
|
-
* add `valid-libc` rule ([#1764](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1764)) ([4dd5e9c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4dd5e9c251e2b4e68571080cfe9fbfeb030b1775))
|
|
41
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640)) ([9a65480](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9a65480cb55a4d03043916def549cfd7fc4b604b))
|
|
42
|
-
* add `valid-peerDependenciesMeta-relationship` rule ([#1767](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1767)) ([7fc3f0d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7fc3f0d17ab9be57b3fc118746a38caf9395db18))
|
|
43
|
-
* add `valid-peerDependenciesMeta` rule ([#1766](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1766)) ([8731609](https://github.com/michaelfaith/eslint-plugin-package-json/commit/873160958c77caa6b479053a2fad2b41dacc18fe))
|
|
44
|
-
* **order-properties:** remove legacy order option ([935f6dc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/935f6dccccdfe7d61deb43e083647a0a1dc8e953))
|
|
45
|
-
* remove `valid-package-definition` rule ([#1707](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1707)) ([a4a5b86](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a4a5b86e94b1fd41da8b113f49c96a8149e30fa6))
|
|
46
|
-
* update node engines to `^22.22.2 || >=24.15.0` ([#1824](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1824)) ([ce1aa5e](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ce1aa5e222cd17cd25baa9ebf2221642ddc6ed79))
|
|
47
|
-
* **valid-name:** refactor to align with other `valid-` rules ([#1821](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1821)) ([2104e75](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2104e75e70eee219d57309e50f1812f8d144a11e))
|
|
48
|
-
* **valid-version:** refactor to align with other valid- rules ([#1827](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1827)) ([958c105](https://github.com/michaelfaith/eslint-plugin-package-json/commit/958c10558d4186c9885588c2e7da23e5644d98a6))
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### 🩹 Bug Fixes
|
|
52
|
-
|
|
53
|
-
* improve report range for `require-` rules ([#1840](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1840)) ([1f03c6a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/1f03c6ac732ffae7d29177411a6cbc6798b813da))
|
|
54
|
-
|
|
55
|
-
## [1.0.0-beta.6](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2026-05-02)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### ⚠ BREAKING CHANGES
|
|
59
|
-
|
|
60
|
-
* add `valid-peerDependenciesMeta-relationship` rule ([#1767](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1767))
|
|
61
|
-
* add `valid-peerDependenciesMeta` rule ([#1766](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1766))
|
|
62
|
-
* add `valid-gypfile` rule ([#1765](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1765))
|
|
63
|
-
* add `valid-browser` rule ([#1763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1763))
|
|
64
|
-
* add `valid-libc` rule ([#1764](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1764))
|
|
65
|
-
|
|
66
|
-
### 🚀 Features
|
|
67
|
-
|
|
68
|
-
* add `valid-browser` rule ([#1763](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1763)) ([6cb438b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/6cb438bb5c68af1062a5d7a26131795b7aa9a24b))
|
|
69
|
-
* add `valid-gypfile` rule ([#1765](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1765)) ([c14f624](https://github.com/michaelfaith/eslint-plugin-package-json/commit/c14f624137fa11f42f6b5d97357043a94408edd7))
|
|
70
|
-
* add `valid-libc` rule ([#1764](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1764)) ([4dd5e9c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4dd5e9c251e2b4e68571080cfe9fbfeb030b1775))
|
|
71
|
-
* add `valid-peerDependenciesMeta-relationship` rule ([#1767](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1767)) ([7fc3f0d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7fc3f0d17ab9be57b3fc118746a38caf9395db18))
|
|
72
|
-
* add `valid-peerDependenciesMeta` rule ([#1766](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1766)) ([8731609](https://github.com/michaelfaith/eslint-plugin-package-json/commit/873160958c77caa6b479053a2fad2b41dacc18fe))
|
|
73
|
-
|
|
74
|
-
## [1.0.0-beta.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2026-04-28)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### 🚀 Features
|
|
78
|
-
|
|
79
|
-
* add `restrict-top-level-properties` rule ([#1736](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1736)) ([8b29974](https://github.com/michaelfaith/eslint-plugin-package-json/commit/8b29974311212d87c47a0efe4176a9f9506aaf00))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### 🩹 Bug Fixes
|
|
83
|
-
|
|
84
|
-
* **valid-dependencies:** dependencies should be able to use disttags ([#1749](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1749)) ([316b253](https://github.com/michaelfaith/eslint-plugin-package-json/commit/316b253a978beee05d4055ed73d614546d33f5cd))
|
|
85
|
-
|
|
86
|
-
## [0.91.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.91.1...v0.91.2) (2026-04-28)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### 🚀 Features
|
|
90
|
-
|
|
91
|
-
* add `restrict-top-level-properties` rule ([#1736](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1736)) ([8b29974](https://github.com/michaelfaith/eslint-plugin-package-json/commit/8b29974311212d87c47a0efe4176a9f9506aaf00))
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### 🩹 Bug Fixes
|
|
95
|
-
|
|
96
|
-
* **valid-dependencies:** dependencies should be able to use disttags ([#1749](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1749)) ([316b253](https://github.com/michaelfaith/eslint-plugin-package-json/commit/316b253a978beee05d4055ed73d614546d33f5cd))
|
|
97
|
-
|
|
98
|
-
## [1.0.0-beta.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2026-04-06)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### ⚠ BREAKING CHANGES
|
|
102
|
-
|
|
103
|
-
* **order-properties:** remove legacy order option
|
|
104
|
-
* remove `valid-package-definition` rule ([#1707](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1707))
|
|
105
|
-
|
|
106
|
-
### 🚀 Features
|
|
107
|
-
|
|
108
|
-
* **order-properties:** remove legacy order option ([935f6dc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/935f6dccccdfe7d61deb43e083647a0a1dc8e953))
|
|
109
|
-
* remove `valid-package-definition` rule ([#1707](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1707)) ([a4a5b86](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a4a5b86e94b1fd41da8b113f49c96a8149e30fa6))
|
|
110
|
-
|
|
111
|
-
## [1.0.0-beta.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2026-04-05)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### 🩹 Bug Fixes
|
|
115
|
-
|
|
116
|
-
* **no-empty-fields:** Allow `files` to be an empty list ([#1682](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1682)) ([4311f74](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4311f743a79b6fc792822680720106a2a84953d4))
|
|
117
|
-
|
|
118
|
-
## [0.91.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.91.0...v0.91.1) (2026-03-27)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### 🩹 Bug Fixes
|
|
122
|
-
|
|
123
|
-
* **no-empty-fields:** Allow `files` to be an empty list ([#1682](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1682)) ([4311f74](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4311f743a79b6fc792822680720106a2a84953d4))
|
|
124
|
-
|
|
125
|
-
## [1.0.0-beta.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2026-03-13)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### ⚠ BREAKING CHANGES
|
|
129
|
-
|
|
130
|
-
* add `valid-devEngines` rule ([#1663](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1663))
|
|
131
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643))
|
|
132
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644))
|
|
133
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640))
|
|
134
|
-
|
|
135
|
-
* merge `main` into `beta` ([4c41fc1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4c41fc192b4371c1000ad482f5f817cce3599666))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### 🚀 Features
|
|
139
|
-
|
|
140
|
-
* add `require-bin` rule ([#1652](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1652)) ([434e605](https://github.com/michaelfaith/eslint-plugin-package-json/commit/434e60523a067128e92baa8debf0362ef06c89c6))
|
|
141
|
-
* add `require-contributors` rule ([#1648](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1648)) ([4a666ea](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4a666ea9487c4afcc9a0ca0e730d51368266c06a))
|
|
142
|
-
* add `require-cpu` rule ([#1659](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1659)) ([40ed2f6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/40ed2f6a97040bcf5d516bcf1ac3e1a3a580c5ee))
|
|
143
|
-
* add `require-devEngines` rule ([#1649](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1649)) ([608744c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/608744c3cb29f2dd9808a91cfb99def404a9bdf2))
|
|
144
|
-
* add `require-directories` rule ([#1654](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1654)) ([91369d6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/91369d614c72707eeb9f42d73e971645e3ab590f))
|
|
145
|
-
* add `require-funding` rule ([#1647](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1647)) ([d2405a1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d2405a1e6e05ef27bcca850ff5cc034c78c51780))
|
|
146
|
-
* add `require-main` rule ([#1631](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1631)) ([f3ea3e6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f3ea3e6ad7de445449ccfab8fb2472b382b600d5))
|
|
147
|
-
* add `require-man` rule ([#1653](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1653)) ([e1cdd8a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e1cdd8ae35e768772fba92e0188798ac4870099d))
|
|
148
|
-
* add `require-os` rule ([#1632](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1632)) ([9b5e25d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9b5e25dad3d2e5af5882d706d52bce99de0f63b5))
|
|
149
|
-
* add `require-private` rule ([#1630](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1630)) ([770cc51](https://github.com/michaelfaith/eslint-plugin-package-json/commit/770cc51bdfe93782ae67ddb3183250c0afe33a3d))
|
|
150
|
-
* add `require-publishConfig` rule ([#1629](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1629)) ([ebc187a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ebc187ae5bde43c7b1f3f27eadfdeea2e67917a9))
|
|
151
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644)) ([f981fa3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f981fa38ab4f1630c6db0933d859974d0a6ec0b3))
|
|
152
|
-
* add `valid-devEngines` rule ([#1663](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1663)) ([7325be2](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7325be2c6d3bc77467e8da7019ac24861261e27a))
|
|
153
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643)) ([5b3c77d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5b3c77da9b8edcd659a1fd9b3e51d1e43803aa5e))
|
|
154
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640)) ([9a65480](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9a65480cb55a4d03043916def549cfd7fc4b604b))
|
|
155
|
-
* add require-module rule ([#1656](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1656)) ([557254c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/557254cac267d1f37fe019662f8293d123aa0e60))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
### 🩹 Bug Fixes
|
|
159
|
-
|
|
160
|
-
* **valid-publishConfig:** rule not reporting violations for deeply nested objects ([#1662](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1662)) ([4c78698](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4c786980b3efc2c25bc9a767a826ec43c3912c2e))
|
|
161
|
-
|
|
162
|
-
## [0.91.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.90.1...v0.91.0) (2026-03-13)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### ⚠ BREAKING CHANGES
|
|
166
|
-
|
|
167
|
-
* add `valid-devEngines` rule ([#1663](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1663))
|
|
168
|
-
|
|
169
|
-
### 🚀 Features
|
|
170
|
-
|
|
171
|
-
* add `require-cpu` rule ([#1659](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1659)) ([40ed2f6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/40ed2f6a97040bcf5d516bcf1ac3e1a3a580c5ee))
|
|
172
|
-
* add `valid-devEngines` rule ([#1663](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1663)) ([7325be2](https://github.com/michaelfaith/eslint-plugin-package-json/commit/7325be2c6d3bc77467e8da7019ac24861261e27a))
|
|
173
|
-
* add require-module rule ([#1656](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1656)) ([557254c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/557254cac267d1f37fe019662f8293d123aa0e60))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### 🩹 Bug Fixes
|
|
177
|
-
|
|
178
|
-
* **valid-publishConfig:** rule not reporting violations for deeply nested objects ([#1662](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1662)) ([4c78698](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4c786980b3efc2c25bc9a767a826ec43c3912c2e))
|
|
179
|
-
|
|
180
|
-
## [0.90.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.90.0...v0.90.1) (2026-03-10)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
### 🚀 Features
|
|
184
|
-
|
|
185
|
-
* add `require-bin` rule ([#1652](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1652)) ([434e605](https://github.com/michaelfaith/eslint-plugin-package-json/commit/434e60523a067128e92baa8debf0362ef06c89c6))
|
|
186
|
-
* add `require-contributors` rule ([#1648](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1648)) ([4a666ea](https://github.com/michaelfaith/eslint-plugin-package-json/commit/4a666ea9487c4afcc9a0ca0e730d51368266c06a))
|
|
187
|
-
* add `require-devEngines` rule ([#1649](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1649)) ([608744c](https://github.com/michaelfaith/eslint-plugin-package-json/commit/608744c3cb29f2dd9808a91cfb99def404a9bdf2))
|
|
188
|
-
* add `require-directories` rule ([#1654](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1654)) ([91369d6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/91369d614c72707eeb9f42d73e971645e3ab590f))
|
|
189
|
-
* add `require-funding` rule ([#1647](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1647)) ([d2405a1](https://github.com/michaelfaith/eslint-plugin-package-json/commit/d2405a1e6e05ef27bcca850ff5cc034c78c51780))
|
|
190
|
-
* add `require-man` rule ([#1653](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1653)) ([e1cdd8a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/e1cdd8ae35e768772fba92e0188798ac4870099d))
|
|
191
|
-
|
|
192
|
-
## [0.90.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.4...v0.90.0) (2026-03-10)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### ⚠ BREAKING CHANGES
|
|
196
|
-
|
|
197
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643))
|
|
198
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644))
|
|
199
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640))
|
|
200
|
-
|
|
201
|
-
### 🚀 Features
|
|
202
|
-
|
|
203
|
-
* add `valid-bugs` rule ([#1644](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1644)) ([f981fa3](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f981fa38ab4f1630c6db0933d859974d0a6ec0b3))
|
|
204
|
-
* add `valid-funding` rule ([#1643](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1643)) ([5b3c77d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/5b3c77da9b8edcd659a1fd9b3e51d1e43803aa5e))
|
|
205
|
-
* add `valid-packageManager` rule ([#1640](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1640)) ([9a65480](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9a65480cb55a4d03043916def549cfd7fc4b604b))
|
|
206
|
-
|
|
207
|
-
## [0.89.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.3...v0.89.4) (2026-03-07)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### 🚀 Features
|
|
211
|
-
|
|
212
|
-
* add `require-main` rule ([#1631](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1631)) ([f3ea3e6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/f3ea3e6ad7de445449ccfab8fb2472b382b600d5))
|
|
213
|
-
* add `require-os` rule ([#1632](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1632)) ([9b5e25d](https://github.com/michaelfaith/eslint-plugin-package-json/commit/9b5e25dad3d2e5af5882d706d52bce99de0f63b5))
|
|
214
|
-
* add `require-private` rule ([#1630](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1630)) ([770cc51](https://github.com/michaelfaith/eslint-plugin-package-json/commit/770cc51bdfe93782ae67ddb3183250c0afe33a3d))
|
|
215
|
-
* add `require-publishConfig` rule ([#1629](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1629)) ([ebc187a](https://github.com/michaelfaith/eslint-plugin-package-json/commit/ebc187ae5bde43c7b1f3f27eadfdeea2e67917a9))
|
|
216
|
-
|
|
217
|
-
## [1.0.0-beta.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2026-03-04)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### 🚀 Features
|
|
221
|
-
|
|
222
|
-
* enable `ignorePrivate` on more `require-` rules ([#1607](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1607)) ([a187fa8](https://github.com/michaelfaith/eslint-plugin-package-json/commit/a187fa893154c89c3b9dde28d9d0fd6dc1d1173b))
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### 🩹 Bug Fixes
|
|
226
|
-
|
|
227
|
-
* update repo references ([#1613](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1613)) ([079d3af](https://github.com/michaelfaith/eslint-plugin-package-json/commit/079d3af2c67a38ef476121158047e42d9c7ae4c7))
|
|
228
|
-
|
|
229
|
-
## [0.89.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.2...v0.89.3) (2026-03-04)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### 🚀 Features
|
|
233
|
-
|
|
234
|
-
* 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))
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
### 🩹 Bug Fixes
|
|
238
|
-
|
|
239
|
-
* 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))
|
|
240
|
-
|
|
241
|
-
## [0.89.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.1...v0.89.2) (2026-02-27)
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
### 🚀 Features
|
|
245
|
-
|
|
246
|
-
* 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))
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### 🩹 Bug Fixes
|
|
250
|
-
|
|
251
|
-
* **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))
|
|
252
|
-
|
|
253
|
-
## [1.0.0-beta.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.1...v1.0.0-beta.0) (2026-02-24)
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
### ⚠ BREAKING CHANGES
|
|
257
|
-
|
|
258
|
-
* drop support for eslint v8 ([#1589](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1589))
|
|
259
|
-
* drop `legacy-recommended` rc-based config ([#1579](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1579))
|
|
260
|
-
* drop support for end-of-life Node versions ([#1580](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1580))
|
|
261
|
-
|
|
262
|
-
### 🚀 Features
|
|
263
|
-
|
|
264
|
-
* drop `legacy-recommended` rc-based config ([#1579](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1579)) ([39a8058](https://github.com/michaelfaith/eslint-plugin-package-json/commit/39a80580c4c499450e6c9ddfe41913aa317848b3))
|
|
265
|
-
* drop support for end-of-life Node versions ([#1580](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1580)) ([54f4308](https://github.com/michaelfaith/eslint-plugin-package-json/commit/54f430868b00a287a5b66fba8ff6fbf6c9b64727))
|
|
266
|
-
* drop support for eslint v8 ([#1589](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1589)) ([3974c8f](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3974c8f88d091f8e2b90d96cf97f44cac0cf812d))
|
|
267
|
-
* move `jsconc-eslint-parser` to be a regular dependency ([#1595](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1595)) ([2e24db6](https://github.com/michaelfaith/eslint-plugin-package-json/commit/2e24db68dfd10ec148569bb8d346112de6a51f19))
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### 🩹 Bug Fixes
|
|
271
|
-
|
|
272
|
-
* **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))
|
|
273
|
-
|
|
274
|
-
## [0.89.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.89.0...v0.89.1) (2026-02-22)
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
### 🚀 Features
|
|
278
|
-
|
|
279
|
-
* 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))
|
|
280
|
-
|
|
281
|
-
## [0.89.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.3...v0.89.0) (2026-02-20)
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
### ⚠ BREAKING CHANGES
|
|
285
|
-
|
|
286
|
-
* move the `publishable` require rules to `recommended` ([#1565](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1565))
|
|
287
|
-
|
|
288
|
-
### 🚀 Features
|
|
289
|
-
|
|
290
|
-
* 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))
|
|
291
|
-
* 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))
|
|
292
|
-
|
|
293
|
-
## [0.88.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.2...v0.88.3) (2026-02-16)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### 🚀 Features
|
|
297
|
-
|
|
298
|
-
* **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))
|
|
299
|
-
|
|
300
|
-
## [0.88.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
|
|
301
|
-
## [0.88.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.1...v0.88.2) (2026-01-23)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Features
|
|
305
|
-
|
|
306
|
-
* **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))
|
|
307
|
-
* **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))
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
* **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))
|
|
313
|
-
* **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))
|
|
314
|
-
|
|
315
|
-
## [0.88.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
|
|
316
|
-
## [0.88.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.88.0...v0.88.1) (2026-01-07)
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
### Features
|
|
320
|
-
|
|
321
|
-
* 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))
|
|
322
|
-
* 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))
|
|
323
|
-
|
|
324
|
-
## [0.88.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.1...v0.88.0) (2026-01-04)
|
|
325
|
-
## [0.88.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.1...v0.88.0) (2026-01-04)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### ⚠ BREAKING CHANGES
|
|
329
|
-
|
|
330
|
-
* add require-repository rule ([#1491](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1491))
|
|
331
|
-
* add require-repository rule ([#1491](https://github.com/michaelfaith/eslint-plugin-package-json/issues/1491))
|
|
332
|
-
|
|
333
|
-
### Features
|
|
334
|
-
|
|
335
|
-
* 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))
|
|
336
|
-
* 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))
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
### Bug Fixes
|
|
340
|
-
|
|
341
|
-
* **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))
|
|
342
|
-
* **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))
|
|
343
|
-
* **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))
|
|
344
|
-
* **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))
|
|
345
|
-
|
|
346
|
-
## [0.87.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.0...v0.87.1) (2025-12-31)
|
|
347
|
-
## [0.87.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.87.0...v0.87.1) (2025-12-31)
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### Features
|
|
351
|
-
|
|
352
|
-
* 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))
|
|
353
|
-
* 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))
|
|
354
|
-
|
|
355
|
-
## [0.87.0](///compare/v0.86.0...v0.87.0) (2025-12-30)
|
|
356
|
-
|
|
357
|
-
### Features
|
|
358
|
-
|
|
359
|
-
- 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)
|
|
360
|
-
- 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)
|
|
361
|
-
|
|
362
|
-
## [0.86.0](///compare/v0.85.0...v0.86.0) (2025-12-30)
|
|
363
|
-
|
|
364
|
-
### Features
|
|
365
|
-
|
|
366
|
-
- 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)
|
|
367
|
-
- **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)
|
|
368
|
-
- 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)
|
|
369
|
-
- **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)
|
|
370
|
-
|
|
371
|
-
## [0.85.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.84.0...v0.85.0) (2025-11-18)
|
|
372
|
-
## [0.85.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.84.0...v0.85.0) (2025-11-18)
|
|
373
|
-
|
|
374
|
-
### Features
|
|
375
|
-
|
|
376
|
-
- **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))
|
|
377
|
-
- **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))
|
|
378
|
-
|
|
379
|
-
## [0.84.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.83.0...v0.84.0) (2025-11-18)
|
|
380
|
-
## [0.84.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.83.0...v0.84.0) (2025-11-18)
|
|
381
|
-
|
|
382
|
-
### Features
|
|
383
|
-
|
|
384
|
-
- 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)
|
|
385
|
-
- 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)
|
|
386
|
-
|
|
387
|
-
## [0.83.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.82.0...v0.83.0) (2025-11-17)
|
|
388
|
-
## [0.83.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.82.0...v0.83.0) (2025-11-17)
|
|
389
|
-
|
|
390
|
-
### Features
|
|
391
|
-
|
|
392
|
-
- **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)
|
|
393
|
-
- **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)
|
|
394
|
-
|
|
395
|
-
## [0.82.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.81.0...v0.82.0) (2025-11-17)
|
|
396
|
-
## [0.82.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.81.0...v0.82.0) (2025-11-17)
|
|
397
|
-
|
|
398
|
-
### Features
|
|
399
|
-
|
|
400
|
-
- **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)
|
|
401
|
-
- **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)
|
|
402
|
-
|
|
403
|
-
## [0.81.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.80.0...v0.81.0) (2025-11-17)
|
|
404
|
-
## [0.81.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.80.0...v0.81.0) (2025-11-17)
|
|
405
|
-
|
|
406
|
-
### Features
|
|
407
|
-
|
|
408
|
-
- **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)
|
|
409
|
-
- **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)
|
|
410
|
-
|
|
411
|
-
## [0.80.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.79.0...v0.80.0) (2025-11-17)
|
|
412
|
-
## [0.80.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.79.0...v0.80.0) (2025-11-17)
|
|
413
|
-
|
|
414
|
-
### Features
|
|
415
|
-
|
|
416
|
-
- **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)
|
|
417
|
-
- **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)
|
|
418
|
-
|
|
419
|
-
## [0.79.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.78.0...v0.79.0) (2025-11-15)
|
|
420
|
-
## [0.79.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.78.0...v0.79.0) (2025-11-15)
|
|
421
|
-
|
|
422
|
-
### Features
|
|
423
|
-
|
|
424
|
-
- 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)
|
|
425
|
-
- 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)
|
|
426
|
-
|
|
427
|
-
## [0.78.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.77.0...v0.78.0) (2025-11-15)
|
|
428
|
-
## [0.78.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.77.0...v0.78.0) (2025-11-15)
|
|
429
|
-
|
|
430
|
-
### Features
|
|
431
|
-
|
|
432
|
-
- **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)
|
|
433
|
-
- **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)
|
|
434
|
-
|
|
435
|
-
## [0.77.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.76.0...v0.77.0) (2025-11-15)
|
|
436
|
-
## [0.77.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.76.0...v0.77.0) (2025-11-15)
|
|
437
|
-
|
|
438
|
-
### Features
|
|
439
|
-
|
|
440
|
-
- **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)
|
|
441
|
-
- **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)
|
|
442
|
-
|
|
443
|
-
## [0.76.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.75.0...v0.76.0) (2025-11-15)
|
|
444
|
-
## [0.76.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.75.0...v0.76.0) (2025-11-15)
|
|
445
|
-
|
|
446
|
-
### Features
|
|
447
|
-
|
|
448
|
-
- **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)
|
|
449
|
-
- **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)
|
|
450
|
-
|
|
451
|
-
## [0.75.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.75.0) (2025-11-15)
|
|
452
|
-
## [0.75.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.75.0) (2025-11-15)
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
- **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)
|
|
457
|
-
- **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)
|
|
458
|
-
- **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)
|
|
459
|
-
- **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)
|
|
460
|
-
- **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)
|
|
461
|
-
- **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)
|
|
462
|
-
|
|
463
|
-
## [0.74.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.74.0) (2025-11-14)
|
|
464
|
-
## [0.74.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.73.0...v0.74.0) (2025-11-14)
|
|
465
|
-
|
|
466
|
-
### Features
|
|
467
|
-
|
|
468
|
-
- **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)
|
|
469
|
-
- **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)
|
|
470
|
-
|
|
471
|
-
## [0.73.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.72.0...v0.73.0) (2025-11-13)
|
|
472
|
-
## [0.73.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.72.0...v0.73.0) (2025-11-13)
|
|
473
|
-
|
|
474
|
-
### Features
|
|
475
|
-
|
|
476
|
-
- **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)
|
|
477
|
-
- **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)
|
|
478
|
-
|
|
479
|
-
## [0.72.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.71.0...v0.72.0) (2025-11-13)
|
|
480
|
-
## [0.72.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.71.0...v0.72.0) (2025-11-13)
|
|
481
|
-
|
|
482
|
-
### Features
|
|
483
|
-
|
|
484
|
-
- **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)
|
|
485
|
-
- **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)
|
|
486
|
-
|
|
487
|
-
## [0.71.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.70.0...v0.71.0) (2025-11-13)
|
|
488
|
-
## [0.71.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.70.0...v0.71.0) (2025-11-13)
|
|
489
|
-
|
|
490
|
-
### Features
|
|
491
|
-
|
|
492
|
-
- **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)
|
|
493
|
-
- **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)
|
|
494
|
-
|
|
495
|
-
## [0.70.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.69.0...v0.70.0) (2025-11-13)
|
|
496
|
-
## [0.70.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.69.0...v0.70.0) (2025-11-13)
|
|
497
|
-
|
|
498
|
-
### Features
|
|
499
|
-
|
|
500
|
-
- **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)
|
|
501
|
-
- **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)
|
|
502
|
-
|
|
503
|
-
## [0.69.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.68.0...v0.69.0) (2025-11-12)
|
|
504
|
-
## [0.69.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.68.0...v0.69.0) (2025-11-12)
|
|
505
|
-
|
|
506
|
-
### Features
|
|
507
|
-
|
|
508
|
-
- **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)
|
|
509
|
-
- **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)
|
|
510
|
-
|
|
511
|
-
## [0.68.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.67.0...v0.68.0) (2025-11-12)
|
|
512
|
-
## [0.68.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.67.0...v0.68.0) (2025-11-12)
|
|
513
|
-
|
|
514
|
-
### Features
|
|
515
|
-
|
|
516
|
-
- **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)
|
|
517
|
-
- **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)
|
|
518
|
-
|
|
519
|
-
## [0.67.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.66.0...v0.67.0) (2025-11-12)
|
|
520
|
-
## [0.67.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.66.0...v0.67.0) (2025-11-12)
|
|
521
|
-
|
|
522
|
-
### Features
|
|
523
|
-
|
|
524
|
-
- **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)
|
|
525
|
-
- **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)
|
|
526
|
-
|
|
527
|
-
## [0.66.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.3...v0.66.0) (2025-11-11)
|
|
528
|
-
## [0.66.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.3...v0.66.0) (2025-11-11)
|
|
529
|
-
|
|
530
|
-
### Features
|
|
531
|
-
|
|
532
|
-
- **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)
|
|
533
|
-
- **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)
|
|
534
|
-
|
|
535
|
-
## [0.65.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.2...v0.65.3) (2025-11-10)
|
|
536
|
-
## [0.65.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.2...v0.65.3) (2025-11-10)
|
|
537
|
-
|
|
538
|
-
### Bug Fixes
|
|
539
|
-
|
|
540
|
-
- **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)
|
|
541
|
-
- **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)
|
|
542
|
-
|
|
543
|
-
## [0.65.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.1...v0.65.2) (2025-11-10)
|
|
544
|
-
## [0.65.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.1...v0.65.2) (2025-11-10)
|
|
545
|
-
|
|
546
|
-
### Bug Fixes
|
|
547
|
-
|
|
548
|
-
- **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)
|
|
549
|
-
- **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)
|
|
550
|
-
|
|
551
|
-
## [0.65.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.0...v0.65.1) (2025-11-09)
|
|
552
|
-
## [0.65.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.65.0...v0.65.1) (2025-11-09)
|
|
553
|
-
|
|
554
|
-
### Bug Fixes
|
|
555
|
-
|
|
556
|
-
- **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)
|
|
557
|
-
- **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)
|
|
558
|
-
|
|
559
|
-
## [0.65.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.64.0...v0.65.0) (2025-11-08)
|
|
560
|
-
## [0.65.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.64.0...v0.65.0) (2025-11-08)
|
|
561
|
-
|
|
562
|
-
### Bug Fixes
|
|
563
|
-
|
|
564
|
-
- **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)
|
|
565
|
-
- **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)
|
|
566
|
-
|
|
567
|
-
### Features
|
|
568
|
-
|
|
569
|
-
- **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)
|
|
570
|
-
- **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)
|
|
571
|
-
|
|
572
|
-
## [0.64.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.63.0...v0.64.0) (2025-11-04)
|
|
573
|
-
## [0.64.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.63.0...v0.64.0) (2025-11-04)
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
- **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)
|
|
578
|
-
- **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)
|
|
579
|
-
|
|
580
|
-
## [0.63.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.62.0...v0.63.0) (2025-11-04)
|
|
581
|
-
## [0.63.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.62.0...v0.63.0) (2025-11-04)
|
|
582
|
-
|
|
583
|
-
### Features
|
|
584
|
-
|
|
585
|
-
- **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)
|
|
586
|
-
- **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)
|
|
587
|
-
|
|
588
|
-
## [0.62.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.61.0...v0.62.0) (2025-11-03)
|
|
589
|
-
## [0.62.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.61.0...v0.62.0) (2025-11-03)
|
|
590
|
-
|
|
591
|
-
### Features
|
|
592
|
-
|
|
593
|
-
- **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)
|
|
594
|
-
- **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)
|
|
595
|
-
|
|
596
|
-
## [0.61.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.60.0...v0.61.0) (2025-11-03)
|
|
597
|
-
## [0.61.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.60.0...v0.61.0) (2025-11-03)
|
|
598
|
-
|
|
599
|
-
### Features
|
|
600
|
-
|
|
601
|
-
- 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)
|
|
602
|
-
- 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)
|
|
603
|
-
|
|
604
|
-
## [0.60.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.1...v0.60.0) (2025-11-03)
|
|
605
|
-
## [0.60.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.1...v0.60.0) (2025-11-03)
|
|
606
|
-
|
|
607
|
-
### Features
|
|
608
|
-
|
|
609
|
-
- **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)
|
|
610
|
-
- **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)
|
|
611
|
-
|
|
612
|
-
## [0.59.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.0...v0.59.1) (2025-10-30)
|
|
613
|
-
## [0.59.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.59.0...v0.59.1) (2025-10-30)
|
|
614
|
-
|
|
615
|
-
### Bug Fixes
|
|
616
|
-
|
|
617
|
-
- **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))
|
|
618
|
-
- **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))
|
|
619
|
-
|
|
620
|
-
## [0.59.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.58.0...v0.59.0) (2025-10-25)
|
|
621
|
-
## [0.59.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.58.0...v0.59.0) (2025-10-25)
|
|
622
|
-
|
|
623
|
-
### Features
|
|
624
|
-
|
|
625
|
-
- **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)
|
|
626
|
-
- **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)
|
|
627
|
-
|
|
628
|
-
## [0.58.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.57.0...v0.58.0) (2025-10-22)
|
|
629
|
-
## [0.58.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.57.0...v0.58.0) (2025-10-22)
|
|
630
|
-
|
|
631
|
-
### Features
|
|
632
|
-
|
|
633
|
-
- 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)
|
|
634
|
-
- 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)
|
|
635
|
-
|
|
636
|
-
## [0.57.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.4...v0.57.0) (2025-10-16)
|
|
637
|
-
## [0.57.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.4...v0.57.0) (2025-10-16)
|
|
638
|
-
|
|
639
|
-
### Features
|
|
640
|
-
|
|
641
|
-
- 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)
|
|
642
|
-
- 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)
|
|
643
|
-
|
|
644
|
-
## [0.56.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.3...v0.56.4) (2025-10-14)
|
|
645
|
-
## [0.56.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.3...v0.56.4) (2025-10-14)
|
|
646
|
-
|
|
647
|
-
### Bug Fixes
|
|
648
|
-
|
|
649
|
-
- 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)
|
|
650
|
-
- 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)
|
|
651
|
-
|
|
652
|
-
## [0.56.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.2...v0.56.3) (2025-09-15)
|
|
653
|
-
## [0.56.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.2...v0.56.3) (2025-09-15)
|
|
654
|
-
|
|
655
|
-
### Bug Fixes
|
|
656
|
-
|
|
657
|
-
- **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)
|
|
658
|
-
- **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)
|
|
659
|
-
|
|
660
|
-
## [0.56.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.1...v0.56.2) (2025-09-04)
|
|
661
|
-
## [0.56.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.1...v0.56.2) (2025-09-04)
|
|
662
|
-
|
|
663
|
-
### Bug Fixes
|
|
664
|
-
|
|
665
|
-
- 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)
|
|
666
|
-
- 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)
|
|
667
|
-
|
|
668
|
-
## [0.56.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.0...v0.56.1) (2025-08-31)
|
|
669
|
-
## [0.56.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.56.0...v0.56.1) (2025-08-31)
|
|
670
|
-
|
|
671
|
-
### Bug Fixes
|
|
672
|
-
|
|
673
|
-
- **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))
|
|
674
|
-
- **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))
|
|
675
|
-
|
|
676
|
-
## [0.56.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.55.0...v0.56.0) (2025-08-25)
|
|
677
|
-
## [0.56.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.55.0...v0.56.0) (2025-08-25)
|
|
678
|
-
|
|
679
|
-
### Features
|
|
680
|
-
|
|
681
|
-
- **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)
|
|
682
|
-
- **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)
|
|
683
|
-
|
|
684
|
-
## [0.55.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.54.0...v0.55.0) (2025-08-22)
|
|
685
|
-
## [0.55.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.54.0...v0.55.0) (2025-08-22)
|
|
686
|
-
|
|
687
|
-
### Features
|
|
688
|
-
|
|
689
|
-
- 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)
|
|
690
|
-
- 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)
|
|
691
|
-
|
|
692
|
-
## [0.54.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.53.0...v0.54.0) (2025-08-15)
|
|
693
|
-
## [0.54.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.53.0...v0.54.0) (2025-08-15)
|
|
694
|
-
|
|
695
|
-
### Features
|
|
696
|
-
|
|
697
|
-
- **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)
|
|
698
|
-
- **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)
|
|
699
|
-
|
|
700
|
-
## [0.53.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.1...v0.53.0) (2025-08-13)
|
|
701
|
-
## [0.53.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.1...v0.53.0) (2025-08-13)
|
|
702
|
-
|
|
703
|
-
### Features
|
|
704
|
-
|
|
705
|
-
- 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)
|
|
706
|
-
- 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)
|
|
707
|
-
|
|
708
|
-
## [0.52.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.0...v0.52.1) (2025-08-07)
|
|
709
|
-
## [0.52.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.52.0...v0.52.1) (2025-08-07)
|
|
710
|
-
|
|
711
|
-
### Bug Fixes
|
|
712
|
-
|
|
713
|
-
- **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)
|
|
714
|
-
- **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)
|
|
715
|
-
|
|
716
|
-
## [0.52.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.51.0...v0.52.0) (2025-08-07)
|
|
717
|
-
## [0.52.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.51.0...v0.52.0) (2025-08-07)
|
|
718
|
-
|
|
719
|
-
### Features
|
|
720
|
-
|
|
721
|
-
- **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)
|
|
722
|
-
- **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)
|
|
723
|
-
|
|
724
|
-
## [0.51.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.50.0...v0.51.0) (2025-08-05)
|
|
725
|
-
## [0.51.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.50.0...v0.51.0) (2025-08-05)
|
|
726
|
-
|
|
727
|
-
### Features
|
|
728
|
-
|
|
729
|
-
- 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)
|
|
730
|
-
- 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)
|
|
731
|
-
|
|
732
|
-
## [0.50.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.49.0...v0.50.0) (2025-08-05)
|
|
733
|
-
## [0.50.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.49.0...v0.50.0) (2025-08-05)
|
|
734
|
-
|
|
735
|
-
### Features
|
|
736
|
-
|
|
737
|
-
- 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)
|
|
738
|
-
- 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)
|
|
739
|
-
|
|
740
|
-
## [0.49.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.48.0...v0.49.0) (2025-08-05)
|
|
741
|
-
## [0.49.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.48.0...v0.49.0) (2025-08-05)
|
|
742
|
-
|
|
743
|
-
### Features
|
|
744
|
-
|
|
745
|
-
- **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)
|
|
746
|
-
- **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)
|
|
747
|
-
|
|
748
|
-
## [0.48.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.1...v0.48.0) (2025-07-31)
|
|
749
|
-
## [0.48.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.1...v0.48.0) (2025-07-31)
|
|
750
|
-
|
|
751
|
-
### Features
|
|
752
|
-
|
|
753
|
-
- **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)
|
|
754
|
-
- **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)
|
|
755
|
-
|
|
756
|
-
## [0.47.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.0...v0.47.1) (2025-07-30)
|
|
757
|
-
## [0.47.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.47.0...v0.47.1) (2025-07-30)
|
|
758
|
-
|
|
759
|
-
### Bug Fixes
|
|
760
|
-
|
|
761
|
-
- **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)
|
|
762
|
-
- **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)
|
|
763
|
-
|
|
764
|
-
## [0.47.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.46.0...v0.47.0) (2025-07-25)
|
|
765
|
-
## [0.47.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.46.0...v0.47.0) (2025-07-25)
|
|
766
|
-
|
|
767
|
-
### Features
|
|
768
|
-
|
|
769
|
-
- **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)
|
|
770
|
-
- **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)
|
|
771
|
-
|
|
772
|
-
## [0.46.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.2...v0.46.0) (2025-07-24)
|
|
773
|
-
## [0.46.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.2...v0.46.0) (2025-07-24)
|
|
774
|
-
|
|
775
|
-
### Features
|
|
776
|
-
|
|
777
|
-
- **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)
|
|
778
|
-
- **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)
|
|
779
|
-
|
|
780
|
-
## [0.45.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.1...v0.45.2) (2025-07-24)
|
|
781
|
-
## [0.45.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.1...v0.45.2) (2025-07-24)
|
|
782
|
-
|
|
783
|
-
### Bug Fixes
|
|
784
|
-
|
|
785
|
-
- **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))
|
|
786
|
-
- **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))
|
|
787
|
-
|
|
788
|
-
## [0.45.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.0...v0.45.1) (2025-07-18)
|
|
789
|
-
## [0.45.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.45.0...v0.45.1) (2025-07-18)
|
|
790
|
-
|
|
791
|
-
### Bug Fixes
|
|
792
|
-
|
|
793
|
-
- **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)
|
|
794
|
-
- **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)
|
|
795
|
-
|
|
796
|
-
## [0.45.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.1...v0.45.0) (2025-07-17)
|
|
797
|
-
## [0.45.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.1...v0.45.0) (2025-07-17)
|
|
798
|
-
|
|
799
|
-
### Features
|
|
800
|
-
|
|
801
|
-
- **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)
|
|
802
|
-
- **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)
|
|
803
|
-
|
|
804
|
-
## [0.44.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.0...v0.44.1) (2025-07-10)
|
|
805
|
-
## [0.44.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.44.0...v0.44.1) (2025-07-10)
|
|
806
|
-
|
|
807
|
-
### Bug Fixes
|
|
808
|
-
|
|
809
|
-
- **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))
|
|
810
|
-
- **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))
|
|
811
|
-
|
|
812
|
-
## [0.44.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.4...v0.44.0) (2025-07-09)
|
|
813
|
-
## [0.44.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.4...v0.44.0) (2025-07-09)
|
|
814
|
-
|
|
815
|
-
### Features
|
|
816
|
-
|
|
817
|
-
- **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)
|
|
818
|
-
- **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)
|
|
819
|
-
|
|
820
|
-
## [0.43.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.3...v0.43.4) (2025-07-09)
|
|
821
|
-
## [0.43.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.3...v0.43.4) (2025-07-09)
|
|
822
|
-
|
|
823
|
-
### Bug Fixes
|
|
824
|
-
|
|
825
|
-
- **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))
|
|
826
|
-
- **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))
|
|
827
|
-
|
|
828
|
-
## [0.43.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.2...v0.43.3) (2025-07-08)
|
|
829
|
-
## [0.43.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.2...v0.43.3) (2025-07-08)
|
|
830
|
-
|
|
831
|
-
### Bug Fixes
|
|
832
|
-
|
|
833
|
-
- **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))
|
|
834
|
-
- **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))
|
|
835
|
-
|
|
836
|
-
## [0.43.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.1...v0.43.2) (2025-07-04)
|
|
837
|
-
## [0.43.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.1...v0.43.2) (2025-07-04)
|
|
838
|
-
|
|
839
|
-
### Bug Fixes
|
|
840
|
-
|
|
841
|
-
- **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))
|
|
842
|
-
- **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))
|
|
843
|
-
|
|
844
|
-
## [0.43.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.0...v0.43.1) (2025-07-03)
|
|
845
|
-
## [0.43.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.43.0...v0.43.1) (2025-07-03)
|
|
846
|
-
|
|
847
|
-
### Bug Fixes
|
|
848
|
-
|
|
849
|
-
- 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))
|
|
850
|
-
- 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))
|
|
851
|
-
|
|
852
|
-
## [0.43.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.1...v0.43.0) (2025-07-02)
|
|
853
|
-
## [0.43.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.1...v0.43.0) (2025-07-02)
|
|
854
|
-
|
|
855
|
-
### Features
|
|
856
|
-
|
|
857
|
-
- **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)
|
|
858
|
-
- **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)
|
|
859
|
-
|
|
860
|
-
## [0.42.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.0...v0.42.1) (2025-07-01)
|
|
861
|
-
## [0.42.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.42.0...v0.42.1) (2025-07-01)
|
|
862
|
-
|
|
863
|
-
### Bug Fixes
|
|
864
|
-
|
|
865
|
-
- **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))
|
|
866
|
-
- **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))
|
|
867
|
-
|
|
868
|
-
## [0.42.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.41.0...v0.42.0) (2025-06-25)
|
|
869
|
-
## [0.42.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.41.0...v0.42.0) (2025-06-25)
|
|
870
|
-
|
|
871
|
-
### Features
|
|
872
|
-
|
|
873
|
-
- 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)
|
|
874
|
-
- 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)
|
|
875
|
-
|
|
876
|
-
## [0.41.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.5...v0.41.0) (2025-06-24)
|
|
877
|
-
## [0.41.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.5...v0.41.0) (2025-06-24)
|
|
878
|
-
|
|
879
|
-
### Features
|
|
880
|
-
|
|
881
|
-
- **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)
|
|
882
|
-
- **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)
|
|
883
|
-
|
|
884
|
-
## [0.40.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.4...v0.40.5) (2025-06-23)
|
|
885
|
-
## [0.40.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.4...v0.40.5) (2025-06-23)
|
|
886
|
-
|
|
887
|
-
### Bug Fixes
|
|
888
|
-
|
|
889
|
-
- **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))
|
|
890
|
-
- **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))
|
|
891
|
-
|
|
892
|
-
## [0.40.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.3...v0.40.4) (2025-06-20)
|
|
893
|
-
## [0.40.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.3...v0.40.4) (2025-06-20)
|
|
894
|
-
|
|
895
|
-
### Bug Fixes
|
|
896
|
-
|
|
897
|
-
- **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))
|
|
898
|
-
- **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))
|
|
899
|
-
|
|
900
|
-
## [0.40.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.2...v0.40.3) (2025-06-19)
|
|
901
|
-
## [0.40.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.2...v0.40.3) (2025-06-19)
|
|
902
|
-
|
|
903
|
-
### Bug Fixes
|
|
904
|
-
|
|
905
|
-
- **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))
|
|
906
|
-
- **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))
|
|
907
|
-
|
|
908
|
-
## [0.40.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.1...v0.40.2) (2025-06-19)
|
|
909
|
-
## [0.40.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.1...v0.40.2) (2025-06-19)
|
|
910
|
-
|
|
911
|
-
### Bug Fixes
|
|
912
|
-
|
|
913
|
-
- **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))
|
|
914
|
-
- **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))
|
|
915
|
-
|
|
916
|
-
## [0.40.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.0...v0.40.1) (2025-06-18)
|
|
917
|
-
## [0.40.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.40.0...v0.40.1) (2025-06-18)
|
|
918
|
-
|
|
919
|
-
### Bug Fixes
|
|
920
|
-
|
|
921
|
-
- **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))
|
|
922
|
-
- **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))
|
|
923
|
-
|
|
924
|
-
## [0.40.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.2...v0.40.0) (2025-06-16)
|
|
925
|
-
## [0.40.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.2...v0.40.0) (2025-06-16)
|
|
926
|
-
|
|
927
|
-
### Features
|
|
928
|
-
|
|
929
|
-
- **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)
|
|
930
|
-
- **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)
|
|
931
|
-
|
|
932
|
-
## [0.39.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.1...v0.39.2) (2025-06-15)
|
|
933
|
-
## [0.39.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.1...v0.39.2) (2025-06-15)
|
|
934
|
-
|
|
935
|
-
### Bug Fixes
|
|
936
|
-
|
|
937
|
-
- **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))
|
|
938
|
-
- **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))
|
|
939
|
-
|
|
940
|
-
## [0.39.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.0...v0.39.1) (2025-06-15)
|
|
941
|
-
## [0.39.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.39.0...v0.39.1) (2025-06-15)
|
|
942
|
-
|
|
943
|
-
### Bug Fixes
|
|
944
|
-
|
|
945
|
-
- **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))
|
|
946
|
-
- **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))
|
|
947
|
-
|
|
948
|
-
## [0.39.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.1...v0.39.0) (2025-06-13)
|
|
949
|
-
## [0.39.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.1...v0.39.0) (2025-06-13)
|
|
950
|
-
|
|
951
|
-
### Features
|
|
952
|
-
|
|
953
|
-
- 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)
|
|
954
|
-
- 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)
|
|
955
|
-
|
|
956
|
-
## [0.38.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.0...v0.38.1) (2025-06-13)
|
|
957
|
-
## [0.38.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.38.0...v0.38.1) (2025-06-13)
|
|
958
|
-
|
|
959
|
-
### Bug Fixes
|
|
960
|
-
|
|
961
|
-
- **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)
|
|
962
|
-
- **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)
|
|
963
|
-
|
|
964
|
-
## [0.38.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.37.0...v0.38.0) (2025-06-13)
|
|
965
|
-
## [0.38.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.37.0...v0.38.0) (2025-06-13)
|
|
966
|
-
|
|
967
|
-
### Features
|
|
968
|
-
|
|
969
|
-
- 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)
|
|
970
|
-
- 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)
|
|
971
|
-
|
|
972
|
-
## [0.37.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.36.0...v0.37.0) (2025-06-12)
|
|
973
|
-
## [0.37.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.36.0...v0.37.0) (2025-06-12)
|
|
974
|
-
|
|
975
|
-
### Features
|
|
976
|
-
|
|
977
|
-
- **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)
|
|
978
|
-
- **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)
|
|
979
|
-
|
|
980
|
-
## [0.36.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.1...v0.36.0) (2025-06-11)
|
|
981
|
-
## [0.36.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.1...v0.36.0) (2025-06-11)
|
|
982
|
-
|
|
983
|
-
### Features
|
|
984
|
-
|
|
985
|
-
- 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)
|
|
986
|
-
- 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)
|
|
987
|
-
|
|
988
|
-
## [0.35.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.0...v0.35.1) (2025-06-10)
|
|
989
|
-
## [0.35.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.35.0...v0.35.1) (2025-06-10)
|
|
990
|
-
|
|
991
|
-
### Bug Fixes
|
|
992
|
-
|
|
993
|
-
- **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))
|
|
994
|
-
- **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))
|
|
995
|
-
|
|
996
|
-
## [0.35.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.34.0...v0.35.0) (2025-06-10)
|
|
997
|
-
## [0.35.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.34.0...v0.35.0) (2025-06-10)
|
|
998
|
-
|
|
999
|
-
### Features
|
|
1000
|
-
|
|
1001
|
-
- 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)
|
|
1002
|
-
- 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)
|
|
1003
|
-
|
|
1004
|
-
## [0.34.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.2...v0.34.0) (2025-06-10)
|
|
1005
|
-
## [0.34.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.2...v0.34.0) (2025-06-10)
|
|
1006
|
-
|
|
1007
|
-
### Features
|
|
1008
|
-
|
|
1009
|
-
- **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)
|
|
1010
|
-
- **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)
|
|
1011
|
-
|
|
1012
|
-
## [0.33.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.1...v0.33.2) (2025-06-01)
|
|
1013
|
-
## [0.33.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.1...v0.33.2) (2025-06-01)
|
|
1014
|
-
|
|
1015
|
-
### Bug Fixes
|
|
1016
|
-
|
|
1017
|
-
- 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)
|
|
1018
|
-
- 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)
|
|
1019
|
-
|
|
1020
|
-
## [0.33.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.0...v0.33.1) (2025-06-01)
|
|
1021
|
-
## [0.33.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.33.0...v0.33.1) (2025-06-01)
|
|
1022
|
-
|
|
1023
|
-
### Bug Fixes
|
|
1024
|
-
|
|
1025
|
-
- 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)
|
|
1026
|
-
- 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)
|
|
1027
|
-
|
|
1028
|
-
## [0.33.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.32.0...v0.33.0) (2025-05-31)
|
|
1029
|
-
## [0.33.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.32.0...v0.33.0) (2025-05-31)
|
|
1030
|
-
|
|
1031
|
-
### Features
|
|
1032
|
-
|
|
1033
|
-
- 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)
|
|
1034
|
-
- 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)
|
|
1035
|
-
|
|
1036
|
-
## [0.32.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.31.0...v0.32.0) (2025-05-31)
|
|
1037
|
-
## [0.32.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.31.0...v0.32.0) (2025-05-31)
|
|
1038
|
-
|
|
1039
|
-
No meaningful change.
|
|
1040
|
-
CI error.
|
|
1041
|
-
|
|
1042
|
-
## [0.31.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.30.0...v0.31.0) (2025-04-26)
|
|
1043
|
-
## [0.31.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.30.0...v0.31.0) (2025-04-26)
|
|
1044
|
-
|
|
1045
|
-
### Features
|
|
1046
|
-
|
|
1047
|
-
- 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)
|
|
1048
|
-
- 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)
|
|
1049
|
-
|
|
1050
|
-
## [0.30.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.1...v0.30.0) (2025-04-22)
|
|
1051
|
-
## [0.30.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.1...v0.30.0) (2025-04-22)
|
|
1052
|
-
|
|
1053
|
-
### Features
|
|
1054
|
-
|
|
1055
|
-
- 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)
|
|
1056
|
-
- 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)
|
|
1057
|
-
|
|
1058
|
-
## [0.29.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.0...v0.29.1) (2025-04-09)
|
|
1059
|
-
## [0.29.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.29.0...v0.29.1) (2025-04-09)
|
|
1060
|
-
|
|
1061
|
-
### Bug Fixes
|
|
1062
|
-
|
|
1063
|
-
- 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)
|
|
1064
|
-
- 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)
|
|
1065
|
-
|
|
1066
|
-
## [0.29.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.28.0...v0.29.0) (2025-03-17)
|
|
1067
|
-
## [0.29.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.28.0...v0.29.0) (2025-03-17)
|
|
1068
|
-
|
|
1069
|
-
### Features
|
|
1070
|
-
|
|
1071
|
-
- **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)
|
|
1072
|
-
- **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)
|
|
1073
|
-
|
|
1074
|
-
## [0.28.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.27.0...v0.28.0) (2025-03-17)
|
|
1075
|
-
## [0.28.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.27.0...v0.28.0) (2025-03-17)
|
|
1076
|
-
|
|
1077
|
-
### Features
|
|
1078
|
-
|
|
1079
|
-
- **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)
|
|
1080
|
-
- **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)
|
|
1081
|
-
|
|
1082
|
-
## [0.27.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.4...v0.27.0) (2025-03-17)
|
|
1083
|
-
## [0.27.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.4...v0.27.0) (2025-03-17)
|
|
1084
|
-
|
|
1085
|
-
### Features
|
|
1086
|
-
|
|
1087
|
-
- empty feature commit to trigger new minor version ([b6b58d4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b6b58d46da07dd5f1a51e5b2c71a10803863b113))
|
|
1088
|
-
- empty feature commit to trigger new minor version ([b6b58d4](https://github.com/michaelfaith/eslint-plugin-package-json/commit/b6b58d46da07dd5f1a51e5b2c71a10803863b113))
|
|
1089
|
-
|
|
1090
|
-
## [0.26.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.3...v0.26.4) (2025-03-17)
|
|
1091
|
-
## [0.26.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.3...v0.26.4) (2025-03-17)
|
|
1092
|
-
|
|
1093
|
-
## [0.26.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.2...v0.26.3) (2025-03-07)
|
|
1094
|
-
## [0.26.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.2...v0.26.3) (2025-03-07)
|
|
1095
|
-
|
|
1096
|
-
### Bug Fixes
|
|
1097
|
-
|
|
1098
|
-
- **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))
|
|
1099
|
-
- **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))
|
|
1100
|
-
|
|
1101
|
-
## [0.26.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.1...v0.26.2) (2025-03-04)
|
|
1102
|
-
## [0.26.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.1...v0.26.2) (2025-03-04)
|
|
1103
|
-
|
|
1104
|
-
### Bug Fixes
|
|
1105
|
-
|
|
1106
|
-
- **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))
|
|
1107
|
-
- **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))
|
|
1108
|
-
|
|
1109
|
-
## [0.26.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.0...v0.26.1) (2025-03-02)
|
|
1110
|
-
## [0.26.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.26.0...v0.26.1) (2025-03-02)
|
|
1111
|
-
|
|
1112
|
-
### Bug Fixes
|
|
1113
|
-
|
|
1114
|
-
- **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))
|
|
1115
|
-
- **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))
|
|
1116
|
-
|
|
1117
|
-
## [0.26.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10)
|
|
1118
|
-
## [0.26.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.25.0...v0.26.0) (2025-02-10)
|
|
1119
|
-
|
|
1120
|
-
### Features
|
|
1121
|
-
|
|
1122
|
-
- **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)
|
|
1123
|
-
- **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)
|
|
1124
|
-
|
|
1125
|
-
## [0.25.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09)
|
|
1126
|
-
## [0.25.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.24.0...v0.25.0) (2025-02-09)
|
|
1127
|
-
|
|
1128
|
-
### Features
|
|
1129
|
-
|
|
1130
|
-
- **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)
|
|
1131
|
-
- **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)
|
|
1132
|
-
|
|
1133
|
-
## [0.24.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)
|
|
1134
|
-
## [0.24.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.1...v0.24.0) (2025-02-08)
|
|
1135
|
-
|
|
1136
|
-
### Features
|
|
1137
|
-
|
|
1138
|
-
- **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)
|
|
1139
|
-
- **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)
|
|
1140
|
-
|
|
1141
|
-
## [0.23.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)
|
|
1142
|
-
## [0.23.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.23.0...v0.23.1) (2025-02-07)
|
|
1143
|
-
|
|
1144
|
-
### Bug Fixes
|
|
1145
|
-
|
|
1146
|
-
- **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))
|
|
1147
|
-
- **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))
|
|
1148
|
-
|
|
1149
|
-
## [0.23.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.22.0...v0.23.0) (2025-02-04)
|
|
1150
|
-
## [0.23.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.22.0...v0.23.0) (2025-02-04)
|
|
1151
|
-
|
|
1152
|
-
### Features
|
|
1153
|
-
|
|
1154
|
-
- **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))
|
|
1155
|
-
- **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))
|
|
1156
|
-
|
|
1157
|
-
## [0.22.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.1...v0.22.0) (2025-02-03)
|
|
1158
|
-
## [0.22.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.1...v0.22.0) (2025-02-03)
|
|
1159
|
-
|
|
1160
|
-
### Features
|
|
1161
|
-
|
|
1162
|
-
- **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)
|
|
1163
|
-
- **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)
|
|
1164
|
-
|
|
1165
|
-
## [0.21.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.0...v0.21.1) (2025-01-24)
|
|
1166
|
-
## [0.21.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.21.0...v0.21.1) (2025-01-24)
|
|
1167
|
-
|
|
1168
|
-
### Bug Fixes
|
|
1169
|
-
|
|
1170
|
-
- **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)
|
|
1171
|
-
- **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)
|
|
1172
|
-
|
|
1173
|
-
## [0.21.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.1...v0.21.0) (2025-01-23)
|
|
1174
|
-
## [0.21.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.1...v0.21.0) (2025-01-23)
|
|
1175
|
-
|
|
1176
|
-
### Features
|
|
1177
|
-
|
|
1178
|
-
- 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)
|
|
1179
|
-
- 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)
|
|
1180
|
-
|
|
1181
|
-
## [0.20.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.0...v0.20.1) (2025-01-19)
|
|
1182
|
-
## [0.20.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.20.0...v0.20.1) (2025-01-19)
|
|
1183
|
-
|
|
1184
|
-
### Bug Fixes
|
|
1185
|
-
|
|
1186
|
-
- 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)
|
|
1187
|
-
- 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)
|
|
1188
|
-
|
|
1189
|
-
## [0.20.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.19.0...v0.20.0) (2025-01-17)
|
|
1190
|
-
## [0.20.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.19.0...v0.20.0) (2025-01-17)
|
|
1191
|
-
|
|
1192
|
-
### Features
|
|
1193
|
-
|
|
1194
|
-
- **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)
|
|
1195
|
-
- **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)
|
|
1196
|
-
|
|
1197
|
-
## [0.19.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.18.0...v0.19.0) (2024-12-31)
|
|
1198
|
-
## [0.19.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.18.0...v0.19.0) (2024-12-31)
|
|
1199
|
-
|
|
1200
|
-
### Features
|
|
1201
|
-
|
|
1202
|
-
- **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)
|
|
1203
|
-
- **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)
|
|
1204
|
-
|
|
1205
|
-
## [0.18.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.17.0...v0.18.0) (2024-12-05)
|
|
1206
|
-
## [0.18.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.17.0...v0.18.0) (2024-12-05)
|
|
1207
|
-
|
|
1208
|
-
### Features
|
|
1209
|
-
|
|
1210
|
-
- 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)
|
|
1211
|
-
- 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)
|
|
1212
|
-
|
|
1213
|
-
## [0.17.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30)
|
|
1214
|
-
## [0.17.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.16.0...v0.17.0) (2024-11-30)
|
|
1215
|
-
|
|
1216
|
-
### Features
|
|
1217
|
-
|
|
1218
|
-
- 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)
|
|
1219
|
-
- 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)
|
|
1220
|
-
|
|
1221
|
-
## [0.16.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30)
|
|
1222
|
-
## [0.16.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.6...v0.16.0) (2024-11-30)
|
|
1223
|
-
|
|
1224
|
-
### Features
|
|
1225
|
-
|
|
1226
|
-
- **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)
|
|
1227
|
-
- **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)
|
|
1228
|
-
|
|
1229
|
-
## [0.15.6](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.5...v0.15.6) (2024-11-09)
|
|
1230
|
-
## [0.15.6](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.5...v0.15.6) (2024-11-09)
|
|
1231
|
-
|
|
1232
|
-
### Bug Fixes
|
|
1233
|
-
|
|
1234
|
-
- 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)
|
|
1235
|
-
- 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)
|
|
1236
|
-
|
|
1237
|
-
## [0.15.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.4...v0.15.5) (2024-11-06)
|
|
1238
|
-
## [0.15.5](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.4...v0.15.5) (2024-11-06)
|
|
1239
|
-
|
|
1240
|
-
### Bug Fixes
|
|
1241
|
-
|
|
1242
|
-
- 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)
|
|
1243
|
-
- 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)
|
|
1244
|
-
|
|
1245
|
-
## [0.15.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
|
|
1246
|
-
## [0.15.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.3...v0.15.4) (2024-10-18)
|
|
1247
|
-
|
|
1248
|
-
### Bug Fixes
|
|
1249
|
-
|
|
1250
|
-
- 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)
|
|
1251
|
-
- 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)
|
|
1252
|
-
|
|
1253
|
-
## [0.15.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
|
|
1254
|
-
## [0.15.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.2...v0.15.3) (2024-09-12)
|
|
1255
|
-
|
|
1256
|
-
### Bug Fixes
|
|
1257
|
-
|
|
1258
|
-
- **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)
|
|
1259
|
-
- **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)
|
|
1260
|
-
|
|
1261
|
-
## [0.15.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) (2024-07-10)
|
|
1262
|
-
## [0.15.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.1...v0.15.2) (2024-07-10)
|
|
1263
|
-
|
|
1264
|
-
### Bug Fixes
|
|
1265
|
-
|
|
1266
|
-
- 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)
|
|
1267
|
-
- 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)
|
|
1268
|
-
|
|
1269
|
-
## [0.15.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) (2024-07-10)
|
|
1270
|
-
## [0.15.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.15.0...v0.15.1) (2024-07-10)
|
|
1271
|
-
|
|
1272
|
-
### Bug Fixes
|
|
1273
|
-
|
|
1274
|
-
- 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)
|
|
1275
|
-
- 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)
|
|
1276
|
-
|
|
1277
|
-
## [0.15.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.14.0...v0.15.0) (2024-06-17)
|
|
1278
|
-
## [0.15.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.14.0...v0.15.0) (2024-06-17)
|
|
1279
|
-
|
|
1280
|
-
### Features
|
|
1281
|
-
|
|
1282
|
-
- **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)
|
|
1283
|
-
- **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)
|
|
1284
|
-
|
|
1285
|
-
## [0.14.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.1...v0.14.0) (2024-05-31)
|
|
1286
|
-
## [0.14.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.1...v0.14.0) (2024-05-31)
|
|
1287
|
-
|
|
1288
|
-
### Features
|
|
1289
|
-
|
|
1290
|
-
- 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)
|
|
1291
|
-
- 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)
|
|
1292
|
-
|
|
1293
|
-
## [0.13.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.0...v0.13.1) (2024-04-29)
|
|
1294
|
-
## [0.13.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.13.0...v0.13.1) (2024-04-29)
|
|
1295
|
-
|
|
1296
|
-
### Bug Fixes
|
|
1297
|
-
|
|
1298
|
-
- 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)
|
|
1299
|
-
- 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)
|
|
1300
|
-
|
|
1301
|
-
## [0.13.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29)
|
|
1302
|
-
## [0.13.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.1...v0.13.0) (2024-04-29)
|
|
1303
|
-
|
|
1304
|
-
### Bug Fixes
|
|
1305
|
-
|
|
1306
|
-
- 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)
|
|
1307
|
-
- 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)
|
|
1308
|
-
|
|
1309
|
-
### Features
|
|
1310
|
-
|
|
1311
|
-
- 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)
|
|
1312
|
-
- 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)
|
|
1313
|
-
|
|
1314
|
-
## [0.12.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
|
|
1315
|
-
## [0.12.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
|
|
1316
|
-
|
|
1317
|
-
### Bug Fixes
|
|
1318
|
-
|
|
1319
|
-
- **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)
|
|
1320
|
-
- **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)
|
|
1321
|
-
|
|
1322
|
-
## [0.12.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
|
|
1323
|
-
## [0.12.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
|
|
1324
|
-
|
|
1325
|
-
### Features
|
|
1326
|
-
|
|
1327
|
-
- 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)
|
|
1328
|
-
- 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)
|
|
1329
|
-
|
|
1330
|
-
## [0.11.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.4...v0.11.0) (2024-03-24)
|
|
1331
|
-
## [0.11.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.4...v0.11.0) (2024-03-24)
|
|
1332
|
-
|
|
1333
|
-
### Features
|
|
1334
|
-
|
|
1335
|
-
- 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)
|
|
1336
|
-
- 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)
|
|
1337
|
-
|
|
1338
|
-
## [0.10.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.3...v0.10.4) (2024-02-20)
|
|
1339
|
-
## [0.10.4](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.3...v0.10.4) (2024-02-20)
|
|
1340
|
-
|
|
1341
|
-
### Bug Fixes
|
|
1342
|
-
|
|
1343
|
-
- 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)
|
|
1344
|
-
- 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)
|
|
1345
|
-
|
|
1346
|
-
## [0.10.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.2...v0.10.3) (2024-02-20)
|
|
1347
|
-
## [0.10.3](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.2...v0.10.3) (2024-02-20)
|
|
1348
|
-
|
|
1349
|
-
### Bug Fixes
|
|
1350
|
-
|
|
1351
|
-
- 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)
|
|
1352
|
-
- 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)
|
|
1353
|
-
|
|
1354
|
-
## [0.10.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
|
|
1355
|
-
## [0.10.2](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
|
|
1356
|
-
|
|
1357
|
-
### Bug Fixes
|
|
1358
|
-
|
|
1359
|
-
- 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)
|
|
1360
|
-
- 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)
|
|
1361
|
-
|
|
1362
|
-
## [0.10.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
|
|
1363
|
-
## [0.10.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
|
|
1364
|
-
|
|
1365
|
-
### Bug Fixes
|
|
1366
|
-
|
|
1367
|
-
- 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)
|
|
1368
|
-
- 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)
|
|
1369
|
-
|
|
1370
|
-
## [0.10.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.9.0...v0.10.0) (2024-01-20)
|
|
1371
|
-
## [0.10.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.9.0...v0.10.0) (2024-01-20)
|
|
1372
|
-
|
|
1373
|
-
### Features
|
|
1374
|
-
|
|
1375
|
-
- 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)
|
|
1376
|
-
- 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)
|
|
1377
|
-
|
|
1378
|
-
## [0.9.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.1...v0.9.0) (2024-01-20)
|
|
1379
|
-
## [0.9.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.1...v0.9.0) (2024-01-20)
|
|
1380
|
-
|
|
1381
|
-
### Features
|
|
1382
|
-
|
|
1383
|
-
- 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)
|
|
1384
|
-
- 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)
|
|
1385
|
-
|
|
1386
|
-
## [0.8.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.0...v0.8.1) (2024-01-20)
|
|
1387
|
-
## [0.8.1](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.8.0...v0.8.1) (2024-01-20)
|
|
1388
|
-
|
|
1389
|
-
### Bug Fixes
|
|
1390
|
-
|
|
1391
|
-
- 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)
|
|
1392
|
-
- 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)
|
|
1393
|
-
|
|
1394
|
-
## [0.8.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.7.0...v0.8.0) (2024-01-20)
|
|
1395
|
-
## [0.8.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.7.0...v0.8.0) (2024-01-20)
|
|
1396
|
-
|
|
1397
|
-
### Features
|
|
1398
|
-
|
|
1399
|
-
- 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)
|
|
1400
|
-
- 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)
|
|
1401
|
-
|
|
1402
|
-
## [0.7.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.6.0...v0.7.0) (2024-01-20)
|
|
1403
|
-
## [0.7.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.6.0...v0.7.0) (2024-01-20)
|
|
1404
|
-
|
|
1405
|
-
### Features
|
|
1406
|
-
|
|
1407
|
-
- 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)
|
|
1408
|
-
- 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)
|
|
1409
|
-
|
|
1410
|
-
## [0.6.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.5.0...v0.6.0) (2024-01-20)
|
|
1411
|
-
## [0.6.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.5.0...v0.6.0) (2024-01-20)
|
|
1412
|
-
|
|
1413
|
-
### Features
|
|
1414
|
-
|
|
1415
|
-
- 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)
|
|
1416
|
-
- 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)
|
|
1417
|
-
|
|
1418
|
-
## [0.5.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20)
|
|
1419
|
-
## [0.5.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.4.0...v0.5.0) (2024-01-20)
|
|
1420
|
-
|
|
1421
|
-
### Features
|
|
1422
|
-
|
|
1423
|
-
- 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)
|
|
1424
|
-
- 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)
|
|
1425
|
-
|
|
1426
|
-
## [0.4.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20)
|
|
1427
|
-
## [0.4.0](https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.1.3...v0.4.0) (2024-01-20)
|
|
1428
|
-
|
|
1429
|
-
### Bug Fixes
|
|
1430
|
-
|
|
1431
|
-
- detect package.json in Windows ([eb90172](https://github.com/michaelfaith/eslint-plugin-package-json/commit/eb901727c12fdd4f7a5d734c9e98f3123059bee8))
|
|
1432
|
-
- Missing extension in valid-package-def link ([0cd9b6b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0cd9b6bd462b9b801cf69b1a09d8c23d4afcedf0))
|
|
1433
|
-
- 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)
|
|
1434
|
-
- typo ([#63](https://github.com/michaelfaith/eslint-plugin-package-json/issues/63)) ([3e6f6bc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3e6f6bc40ed8a856199082429e66c77c099210f5))
|
|
1435
|
-
- detect package.json in Windows ([eb90172](https://github.com/michaelfaith/eslint-plugin-package-json/commit/eb901727c12fdd4f7a5d734c9e98f3123059bee8))
|
|
1436
|
-
- Missing extension in valid-package-def link ([0cd9b6b](https://github.com/michaelfaith/eslint-plugin-package-json/commit/0cd9b6bd462b9b801cf69b1a09d8c23d4afcedf0))
|
|
1437
|
-
- 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)
|
|
1438
|
-
- typo ([#63](https://github.com/michaelfaith/eslint-plugin-package-json/issues/63)) ([3e6f6bc](https://github.com/michaelfaith/eslint-plugin-package-json/commit/3e6f6bc40ed8a856199082429e66c77c099210f5))
|
|
1439
|
-
|
|
1440
|
-
### Features
|
|
1441
|
-
|
|
1442
|
-
- 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)
|
|
1443
|
-
- 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)
|