@ivuorinen/base-configs 1.0.8 → 1.0.10

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.
@@ -39,13 +39,13 @@ jobs:
39
39
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40
40
 
41
41
  - name: Initialize CodeQL
42
- uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
42
+ uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
43
43
  with:
44
44
  languages: ${{ matrix.language }}
45
45
  build-mode: ${{ matrix.build-mode }}
46
46
  queries: security-and-quality
47
47
 
48
48
  - name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
49
+ uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
50
50
  with:
51
51
  category: '/language:${{matrix.language}}'
@@ -49,7 +49,7 @@ jobs:
49
49
 
50
50
  - name: Run PR Lint
51
51
  # https://github.com/ivuorinen/actions
52
- uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
52
+ uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
53
53
  env:
54
54
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
55
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
21
21
  fetch-depth: 0
22
22
 
23
23
  - name: Setup Node.js Environment
24
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
24
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25
25
  with:
26
26
  always-auth: true
27
27
  node-version-file: '.nvmrc'
@@ -27,7 +27,7 @@ jobs:
27
27
  steps:
28
28
  - name: Run PR Lint
29
29
  # https://github.com/ivuorinen/actions
30
- uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
30
+ uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
31
31
 
32
32
  publish:
33
33
  name: Publish
@@ -47,7 +47,7 @@ jobs:
47
47
  fetch-depth: 0
48
48
 
49
49
  - name: Setup Node.js Environment
50
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
50
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
51
51
  with:
52
52
  always-auth: true
53
53
  node-version-file: '.nvmrc'
@@ -23,4 +23,4 @@ jobs:
23
23
  issues: write
24
24
  pull-requests: write
25
25
  steps:
26
- - uses: ivuorinen/actions/stale@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
26
+ - uses: ivuorinen/actions/stale@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
@@ -39,4 +39,4 @@ jobs:
39
39
  with:
40
40
  token: ${{ secrets.GITHUB_TOKEN }}
41
41
  - name: ⤵️ Sync Latest Labels Definitions
42
- uses: ivuorinen/actions/sync-labels@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
42
+ uses: ivuorinen/actions/sync-labels@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.10](https://github.com/ivuorinen/base-configs/compare/v1.0.9...v1.0.10) (2026-03-06)
7
+
8
+ ## [1.0.9](https://github.com/ivuorinen/base-configs/compare/v1.0.8...v1.0.9) (2026-03-05)
9
+
6
10
  ## [1.0.8](https://github.com/ivuorinen/base-configs/compare/v1.0.7...v1.0.8) (2026-03-05)
7
11
 
8
12
  ## [1.0.7](https://github.com/ivuorinen/base-configs/compare/v1.0.6...v1.0.7) (2026-03-04)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {