@daiyam/artifact-lang-js 0.12.3 → 0.12.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "eef32c18670f0499ef4eebdcca3619f409b82a0f"
34
+ "gitHead": "4d1c657e7cd39f5ba6e5f20054188f0804eb1339"
35
35
  }
@@ -13,7 +13,7 @@ jobs:
13
13
  lock:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
16
+ - uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
17
17
  with:
18
18
  github-token: ${{ github.token }}
19
19
  issue-inactive-days: "90"
@@ -11,7 +11,7 @@ jobs:
11
11
  stale:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
14
+ - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
15
15
  with:
16
16
  days-before-stale: 90
17
17
  days-before-close: 30
@@ -1,4 +1,4 @@
1
1
  package.json:
2
2
  - fixpack
3
3
  - npm audit
4
- .github/**/*.yml: zizmor
4
+ .github/workflows/*.yml: zizmor
@@ -1,4 +1,9 @@
1
1
  {
2
+ "exclude": [
3
+ "commitlint/cli",
4
+ "@commitlint/config-conventional",
5
+ "lint-staged"
6
+ ],
2
7
  "force": true,
3
8
  "includeLocked": true,
4
9
  "maturityPeriod": 7,
@@ -17,7 +17,7 @@
17
17
  "fixpack": "4.0.0",
18
18
  "husky": "9.1.7",
19
19
  "lint-staged": "16.4.0",
20
- "taze": "19.12.0"
20
+ "taze": "19.14.1"
21
21
  },
22
22
  "overrides": {
23
23
  "ajv": {