Skip to content

chore(deps-dev): bump jest from 28.1.3 to 29.0.0 #1076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"@types/react": "^18.0.0",
"@types/react-native": "^0.69.1",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^28.0.0",
"babel-jest": "^29.0.0",
"conventional-changelog-cli": "^2.0.11",
"cp-cli": "^2.0.0",
"dedent": "^0.7.0",
"del-cli": "^5.0.0",
"eslint": "^8.21.0",
"flow-bin": "~0.170.0",
"flow-copy-source": "^2.0.9",
"jest": "^28.0.0",
"jest": "^29.0.0",
"react": "^18.0.0",
"react-native": "~0.69.1",
"react-test-renderer": "^18.0.0",
"strip-ansi": "^6.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"pretty-format": "^28.1.3"
"pretty-format": "^29.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thymikee could you release this? 😀

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lemme double check with @mdjastrzebski about the preferred next version and we'll release, most likely tomorrow :) Thanks for the nudge!

},
"peerDependencies": {
"react": ">=16.0.0",
Expand Down
142 changes: 71 additions & 71 deletions src/__tests__/__snapshots__/render.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ exports[`debug 1`] = `
Is the banana fresh?
</Text>
<Text
testID=\\"bananaFresh\\"
testID="bananaFresh"
>
not fresh
</Text>
<TextInput
placeholder=\\"Add custom freshness\\"
testID=\\"bananaCustomFreshness\\"
value=\\"Custom Freshie\\"
placeholder="Add custom freshness"
testID="bananaCustomFreshness"
value="Custom Freshie"
/>
<TextInput
defaultValue=\\"What did you inspect?\\"
placeholder=\\"Who inspected freshness?\\"
testID=\\"bananaChef\\"
value=\\"I inspected freshie\\"
defaultValue="What did you inspect?"
placeholder="Who inspected freshness?"
testID="bananaChef"
value="I inspected freshie"
/>
<TextInput
defaultValue=\\"What banana?\\"
defaultValue="What banana?"
/>
<TextInput
defaultValue=\\"hello\\"
value=\\"\\"
defaultValue="hello"
value=""
/>
<View
accessible={true}
Expand All @@ -41,7 +41,7 @@ exports[`debug 1`] = `
onStartShouldSetResponder={[Function onStartShouldSetResponder]}
style={
Object {
\\"opacity\\": 1,
"opacity": 1,
}
}
>
Expand All @@ -50,12 +50,12 @@ exports[`debug 1`] = `
</Text>
</View>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
First Text
</Text>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
Second Text
</Text>
Expand All @@ -71,27 +71,27 @@ exports[`debug changing component: bananaFresh button message should now be "fre
Is the banana fresh?
</Text>
<Text
testID=\\"bananaFresh\\"
testID="bananaFresh"
>
fresh
</Text>
<TextInput
placeholder=\\"Add custom freshness\\"
testID=\\"bananaCustomFreshness\\"
value=\\"Custom Freshie\\"
placeholder="Add custom freshness"
testID="bananaCustomFreshness"
value="Custom Freshie"
/>
<TextInput
defaultValue=\\"What did you inspect?\\"
placeholder=\\"Who inspected freshness?\\"
testID=\\"bananaChef\\"
value=\\"I inspected freshie\\"
defaultValue="What did you inspect?"
placeholder="Who inspected freshness?"
testID="bananaChef"
value="I inspected freshie"
/>
<TextInput
defaultValue=\\"What banana?\\"
defaultValue="What banana?"
/>
<TextInput
defaultValue=\\"hello\\"
value=\\"\\"
defaultValue="hello"
value=""
/>
<View
accessible={true}
Expand All @@ -106,7 +106,7 @@ exports[`debug changing component: bananaFresh button message should now be "fre
onStartShouldSetResponder={[Function onStartShouldSetResponder]}
style={
Object {
\\"opacity\\": 1,
"opacity": 1,
}
}
>
Expand All @@ -115,12 +115,12 @@ exports[`debug changing component: bananaFresh button message should now be "fre
</Text>
</View>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
First Text
</Text>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
Second Text
</Text>
Expand All @@ -136,41 +136,41 @@ exports[`debug: shallow 1`] = `
Is the banana fresh?
</Text>
<Text
testID=\\"bananaFresh\\"
testID="bananaFresh"
>
not fresh
</Text>
<TextInput
placeholder=\\"Add custom freshness\\"
testID=\\"bananaCustomFreshness\\"
value=\\"Custom Freshie\\"
placeholder="Add custom freshness"
testID="bananaCustomFreshness"
value="Custom Freshie"
/>
<TextInput
defaultValue=\\"What did you inspect?\\"
placeholder=\\"Who inspected freshness?\\"
testID=\\"bananaChef\\"
value=\\"I inspected freshie\\"
defaultValue="What did you inspect?"
placeholder="Who inspected freshness?"
testID="bananaChef"
value="I inspected freshie"
/>
<TextInput
defaultValue=\\"What banana?\\"
defaultValue="What banana?"
/>
<TextInput
defaultValue=\\"hello\\"
value=\\"\\"
defaultValue="hello"
value=""
/>
<MyButton
onPress={[Function anonymous]}
type=\\"primary\\"
type="primary"
>
Change freshness!
</MyButton>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
First Text
</Text>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
Second Text
</Text>
Expand All @@ -188,41 +188,41 @@ exports[`debug: shallow with message 1`] = `
Is the banana fresh?
</Text>
<Text
testID=\\"bananaFresh\\"
testID="bananaFresh"
>
not fresh
</Text>
<TextInput
placeholder=\\"Add custom freshness\\"
testID=\\"bananaCustomFreshness\\"
value=\\"Custom Freshie\\"
placeholder="Add custom freshness"
testID="bananaCustomFreshness"
value="Custom Freshie"
/>
<TextInput
defaultValue=\\"What did you inspect?\\"
placeholder=\\"Who inspected freshness?\\"
testID=\\"bananaChef\\"
value=\\"I inspected freshie\\"
defaultValue="What did you inspect?"
placeholder="Who inspected freshness?"
testID="bananaChef"
value="I inspected freshie"
/>
<TextInput
defaultValue=\\"What banana?\\"
defaultValue="What banana?"
/>
<TextInput
defaultValue=\\"hello\\"
value=\\"\\"
defaultValue="hello"
value=""
/>
<MyButton
onPress={[Function anonymous]}
type=\\"primary\\"
type="primary"
>
Change freshness!
</MyButton>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
First Text
</Text>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
Second Text
</Text>
Expand All @@ -240,27 +240,27 @@ exports[`debug: with message 1`] = `
Is the banana fresh?
</Text>
<Text
testID=\\"bananaFresh\\"
testID="bananaFresh"
>
not fresh
</Text>
<TextInput
placeholder=\\"Add custom freshness\\"
testID=\\"bananaCustomFreshness\\"
value=\\"Custom Freshie\\"
placeholder="Add custom freshness"
testID="bananaCustomFreshness"
value="Custom Freshie"
/>
<TextInput
defaultValue=\\"What did you inspect?\\"
placeholder=\\"Who inspected freshness?\\"
testID=\\"bananaChef\\"
value=\\"I inspected freshie\\"
defaultValue="What did you inspect?"
placeholder="Who inspected freshness?"
testID="bananaChef"
value="I inspected freshie"
/>
<TextInput
defaultValue=\\"What banana?\\"
defaultValue="What banana?"
/>
<TextInput
defaultValue=\\"hello\\"
value=\\"\\"
defaultValue="hello"
value=""
/>
<View
accessible={true}
Expand All @@ -275,7 +275,7 @@ exports[`debug: with message 1`] = `
onStartShouldSetResponder={[Function onStartShouldSetResponder]}
style={
Object {
\\"opacity\\": 1,
"opacity": 1,
}
}
>
Expand All @@ -284,12 +284,12 @@ exports[`debug: with message 1`] = `
</Text>
</View>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
First Text
</Text>
<Text
testID=\\"duplicateText\\"
testID="duplicateText"
>
Second Text
</Text>
Expand All @@ -312,7 +312,7 @@ exports[`toJSON 1`] = `
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
Object {
{
"opacity": 1,
}
}
Expand Down
Loading