@daiyam/artifact-lang-js 0.10.3 → 0.10.5

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.10.3",
3
+ "version": "0.10.5",
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": "a13ae298dde76d9c2f8638fbc842b25c1ff48139"
34
+ "gitHead": "1ae59ecf44be65144ef45287d0ab7c4a1fe60dd7"
35
35
  }
@@ -1,4 +1,7 @@
1
1
  {
2
+ "required": [
3
+ "dependencies"
4
+ ],
2
5
  "sortToTop": [
3
6
  "name",
4
7
  "displayName",
@@ -38,7 +38,7 @@ jobs:
38
38
 
39
39
  - name: Lint code
40
40
  run: |
41
- npm run lint
41
+ npm run lint:all
42
42
 
43
43
  - name: Lint commit
44
44
  run: |
@@ -20,7 +20,9 @@ jobs:
20
20
  close-issue-message: This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
21
21
  stale-issue-label: S-stale
22
22
  close-issue-label: S-abandoned
23
+ exempt-issue-labels: M-prevent-stale
23
24
  stale-pr-message: This PR has been automatically marked as stale.
24
25
  close-pr-message: This PR has been closed due to inactivity, and will not be monitored.
25
26
  stale-pr-label: S-stale
26
27
  close-pr-label: S-abandoned
28
+ exempt-pr-labels: M-prevent-stale
@@ -1,3 +1,4 @@
1
1
  {
2
- "package.json": "fixpack"
2
+ "package.json": "fixpack",
3
+ ".github/**/*.yml": "zizmor"
3
4
  }
@@ -2,9 +2,11 @@
2
2
  "scripts": {
3
3
  "ci:lint": "zizmor .",
4
4
  "ci:lint:fix": "zizmor . --fix=all",
5
- "ci:update": "PINACT_MIN_AGE=7 pinact run",
6
- "deps:update": "taze",
7
- "prepare": "husky; fixpack || true"
5
+ "lint:all": "fixpack && npm run ci:lint",
6
+ "prepare": "husky; fixpack || true",
7
+ "update:artifacts": "artifact update",
8
+ "update:ci": "PINACT_MIN_AGE=7 pinact run",
9
+ "update:deps": "taze"
8
10
  },
9
11
  "dependencies": {},
10
12
  "devDependencies": {