Skip to content

Commit 2561380

Browse files
chore(deps-dev): bump react and react-native (#1278)
* chore(deps-dev): bump react and react-native Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-native](https://github.com/facebook/react-native). These dependencies needed to be updated together. Updates `react` from 18.1.0 to 18.2.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react) Updates `react-native` from 0.70.6 to 0.71.0 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](facebook/react-native@v0.70.6...v0.71.0) --- updated-dependencies: - dependency-name: react dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update snapshots Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzębski <[email protected]>
1 parent df62da3 commit 2561380

File tree

5 files changed

+587
-323
lines changed

5 files changed

+587
-323
lines changed

.codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ coverage:
22
precision: 2
33
round: down
44
range: 70...100
5+
56
comment:
67
behavior: new
78
require_changes: false

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"@callstack/eslint-config": "^13.0.1",
3838
"@testing-library/jest-native": "^5.4.0",
3939
"@types/jest": "^29.2.3",
40-
"@types/react": "~18.0.18",
41-
"@types/react-native": "~0.70.0",
40+
"@types/react": "~18.0.26",
4241
"@types/react-test-renderer": "~18.0.0",
4342
"babel-jest": "^29.3.1",
4443
"conventional-changelog-cli": "^2.2.2",
@@ -48,8 +47,8 @@
4847
"flow-bin": "~0.170.0",
4948
"flow-copy-source": "^2.0.9",
5049
"jest": "^29.3.1",
51-
"react": "18.1.0",
52-
"react-native": "0.70.6",
50+
"react": "18.2.0",
51+
"react-native": "0.71.0",
5352
"react-test-renderer": "18.1.0",
5453
"strip-ansi": "^6.0.0",
5554
"typescript": "^4.0.2"

src/__tests__/__snapshots__/render-debug.test.tsx.snap

+68
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@ exports[`debug 1`] = `
2929
value=""
3030
/>
3131
<View
32+
accessibilityState={
33+
Object {
34+
"busy": undefined,
35+
"checked": undefined,
36+
"disabled": undefined,
37+
"expanded": undefined,
38+
"selected": undefined,
39+
}
40+
}
41+
accessibilityValue={
42+
Object {
43+
"max": undefined,
44+
"min": undefined,
45+
"now": undefined,
46+
"text": undefined,
47+
}
48+
}
3249
accessible={true}
3350
collapsable={false}
3451
focusable={true}
@@ -91,6 +108,23 @@ exports[`debug changing component: bananaFresh button message should now be "fre
91108
value=""
92109
/>
93110
<View
111+
accessibilityState={
112+
Object {
113+
"busy": undefined,
114+
"checked": undefined,
115+
"disabled": undefined,
116+
"expanded": undefined,
117+
"selected": undefined,
118+
}
119+
}
120+
accessibilityValue={
121+
Object {
122+
"max": undefined,
123+
"min": undefined,
124+
"now": undefined,
125+
"text": undefined,
126+
}
127+
}
94128
accessible={true}
95129
collapsable={false}
96130
focusable={true}
@@ -280,6 +314,23 @@ exports[`debug: another custom message 1`] = `
280314
value=""
281315
/>
282316
<View
317+
accessibilityState={
318+
Object {
319+
"busy": undefined,
320+
"checked": undefined,
321+
"disabled": undefined,
322+
"expanded": undefined,
323+
"selected": undefined,
324+
}
325+
}
326+
accessibilityValue={
327+
Object {
328+
"max": undefined,
329+
"min": undefined,
330+
"now": undefined,
331+
"text": undefined,
332+
}
333+
}
283334
accessible={true}
284335
collapsable={false}
285336
focusable={true}
@@ -446,6 +497,23 @@ exports[`debug: with message 1`] = `
446497
value=""
447498
/>
448499
<View
500+
accessibilityState={
501+
Object {
502+
"busy": undefined,
503+
"checked": undefined,
504+
"disabled": undefined,
505+
"expanded": undefined,
506+
"selected": undefined,
507+
}
508+
}
509+
accessibilityValue={
510+
Object {
511+
"max": undefined,
512+
"min": undefined,
513+
"now": undefined,
514+
"text": undefined,
515+
}
516+
}
449517
accessible={true}
450518
collapsable={false}
451519
focusable={true}

src/__tests__/__snapshots__/render.test.tsx.snap

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
exports[`toJSON 1`] = `
44
<View
5+
accessibilityState={
6+
{
7+
"busy": undefined,
8+
"checked": undefined,
9+
"disabled": undefined,
10+
"expanded": undefined,
11+
"selected": undefined,
12+
}
13+
}
14+
accessibilityValue={
15+
{
16+
"max": undefined,
17+
"min": undefined,
18+
"now": undefined,
19+
"text": undefined,
20+
}
21+
}
522
accessible={true}
623
collapsable={false}
724
focusable={true}

0 commit comments

Comments
 (0)