@msobiecki/eslint-config 8.17.1 → 8.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.commitlintrc ADDED
@@ -0,0 +1 @@
1
+ { "extends": ["@commitlint/config-conventional"] }
@@ -14,7 +14,7 @@ jobs:
14
14
 
15
15
  strategy:
16
16
  matrix:
17
- node-version: [20.x]
17
+ node-version: [22.x]
18
18
 
19
19
  steps:
20
20
  - uses: actions/checkout@v4
package/CHANGELOG.md CHANGED
@@ -1,36 +1,30 @@
1
- ## [8.17.1](https://github.com/msobiecki/eslint-config/compare/v8.17.0...v8.17.1) (2025-06-04)
1
+ ## [8.17.3](https://github.com/msobiecki/eslint-config/compare/v8.17.2...v8.17.3) (2025-07-21)
2
2
 
3
3
 
4
4
 
5
- # [8.17.0](https://github.com/msobiecki/eslint-config/compare/v8.16.0...v8.17.0) (2025-04-17)
5
+ ## [8.17.2](https://github.com/msobiecki/eslint-config/compare/v8.17.1...v8.17.2) (2025-06-04)
6
6
 
7
7
 
8
- ### Features
9
8
 
10
- * update ([b3498f4](https://github.com/msobiecki/eslint-config/commit/b3498f4a5bfad1562ec73c034e7da34304c917cd))
9
+ ## [8.17.1](https://github.com/msobiecki/eslint-config/compare/v8.17.0...v8.17.1) (2025-06-04)
11
10
 
12
11
 
13
12
 
14
- # [8.16.0](https://github.com/msobiecki/eslint-config/compare/v8.15.0...v8.16.0) (2025-04-17)
13
+ # [8.17.0](https://github.com/msobiecki/eslint-config/compare/v8.16.0...v8.17.0) (2025-04-17)
15
14
 
16
15
 
17
16
  ### Features
18
17
 
19
- * update ([746ae64](https://github.com/msobiecki/eslint-config/commit/746ae6488763bbad5302e7d223448f1559a1fdec))
18
+ * update ([b3498f4](https://github.com/msobiecki/eslint-config/commit/b3498f4a5bfad1562ec73c034e7da34304c917cd))
20
19
 
21
20
 
22
21
 
23
- # [8.15.0](https://github.com/msobiecki/eslint-config/compare/v8.14.1...v8.15.0) (2025-04-17)
22
+ # [8.16.0](https://github.com/msobiecki/eslint-config/compare/v8.15.0...v8.16.0) (2025-04-17)
24
23
 
25
24
 
26
25
  ### Features
27
26
 
28
- * update ([f1bf00d](https://github.com/msobiecki/eslint-config/commit/f1bf00d07c0c0dc2ac1e72a501e1817b54c69aa8))
29
- * update ([385739a](https://github.com/msobiecki/eslint-config/commit/385739af1c3614782c288377d61e5944c7bad084))
30
-
31
-
32
-
33
- ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
27
+ * update ([746ae64](https://github.com/msobiecki/eslint-config/commit/746ae6488763bbad5302e7d223448f1559a1fdec))
34
28
 
35
29
 
36
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "8.17.1",
3
+ "version": "8.17.3",
4
4
  "private": false,
5
5
  "description": "An ESLint shareable config for JavaScript/TypeScript ecosystem's.",
6
6
  "keywords": [
@@ -1 +0,0 @@
1
- module.exports = { extends: ["@commitlint/config-conventional"] };