Skip to content

chore(deps): bump estree-util-value-to-estree from 3.0.1 to 3.3.3 in /docs #814

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 3 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
@@ -7881,12 +7881,11 @@ __metadata:
linkType: hard

"estree-util-value-to-estree@npm:^3.0.1":
version: 3.0.1
resolution: "estree-util-value-to-estree@npm:3.0.1"
version: 3.3.3
resolution: "estree-util-value-to-estree@npm:3.3.3"
dependencies:
"@types/estree": "npm:^1.0.0"
is-plain-obj: "npm:^4.0.0"
checksum: 10c0/3b32154b783fb18582d41147793f4f8262cc00846c2264cddec8b5e2a2653218dd863fe55d1832daed2fb1d1b33ba2cfeeb880a2f50b59f8b86b45692038ff09
checksum: 10c0/cc90e277bff949f49d08dbca28237821506839ab729cafc93105a5a1b02af1a308c1d1f6221ade840351f60ef03faedd2197be454318a16a9e1a7c5af0480c69
languageName: node
linkType: hard


Unchanged files with check annotations Beta

}
}
return (
<SafeAreaView style={{ flex: 1, backgroundColor: 'white' }}>

Check warning on line 23 in packages/example/src/Utils.tsx

GitHub Actions / build

Inline style: { flex: 1, backgroundColor: 'white' }
<Box label={'Test if the given input is supported by iOS'}>
<SegmentedControl
values={valueKinds.slice()}
}
return (
<SafeAreaView style={{ flex: 1, backgroundColor: 'white' }}>

Check warning on line 82 in packages/example/src/SaveAsExamples.tsx

GitHub Actions / build

Inline style: { flex: 1, backgroundColor: 'white' }
<ScrollView
style={styles.container}
contentContainerStyle={{ gap: 20, padding: 10 }}

Check warning on line 85 in packages/example/src/SaveAsExamples.tsx

GitHub Actions / build

Inline style: { gap: 20, padding: 10 }
testID={'screenContainer'}
>
<Box label={'Save As Example'}>
{error && (
<Text
selectable
style={{ fontWeight: 'bold', color: 'black' }}

Check warning on line 162 in packages/example/src/SaveAsExamples.tsx

GitHub Actions / build

Inline style: { fontWeight: 'bold', color: 'black' }
accessibilityLabel={'pickerError'}
>
Error: {error}
}
return (
<SafeAreaView style={{ flex: 1, backgroundColor: 'white' }}>

Check warning on line 81 in packages/example/src/OpenExamples.tsx

GitHub Actions / build

Inline style: { flex: 1, backgroundColor: 'white' }
<ScrollView style={styles.container} contentContainerStyle={{ gap: 20, padding: 10 }}>

Check warning on line 82 in packages/example/src/OpenExamples.tsx

GitHub Actions / build

Inline style: { gap: 20, padding: 10 }
<Text>Stored bookmark from open mode: {bookmark ? bookmark.fileName : 'none'}</Text>
<Box label={'Open mode'}>
}
return (
<SafeAreaView style={{ flex: 1, backgroundColor: 'white' }}>

Check warning on line 86 in packages/example/src/ImportExamples.tsx

GitHub Actions / build

Inline style: { flex: 1, backgroundColor: 'white' }
<ScrollView
style={styles.container}
contentContainerStyle={{ gap: 20, padding: 10 }}

Check warning on line 89 in packages/example/src/ImportExamples.tsx

GitHub Actions / build

Inline style: { gap: 20, padding: 10 }
testID={'screenContainer'}
>
<Box label={'Import mode'}>
{error && (
<Text
selectable
style={{ fontWeight: 'bold', color: 'black' }}

Check warning on line 249 in packages/example/src/ImportExamples.tsx

GitHub Actions / build

Inline style: { fontWeight: 'bold', color: 'black' }
accessibilityLabel={'pickerError'}
>
Error: {error}