cabloy 5.1.130 → 5.1.132

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/.cabloy-version CHANGED
@@ -1 +1 @@
1
- 5.1.130
1
+ 5.1.132
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.132
4
+
5
+ ### Features
6
+
7
+ - Update functionality.
8
+
9
+ ## 5.1.131
10
+
11
+ ### Features
12
+
13
+ - Update functionality and behavior.
14
+ - Add oxfmt support.
15
+
3
16
  ## 5.1.130
4
17
 
5
18
  ### Improvements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.130",
3
+ "version": "5.1.132",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -61,8 +61,8 @@
61
61
  "deps:zova": "pnpm --dir zova run zova :tools:deps",
62
62
  "format": "oxfmt --check",
63
63
  "format:fix": "oxfmt --write",
64
- "lint": "oxlint",
65
- "lint:fix": "oxlint --fix",
64
+ "lint": "oxlint --disable-nested-config",
65
+ "lint:fix": "oxlint --disable-nested-config --fix",
66
66
  "docs:dev": "pnpm --dir cabloy-docs docs:dev",
67
67
  "docs:build": "pnpm --dir cabloy-docs docs:build",
68
68
  "docs:preview": "pnpm --dir cabloy-docs docs:preview",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "devDependencies": {
81
81
  "@cabloy/dotenv": "^1.2.8",
82
- "@cabloy/lint": "^5.1.27",
82
+ "@cabloy/lint": "^5.1.31",
83
83
  "@cabloy/process-helper": "^3.1.3",
84
84
  "@playwright/test": "^1.61.1",
85
85
  "@types/fs-extra": "^11.0.4",
@@ -88,8 +88,8 @@
88
88
  "lerna": "^9.0.7",
89
89
  "lint-staged": "^17.0.5",
90
90
  "minimist": "^1.2.8",
91
- "oxfmt": "^0.45.0",
92
- "oxlint": "^1.65.0",
91
+ "oxfmt": "^0.62.0",
92
+ "oxlint": "^1.77.0",
93
93
  "tar": "^7.5.22",
94
94
  "textlint": "^15.7.0",
95
95
  "textlint-rule-en-no-mixed-period": "^3.0.2",
@@ -47,7 +47,7 @@
47
47
  "textlint-rule-ja-no-mixed-period": "^3.0.2",
48
48
  "textlint-rule-ja-space-between-half-and-full-width": "^2.4.2",
49
49
  "textlint-rule-period-in-list-item": "^1.0.1",
50
- "oxfmt": "^0.45.0",
51
- "oxlint": "^1.65.0"
50
+ "oxfmt": "^0.62.0",
51
+ "oxlint": "^1.77.0"
52
52
  }
53
53
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/lint",
3
- "version": "5.1.30",
3
+ "version": "5.1.31",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "Node Style Guide for Cabloy.",
6
6
  "files": [
@@ -52,13 +52,13 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "clean-package": "^2.2.0",
55
- "oxfmt": "^0.45.0",
56
- "oxlint": "^1.65.0",
55
+ "oxfmt": "^0.62.0",
56
+ "oxlint": "^1.77.0",
57
57
  "rimraf": "^6.1.3"
58
58
  },
59
59
  "peerDependencies": {
60
- "oxfmt": ">=0.45.0",
61
- "oxlint": ">=1.65.0"
60
+ "oxfmt": ">=0.62.0",
61
+ "oxlint": ">=1.77.0"
62
62
  },
63
63
  "clean-package": {
64
64
  "indent": 2,