@systemfsoftware/all 1.0.0 → 1.0.2
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/CHANGELOG.md +16 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @systemfsoftware/all
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Re-published against the oxc-based instrumenter: workspace dependency ranges move to the new instrumenter major; no package's own behavior changes in this release.
|
|
8
|
+
|
|
9
|
+
## 1.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Peer Effect requirement advances to 4.0.0-rc.112. No API changes.
|
|
14
|
+
|
|
15
|
+
- Updated dependencies:
|
|
16
|
+
- @systemfsoftware/oxlint-plugin-effect-dmmf@5.0.0
|
|
17
|
+
- @systemfsoftware/oxlint-plugin-effect-schema@5.0.0
|
|
18
|
+
|
|
3
19
|
## 1.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@systemfsoftware/all",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"author": "Ryan Lee <drdgvhbh@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,23 +27,23 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@systemfsoftware/oxlint-plugin": "^2.1.
|
|
31
|
-
"@systemfsoftware/oxlint-plugin-
|
|
32
|
-
"@systemfsoftware/oxlint-plugin-effect-
|
|
33
|
-
"@systemfsoftware/oxlint-plugin-effect-
|
|
34
|
-
"@systemfsoftware/oxlint-plugin-effect-workflow": "^4.0.
|
|
30
|
+
"@systemfsoftware/oxlint-plugin": "^2.1.3",
|
|
31
|
+
"@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.7",
|
|
32
|
+
"@systemfsoftware/oxlint-plugin-effect-dmmf": "^5.0.1",
|
|
33
|
+
"@systemfsoftware/oxlint-plugin-effect-schema": "^5.0.1",
|
|
34
|
+
"@systemfsoftware/oxlint-plugin-effect-workflow": "^4.0.2",
|
|
35
35
|
"@systemfsoftware/oxlint-plugin-recommended": "^1.1.3",
|
|
36
|
-
"@systemfsoftware/oxlint-plugin-
|
|
37
|
-
"@systemfsoftware/oxlint-plugin-
|
|
38
|
-
"@systemfsoftware/oxlint-plugin-
|
|
39
|
-
"@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.
|
|
36
|
+
"@systemfsoftware/oxlint-plugin-cell-vocabulary": "^1.2.4",
|
|
37
|
+
"@systemfsoftware/oxlint-plugin-test-placement": "^3.2.2",
|
|
38
|
+
"@systemfsoftware/oxlint-plugin-property-testing": "^1.3.3",
|
|
39
|
+
"@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.7"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
|
|
43
43
|
"@types/node": "^24",
|
|
44
|
-
"effect": "4.0.0-rc.
|
|
44
|
+
"effect": "^4.0.0-rc.112",
|
|
45
45
|
"oxlint": "^1.77.0",
|
|
46
|
-
"oxlint-tsgolint": "
|
|
46
|
+
"oxlint-tsgolint": "7.0.2001",
|
|
47
47
|
"rimraf": "^6.1.3",
|
|
48
48
|
"tsdown": "^0.22.14",
|
|
49
49
|
"typescript": "^7",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"@systemfsoftware/tsconfig": "^1.3.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"effect": "^4.0.0-rc.
|
|
54
|
+
"effect": "^4.0.0-rc.112",
|
|
55
55
|
"oxlint": "^1.77.0",
|
|
56
|
-
"oxlint-tsgolint": "
|
|
56
|
+
"oxlint-tsgolint": "7.0.2001",
|
|
57
57
|
"typescript": ">=5.0.0"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|