cabloy 5.1.129 → 5.1.131

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.129
1
+ 5.1.131
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.131
4
+
5
+ ### Features
6
+
7
+ - Update functionality and behavior.
8
+ - Add oxfmt support.
9
+
10
+ ## 5.1.130
11
+
12
+ ### Improvements
13
+
14
+ - Update package metadata and the pnpm lockfile.
15
+
3
16
  ## 5.1.129
4
17
 
5
18
  ### Improvements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cabloy",
3
- "version": "5.1.129",
3
+ "version": "5.1.131",
4
4
  "gitHead": "2c5c19284bab738e492856189acb6fad74b8a7b7",
5
5
  "description": "A Node.js fullstack framework",
6
6
  "keywords": [
@@ -88,9 +88,9 @@
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",
93
- "tar": "^7.5.16",
91
+ "oxfmt": "^0.62.0",
92
+ "oxlint": "^1.77.0",
93
+ "tar": "^7.5.22",
94
94
  "textlint": "^15.7.0",
95
95
  "textlint-rule-en-no-mixed-period": "^3.0.2",
96
96
  "textlint-rule-ja-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,