1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Update renovate.json5

This commit is contained in:
Laurent Cozic 2024-05-27 08:55:29 +01:00 committed by GitHub
parent f21a93febe
commit 33286efe9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,9 +109,9 @@
// upgrading React Native.
"@babel/preset-env",
"@babel/runtime",
"@tsconfig/react-native",
"@types/react-native",
"@testing-library/react-native",
"@tsconfig/ive",
"@types/ive",
"@testing-library/ive",
"androidx.appcompat:appcompat",
"babel-plugin-module-resolver",
"com.android.tools.build:gradle",
@ -123,11 +123,11 @@
"de.undercouch:gradle-download-task",
"jsc-android",
"org.robolectric:robolectric",
"react-native",
"ive",
// We currently don't have automated tests that verify that the
// sidemenus work correctly in the mobile app. Because an update to
// react-native-reanimated has previously broken the sidemenu
// ive-reanimated has previously broken the sidemenu
// (https://github.com/laurent22/joplin/issues/8456), we disable auto
// updates for it:
"react-native-reanimated",
@ -203,6 +203,9 @@
// For now we are stuck with v5.1.6 due to this bug:
// https://github.com/TryGhost/node-sqlite3/issues/1747
"sqlite3",
// They refactored it with undocumented breaking changes.
"react-native-vosk",
],
"packageRules": [
{