@msobiecki/eslint-config 8.16.0 → 8.17.1

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.
@@ -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
@@ -33,7 +33,5 @@ jobs:
33
33
  env:
34
34
  NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
35
 
36
- - run: npm rebuild @swc/core --build-from-source
37
-
38
36
  - name: Run test
39
37
  run: npm run test
package/CHANGELOG.md CHANGED
@@ -1,41 +1,36 @@
1
- # [8.16.0](https://github.com/msobiecki/eslint-config/compare/v8.15.0...v8.16.0) (2025-04-17)
2
-
3
-
4
- ### Features
5
-
6
- * update ([746ae64](https://github.com/msobiecki/eslint-config/commit/746ae6488763bbad5302e7d223448f1559a1fdec))
1
+ ## [8.17.1](https://github.com/msobiecki/eslint-config/compare/v8.17.0...v8.17.1) (2025-06-04)
7
2
 
8
3
 
9
4
 
10
- # [8.15.0](https://github.com/msobiecki/eslint-config/compare/v8.14.1...v8.15.0) (2025-04-17)
5
+ # [8.17.0](https://github.com/msobiecki/eslint-config/compare/v8.16.0...v8.17.0) (2025-04-17)
11
6
 
12
7
 
13
8
  ### Features
14
9
 
15
- * update ([f1bf00d](https://github.com/msobiecki/eslint-config/commit/f1bf00d07c0c0dc2ac1e72a501e1817b54c69aa8))
16
- * update ([385739a](https://github.com/msobiecki/eslint-config/commit/385739af1c3614782c288377d61e5944c7bad084))
10
+ * update ([b3498f4](https://github.com/msobiecki/eslint-config/commit/b3498f4a5bfad1562ec73c034e7da34304c917cd))
17
11
 
18
12
 
19
13
 
20
- ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
14
+ # [8.16.0](https://github.com/msobiecki/eslint-config/compare/v8.15.0...v8.16.0) (2025-04-17)
21
15
 
22
16
 
17
+ ### Features
23
18
 
24
- # [8.14.0](https://github.com/msobiecki/eslint-config/compare/v8.13.0...v8.14.0) (2025-04-17)
19
+ * update ([746ae64](https://github.com/msobiecki/eslint-config/commit/746ae6488763bbad5302e7d223448f1559a1fdec))
25
20
 
26
21
 
27
- ### Features
28
22
 
29
- * update ([dbd96bf](https://github.com/msobiecki/eslint-config/commit/dbd96bfe78588c6311bf591e2c3db3941657c20b))
23
+ # [8.15.0](https://github.com/msobiecki/eslint-config/compare/v8.14.1...v8.15.0) (2025-04-17)
30
24
 
31
25
 
26
+ ### Features
32
27
 
33
- # [8.13.0](https://github.com/msobiecki/eslint-config/compare/v8.12.0...v8.13.0) (2025-04-17)
28
+ * update ([f1bf00d](https://github.com/msobiecki/eslint-config/commit/f1bf00d07c0c0dc2ac1e72a501e1817b54c69aa8))
29
+ * update ([385739a](https://github.com/msobiecki/eslint-config/commit/385739af1c3614782c288377d61e5944c7bad084))
34
30
 
35
31
 
36
- ### Features
37
32
 
38
- * update ([7e97251](https://github.com/msobiecki/eslint-config/commit/7e97251219f41aa48837d88a5da5c969097d2e5f))
33
+ ## [8.14.1](https://github.com/msobiecki/eslint-config/compare/v8.14.0...v8.14.1) (2025-04-17)
39
34
 
40
35
 
41
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "8.16.0",
3
+ "version": "8.17.1",
4
4
  "private": false,
5
5
  "description": "An ESLint shareable config for JavaScript/TypeScript ecosystem's.",
6
6
  "keywords": [