Skip to content

Commit

Permalink
Merge branch 'trunk' into 886-replace-file_selector-with-file_picker-…
Browse files Browse the repository at this point in the history
…in-all-of-our-dependencies
  • Loading branch information
CurtlyCritchlow authored Dec 2, 2024
2 parents d60f00d + 8531b4a commit 2f32a0d
Show file tree
Hide file tree
Showing 41 changed files with 203 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
4 changes: 2 additions & 2 deletions .github/workflows/melos_bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
melos-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 # v2.17.0
with:
channel: "stable"
- name: flutter pub get
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand All @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
sarif_file: results.sarif
6 changes: 3 additions & 3 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- beta

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 # v2.17.0
with:
channel: "${{ matrix.flutter-channel}}"
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 'stable'
cache-dependency-path: tools/osv-scanner/go.sum
Expand Down
9 changes: 7 additions & 2 deletions packages/at_backupkey_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 4.0.16

## 4.0.17
- **FIX**: Replaced the use of file_selector with file_picker
- **CHORE**: Updated dependencies in the example app

## 4.0.16

- build[deps]: Upgraded dependencies for the following packages:
- at_client_mobile: 3.2.19
- at_utils: 3.0.19

## 4.0.15

- **FIX**: Resolved Static analysis messages
Expand Down
4 changes: 2 additions & 2 deletions packages/at_backupkey_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:

dependencies:
at_app_flutter: ^5.2.0
at_client_mobile: ^3.2.17
at_onboarding_flutter: ^6.1.8
at_client_mobile: ^3.2.19
at_onboarding_flutter: ^6.1.9
cupertino_icons: ^1.0.6
flutter:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/at_backupkey_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
permission_handler: ^11.0.0
path_provider: ^2.1.1
at_file_saver: ^0.1.2
at_utils: ^3.0.15
at_client_mobile: ^3.2.17
at_utils: ^3.0.19
at_client_mobile: ^3.2.19
showcaseview: ^3.0.0
device_info_plus: ^10.1.1
file_picker: ^8.1.2
Expand Down
7 changes: 6 additions & 1 deletion packages/at_chat_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

- **CHORE**: Kotlin version increased from 1.7.10 to 1.8.20
- **CHORE**: Major version increase of file_picker from ^6.1.1 to ^8.1.1
- **CHORE**: Updated dependencies
- **FIX**: Replaced the depreciated KeychainUtil.getPrivateKey method
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_lookup: 3.0.49

## 3.0.12:

Expand Down
6 changes: 3 additions & 3 deletions packages/at_chat_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.7
at_client_mobile: ^3.2.17
at_utils: ^3.0.15
at_onboarding_flutter: ^6.1.9
at_client_mobile: ^3.2.19
at_utils: ^3.0.19
path_provider: ^2.1.1
flutter_keychain: ^2.4.0

Expand Down
10 changes: 5 additions & 5 deletions packages/at_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ environment:
flutter: ">=1.20.0"

dependencies:
at_client: ^3.0.72
at_client_mobile: ^3.2.17
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_common_flutter: ^2.0.14
at_commons: ^4.0.1
at_contact: ^3.0.8
at_lookup: ^3.0.40
at_commons: ^5.0.0
at_contact: ^3.0.9
at_lookup: ^3.0.49
file_picker: ^8.1.1
flutter:
sdk: flutter
Expand Down
8 changes: 8 additions & 0 deletions packages/at_contacts_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.0.16
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_lookup: 3.0.49
- at_utils: 3.0.19
## 4.0.15

- **FIX**: Dangling_library_doc_comment moved
Expand Down
9 changes: 5 additions & 4 deletions packages/at_contacts_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ environment:
# versions available, run `flutter pub outdated`.
dependencies:
at_app_flutter: ^5.2.0
at_backupkey_flutter: ^4.0.10
at_contacts_flutter:
path: ../
at_onboarding_flutter: ^6.1.7
at_client: ^3.0.75
at_client_mobile: ^3.2.17
at_onboarding_flutter: ^6.1.9
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_backupkey_flutter: ^4.0.16
path_provider: ^2.1.3

# The following adds the Cupertino Icons font to your application.
Expand All @@ -42,6 +42,7 @@ dependencies:
flutter:
sdk: flutter


dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
Expand Down
14 changes: 7 additions & 7 deletions packages/at_contacts_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_contacts_flutter
description: A Flutter plugin project to provide ease of managing contacts for
an atSign using atPlatform.
version: 4.0.15
version: 4.0.16
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_contacts_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -14,13 +14,13 @@ environment:
dependencies:
flutter:
sdk: flutter
at_client: ^3.0.75
at_client_mobile: ^3.2.17
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_common_flutter: ^2.0.12
at_commons: ^4.0.1
at_contact: ^3.0.8
at_lookup: ^3.0.40
at_utils: ^3.0.15
at_commons: ^5.0.0
at_contact: ^3.0.9
at_lookup: ^3.0.49
at_utils: ^3.0.19
flutter_slidable: ^3.1.0

