@daiyam/artifact-lang-js 0.12.4 → 0.12.6

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.4",
3
+ "version": "0.12.6",
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": "4d1c657e7cd39f5ba6e5f20054188f0804eb1339"
34
+ "gitHead": "0fd5659c24641df5622764729744ec27e48ffc65"
35
35
  }
@@ -55,6 +55,20 @@ journeys:
55
55
  - mapSort
56
56
  default: primitive
57
57
 
58
+ - name: lintstaged
59
+ travels:
60
+ - path: .lintstagedrc.yml
61
+ route:
62
+ mapSort:
63
+ compose:
64
+ $$default:
65
+ fork:
66
+ array: listConcat
67
+ object:
68
+ - mapConcat
69
+ - mapSort
70
+ default: primitive
71
+
58
72
  - name: taze
59
73
  travels:
60
74
  - path: .tazerc.json
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Lint commit
49
49
  run: |
50
50
  if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
51
- npx commitlint --from HEAD^ --verbose
51
+ npx commitlint --to HEAD --verbose
52
52
  else
53
53
  npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
54
54
  fi
@@ -48,7 +48,7 @@ jobs:
48
48
  - name: Lint commit
49
49
  run: |
50
50
  if [[ "${BASE_SHA}" = "0000000000000000000000000000000000000000" ]]; then
51
- npx commitlint --from HEAD^ --verbose
51
+ npx commitlint --to HEAD --verbose
52
52
  else
53
53
  npx commitlint --from "${BASE_SHA}" --to "${HEAD_SHA}" --verbose
54
54
  fi
@@ -1,4 +1,4 @@
1
+ .github/workflows/*.yml: zizmor
1
2
  package.json:
2
3
  - fixpack
3
4
  - npm audit
4
- .github/workflows/*.yml: zizmor