26 Commits
Author SHA1 Message Date
bot 6fc3b37076 Merge pull request 'Update dependency mapshaper to v0.7.46' (#561) from renovate/mapshaper-0.x-lockfile into main 2026-07-20 04:01:19 +02:00
Renovate Bot 90e7805363 Update dependency mapshaper to v0.7.46 2026-07-20 02:01:09 +00:00
bot de9b372543 Merge pull request 'Lock file maintenance' (#560) from renovate/lock-file-maintenance into main 2026-07-19 04:01:11 +02:00
Renovate Bot 0fa80e015b Lock file maintenance 2026-07-19 02:01:07 +00:00
bot a1e55680e6 Merge pull request 'Update plugin com.android.library to v9.3.0' (#559) from renovate/com.android.library-9.x into main 2026-07-18 04:01:06 +02:00
bot 2ea4481422 Merge pull request 'Update plugin com.mikepenz.aboutlibraries.plugin to v15.0.4' (#558) from renovate/com.mikepenz.aboutlibraries.plugin-15.x into main 2026-07-18 04:01:04 +02:00
Renovate Bot d0226d9bc8 Update plugin com.android.library to v9.3.0 2026-07-18 02:01:04 +00:00
bot 3ca6f59e0b Merge pull request 'Update dependency com.mikepenz:aboutlibraries-core to v15.0.4' (#557) from renovate/com.mikepenz-aboutlibraries-core-15.x into main 2026-07-18 04:01:03 +02:00
Renovate Bot 21841da60d Update plugin com.mikepenz.aboutlibraries.plugin to v15.0.4 2026-07-18 02:01:02 +00:00
Renovate Bot c78df673a8 Update dependency com.mikepenz:aboutlibraries-core to v15.0.4 2026-07-18 02:00:55 +00:00
bot 7bec552612 Merge pull request 'Update dependency com.mikepenz:aboutlibraries-compose-m3 to v15.0.4' (#556) from renovate/com.mikepenz-aboutlibraries-compose-m3-15.x into main 2026-07-17 04:01:02 +02:00
Renovate Bot a2d2a8edd3 Update dependency com.mikepenz:aboutlibraries-compose-m3 to v15.0.4 2026-07-17 02:00:53 +00:00
bot 0876ae5955 Merge pull request 'Update plugin com.android.application to v9.3.0' (#555) from renovate/com.android.application-9.x into main 2026-07-16 04:01:01 +02:00
bot ab9e8f5063 Merge pull request 'Update plugin org.jetbrains.kotlin.plugin.serialization to v2.4.10' (#554) from renovate/org.jetbrains.kotlin.plugin.serialization-2.x into main 2026-07-16 04:00:58 +02:00
Renovate Bot 864fe26c95 Update plugin com.android.application to v9.3.0 2026-07-16 02:00:58 +00:00
Renovate Bot 79ebc617a4 Update plugin org.jetbrains.kotlin.plugin.serialization to v2.4.10 2026-07-16 02:00:54 +00:00
bot ff84cce5ec Merge pull request 'Update plugin org.jetbrains.kotlin.android to v2.4.10' (#552) from renovate/org.jetbrains.kotlin.android-2.x into main 2026-07-15 04:01:13 +02:00
bot 953ce75b26 Merge pull request 'Update plugin org.jetbrains.kotlin.plugin.compose to v2.4.10' (#553) from renovate/org.jetbrains.kotlin.plugin.compose-2.x into main 2026-07-15 04:01:07 +02:00
Renovate Bot 7eb68a1436 Update plugin org.jetbrains.kotlin.plugin.compose to v2.4.10 2026-07-15 02:01:05 +00:00
Renovate Bot ed6b4f99ee Update plugin org.jetbrains.kotlin.android to v2.4.10 2026-07-15 02:01:03 +00:00
bot c29590c51e Merge pull request 'Update dependency mapshaper to v0.7.45' (#551) from renovate/mapshaper-0.x-lockfile into main 2026-07-13 04:01:21 +02:00
Renovate Bot 544ffa82fd Update dependency mapshaper to v0.7.45 2026-07-13 02:01:09 +00:00
bot 133f0992f9 Merge pull request 'Lock file maintenance' (#550) from renovate/lock-file-maintenance into main 2026-07-11 04:01:54 +02:00
Renovate Bot deb2fd536f Lock file maintenance 2026-07-11 02:01:52 +00:00
bot 46586dc2e4 Merge pull request 'Update dependency mapshaper to v0.7.44' (#549) from renovate/mapshaper-0.x-lockfile into main 2026-07-11 04:01:32 +02:00
Renovate Bot b255ef907a Update dependency mapshaper to v0.7.44 2026-07-11 02:01:21 +00:00
3 changed files with 30 additions and 30 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.0'
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
id 'com.mikepenz.aboutlibraries.plugin' version '15.0.3'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.10'
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10'
id 'com.mikepenz.aboutlibraries.plugin' version '15.0.4'
}
android {
@@ -106,8 +106,8 @@ dependencies {
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.mikepenz:aboutlibraries:14.2.1'
implementation 'com.mikepenz:aboutlibraries-compose-m3:15.0.3'
implementation 'com.mikepenz:aboutlibraries-core:15.0.3'
implementation 'com.mikepenz:aboutlibraries-compose-m3:15.0.4'
implementation 'com.mikepenz:aboutlibraries-core:15.0.4'
implementation platform('androidx.compose:compose-bom:2026.06.01')
+3 -3
View File
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '9.2.1' apply false
id 'com.android.library' version '9.2.1' apply false
id 'org.jetbrains.kotlin.android' version '2.4.0' apply false
id 'com.android.application' version '9.3.0' apply false
id 'com.android.library' version '9.3.0' apply false
id 'org.jetbrains.kotlin.android' version '2.4.10' apply false
}
+22 -22
View File
@@ -2698,9 +2698,9 @@ lodash@4.18.1:
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
lru-cache@^11.3.5:
version "11.5.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.1.tgz#f3daa3540847b9737ebc02499ddb36765e54db4a"
integrity sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==
version "11.5.2"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.2.tgz#00e16665c90c620fba14a3c368732a976493f760"
integrity sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==
map-stream@0.0.7:
version "0.0.7"
@@ -2708,9 +2708,9 @@ map-stream@0.0.7:
integrity sha512-C0X0KQmGm3N2ftbTGBhSyuydQ+vV1LC3f3zPvT3RXHXNZrvfPZcoXp/N5DOa8vedX/rTMm2CjTtivFg2STJMRQ==
mapshaper@^0.7.22:
version "0.7.41"
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.41.tgz#c03fa2aed375abbc92af47008dc81695a604ed23"
integrity sha512-TC1KL8OtYZPRuq/Wl0AW2LQOic/q/AQbEEiPkCXlN5dGFXPIRj8+Qllc3EWBhN7aViHStI2IIthP2/L7BDzobQ==
version "0.7.46"
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.46.tgz#1059bb97c697f334f13339cfa436016c7e4a4a68"
integrity sha512-QOr7U76WMF6q85jmISDb+VkqE8ZXhxE+mnXWAjTBcpoIPF6X76rTMO8pRyksqQzgL9UAN5G15SLuHbkzuuLk7A==
dependencies:
"@bokuweb/zstd-wasm" "^0.0.27"
"@ngageoint/geopackage" "^4.2.6"
@@ -2737,7 +2737,7 @@ mapshaper@^0.7.22:
idb-keyval "^6.2.0"
jpeg-js "^0.4.4"
kdbush "^3.0.0"
mproj "0.1.3"
mproj "0.1.5"
msgpackr "^1.11.12"
open "^11.0.0"
pngjs "^7.0.0"
@@ -2772,10 +2772,10 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
mproj@0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/mproj/-/mproj-0.1.3.tgz#295b990970a80380dac85b29d605a5f4f66b25ff"
integrity sha512-XPxty3HPv1j5eXfxId1FSGX7JB8+KgozVOyCu5l40u/I0pW7gpWTaxouA8MNKHfEXN5oE8r9eowkM+0LuQduIQ==
mproj@0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/mproj/-/mproj-0.1.5.tgz#b6e9353bf394abe7cd9263082b45bed5ed5ea747"
integrity sha512-HgUQtpYqzZzYD4gQXDiTFu2KgMJP7AAQCfYFR9lQpulx9hcspmnMOuCiMMs1bUUj9gPg9uAGnHQYU3We/5yipQ==
dependencies:
geographiclib "1.48.0"
rw "~1.3.2"
@@ -3293,17 +3293,17 @@ tinyqueue@^2.0.0, tinyqueue@^2.0.3:
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
tldts-core@^7.4.6:
version "7.4.6"
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.4.6.tgz#4cc8ccdae554742f09e5999708cac5a7d83cb287"
integrity sha512-TkQNGJIhlEphpHCjKodMTSe23egUZr/g+flI2qkLgiJ/maAzSgXypSLRTNH3nCmqgayEmtcJBiLcfODSAr1xoA==
tldts-core@^7.4.9:
version "7.4.9"
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.4.9.tgz#8c3e6fc36123b6001290860d2abda6546466980b"
integrity sha512-DxKfPBI52p2msTEu7MPhdpdDTBhhVQg1a/8PjQckeyAvO13eMYElX545grIp6nnTGIMZlRvFZPvFhvI/WIz2Vg==
tldts@^7.0.5:
version "7.4.6"
resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.4.6.tgz#3af5da04b35afd0e00cf0fe2827af30393a28202"
integrity sha512-rbP0Gyx8b3Ae9yO//CU2wbSnQNoQ66m1nJdSbSHmnwKwzkkz/u8mERYU8T2rmlmy+bJvRNn84yNCW8gYqox44Q==
version "7.4.9"
resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.4.9.tgz#78e72ad3c68fc1ec0626e6528f259dd5307a2629"
integrity sha512-3kZ8wQQ/k5DrChD4X4FVvr2D7E5uoRgAqkPyLpSCGUvqOvqu+JEdr3mwMUaVWb+vMHZaKhF5fp2PBigKsui7hA==
dependencies:
tldts-core "^7.4.6"
tldts-core "^7.4.9"
token-types@^4.1.1:
version "4.2.1"
@@ -3328,9 +3328,9 @@ topojson-server@3.x:
commander "2"
tough-cookie@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-6.0.1.tgz#a495f833836609ed983c19bc65639cfbceb54c76"
integrity sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==
version "6.0.2"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-6.0.2.tgz#7b1f22fcf2daf06c4ff9d53ec1845f44c6627062"
integrity sha512-exgYmnmL/sJpR3upZfXG5PoatXQii55xAiXGXzY+sROLZ/Y+SLcp9PgJNI9Vz37HpQ74WvDcLT8eqm+kV3FzrA==
dependencies:
tldts "^7.0.5"