0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/tools
Mike Hardy 39b0bc6d4e
Dependency updates 20240417 (#16193)
* build(deps): bump org.jetbrains.kotlin:kotlin-reflect

Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0

Bumps commons-io:commons-io from 2.15.1 to 2.16.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump com.google.protobuf:protobuf-kotlin-lite

Bumps com.google.protobuf:protobuf-kotlin-lite from 3.25.3 to 4.26.1.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump org.robolectric:robolectric from 4.11.1 to 4.12.1

Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.11.1 to 4.12.1
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.11.1...robolectric-4.12.1)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* test: add note on fragility of robolectric references w/o proper classloader

this came from upstream - test should work now but may break in future and
with this note it shouldn't be very surprising - they may opt to fix if it is
in their interest but in general it is working but not fully supported

* build: adopt android gradle plugin 8.3.2

* build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1

Bumps commons-io:commons-io from 2.16.0 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump lint from 31.3.1 to 31.3.2

Bumps `lint` from 31.3.1 to 31.3.2.

Updates `com.android.tools.lint:lint-api` from 31.3.1 to 31.3.2

Updates `com.android.tools.lint:lint` from 31.3.1 to 31.3.2

Updates `com.android.tools.lint:lint-tests` from 31.3.1 to 31.3.2

---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint-tests
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): bump eslint-plugin-n in /tools/localization

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.6.2 to 17.2.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.2...v17.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.1

Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 5.2.1 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito-kotlin/releases)
- [Commits](https://github.com/mockito/mockito-kotlin/compare/5.2.1...5.3.1)

---
updated-dependencies:
- dependency-name: org.mockito.kotlin:mockito-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(test, ci): call gradle wrapper directly now that setup-gradle is used

This was a missing second half of the forward port from "gradle-build-action"
to "setup-gradle" - now that we call setup-gradle, for future gradle-related
tasks in the workflow you just call the wrapper directly

* build(deps): bump codecov/codecov-action from 3 to 4 (#14434)

* build(deps): bump codecov/codecov-action from 3 to 4

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: CODECOV_TOKEN needed in env now with v4 of action

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 16:21:36 -05:00
..
chromeos Enable fullscreen support. 2015-11-30 12:00:21 -05:00
crashes-data-mining First version of the whole Business Intelligence working, from ETL to cube and a basic report showing Android versions 2011-01-18 15:25:53 +09:00
emulator_performance perf(ci, emulator): community emulator action / AVD caching / gradle cachine 2022-04-24 13:15:19 -05:00
lib De-lint and add resilience to APK release tools 2020-05-15 15:21:39 -05:00
localization Dependency updates 20240417 (#16193) 2024-04-17 16:21:36 -05:00
prepare-icons New icons, icon generator script, night mode logic 2015-03-23 02:55:06 -07:00
quality-check chore: rename default branch to main 2022-03-06 14:22:18 -05:00
storage ensure scripts prints escaped character 2023-04-15 14:38:14 -03:00
test-decks Update template test deck 2015-03-21 22:04:30 +11:00
android-wait-for-emulator.sh CI: Use emulator acceleration 2019-11-01 12:01:22 -05:00
gitflow-integrate Don't run gitflow-integrate script unless we're on correct branch 2019-10-22 07:11:56 +09:00
google-play.py Add script to update screenshots on Google Play 2015-11-29 23:57:03 +09:00
humanize-new-features.sh Update humanize-new-features.sh script 2014-12-18 10:58:16 +09:00
list-of-committers-since-version.sh release tools 2011-11-25 23:57:26 +09:00
list-of-translators.sh Script to generate the list of translators, useful for thanks in release email 2012-03-21 17:19:17 +09:00
local-release.sh Release builds parallel correctly, w/existing passwords 2020-06-15 18:03:16 -05:00
parallel-package-release.sh Use "full" flavor on all github release builds: arch+universal+parallel (#13514) 2023-03-27 17:40:26 -05:00
pull-compile-push.sh chore: rename default branch to main 2022-03-06 14:22:18 -05:00
release.sh fix: disable amazon publish 2023-08-17 20:22:23 -05:00
test-commits.sh Run jacoco separately from lint to work around errors (#14052) 2023-06-29 21:44:38 -05:00
translation-rates.sh ensure scripts prints escaped character 2023-04-15 14:38:14 -03:00
update-js-libs.sh updated mathjax and jquery 2022-06-03 09:00:58 -05:00
upload-codacy-report.sh Optimize CI w/test split; Verify osx/win work 2019-11-04 00:38:02 -05:00