@ivuorinen/base-configs 1.0.22 → 1.0.23

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.
@@ -28,7 +28,7 @@ jobs:
28
28
  language: ["actions", "javascript"]
29
29
  steps:
30
30
  - name: CodeQL Analysis
31
- uses: ivuorinen/actions/codeql-analysis@f2d15a840e8888ba4f0c348ea70b6522cf2dc541 # v2026.04.15
31
+ uses: ivuorinen/actions/codeql-analysis@121af64df2985470a81ff4e2eb60cdc52cb7745b # v2026.06.14
32
32
  with:
33
33
  language: ${{ matrix.language }}
34
34
  queries: security-and-quality
@@ -31,7 +31,7 @@ jobs:
31
31
 
32
32
  steps:
33
33
  - name: Checkout
34
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
35
35
  with:
36
36
  token: ${{ secrets.GITHUB_TOKEN }}
37
37
 
@@ -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@f2d15a840e8888ba4f0c348ea70b6522cf2dc541 # v2026.04.15
52
+ uses: ivuorinen/actions/pr-lint@121af64df2985470a81ff4e2eb60cdc52cb7745b # v2026.06.14
53
53
  env:
54
54
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
55
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  steps:
18
18
  - name: Checkout
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
20
20
  with:
21
21
  fetch-depth: 0
22
22
 
@@ -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@f2d15a840e8888ba4f0c348ea70b6522cf2dc541 # v2026.04.15
30
+ uses: ivuorinen/actions/pr-lint@121af64df2985470a81ff4e2eb60cdc52cb7745b # v2026.06.14
31
31
 
32
32
  publish:
33
33
  name: Publish
@@ -42,7 +42,7 @@ jobs:
42
42
 
43
43
  steps:
44
44
  - name: Checkout
45
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
46
46
  with:
47
47
  fetch-depth: 0
48
48
 
@@ -23,4 +23,4 @@ jobs:
23
23
  issues: write
24
24
  pull-requests: write
25
25
  steps:
26
- - uses: ivuorinen/actions/stale@f2d15a840e8888ba4f0c348ea70b6522cf2dc541 # v2026.04.15
26
+ - uses: ivuorinen/actions/stale@121af64df2985470a81ff4e2eb60cdc52cb7745b # v2026.06.14
@@ -35,8 +35,8 @@ jobs:
35
35
 
36
36
  steps:
37
37
  - name: ⤵️ Checkout Repository
38
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
39
39
  with:
40
40
  token: ${{ secrets.GITHUB_TOKEN }}
41
41
  - name: ⤵️ Sync Latest Labels Definitions
42
- uses: ivuorinen/actions/sync-labels@f2d15a840e8888ba4f0c348ea70b6522cf2dc541 # v2026.04.15
42
+ uses: ivuorinen/actions/sync-labels@121af64df2985470a81ff4e2eb60cdc52cb7745b # v2026.06.14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,8 @@
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.23](https://github.com/ivuorinen/base-configs/compare/v1.0.22...v1.0.23) (2026-06-15)
7
+
6
8
  ## [1.0.22](https://github.com/ivuorinen/base-configs/compare/v1.0.21...v1.0.22) (2026-06-11)
7
9
 
8
10
  ## [1.0.21](https://github.com/ivuorinen/base-configs/compare/v1.0.20...v1.0.21) (2026-05-24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/base-configs",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configurations meta package",
6
6
  "author": {
@@ -68,5 +68,5 @@
68
68
  "picomatch": "^4.0.4",
69
69
  "undici": "^8.0.0"
70
70
  },
71
- "packageManager": "yarn@4.15.0"
71
+ "packageManager": "yarn@4.16.0"
72
72
  }