Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): sync branches #1800

Merged
merged 17 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
9f51764
chore(deps): bump share_plus in /packages/stream_chat_flutter
dependabot[bot] Oct 9, 2023
4f40ed9
chore(deps): bump actions/setup-node from 3 to 4
dependabot[bot] Oct 23, 2023
c1b5b26
chore(deps): bump file_picker in /packages/stream_chat_flutter
dependabot[bot] Nov 6, 2023
d176ab6
chore(deps): bump amannn/action-semantic-pull-request
dependabot[bot] Nov 6, 2023
e2f9afe
chore(deps): bump VeryGoodOpenSource/very_good_coverage
dependabot[bot] Nov 20, 2023
9a7373e
Merge branch 'develop' into dependabot/github_actions/VeryGoodOpenSou…
Brazol Nov 30, 2023
1f10aea
Merge pull request #1781 from GetStream/dependabot/github_actions/Ver…
Brazol Nov 30, 2023
8f64582
Merge branch 'develop' into dependabot/github_actions/amannn/action-s…
Brazol Nov 30, 2023
46284ae
Merge pull request #1768 from GetStream/dependabot/github_actions/ama…
Brazol Nov 30, 2023
096fca7
Merge branch 'develop' into dependabot/github_actions/actions/setup-n…
Brazol Nov 30, 2023
873a664
Merge branch 'develop' into dependabot/pub/packages/stream_chat_flutt…
Brazol Nov 30, 2023
00137ca
Merge pull request #1767 from GetStream/dependabot/pub/packages/strea…
Brazol Nov 30, 2023
3a00ce2
Merge branch 'develop' into dependabot/pub/packages/stream_chat_flutt…
Brazol Nov 30, 2023
46eadbc
Merge pull request #1746 from GetStream/dependabot/pub/packages/strea…
Brazol Nov 30, 2023
9542054
Merge branch 'develop' into dependabot/github_actions/actions/setup-n…
Brazol Nov 30, 2023
f19f6a7
Merge pull request #1757 from GetStream/dependabot/github_actions/act…
Brazol Nov 30, 2023
f38bb75
Merge branch 'develop'
esarbanis Dec 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node 16
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
- name: push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
conventional_pr_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.3.0
- uses: amannn/action-semantic-pull-request@v5.4.0
with:
scopes: |
llc
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/stream_flutter_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,27 @@ jobs:
token: ${{secrets.CODECOV_TOKEN}}
files: packages/*/coverage/lcov.info
- name: "Stream Chat Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
uses: VeryGoodOpenSource/very_good_coverage@v2.2.0
with:
path: packages/stream_chat/coverage/lcov.info
min_coverage: 79
- name: "Stream Chat Localizations Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
uses: VeryGoodOpenSource/very_good_coverage@v2.2.0
with:
path: packages/stream_chat_localizations/coverage/lcov.info
min_coverage: 100
- name: "Stream Chat Persistence Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
uses: VeryGoodOpenSource/very_good_coverage@v2.2.0
with:
path: packages/stream_chat_persistence/coverage/lcov.info
min_coverage: 95
- name: "Stream Chat Flutter Core Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
uses: VeryGoodOpenSource/very_good_coverage@v2.2.0
with:
path: packages/stream_chat_flutter_core/coverage/lcov.info
min_coverage: 30
- name: "Stream Chat Flutter Coverage Check"
uses: VeryGoodOpenSource/very_good_coverage@v2.1.0
uses: VeryGoodOpenSource/very_good_coverage@v2.2.0
with:
path: packages/stream_chat_flutter/coverage/lcov.info
min_coverage: 44
Expand Down
4 changes: 2 additions & 2 deletions packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
diacritic: ^0.1.4
dio: ^5.3.2
ezanimation: ^0.6.0
file_picker: ^5.3.3
file_picker: ">=5.3.3 <7.0.0"
file_selector: ^1.0.0
flutter:
sdk: flutter
Expand All @@ -37,7 +37,7 @@ dependencies:
photo_manager: ^2.7.1
photo_view: ^0.14.0
rxdart: ^0.27.7
share_plus: ^7.1.0
share_plus: ">=7.1.0 <9.0.0"
shimmer: ^3.0.0
stream_chat_flutter_core: ^7.0.0
synchronized: ^3.1.0
Expand Down