@systemfsoftware/all 1.1.1 → 1.1.3
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 +21 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @systemfsoftware/all
|
|
2
2
|
|
|
3
|
+
## 1.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Peer Effect requirement advances to 4.0.0-rc.112. No API changes.
|
|
8
|
+
|
|
9
|
+
- Introduce `@systemfsoftware/omp-typescript-discipline` plugin and rules for TypeScript configuration discipline
|
|
10
|
+
|
|
11
|
+
- Updated dependencies:
|
|
12
|
+
- @systemfsoftware/oxlint-plugin@3.0.0
|
|
13
|
+
- @systemfsoftware/oxlint-plugin-effect-workflow@5.0.0
|
|
14
|
+
|
|
15
|
+
## 1.1.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Re-released to propagate the effect-cell-types and stryker-js workflow-channel migration into their published dependency graphs; no package-local API change
|
|
20
|
+
|
|
21
|
+
- Updated dependencies:
|
|
22
|
+
- @systemfsoftware/oxlint-plugin-cell-vocabulary@2.0.0
|
|
23
|
+
|
|
3
24
|
## 1.1.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@systemfsoftware/all",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"author": "Ryan Lee <drdgvhbh@gmail.com>",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
|
|
9
|
-
"directory": "packages/
|
|
9
|
+
"directory": "packages/oxlint-plugin/all"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/
|
|
11
|
+
"homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/oxlint-plugin/all#readme",
|
|
12
12
|
"bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
|
|
13
13
|
"description": "Complete oxlint preset for Effect and cell architecture: bundles all custom rule plugins (workflow, schema, entrypoint, cell vocabulary, property testing, test placement, hygiene) with type-aware correctness settings in a single config.",
|
|
14
14
|
"keywords": [
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@systemfsoftware/oxlint-plugin": "^
|
|
31
|
-
"@systemfsoftware/oxlint-plugin-
|
|
32
|
-
"@systemfsoftware/oxlint-plugin-effect-
|
|
33
|
-
"@systemfsoftware/oxlint-plugin-
|
|
34
|
-
"@systemfsoftware/oxlint-plugin-effect-
|
|
35
|
-
"@systemfsoftware/oxlint-plugin-effect-
|
|
36
|
-
"@systemfsoftware/oxlint-plugin-
|
|
37
|
-
"@systemfsoftware/oxlint-plugin-
|
|
38
|
-
"@systemfsoftware/oxlint-plugin-test-
|
|
39
|
-
"@systemfsoftware/oxlint-plugin-test-
|
|
30
|
+
"@systemfsoftware/oxlint-plugin": "^3.0.0",
|
|
31
|
+
"@systemfsoftware/oxlint-plugin-effect-dmmf": "^5.3.0",
|
|
32
|
+
"@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.8",
|
|
33
|
+
"@systemfsoftware/oxlint-plugin-cell-vocabulary": "^2.0.1",
|
|
34
|
+
"@systemfsoftware/oxlint-plugin-effect-workflow": "^5.0.0",
|
|
35
|
+
"@systemfsoftware/oxlint-plugin-effect-schema": "^5.2.0",
|
|
36
|
+
"@systemfsoftware/oxlint-plugin-property-testing": "^1.4.0",
|
|
37
|
+
"@systemfsoftware/oxlint-plugin-recommended": "^1.1.5",
|
|
38
|
+
"@systemfsoftware/oxlint-plugin-test-placement": "^3.4.0",
|
|
39
|
+
"@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.8"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"rimraf": "^6.1.3",
|
|
48
48
|
"tsdown": "^0.22.14",
|
|
49
49
|
"typescript": "^7",
|
|
50
|
-
"@systemfsoftware/
|
|
51
|
-
"@systemfsoftware/
|
|
50
|
+
"@systemfsoftware/oxlint-config": "^0.1.0",
|
|
51
|
+
"@systemfsoftware/tsconfig": "^1.3.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"effect": "^4.0.0-rc.112",
|