Skip to content

Commit d27ea02

Browse files
committed
applying package updates ***NO_CI***
1 parent 84cddad commit d27ea02

File tree

86 files changed

+1106
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+1106
-206
lines changed

change/@office-iss-react-native-win32-33398752-201b-4b06-87da-149b3e3d7fda.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@react-native-windows-automation-channel-45759e42-cc41-42d7-a6d3-9579401ff64c.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@rnw-scripts-eslint-config-54352eef-d5d1-4792-ac6b-72065b103240.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-af6a8175-d270-491f-86c3-ee4c84fe4eb5.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-windows-b0c4af68-96d6-41e0-8a42-798fd4ed8d97.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/@office-iss/react-native-win32-tester/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"flow-enums-runtime": "^0.0.5"
1818
},
1919
"peerDependencies": {
20-
"@office-iss/react-native-win32": "^0.0.0-canary.237",
20+
"@office-iss/react-native-win32": "^0.0.0-canary.238",
2121
"react": "18.0.0",
2222
"react-native": "0.74.0-nightly-20240214-b8ad91732"
2323
},
2424
"devDependencies": {
25-
"@office-iss/react-native-win32": "^0.0.0-canary.237",
25+
"@office-iss/react-native-win32": "^0.0.0-canary.238",
2626
"@rnw-scripts/babel-react-native-config": "0.0.0",
27-
"@rnw-scripts/eslint-config": "1.2.8",
28-
"@rnw-scripts/just-task": "2.3.24",
27+
"@rnw-scripts/eslint-config": "1.2.9",
28+
"@rnw-scripts/just-task": "2.3.25",
2929
"@rnw-scripts/ts-config": "2.0.5",
3030
"@types/node": "^18.0.0",
3131
"eslint": "^8.19.0",
3232
"just-scripts": "^1.3.3",
3333
"react-native": "0.74.0-nightly-20240214-b8ad91732",
34-
"react-native-platform-override": "^1.9.24",
34+
"react-native-platform-override": "^1.9.25",
3535
"typescript": "5.0.4"
3636
},
3737
"engines": {

packages/@office-iss/react-native-win32/CHANGELOG.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
22
"name": "@office-iss/react-native-win32",
33
"entries": [
4+
{
5+
"date": "Sat, 23 Mar 2024 05:16:59 GMT",
6+
"version": "0.0.0-canary.238",
7+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.238",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@office-iss/react-native-win32",
13+
"commit": "84cddad0a2d829ff3cb8ebc02f27af863ff63edd",
14+
"comment": "Integrate 2/1"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@office-iss/react-native-win32",
19+
"comment": "Bump @rnw-scripts/eslint-config to v1.2.9",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@office-iss/react-native-win32",
25+
"comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.13",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@office-iss/react-native-win32",
31+
"comment": "Bump @rnw-scripts/just-task to v2.3.25",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@office-iss/react-native-win32",
37+
"comment": "Bump react-native-platform-override to v1.9.25",
38+
"commit": "not available"
39+
}
40+
]
41+
}
42+
},
443
{
544
"date": "Wed, 20 Mar 2024 05:16:36 GMT",
645
"version": "0.0.0-canary.237",

packages/@office-iss/react-native-win32/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - @office-iss/react-native-win32
22

3-
This log was last generated on Wed, 20 Mar 2024 05:16:36 GMT and should not be manually modified.
3+
This log was last generated on Sat, 23 Mar 2024 05:16:59 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.0-canary.238
8+
9+
Sat, 23 Mar 2024 05:16:59 GMT
10+
11+
### Changes
12+
13+
- Integrate 2/1 ([email protected])
14+
- Bump @rnw-scripts/eslint-config to v1.2.9
15+
- Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.13
16+
- Bump @rnw-scripts/just-task to v2.3.25
17+
- Bump react-native-platform-override to v1.9.25
18+
719
## 0.0.0-canary.237
820

921
Wed, 20 Mar 2024 05:16:36 GMT

packages/@office-iss/react-native-win32/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@office-iss/react-native-win32",
3-
"version": "0.0.0-canary.237",
3+
"version": "0.0.0-canary.238",
44
"description": "Implementation of react native on top of Office's Win32 platform.",
55
"repository": {
66
"type": "git",
@@ -71,9 +71,9 @@
7171
"@babel/eslint-parser": "^7.20.0",
7272
"@react-native/metro-config": "0.74.0-nightly-20240214-b8ad91732",
7373
"@rnw-scripts/babel-react-native-config": "0.0.0",
74-
"@rnw-scripts/eslint-config": "1.2.8",
75-
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.12",
76-
"@rnw-scripts/just-task": "2.3.24",
74+
"@rnw-scripts/eslint-config": "1.2.9",
75+
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
76+
"@rnw-scripts/just-task": "2.3.25",
7777
"@rnw-scripts/metro-dev-config": "0.0.0",
7878
"@rnx-kit/jest-preset": "^0.1.0",
7979
"@types/node": "^18.0.0",
@@ -86,7 +86,7 @@
8686
"prettier": "2.8.8",
8787
"react": "18.2.0",
8888
"react-native": "0.74.0-nightly-20240214-b8ad91732",
89-
"react-native-platform-override": "^1.9.24",
89+
"react-native-platform-override": "^1.9.25",
9090
"typescript": "5.0.4"
9191
},
9292
"peerDependencies": {

packages/@react-native-windows/automation-channel/CHANGELOG.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@react-native-windows/automation-channel",
33
"entries": [
4+
{
5+
"date": "Sat, 23 Mar 2024 05:17:00 GMT",
6+
"version": "0.12.132",
7+
"tag": "@react-native-windows/automation-channel_v0.12.132",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@react-native-windows/automation-channel",
13+
"commit": "84cddad0a2d829ff3cb8ebc02f27af863ff63edd",
14+
"comment": "Integrate 2/1"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@react-native-windows/automation-channel",
19+
"comment": "Bump @rnw-scripts/eslint-config to v1.2.9",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@react-native-windows/automation-channel",
25+
"comment": "Bump @rnw-scripts/just-task to v2.3.25",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@react-native-windows/automation-channel",
31+
"comment": "Bump react-native-windows to v0.0.0-canary.793",
32+
"commit": "not available"
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Fri, 22 Mar 2024 05:15:48 GMT",
639
"version": "0.12.131",

0 commit comments

Comments
 (0)