Skip to content

Commit e69e3cb

Browse files
authored
⬆️ update dependencies (#703)
1 parent 559c37c commit e69e3cb

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/dart.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.6.1
1+
# Created with package:mono_repo v6.6.3
22
name: Dart CI
33
on:
44
push:
@@ -38,7 +38,7 @@ jobs:
3838
name: Checkout repository
3939
uses: actions/checkout@v6
4040
- name: mono_repo self validate
41-
run: dart pub global activate mono_repo 6.6.1
41+
run: dart pub global activate mono_repo 6.6.3
4242
- name: mono_repo self validate
4343
run: dart pub global run mono_repo generate --validate
4444
job_002:
@@ -139,6 +139,7 @@ jobs:
139139
files: chopper/coverage/lcov.info
140140
fail_ci_if_error: true
141141
name: coverage_00
142+
token: "${{ secrets.CODECOV_TOKEN }}"
142143
- id: chopper_built_value_pub_upgrade
143144
name: chopper_built_value; dart pub upgrade
144145
run: dart pub upgrade
@@ -154,6 +155,7 @@ jobs:
154155
files: chopper_built_value/coverage/lcov.info
155156
fail_ci_if_error: true
156157
name: coverage_01
158+
token: "${{ secrets.CODECOV_TOKEN }}"
157159
- id: chopper_generator_pub_upgrade
158160
name: chopper_generator; dart pub upgrade
159161
run: dart pub upgrade
@@ -169,6 +171,7 @@ jobs:
169171
files: chopper_generator/coverage/lcov.info
170172
fail_ci_if_error: true
171173
name: coverage_02
174+
token: "${{ secrets.CODECOV_TOKEN }}"
172175
needs:
173176
- job_001
174177
- job_002

chopper/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
http: ^1.6.0
1313
logging: ^1.3.0
1414
meta: ^1.17.0
15-
qs_dart: ^1.6.0
15+
qs_dart: ^1.7.3
1616

1717
dev_dependencies:
1818
build_runner: ^2.10.4
@@ -26,7 +26,7 @@ dev_dependencies:
2626
lints: ^6.0.0
2727
test: ^1.28.0
2828
transparent_image: ^2.0.1
29-
chopper_generator: ^8.4.0
29+
chopper_generator: ^8.6.0
3030

3131
topics:
3232
- api

chopper_built_value/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
built_value: ^8.12.1
1212
built_collection: ^5.1.1
13-
chopper: ^8.4.0
13+
chopper: ^8.5.0
1414
http: ^1.6.0
1515

1616
dev_dependencies:

chopper_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88
sdk: ^3.9.0
99

1010
dependencies:
11-
analyzer: ">=8.0.0 <11.0.0"
11+
analyzer: ">=8.0.0 <13.0.0"
1212
build: ^4.0.3
1313
built_collection: ^5.1.1
14-
chopper: ^8.4.0
14+
chopper: ^8.5.0
1515
code_builder: ^4.11.0
1616
logging: ^1.3.0
1717
meta: ^1.17.0

tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.6.1
2+
# Created with package:mono_repo v6.6.3
33

44
# Support built in commands on windows out of the box.
55

0 commit comments

Comments
 (0)