Skip to content

Commit

Permalink
Merge branch 'develop' into campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 authored Nov 4, 2024
2 parents 070a162 + 38179c8 commit 6148d6b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
directory: "/"
# Check the pub.dev registry for updates every day (weekdays)
schedule:
interval: "weekly"
interval: "monthly"
target-branch: "develop"
# # Add default reviewers
# reviewers:
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/authorized-changes-detection.yml

This file was deleted.

14 changes: 11 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: flutter build ios --release --no-codesign

Branch-check:
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }}
name: "Base branch check"
runs-on: ubuntu-latest
steps:
Expand All @@ -183,9 +183,9 @@ jobs:
echo "PR is not against develop branch. Please refer PR_GUIDELINES.md"
exit 1
Check-Unauthorized-Changes:
Check-Sensitive-Files:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Checks if no unauthorized files are changed
name: Checks if sensitive files have been changed without authorization
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -213,6 +213,14 @@ jobs:
LICENSE
setup.ts
.coderabbit.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DOCUMENTATION.md
INSTALLATION.md
ISSUE_GUIDELINES.md
PR_GUIDELINES.md
README.md
- name: List all changed unauthorized files
if: steps.changed-unauth-files.outputs.any_changed == 'true' || steps.changed-unauth-files.outputs.any_deleted == 'true'
env:
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ packages:
dependency: "direct main"
description:
name: flutter_local_notifications
sha256: "49eeef364fddb71515bc78d5a8c51435a68bccd6e4d68e25a942c5e47761ae71"
sha256: "674173fd3c9eda9d4c8528da2ce0ea69f161577495a9cc835a2a4ecd7eadeb35"
url: "https://pub.dev"
source: hosted
version: "17.2.3"
version: "17.2.4"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -553,10 +553,10 @@ packages:
dependency: "direct main"
description:
name: get_it
sha256: ff97e5e7b2e82e63c82f5658c6ba2605ea831f0f7489b0d2fb255d817ec4eb5e
sha256: "35c253f83f9e03cbac65ffa159510e41ae15f49b37291ab8c522d7a0b6f330cd"
url: "https://pub.dev"
source: hosted
version: "8.0.0"
version: "8.0.1"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -1390,26 +1390,26 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_calendar
sha256: "17bc2c2e95737336c1bf54e27f6d006f11e3384dd556d13ee3a9a324416ea1e4"
sha256: "4a8e40552fc9b7c669d2f671f6cbfdbdade35d99d250b87b37950a8033671c24"
url: "https://pub.dev"
source: hosted
version: "27.1.51"
version: "27.1.57"
syncfusion_flutter_core:
dependency: transitive
description:
name: syncfusion_flutter_core
sha256: "7130fc3259247946b59fe9b76ee89500c775c3f7e5c1d0826f3105e1dd0bebf6"
sha256: "6a2445aef2adc77136aedaf8b0c1b7f22c43b43d7036f219414db9acd679570a"
url: "https://pub.dev"
source: hosted
version: "27.1.52"
version: "27.1.57"
syncfusion_flutter_datepicker:
dependency: "direct main"
description:
name: syncfusion_flutter_datepicker
sha256: "61efc09e962d7b7cc3c7d33a2e44ec027112403af49590d5cc1025a255cc34fa"
sha256: "69ed9fd90279024284083373120217e713bb0685cd248d84416edc061e73c273"
url: "https://pub.dev"
source: hosted
version: "27.1.52"
version: "27.1.57"
synchronized:
dependency: transitive
description:
Expand Down Expand Up @@ -1469,10 +1469,10 @@ packages:
dependency: "direct main"
description:
name: tutorial_coach_mark
sha256: "1f1fd234790afb929dec7391a4d90aa54ffe8c8e4d278d9283df8e3f5ac5d63e"
sha256: df450c88d4c812bc221afd3ff948da3dc0f44c0b4fa5dbc046d6d86f2cfc9e71
url: "https://pub.dev"
source: hosted
version: "1.2.11"
version: "1.2.12"
typed_data:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ dependencies:
sdk: flutter
flutter_braintree: ^4.0.0
flutter_cache_manager: ^3.4.1
flutter_local_notifications: ^17.2.3
flutter_local_notifications: ^17.2.4
flutter_localizations:
sdk: flutter
flutter_reaction_button: ^3.0.0+3
flutter_speed_dial: ^7.0.0
flutter_svg: ^2.0.10+1
font_awesome_flutter: ^10.7.0
get_it: ^8.0.0
get_it: ^8.0.1
graphql_flutter: ^5.1.2
hive: ^2.2.3
http: ^1.2.2
Expand All @@ -67,10 +67,10 @@ dependencies:
shared_preferences: ^2.3.2
shimmer: ^3.0.0
social_share: ^2.2.1
syncfusion_flutter_calendar: ^27.1.51
syncfusion_flutter_datepicker: ^27.1.52
syncfusion_flutter_calendar: ^27.1.57
syncfusion_flutter_datepicker: ^27.1.56
timelines: ^0.1.0
tutorial_coach_mark: ^1.2.11
tutorial_coach_mark: ^1.2.12
uni_links: ^0.5.1
uni_links_platform_interface: ^1.0.0
url_launcher: ^6.3.1
Expand Down

0 comments on commit 6148d6b

Please sign in to comment.