From 6a7d0ee22c30b30f4aedf4a7d85aa46637f524dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:13:08 +0000 Subject: [PATCH 1/3] Update dependency @react-native-community/geolocation to v3.3.0 (#11342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/app-mobile/package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/app-mobile/package.json b/packages/app-mobile/package.json index 73c7e57bd24..496ef83c7a5 100644 --- a/packages/app-mobile/package.json +++ b/packages/app-mobile/package.json @@ -29,7 +29,7 @@ "@joplin/utils": "~3.2", "@react-native-clipboard/clipboard": "1.14.1", "@react-native-community/datetimepicker": "8.2.0", - "@react-native-community/geolocation": "3.2.1", + "@react-native-community/geolocation": "3.3.0", "@react-native-community/netinfo": "11.3.2", "@react-native-community/push-notification-ios": "1.11.0", "@react-native-community/slider": "4.5.2", diff --git a/yarn.lock b/yarn.lock index 9f938a3bc18..a40450341ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8267,7 +8267,7 @@ __metadata: "@js-draw/material-icons": 1.20.3 "@react-native-clipboard/clipboard": 1.14.1 "@react-native-community/datetimepicker": 8.2.0 - "@react-native-community/geolocation": 3.2.1 + "@react-native-community/geolocation": 3.3.0 "@react-native-community/netinfo": 11.3.2 "@react-native-community/push-notification-ios": 1.11.0 "@react-native-community/slider": 4.5.2 @@ -11032,13 +11032,13 @@ __metadata: languageName: node linkType: hard -"@react-native-community/geolocation@npm:3.2.1": - version: 3.2.1 - resolution: "@react-native-community/geolocation@npm:3.2.1" +"@react-native-community/geolocation@npm:3.3.0": + version: 3.3.0 + resolution: "@react-native-community/geolocation@npm:3.3.0" peerDependencies: react: "*" react-native: "*" - checksum: 9d2749a9a86697f1b0da7ebf873d444efbf926eedee89a35810016385b81005d4802cbd7d1188ebfdfb146a41d5a11b8c907ee3ce8b434a4929fd81cac100f75 + checksum: a0920ff7ff2f9f24300a8eabd641fd5bd9124a8a5274f0077d64bc143111c925986eaf7c29fa25b6b0daaebb780ebf1aeee12e908584fe200fc619e30de330c6 languageName: node linkType: hard @@ -42849,6 +42849,13 @@ __metadata: languageName: node linkType: hard +"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b + languageName: node + linkType: hard + "source-map-js@npm:^1.2.0": version: 1.2.0 resolution: "source-map-js@npm:1.2.0" @@ -42856,13 +42863,6 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:^1.2.1": - version: 1.2.1 - resolution: "source-map-js@npm:1.2.1" - checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b - languageName: node - linkType: hard - "source-map-loader@npm:5.0.0": version: 5.0.0 resolution: "source-map-loader@npm:5.0.0" From 2426cedb1805722a43244ce05cf52b36556d82b5 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 9 Nov 2024 21:46:43 +0000 Subject: [PATCH 2/3] Tools: Trying to fix CLA signature with protected branch --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index dc742bc0419..f2a60e25711 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-signatures: 'readme/cla_signatures.json' path-to-document: 'https://github.com/laurent22/joplin/blob/dev/readme/cla.md' # e.g. a CLA or a DCO document # branch should not be protected - branch: 'dev' + branch: 'cla_signatures' allowlist: joplinbot,renovate[bot] # the followings are the optional inputs - If the optional inputs are not given, then default values will be taken From de83b429720fac23c7876734fe30421ef6f3c38a Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 9 Nov 2024 22:06:08 +0000 Subject: [PATCH 3/3] Tools: Trying to fix Renovate Yarn install --- package.json | 3 ++- yarn.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3bfda7bb4c6..7b6d666686d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "url": "git+https://github.com/laurent22/joplin.git" }, "engines": { - "node": ">=18" + "node": ">=18", + "yarn": "3.8.3" }, "scripts": { "buildApiDoc": "yarn workspace joplin start apidoc ../../readme/api/references/rest_api.md", diff --git a/yarn.lock b/yarn.lock index a40450341ad..3f5d3ab9485 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42849,13 +42849,6 @@ __metadata: languageName: node linkType: hard -"source-map-js@npm:^1.0.1, source-map-js@npm:^1.2.1": - version: 1.2.1 - resolution: "source-map-js@npm:1.2.1" - checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b - languageName: node - linkType: hard - "source-map-js@npm:^1.2.0": version: 1.2.0 resolution: "source-map-js@npm:1.2.0" @@ -42863,6 +42856,13 @@ __metadata: languageName: node linkType: hard +"source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 4eb0cd997cdf228bc253bcaff9340afeb706176e64868ecd20efbe6efea931465f43955612346d6b7318789e5265bdc419bc7669c1cebe3db0eb255f57efa76b + languageName: node + linkType: hard + "source-map-loader@npm:5.0.0": version: 5.0.0 resolution: "source-map-loader@npm:5.0.0"