Skip to content

Commit 85b96b0

Browse files
dependabot[bot]mikehardy
authored andcommitted
build(deps): Dependency Updates 20251102
build(deps): bump androidxWork from 2.10.5 to 2.11.0 Bumps `androidxWork` from 2.10.5 to 2.11.0. Updates `androidx.work:work-runtime-ktx` from 2.10.5 to 2.11.0 Updates `androidx.work:work-testing` from 2.10.5 to 2.11.0 --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.work:work-testing dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> build(deps-dev): bump the non-breaking group Bumps the non-breaking group in /tools/localization with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@types/node` from 24.8.1 to 24.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.46.1 to 8.46.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.1 to 8.46.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/parser) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking ... Signed-off-by: dependabot[bot] <[email protected]> Update Gradle Wrapper from 9.0.0 to 9.2.0 Signed-off-by: gradle-update-robot <[email protected]> build(deps): bump com.squareup.okhttp3:okhttp from 5.2.1 to 5.3.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.2.1 to 5.3.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.2.1...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> chore: regenerate lockfile, dedupe lockfile this makes absolutely certain we're not using an outdated axios that has a vulnerability, and in general gets us up to date chore: `yarn upgrade-interactive` and accept all updates chore: `yarn set version 4.10.3`
1 parent 2947c4c commit 85b96b0

File tree

11 files changed

+1100
-2118
lines changed

11 files changed

+1100
-2118
lines changed

.github/workflows/tests_emulator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,21 +218,21 @@ jobs:
218218
./gradlew uninstallAll jacocoAndroidTestReport --daemon
219219
220220
- name: Upload Test Report
221-
uses: actions/upload-artifact@v4
221+
uses: actions/upload-artifact@v5
222222
if: always()
223223
with:
224224
name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-jacocoAndroidTestReport
225225
path: ~/work/Anki-Android/Anki-Android/AnkiDroid/build/reports/jacoco/
226226

227227
- name: Upload Emulator Log
228-
uses: actions/upload-artifact@v4
228+
uses: actions/upload-artifact@v5
229229
if: always()
230230
with:
231231
name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-adb_logs
232232
path: adb-log.txt
233233

234234
- name: Upload Emulator Screen Record
235-
uses: actions/upload-artifact@v4
235+
uses: actions/upload-artifact@v5
236236
if: always()
237237
with:
238238
name: ${{ matrix.api-level }}-${{ matrix.arch }}-${{matrix.target}}-${{matrix.first-boot-delay}}-${{matrix.iteration}}-adb_video

.github/workflows/tests_unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
# cancelled() handles test timeouts
160160
# remove when test timeouts cause a failure()
161161
if: failure() || cancelled()
162-
uses: actions/upload-artifact@v4
162+
uses: actions/upload-artifact@v5
163163
with:
164164
name: logcat-${{ matrix.name }}-${{ matrix.iteration }}
165165
# look for the `<system-out>` element in the XML files in `test-results`

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ androidxViewpager2 = "1.1.0"
5858
# https://developer.android.com/jetpack/androidx/releases/webkit
5959
androidxWebkit = "1.14.0"
6060
# https://developer.android.com/jetpack/androidx/releases/work
61-
androidxWork = "2.10.5"
61+
androidxWork = "2.11.0"
6262
ankiBackend = '0.1.62-anki25.09.2'
6363
autoService = "1.1.1"
6464
autoServiceAnnotations = "1.1.1"
@@ -97,7 +97,7 @@ mockitoInline = "5.2.0"
9797
mockitoKotlin = "6.1.0"
9898
mockk = "1.14.6"
9999
nanohttpd = "2.3.1"
100-
okhttp = "5.2.1"
100+
okhttp = "5.3.0"
101101
# https://github.com/protocolbuffers/protobuf/releases
102102
protobufKotlinLite = "4.33.0"
103103
# ../AnkiDroid/robolectricDownload.gradle may need changes - read instructions in that file

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH="\\\"\\\""
118117

119118

120119
# Determine the Java command to use to start the JVM.
@@ -172,7 +171,6 @@ fi
172171
# For Cygwin or MSYS, switch paths to Windows format before running java
173172
if "$cygwin" || "$msys" ; then
174173
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
175-
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
176174

177175
JAVACMD=$( cygpath --unix "$JAVACMD" )
178176

@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212210

213211
set -- \
214212
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215-
-classpath "$CLASSPATH" \
216213
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217214
"$@"
218215

gradlew.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=
7473

7574

7675
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
76+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7877

7978
:end
8079
@rem End local scope for the variables with windows NT shell

tools/localization/.yarn/releases/yarn-4.9.2.cjs renamed to tools/localization/.yarn/releases/yarn-4.10.3.cjs

Lines changed: 355 additions & 355 deletions
Large diffs are not rendered by default.

tools/localization/.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

tools/localization/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"license": "GPL-3.0",
1919
"dependencies": {
2020
"@crowdin/crowdin-api-client": "^1.48.3",
21-
"axios": "^1.12.2",
21+
"axios": "^1.13.1",
2222
"dotenv": "^17.2.3",
2323
"extract-zip": "^2.0.1",
2424
"typescript": "^5.9.3"
2525
},
2626
"devDependencies": {
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@eslint/js": "^9.38.0",
28+
"@eslint/js": "^9.39.0",
2929
"@types/jest": "^30.0.0",
30-
"@types/node": "^24.8.1",
31-
"@typescript-eslint/eslint-plugin": "^8.46.1",
32-
"@typescript-eslint/parser": "^8.46.1",
33-
"eslint": "^9.38.0",
30+
"@types/node": "^24.9.2",
31+
"@typescript-eslint/eslint-plugin": "^8.46.2",
32+
"@typescript-eslint/parser": "^8.46.2",
33+
"eslint": "^9.39.0",
3434
"eslint-config-prettier": "^10.1.8",
3535
"eslint-config-standard": "^17.1.0",
3636
"eslint-plugin-import": "^2.32.0",
3737
"eslint-plugin-n": "^17.23.1",
3838
"eslint-plugin-promise": "^7.2.1",
39-
"globals": "^16.4.0",
39+
"globals": "^16.5.0",
4040
"jest": "^30.2.0",
4141
"prettier": "^3.6.2",
4242
"ts-jest": "^29.4.5",
4343
"ts-node": "^10.9.2"
4444
},
45-
"packageManager": "yarn@4.9.2"
45+
"packageManager": "yarn@4.10.3"
4646
}

0 commit comments

Comments
 (0)