Skip to content

Commit 241e2c1

Browse files
authored
Fix cookbook scraper bugs and re-run (#697)
* fix path separator bug in cookbook scraper * update lockfiles * add category to image name to avoid conflicts e.g. testing/integration/introduction testing/widget/introduction * fix form_app symlink * remove webimages directory * remove vision_challenge vision_challenge doesn't build on the dev channel * update pubspec.yaml in _tool and form_app
1 parent 20f8b71 commit 241e2c1

File tree

143 files changed

+266
-638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+266
-638
lines changed

animations/pubspec.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -7,56 +7,56 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.5.0-nullsafety.1"
10+
version: "2.5.0-nullsafety.3"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
1414
name: boolean_selector
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.1.0-nullsafety.1"
17+
version: "2.1.0-nullsafety.3"
1818
characters:
1919
dependency: transitive
2020
description:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0-nullsafety.3"
24+
version: "1.1.0-nullsafety.5"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.2.0-nullsafety.1"
31+
version: "1.2.0-nullsafety.3"
3232
clock:
3333
dependency: transitive
3434
description:
3535
name: clock
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.1.0-nullsafety.1"
38+
version: "1.1.0-nullsafety.3"
3939
collection:
4040
dependency: transitive
4141
description:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0-nullsafety.3"
45+
version: "1.15.0-nullsafety.5"
4646
cupertino_icons:
4747
dependency: "direct main"
4848
description:
4949
name: cupertino_icons
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.0"
52+
version: "1.0.2"
5353
fake_async:
5454
dependency: transitive
5555
description:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0-nullsafety.1"
59+
version: "1.2.0-nullsafety.3"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -73,21 +73,21 @@ packages:
7373
name: matcher
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "0.12.10-nullsafety.1"
76+
version: "0.12.10-nullsafety.3"
7777
meta:
7878
dependency: transitive
7979
description:
8080
name: meta
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "1.3.0-nullsafety.3"
83+
version: "1.3.0-nullsafety.6"
8484
path:
8585
dependency: transitive
8686
description:
8787
name: path
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "1.8.0-nullsafety.1"
90+
version: "1.8.0-nullsafety.3"
9191
pedantic:
9292
dependency: "direct dev"
9393
description:
@@ -106,55 +106,55 @@ packages:
106106
name: source_span
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.8.0-nullsafety.2"
109+
version: "1.8.0-nullsafety.4"
110110
stack_trace:
111111
dependency: transitive
112112
description:
113113
name: stack_trace
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.10.0-nullsafety.1"
116+
version: "1.10.0-nullsafety.6"
117117
stream_channel:
118118
dependency: transitive
119119
description:
120120
name: stream_channel
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "2.1.0-nullsafety.1"
123+
version: "2.1.0-nullsafety.3"
124124
string_scanner:
125125
dependency: transitive
126126
description:
127127
name: string_scanner
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "1.1.0-nullsafety.1"
130+
version: "1.1.0-nullsafety.3"
131131
term_glyph:
132132
dependency: transitive
133133
description:
134134
name: term_glyph
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "1.2.0-nullsafety.1"
137+
version: "1.2.0-nullsafety.3"
138138
test_api:
139139
dependency: transitive
140140
description:
141141
name: test_api
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "0.2.19-nullsafety.2"
144+
version: "0.2.19-nullsafety.6"
145145
typed_data:
146146
dependency: transitive
147147
description:
148148
name: typed_data
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "1.3.0-nullsafety.3"
151+
version: "1.3.0-nullsafety.5"
152152
vector_math:
153153
dependency: transitive
154154
description:
155155
name: vector_math
156156
url: "https://pub.dartlang.org"
157157
source: hosted
158-
version: "2.1.0-nullsafety.3"
158+
version: "2.1.0-nullsafety.5"
159159
sdks:
160-
dart: ">=2.10.0 <2.11.0"
160+
dart: ">=2.12.0-0.0 <3.0.0"

experimental/web_dashboard/pubspec.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.41.1"
17+
version: "0.41.2"
1818
args:
1919
dependency: transitive
2020
description:
@@ -42,7 +42,7 @@ packages:
4242
name: build
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.6.0"
45+
version: "1.6.2"
4646
build_config:
4747
dependency: transitive
4848
description:
@@ -56,28 +56,28 @@ packages:
5656
name: build_daemon
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.1.4"
59+
version: "2.1.7"
6060
build_resolvers:
6161
dependency: transitive
6262
description:
6363
name: build_resolvers
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "1.5.1"
66+
version: "1.5.3"
6767
build_runner:
6868
dependency: "direct dev"
6969
description:
7070
name: build_runner
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.10.11"
73+
version: "1.11.1"
7474
build_runner_core:
7575
dependency: transitive
7676
description:
7777
name: build_runner_core
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "6.1.5"
80+
version: "6.1.7"
8181
built_collection:
8282
dependency: transitive
8383
description:
@@ -168,7 +168,7 @@ packages:
168168
name: code_builder
169169
url: "https://pub.dartlang.org"
170170
source: hosted
171-
version: "3.5.0"
171+
version: "3.6.0"
172172
collection:
173173
dependency: transitive
174174
description:
@@ -189,7 +189,7 @@ packages:
189189
name: coverage
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "0.14.2"
192+
version: "0.15.1"
193193
crypto:
194194
dependency: transitive
195195
description:
@@ -210,7 +210,7 @@ packages:
210210
name: dart_style
211211
url: "https://pub.dartlang.org"
212212
source: hosted
213-
version: "1.3.10"
213+
version: "1.3.11"
214214
fake_async:
215215
dependency: transitive
216216
description:
@@ -309,7 +309,7 @@ packages:
309309
name: google_sign_in
310310
url: "https://pub.dartlang.org"
311311
source: hosted
312-
version: "4.5.6"
312+
version: "4.5.9"
313313
google_sign_in_platform_interface:
314314
dependency: transitive
315315
description:
@@ -449,7 +449,7 @@ packages:
449449
name: node_preamble
450450
url: "https://pub.dartlang.org"
451451
source: hosted
452-
version: "1.4.12"
452+
version: "1.4.13"
453453
package_config:
454454
dependency: transitive
455455
description:
@@ -491,7 +491,7 @@ packages:
491491
name: provider
492492
url: "https://pub.dartlang.org"
493493
source: hosted
494-
version: "4.3.2+3"
494+
version: "4.3.3"
495495
pub_semver:
496496
dependency: transitive
497497
description:
@@ -526,21 +526,21 @@ packages:
526526
name: shelf_packages_handler
527527
url: "https://pub.dartlang.org"
528528
source: hosted
529-
version: "2.0.0"
529+
version: "2.0.1"
530530
shelf_static:
531531
dependency: transitive
532532
description:
533533
name: shelf_static
534534
url: "https://pub.dartlang.org"
535535
source: hosted
536-
version: "0.2.9+1"
536+
version: "0.2.9+2"
537537
shelf_web_socket:
538538
dependency: transitive
539539
description:
540540
name: shelf_web_socket
541541
url: "https://pub.dartlang.org"
542542
source: hosted
543-
version: "0.2.3"
543+
version: "0.2.4"
544544
sky_engine:
545545
dependency: transitive
546546
description: flutter
@@ -615,7 +615,7 @@ packages:
615615
name: test
616616
url: "https://pub.dartlang.org"
617617
source: hosted
618-
version: "1.16.0-nullsafety.13"
618+
version: "1.16.0-nullsafety.17"
619619
test_api:
620620
dependency: transitive
621621
description:
@@ -629,7 +629,7 @@ packages:
629629
name: test_core
630630
url: "https://pub.dartlang.org"
631631
source: hosted
632-
version: "0.3.12-nullsafety.12"
632+
version: "0.3.12-nullsafety.15"
633633
timing:
634634
dependency: transitive
635635
description:
@@ -678,7 +678,7 @@ packages:
678678
name: web_socket_channel
679679
url: "https://pub.dartlang.org"
680680
source: hosted
681-
version: "1.1.0"
681+
version: "1.2.0"
682682
webkit_inspection_protocol:
683683
dependency: transitive
684684
description:
@@ -695,4 +695,4 @@ packages:
695695
version: "2.2.1"
696696
sdks:
697697
dart: ">=2.12.0-0.0 <3.0.0"
698-
flutter: ">=1.16.0 <2.0.0"
698+
flutter: ">=1.16.0"

0 commit comments

Comments
 (0)