@auto-engineer/generate-react-client 1.127.0 → 1.128.1

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 CHANGED
@@ -1,5 +1,44 @@
1
1
  # @auto-engineer/generate-react-client
2
2
 
3
+ ## 1.128.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **typical**: return persist on settled success path to reset history between batches
8
+
9
+ - [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
10
+ - **global**: version packages
11
+ - **global**: mark all ESLint removal bursts as done in ketchup plan
12
+ - **global**: remove dead eslint-disable comments across packages
13
+ - **global**: remove dead ESLint config references
14
+ - Updated dependencies [[`4f4bd2e`](https://github.com/BeOnAuto/auto-engineer/commit/4f4bd2ec65d2af797b407c0f69b085e6ce30d4d8), [`f11ee42`](https://github.com/BeOnAuto/auto-engineer/commit/f11ee42d2f4a740a82633fb90109ec6e2a2665ad)]:
15
+ - @auto-engineer/file-upload@1.128.1
16
+ - @auto-engineer/message-bus@1.128.1
17
+
18
+ ## 1.128.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **narrative**: add ImageAssetSchema and DesignSchema for enhanced visual representation
23
+ - **pipeline**: update uuid dependency version in package.json and pnpm-lock.yaml
24
+ - **global**: version packages
25
+
26
+ ### Patch Changes
27
+
28
+ - [`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: ketchup plan for removing ESLint remnants after Biome migration
29
+
30
+ - [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead ESLint config references
31
+
32
+ - [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **checks**: remove ESLint code paths, inline runBiome into runLintCheck
33
+
34
+ - [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: remove dead eslint-disable comments across packages
35
+
36
+ - [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33) Thanks [@rami-hatoum](https://github.com/rami-hatoum)! - - **global**: mark all ESLint removal bursts as done in ketchup plan
37
+
38
+ - Updated dependencies [[`566fc5a`](https://github.com/BeOnAuto/auto-engineer/commit/566fc5aad6626ecaf7906d75f5f9ed4a82674662), [`cc5fc0f`](https://github.com/BeOnAuto/auto-engineer/commit/cc5fc0f507e50a4ccf4ec2246980915e597d5dfe), [`86082cc`](https://github.com/BeOnAuto/auto-engineer/commit/86082cc76e63b5b3f7b05ad9cf651715fbbae3f4), [`7fa9b68`](https://github.com/BeOnAuto/auto-engineer/commit/7fa9b688bad495aba923a42613399c5ce95162c4), [`408d14b`](https://github.com/BeOnAuto/auto-engineer/commit/408d14b520f30c73e7ad6b564b71b5076bc2523e), [`41d143c`](https://github.com/BeOnAuto/auto-engineer/commit/41d143c036d3206bf45374bb58627e022c000c33)]:
39
+ - @auto-engineer/file-upload@1.128.0
40
+ - @auto-engineer/message-bus@1.128.0
41
+
3
42
  ## 1.127.0
4
43
 
5
44
  ### Minor Changes
@@ -1,4 +1,3 @@
1
- /* eslint-disable */
2
1
  import { DocumentTypeDecoration, ResultOf } from '@graphql-typed-document-node/core';
3
2
  import { Incremental, TypedDocumentString } from './graphql';
4
3
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable */
2
1
  import * as types from './graphql';
3
2
 
4
3
 
@@ -1,4 +1,3 @@
1
- /* eslint-disable */
2
1
  interface DocumentTypeDecoration<TResult, TVariables> {
3
2
  __apiType?: (variables: TVariables) => TResult;
4
3
  }
package/package.json CHANGED
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "debug": "^4.4.1",
22
- "@auto-engineer/file-upload": "1.127.0",
23
- "@auto-engineer/message-bus": "1.127.0"
22
+ "@auto-engineer/file-upload": "1.128.1",
23
+ "@auto-engineer/message-bus": "1.128.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/debug": "^4.1.12"
27
27
  },
28
- "version": "1.127.0",
28
+ "version": "1.128.1",
29
29
  "scripts": {
30
30
  "build": "tsc && tsx ../../scripts/fix-esm-imports.ts && rm -rf dist/starter && cp -r starter dist/",
31
31
  "test-cli": "tsx test-cli.ts",