File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2424
2525
2626
27+
28+
29+
30+ ## v5.0.0 (2024-12-05)
31+
32+ #### :boom : Breaking Change
33+ * [ #707 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/707 ) Drop support for Node 16, 19, 21 ([ @ddzz ] ( https://github.com/ddzz ) )
34+
35+ #### :rocket : Enhancement
36+ * [ #711 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/711 ) Update commander to v12 ([ @bmish ] ( https://github.com/bmish ) )
37+ * [ #710 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/710 ) Update globby to v14 ([ @bmish ] ( https://github.com/bmish ) )
38+
39+ #### :house : Internal
40+ * [ #712 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/712 ) Use ES2023 target for TypeScript ([ @bmish ] ( https://github.com/bmish ) )
41+ * [ #709 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/709 ) Update internal dependencies ([ @bmish ] ( https://github.com/bmish ) )
42+ * [ #708 ] ( https://github.com/bmish/check-dependency-version-consistency/pull/708 ) Update to eslint v9 with flat config ([ @bmish ] ( https://github.com/bmish ) )
43+
44+ #### Committers: 2
45+ - Bryan Mishkin ([ @bmish ] ( https://github.com/bmish ) )
46+ - Darius Dzien ([ @ddzz ] ( https://github.com/ddzz ) )
2747
2848
2949## v4.1.1 (2024-12-05)
Original file line number Diff line number Diff line change 11{
22 "name" : " check-dependency-version-consistency" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 5.0.0 " ,
44 "description" : " Ensures dependencies are on consistent versions across a monorepo." ,
55 "keywords" : [
66 " dependencies" ,
You can’t perform that action at this time.
0 commit comments