Skip to content

Commit 22acceb

Browse files
committed
release: Release version 39.0.0
1 parent 9ac5957 commit 22acceb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22

3+
## [39.0.0](https://github.com/MorevM/eslint-config/compare/v38.2.0...v39.0.0) (2025-06-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **package-json:** With new rule `package-json/valid-bin` some `package.json`'s may produce errors
9+
* **package-json:** With new rule `package-json/valid-author` some `package.json`'s may produce errors
10+
11+
### Features
12+
13+
* **package-json:** Add `package-json/valid-author` rule ([8c2dfe9](https://github.com/MorevM/eslint-config/commit/8c2dfe95fdf18d65aabe63da8e16d81aaa43ac0e))
14+
* **package-json:** Add `package-json/valid-bin` rule ([3eeb37e](https://github.com/MorevM/eslint-config/commit/3eeb37ea0c84c198c49f8a0f0cf636991e5a38d6))
15+
* **vitest:** Add `vitest/consistent-vitest-vi` rule ([965b10f](https://github.com/MorevM/eslint-config/commit/965b10f17c194ec97fbeeb57b0893e5715b217e3))
16+
17+
### Bug fixes
18+
19+
* **package-json:** Remove deprecated `package-json/valid-local-dependency` rule ([572a439](https://github.com/MorevM/eslint-config/commit/572a4395a5f2fe7c32c1a278431c6e13b8e0c159))
20+
* Use optimal RegExp for styling within CLI ([9ac5957](https://github.com/MorevM/eslint-config/commit/9ac5957906af57e02197613513abc54f4162ed75))
21+
* **vitest:** Take account of new `no-importing-vitest-globals` and `prefer-importing-vitest-globals` rules ([19622f3](https://github.com/MorevM/eslint-config/commit/19622f346d5417b39641ac7da07d065b2b0e24ae))
22+
323
## [38.2.0](https://github.com/MorevM/eslint-config/compare/v38.1.1...v38.2.0) (2025-06-07)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration with reasonable defaults",
44
"type": "module",
5-
"version": "38.2.0",
5+
"version": "39.0.0",
66
"packageManager": "[email protected]",
77
"engines": {
88
"node": ">=22"

0 commit comments

Comments
 (0)