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

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 -5
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- <!-- This log was last generated on Tue, 07 Oct 2025 05:25:54 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 13 Nov 2025 02:30:51 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.126
7
+ ## 0.0.0-canary.127
8
8
 
9
- Tue, 07 Oct 2025 05:25:54 GMT
9
+ Thu, 13 Nov 2025 02:30:51 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Bump @react-native-windows/fs to v0.0.0-canary.68
14
- - Bump @rnw-scripts/just-task to v2.3.56
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
15
18
 
19
+ ## 0.0.0-canary.126
20
+
21
+ Tue, 07 Oct 2025 05:27:28 GMT
22
+
23
+ ### Changes
24
+
25
+ - Bump @react-native-windows/fs to v0.0.0-canary.68
26
+ - Bump @rnw-scripts/just-task to v2.3.56
27
+
16
28
  ## 0.0.0-canary.125
17
29
 
18
30
  Sat, 23 Aug 2025 05:30:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.126",
3
+ "version": "0.0.0-canary.127",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -22,17 +22,18 @@
22
22
  "react-native-windows-codegen": "./bin.js"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-windows/fs": "^0.0.0-canary.68",
25
+ "@react-native-windows/fs": "^0.0.0-canary.69",
26
26
  "chalk": "^4.1.0",
27
27
  "globby": "^11.1.0",
28
+ "minimatch": "^10.0.3",
28
29
  "mustache": "^4.0.1",
29
30
  "source-map-support": "^0.5.19",
30
31
  "yargs": "^16.2.0"
31
32
  },
32
33
  "devDependencies": {
33
- "@rnw-scripts/eslint-config": "1.2.37",
34
+ "@rnw-scripts/eslint-config": "1.2.38",
34
35
  "@rnw-scripts/jest-unittest-config": "1.5.12",
35
- "@rnw-scripts/just-task": "2.3.56",
36
+ "@rnw-scripts/just-task": "2.3.57",
36
37
  "@rnw-scripts/ts-config": "2.0.6",
37
38
  "@types/chalk": "^2.2.0",
38
39
  "@types/jest": "^29.2.2",