Skip to content

Commit f7a7082

Browse files
committed
15.0.0
1 parent 4c907c8 commit f7a7082

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGES.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changes
22

3+
## 15.0.0
4+
5+
- 💥 [`8cc3b93`](https://github.com/mantoni/eslint_d.js/commit/8cc3b939ec58b9458c9bc60cae051ac10e926ecc)
6+
Upgrade default eslint to v10
7+
- 💥 [`b68b01a`](https://github.com/mantoni/eslint_d.js/commit/b68b01ab148ec3a29f3429815486a93297f8eacd)
8+
Require node 22
9+
- 🍏 [`320584c`](https://github.com/mantoni/eslint_d.js/commit/320584c3de9131ab5fa3c683d3b50fe4bf9f43ae)
10+
Add eslint v10 test fixture
11+
- 🍏 [`251a03f`](https://github.com/mantoni/eslint_d.js/commit/251a03fdfd179f1bf291f6536ca610bba13ecbb1)
12+
Upgrade support-color
13+
- 🐛 [`4c907c8`](https://github.com/mantoni/eslint_d.js/commit/4c907c8f919eedca1312699d4e965151b78d2797)
14+
Fix eslint issues
15+
- 📚 [`6dc639f`](https://github.com/mantoni/eslint_d.js/commit/6dc639f70a6f5b55b9fd5c6081edd764489c1d24)
16+
Update compatibility
17+
- 📚 [`239d9cc`](https://github.com/mantoni/eslint_d.js/commit/239d9cc8aa399248fbacfac18086aeb7992450c3)
18+
Update performance
19+
-[`e19dfaf`](https://github.com/mantoni/eslint_d.js/commit/e19dfafbda5d8debe191e64f1c096c7c0383c6ac)
20+
Update transient dependencies
21+
-[`818198f`](https://github.com/mantoni/eslint_d.js/commit/818198fd9b4818ef72a9b24556c277a725172f85)
22+
Upgrade mocha and monocart-coverage-reports
23+
-[`3267c22`](https://github.com/mantoni/eslint_d.js/commit/3267c2237a6a0fe8bee9ec0d2074b89d06d32b9d)
24+
Upgrade lint-staged and husky
25+
-[`caf814b`](https://github.com/mantoni/eslint_d.js/commit/caf814b8e67c35e670a648a399c4982148359901)
26+
Update debug
27+
-[`dc98809`](https://github.com/mantoni/eslint_d.js/commit/dc988096dfa9b559be111f672e1dc21261b335c9)
28+
Update prettier
29+
-[`5196dae`](https://github.com/mantoni/eslint_d.js/commit/5196daedb774b7e2907072202c13e763fe90aeb6)
30+
Update typescript
31+
-[`9986c96`](https://github.com/mantoni/eslint_d.js/commit/9986c9629d20fcba53d04ffde1c6410b659ca590)
32+
Fix bin path and repository url
33+
34+
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2026-03-12._
35+
336
## 14.3.0
437

538
[Introduce][#331] `ESLINT_D_ROOT` environment variable to override the location where

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint_d",
3-
"version": "14.3.0",
3+
"version": "15.0.0",
44
"description": "Speed up eslint to accelerate your development workflow",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)