dev_dependencies:
Expand Down
7 changes: 7 additions & 0 deletions packages/at_contacts_group_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.17
- build[deps]: Upgraded dependencies for the following packages:
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_contacts_flutter: 4.0.16
- at_utils: 3.0.19
## 4.0.16

- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20
Expand Down
9 changes: 5 additions & 4 deletions packages/at_contacts_group_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ environment:
dependencies:
# at_contacts_flutter: ^4.0.0
at_app_flutter: ^5.2.0
at_backupkey_flutter: ^4.0.10
at_client_mobile: ^3.2.17
at_contacts_flutter: ^4.0.14
at_backupkey_flutter: ^4.0.16
at_client_mobile: ^3.2.19
at_contacts_flutter: ^4.0.16
at_contacts_group_flutter:
# When depending on this package from a real application you should use:
# at_contacts_group_flutter: ^x.y.z
Expand All @@ -41,7 +41,8 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.8

at_onboarding_flutter: ^6.1.9

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
Expand Down
12 changes: 6 additions & 6 deletions packages/at_contacts_group_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_contacts_group_flutter
description: A Flutter plugin project to provide group functionality with
contacts using atPlatform.
version: 4.0.16
version: 4.0.17
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_contacts_group_flutter

Expand All @@ -13,12 +13,12 @@ environment:
flutter: ">=1.20.0"

dependencies:
at_client_mobile: ^3.2.17
at_client_mobile: ^3.2.19
at_common_flutter: ^2.0.12
at_commons: ^4.0.1
at_contact: ^3.0.8
at_contacts_flutter: ^4.0.14
at_utils: ^3.0.15
at_commons: ^5.0.0
at_contact: ^3.0.9
at_contacts_flutter: ^4.0.16
at_utils: ^3.0.19
collection: ^1.17.0
emoji_picker_flutter: ^3.0.0
file_picker: ^8.1.1
Expand Down
11 changes: 11 additions & 0 deletions packages/at_events_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.1.15
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_contacts_flutter: 4.0.16
- at_contacts_group_flutter: 4.0.17
- at_location_flutter: 3.1.14
- at_lookup: 3.0.49
- at_utils: 3.0.19
## 3.1.14:

- **CHORE**: Bumped up all dependency versions
Expand Down
4 changes: 2 additions & 2 deletions packages/at_events_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ environment:
# versions available, run `flutter pub outdated`.
dependencies:
at_app_flutter: ^5.2.0
at_client_mobile: ^3.2.17
at_client_mobile: ^3.2.19
at_events_flutter:
# When depending on this package from a real application you should use:
# at_events_flutter: ^x.y.z
# See https://dart.dev/tools/pub/dependencies#version-constraints
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.7
at_onboarding_flutter: ^6.1.9

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
20 changes: 10 additions & 10 deletions packages/at_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_events_flutter
description: A Flutter plugin project to manage events (time, place and
attendees) using the atPlatform.
version: 3.1.14
version: 3.1.15
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_events_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -12,16 +12,16 @@ environment:
flutter: ">=1.20.0"

dependencies:
at_client: ^3.0.72
at_client_mobile: ^3.2.17
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_common_flutter: ^2.0.13
at_commons: ^4.0.1
at_contact: ^3.0.8
at_contacts_flutter: ^4.0.14
at_contacts_group_flutter: ^4.0.15
at_location_flutter: ^3.1.13
at_lookup: ^3.0.40
at_utils: ^3.0.15
at_commons: ^5.0.0
at_contact: ^3.0.9
at_contacts_flutter: ^4.0.16
at_contacts_group_flutter: ^4.0.17
at_location_flutter: ^3.1.14
at_lookup: ^3.0.49
at_utils: ^3.0.19
flutter:
sdk: flutter
fluttertoast: ^8.2.2
Expand Down
8 changes: 8 additions & 0 deletions packages/at_follows_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.14
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_server_status: 1.0.5
- at_lookup: 3.0.49
- at_utils: 3.0.19
## 3.0.13:

- **FIX**: Depreciated AtClientService methods replaced with AtAuthService methods
Expand Down
2 changes: 1 addition & 1 deletion packages/at_follows_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.7
at_onboarding_flutter: ^6.1.9

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
14 changes: 7 additions & 7 deletions packages/at_follows_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: at_follows_flutter
description: A Flutter plugin project that provides a basic social "follows"
functionality for atSigns. Provides a list of followers and following for
atSigns with the option to unfollow them.
version: 3.0.13
version: 3.0.14
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets

Expand All @@ -11,13 +11,13 @@ environment:
flutter: ">=1.20.0"

dependencies:
at_client: ^3.0.72
at_client_mobile: ^3.2.17
at_commons: ^4.0.1
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_commons: ^5.0.0
at_file_saver: ^0.1.2
at_lookup: ^3.0.40
at_server_status: ^1.0.3
at_utils: ^3.0.15
at_lookup: ^3.0.49
at_server_status: ^1.0.5
at_utils: ^3.0.19
collection: ^1.17.0
flutter:
sdk: flutter
Expand Down
Loading

0 comments on commit 2f32a0d

Please sign in to comment.