@msobiecki/eslint-config 8.12.0 → 8.14.0

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.
@@ -0,0 +1,37 @@
1
+ name: Pull Request check
2
+ on:
3
+ pull_request:
4
+ branches:
5
+ - master
6
+
7
+ jobs:
8
+ build:
9
+ runs-on: ubuntu-latest
10
+
11
+ permissions:
12
+ packages: read
13
+ contents: read
14
+
15
+ strategy:
16
+ matrix:
17
+ node-version: [20.x]
18
+
19
+ steps:
20
+ - uses: actions/checkout@v4
21
+
22
+ - name: Use Node ${{ matrix.node-version }}
23
+ uses: actions/setup-node@v4
24
+ env:
25
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
+ with:
27
+ node-version: ${{ matrix.node-version }}
28
+ registry-url: https://npm.pkg.github.com
29
+ scope: "@msobiecki"
30
+
31
+ - name: Install dependencies
32
+ run: npm ci
33
+ env:
34
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+
36
+ - name: Run test
37
+ run: npm run test
package/CHANGELOG.md CHANGED
@@ -1,35 +1,45 @@
1
- # [8.12.0](https://github.com/msobiecki/eslint-config/compare/v8.11.0...v8.12.0) (2025-04-17)
1
+ # [8.14.0](https://github.com/msobiecki/eslint-config/compare/v8.13.0...v8.14.0) (2025-04-17)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * update ([ba333fb](https://github.com/msobiecki/eslint-config/commit/ba333fb53094e550ceecb0e3552b4e3605ad221a))
6
+ * update ([dbd96bf](https://github.com/msobiecki/eslint-config/commit/dbd96bfe78588c6311bf591e2c3db3941657c20b))
7
7
 
8
8
 
9
9
 
10
- # [8.11.0](https://github.com/msobiecki/eslint-config/compare/v8.10.0...v8.11.0) (2025-04-17)
10
+ # [8.13.0](https://github.com/msobiecki/eslint-config/compare/v8.12.0...v8.13.0) (2025-04-17)
11
11
 
12
12
 
13
13
  ### Features
14
14
 
15
- * update ([d3088d2](https://github.com/msobiecki/eslint-config/commit/d3088d2a844617dc92ab5f3b40e4a1b77b11079f))
15
+ * update ([7e97251](https://github.com/msobiecki/eslint-config/commit/7e97251219f41aa48837d88a5da5c969097d2e5f))
16
16
 
17
17
 
18
18
 
19
- # [8.10.0](https://github.com/msobiecki/eslint-config/compare/v8.9.13...v8.10.0) (2025-04-17)
19
+ # [8.12.0](https://github.com/msobiecki/eslint-config/compare/v8.11.0...v8.12.0) (2025-04-17)
20
20
 
21
21
 
22
22
  ### Features
23
23
 
24
- * update ([2c5d766](https://github.com/msobiecki/eslint-config/commit/2c5d76693afb60b832c5c7960934fa59c5214a75))
24
+ * update ([ba333fb](https://github.com/msobiecki/eslint-config/commit/ba333fb53094e550ceecb0e3552b4e3605ad221a))
25
+
26
+
25
27
 
28
+ # [8.11.0](https://github.com/msobiecki/eslint-config/compare/v8.10.0...v8.11.0) (2025-04-17)
29
+
30
+
31
+ ### Features
32
+
33
+ * update ([d3088d2](https://github.com/msobiecki/eslint-config/commit/d3088d2a844617dc92ab5f3b40e4a1b77b11079f))
26
34
 
27
35
 
28
- ## [8.9.13](https://github.com/msobiecki/eslint-config/compare/v8.9.12...v8.9.13) (2025-03-23)
29
36
 
37
+ # [8.10.0](https://github.com/msobiecki/eslint-config/compare/v8.9.13...v8.10.0) (2025-04-17)
30
38
 
31
39
 
32
- ## [8.9.12](https://github.com/msobiecki/eslint-config/compare/v8.9.11...v8.9.12) (2025-03-23)
40
+ ### Features
41
+
42
+ * update ([2c5d766](https://github.com/msobiecki/eslint-config/commit/2c5d76693afb60b832c5c7960934fa59c5214a75))
33
43
 
34
44
 
35
45
 
@@ -1,2 +1,2 @@
1
1
  // ❌ Violates: prefer-const
2
- let x = 10;
2
+ let x = 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/eslint-config",
3
- "version": "8.12.0",
3
+ "version": "8.14.0",
4
4
  "private": false,
5
5
  "description": "An ESLint shareable config for JavaScript/TypeScript ecosystem's.",
6
6
  "keywords": [