@react-native-windows/codegen 0.0.0-canary.105 → 0.0.0-canary.106

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 +30 -18
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,20 +1,32 @@
1
- # Change Log - @react-native-windows/codegen
2
-
3
- <!-- This log was last generated on Thu, 26 Sep 2024 16:04:45 GMT and should not be manually modified. -->
4
-
5
- <!-- Start content -->
6
-
7
- ## 0.0.0-canary.105
8
-
9
- Thu, 26 Sep 2024 16:04:45 GMT
10
-
11
- ### Changes
12
-
13
- - Bump @react-native-windows/fs to v0.0.0-canary.57
14
- - Bump @rnw-scripts/eslint-config to v1.2.28
15
- - Bump @rnw-scripts/jest-unittest-config to v1.5.10
16
- - Bump @rnw-scripts/just-task to v2.3.45
17
-
1
+ # Change Log - @react-native-windows/codegen
2
+
3
+ <!-- This log was last generated on Mon, 07 Oct 2024 19:54:26 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 0.0.0-canary.106
8
+
9
+ Mon, 07 Oct 2024 19:54:26 GMT
10
+
11
+ ### Changes
12
+
13
+ - integrate RN nightly 0.77.0-nightly-20240921-1747f57c6 (tatianakapos@microsoft.com)
14
+ - Bump @react-native-windows/fs to v0.0.0-canary.58
15
+ - Bump @rnw-scripts/eslint-config to v1.2.29
16
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.11
17
+ - Bump @rnw-scripts/just-task to v2.3.46
18
+
19
+ ## 0.0.0-canary.104
20
+
21
+ Thu, 26 Sep 2024 17:38:27 GMT
22
+
23
+ ### Changes
24
+
25
+ - Bump @react-native-windows/fs to v0.0.0-canary.56
26
+ - Bump @rnw-scripts/eslint-config to v1.2.27
27
+ - Bump @rnw-scripts/jest-unittest-config to v1.5.9
28
+ - Bump @rnw-scripts/just-task to v2.3.44
29
+
18
30
  ## 0.0.0-canary.103
19
31
 
20
32
  Mon, 16 Sep 2024 21:21:15 GMT
@@ -1151,4 +1163,4 @@ Thu, 23 Apr 2020 00:04:37 GMT
1151
1163
 
1152
1164
  ### Patches
1153
1165
 
1154
- - Initial react-native-windows-codegen (acoates@microsoft.com)
1166
+ - Initial react-native-windows-codegen (acoates@microsoft.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.105",
3
+ "version": "0.0.0-canary.106",
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.57",
25
+ "@react-native-windows/fs": "^0.0.0-canary.58",
26
26
  "chalk": "^4.1.0",
27
27
  "globby": "^11.1.0",
28
28
  "mustache": "^4.0.1",
@@ -30,9 +30,9 @@
30
30
  "yargs": "^16.2.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@rnw-scripts/eslint-config": "1.2.28",
34
- "@rnw-scripts/jest-unittest-config": "1.5.10",
35
- "@rnw-scripts/just-task": "2.3.45",
33
+ "@rnw-scripts/eslint-config": "1.2.29",
34
+ "@rnw-scripts/jest-unittest-config": "1.5.11",
35
+ "@rnw-scripts/just-task": "2.3.46",
36
36
  "@rnw-scripts/ts-config": "2.0.5",
37
37
  "@types/chalk": "^2.2.0",
38
38
  "@types/jest": "^29.2.2",
@@ -42,7 +42,7 @@
42
42
  "@typescript-eslint/parser": "^5.57.1",
43
43
  "babel-jest": "^29.6.3",
44
44
  "eslint": "^8.19.0",
45
- "jest": "^29.6.3",
45
+ "jest": "^29.7.0",
46
46
  "prettier": "2.8.8",
47
47
  "typescript": "5.0.4"
48
48
  },