@react-native-windows/codegen 0.0.0-canary.127 → 0.0.0-canary.128

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 +17 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,21 +1,30 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- <!-- This log was last generated on Thu, 13 Nov 2025 02:30:51 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 17 Nov 2025 06:41:13 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.127
7
+ ## 0.0.0-canary.128
8
8
 
9
- Thu, 13 Nov 2025 02:30:51 GMT
9
+ Mon, 17 Nov 2025 06:41:13 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Integrate 0.82.0-nightly-20250806-5936f29d6 (66076509+vineethkuttan@users.noreply.github.com)
14
- - Fix CI linter issues caused by unbroken errors (vmorozov@microsoft.com)
15
- - Bump @react-native-windows/fs to v0.0.0-canary.69
16
- - Bump @rnw-scripts/eslint-config to v1.2.38
17
- - Bump @rnw-scripts/just-task to v2.3.57
13
+ - Bump @react-native-windows/fs to v0.0.0-canary.70
14
+ - Bump @rnw-scripts/just-task to v2.3.58
18
15
 
16
+ ## 0.0.0-canary.127
17
+
18
+ Wed, 12 Nov 2025 21:00:41 GMT
19
+
20
+ ### Changes
21
+
22
+ - Fix CI linter issues caused by unbroken errors (vmorozov@microsoft.com)
23
+ - Integrate 0.82.0-nightly-20250806-5936f29d6 (66076509+vineethkuttan@users.noreply.github.com)
24
+ - Bump @react-native-windows/fs to v0.0.0-canary.69
25
+ - Bump @rnw-scripts/eslint-config to v1.2.38
26
+ - Bump @rnw-scripts/just-task to v2.3.57
27
+
19
28
  ## 0.0.0-canary.126
20
29
 
21
30
  Tue, 07 Oct 2025 05:27:28 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.127",
3
+ "version": "0.0.0-canary.128",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -22,7 +22,7 @@
22
22
  "react-native-windows-codegen": "./bin.js"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-windows/fs": "^0.0.0-canary.69",
25
+ "@react-native-windows/fs": "^0.0.0-canary.70",
26
26
  "chalk": "^4.1.0",
27
27
  "globby": "^11.1.0",
28
28
  "minimatch": "^10.0.3",
@@ -33,7 +33,7 @@
33
33
  "devDependencies": {
34
34
  "@rnw-scripts/eslint-config": "1.2.38",
35
35
  "@rnw-scripts/jest-unittest-config": "1.5.12",
36
- "@rnw-scripts/just-task": "2.3.57",
36
+ "@rnw-scripts/just-task": "2.3.58",
37
37
  "@rnw-scripts/ts-config": "2.0.6",
38
38
  "@types/chalk": "^2.2.0",
39
39
  "@types/jest": "^29.2.2",