@systemfsoftware/all 2.0.1 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @systemfsoftware/all
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - The recommended oxlint set now carries `workflow-variant-constructed` and `runtime-construction-placement` at `error`, and the make-keyed workflow rules recognize the `Workflow.total` and `Workflow.andThen` constructors as lawful workflow construction.
8
+
9
+ - Updated dependencies:
10
+ - @systemfsoftware/oxlint-plugin-effect-dmmf@6.0.0
11
+ - @systemfsoftware/oxlint-plugin-property-testing@2.0.0
12
+
3
13
  ## 2.0.1
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@systemfsoftware/all",
3
3
  "license": "Apache-2.0",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,16 +27,16 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@systemfsoftware/oxlint-plugin": "^4.0.1",
31
- "@systemfsoftware/oxlint-plugin-cell-vocabulary": "^2.0.3",
32
- "@systemfsoftware/oxlint-plugin-effect-dmmf": "^5.4.1",
33
- "@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.9",
34
- "@systemfsoftware/oxlint-plugin-effect-schema": "^5.3.1",
35
- "@systemfsoftware/oxlint-plugin-effect-workflow": "^5.0.1",
36
- "@systemfsoftware/oxlint-plugin-recommended": "^1.3.0",
37
- "@systemfsoftware/oxlint-plugin-property-testing": "^1.5.1",
38
- "@systemfsoftware/oxlint-plugin-test-placement": "^3.4.1",
39
- "@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.9"
30
+ "@systemfsoftware/oxlint-plugin": "^4.0.2",
31
+ "@systemfsoftware/oxlint-plugin-cell-vocabulary": "^2.0.4",
32
+ "@systemfsoftware/oxlint-plugin-effect-dmmf": "^6.0.0",
33
+ "@systemfsoftware/oxlint-plugin-effect-schema": "^5.3.2",
34
+ "@systemfsoftware/oxlint-plugin-effect-workflow": "^5.1.0",
35
+ "@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.1.0",
36
+ "@systemfsoftware/oxlint-plugin-recommended": "^1.3.1",
37
+ "@systemfsoftware/oxlint-plugin-property-testing": "^2.0.0",
38
+ "@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.9",
39
+ "@systemfsoftware/oxlint-plugin-test-placement": "^3.4.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@systemfsoftware/arethetypeswrong-cli": "^4.1.0",
@@ -47,8 +47,8 @@
47
47
  "rimraf": "^6.1.3",
48
48
  "tsdown": "^0.22.14",
49
49
  "typescript": "^7",
50
- "@systemfsoftware/tsconfig": "^1.3.4",
51
- "@systemfsoftware/oxlint-config": "^0.1.0"
50
+ "@systemfsoftware/oxlint-config": "^0.1.0",
51
+ "@systemfsoftware/tsconfig": "^1.3.4"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "effect": "4.0.0-rc.112",