Skip to content

Commit bcb25fe

Browse files
committed
Merge remote-tracking branch 'upstream/main' into certinia/r1-pr1-scaffolding
2 parents 6095b6f + acf18a6 commit bcb25fe

515 files changed

Lines changed: 6244 additions & 1023 deletions

File tree

Some content is hidden

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

Mobile-Expensify

__mocks__/expo-video.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ const VideoView = forwardRef((props: VideoViewProps, ref: ForwardedRef<View>) =>
101101
<View
102102
ref={ref}
103103
accessibilityLabel="MockVideoView"
104-
// eslint-disable-next-line react/jsx-props-no-spreading
105104
{...props}
106105
/>
107106
));

__mocks__/react-native-safe-area-context.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function withSafeAreaInsets(WrappedComponent: React.ComponentType<WithSafeAreaIn
2323
function WithSafeAreaInsets(props: WithSafeAreaInsetsProps & {ref: React.ForwardedRef<unknown>}) {
2424
return (
2525
<WrappedComponent
26-
// eslint-disable-next-line react/jsx-props-no-spreading
2726
{...props}
2827
ref={props.ref}
2928
insets={insets}
@@ -34,7 +33,6 @@ function withSafeAreaInsets(WrappedComponent: React.ComponentType<WithSafeAreaIn
3433
function WithSafeAreaInsetsWithRef(props: WithSafeAreaInsetsProps & {ref: ForwardedRef<unknown>}) {
3534
return (
3635
<WithSafeAreaInsets
37-
// eslint-disable-next-line react/jsx-props-no-spreading
3836
{...props}
3937
ref={props.ref}
4038
/>

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009037401
115-
versionName "9.3.74-1"
114+
versionCode 1009037404
115+
versionName "9.3.74-4"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"
Lines changed: 1 addition & 0 deletions
Loading

config/eslint/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ const config = defineConfig([
766766
'web/snippets/gib.js',
767767
// Generated language files - excluded from ESLint but still type-checked
768768
'src/languages/de.ts',
769+
'src/languages/es.ts',
769770
'src/languages/fr.ts',
770771
'src/languages/it.ts',
771772
'src/languages/ja.ts',

cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,10 @@
926926
"CARDFROZEN",
927927
"CARDUNFROZEN",
928928
"backgrounded",
929-
"Kolkata"
929+
"Kolkata",
930+
"lintrk",
931+
"Fbclid",
932+
"Gclid"
930933
],
931934
"ignorePaths": [
932935
".gitignore",

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.3.74.1</string>
47+
<string>9.3.74.4</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.74</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.74.1</string>
16+
<string>9.3.74.4</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.74</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.74.1</string>
16+
<string>9.3.74.4</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

0 commit comments

Comments
 (0)