@systemfsoftware/all 1.1.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
3
15
  ## 1.1.2
4
16
 
5
17
  ### 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.2",
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/lint/oxlint/all"
9
+ "directory": "packages/oxlint-plugin/all"
10
10
  },
11
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/lint/oxlint/all#readme",
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-cell-vocabulary": "^2.0.0",
31
- "@systemfsoftware/oxlint-plugin-effect-dmmf": "^5.2.0",
32
- "@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.7",
33
- "@systemfsoftware/oxlint-plugin-property-testing": "^1.3.3",
34
- "@systemfsoftware/oxlint-plugin-effect-schema": "^5.1.0",
35
- "@systemfsoftware/oxlint-plugin-recommended": "^1.1.4",
36
- "@systemfsoftware/oxlint-plugin": "^2.1.3",
37
- "@systemfsoftware/oxlint-plugin-effect-workflow": "^4.2.0",
38
- "@systemfsoftware/oxlint-plugin-test-placement": "^3.3.0",
39
- "@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.7"
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",