@daiyam/artifact-lang-js 0.11.3 → 0.11.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.11.3",
3
+ "version": "0.11.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": "7e96a2c7e834c7252c0d0998630adb54206ee7fb"
34
+ "gitHead": "5a18ffb1511899975f5e818e1c53587f7a632b47"
35
35
  }
@@ -24,7 +24,7 @@ jobs:
24
24
  pipx install zizmor
25
25
 
26
26
  - name: Setup Node.js environment
27
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
27
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
28
28
  with:
29
29
  node-version-file: .nvmrc
30
30
 
@@ -24,7 +24,7 @@ jobs:
24
24
  pipx install zizmor
25
25
 
26
26
  - name: Setup Node.js environment
27
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
27
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
28
28
  with:
29
29
  node-version-file: .nvmrc
30
30
 
@@ -2,5 +2,7 @@
2
2
  "force": true,
3
3
  "includeLocked": true,
4
4
  "maturityPeriod": 7,
5
- "write": true
5
+ "packageMode": {
6
+ "@types/node": "minor"
7
+ }
6
8
  }
@@ -6,13 +6,13 @@
6
6
  "lint:all": "fixpack && npm audit && npm run ci:lint",
7
7
  "prepare": "husky; fixpack || true",
8
8
  "update:artifacts": "artifact update",
9
- "update:ci": "PINACT_MIN_AGE=7 pinact run",
10
- "update:deps": "taze"
9
+ "update:ci": "PINACT_MIN_AGE=7 pinact run --update",
10
+ "update:deps": "taze --all"
11
11
  },
12
12
  "dependencies": {},
13
13
  "devDependencies": {
14
- "@commitlint/cli": "19.8.1",
15
- "@commitlint/config-conventional": "19.8.1",
14
+ "@commitlint/cli": "20.5.2",
15
+ "@commitlint/config-conventional": "20.5.0",
16
16
  "fixpack": "4.0.0",
17
17
  "husky": "9.1.7",
18
18
  "lint-staged": "16.4.0",