Skip to content

Commit fe15eb5

Browse files
committed
⬆️ update dependencies
1 parent c8bceb2 commit fe15eb5

File tree

5 files changed

+102
-53
lines changed

5 files changed

+102
-53
lines changed

bin/main_helpers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final AlfredWorkflow _workflow = AlfredWorkflow(
1111
)..disableAlfredSmartResultOrdering = true;
1212

1313
final AlfredUpdater _updater = AlfredUpdater(
14-
githubRepositoryUrl: Uri.parse(Env.githubRepositoryUrl),
14+
githubRepositoryUrl: Env.githubRepositoryUrl,
1515
currentVersion: Env.appVersion,
1616
updateInterval: Duration(days: 7),
1717
);

bin/src/env/env.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ abstract class Env {
88
static const String appVersion = _Env.appVersion;
99

1010
@EnviedField(varName: 'GITHUB_REPOSITORY_URL')
11-
static const String githubRepositoryUrl = _Env.githubRepositoryUrl;
11+
static final Uri githubRepositoryUrl = _Env.githubRepositoryUrl;
1212

1313
@EnviedField(varName: 'ALGOLIA_APPLICATION_ID', obfuscate: true)
1414
static final String algoliaApplicationId = _Env.algoliaApplicationId;

bin/src/services/emoji_downloader.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class EmojiDownloader {
1515
Future<File?> downloadImage() async {
1616
final String fileName = '${emoji.runes.first.toRadixString(16)}.png';
1717
final String filePath =
18-
_directoryPath != null && await Directory(_directoryPath!).exists()
19-
? path.join(_directoryPath!, fileName)
18+
_directoryPath != null && await Directory(_directoryPath).exists()
19+
? path.join(_directoryPath, fileName)
2020
: path.join(
2121
path.dirname(Platform.script.toFilePath()),
2222
'image_cache',

pubspec.lock

Lines changed: 88 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: ae92f5d747aee634b87f89d9946000c2de774be1d6ac3e58268224348cd0101a
8+
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "61.0.0"
11+
version: "65.0.0"
1212
alfred_workflow:
1313
dependency: "direct main"
1414
description:
1515
name: alfred_workflow
16-
sha256: "540cbc4186d3dc20c3719a60f29b5657aa2b4619107b13403fc3f7378f01bc14"
16+
sha256: f3d8da44e2783d4495755c72a9769118bb10f45fc3a596ab9e2bae1badd58da9
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "0.4.0"
19+
version: "0.5.0"
2020
algolia:
2121
dependency: "direct main"
2222
description:
@@ -29,10 +29,10 @@ packages:
2929
dependency: transitive
3030
description:
3131
name: analyzer
32-
sha256: ea3d8652bda62982addfd92fdc2d0214e5f82e43325104990d4f4c4a2a313562
32+
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "5.13.0"
35+
version: "6.3.0"
3636
args:
3737
dependency: "direct main"
3838
description:
@@ -85,18 +85,18 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build_daemon
88-
sha256: "5f02d73eb2ba16483e693f80bee4f088563a820e47d1027d4cdfe62b5bb43e65"
88+
sha256: "0343061a33da9c5810b2d6cee51945127d8f4c060b7fbdd9d54917f0a3feaaa1"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "4.0.0"
91+
version: "4.0.1"
9292
build_resolvers:
9393
dependency: transitive
9494
description:
9595
name: build_resolvers
96-
sha256: "6c4dd11d05d056e76320b828a1db0fc01ccd376922526f8e9d6c796a5adbac20"
96+
sha256: "64e12b0521812d1684b1917bc80945625391cb9bdd4312536b1d69dcb6133ed8"
9797
url: "https://pub.dev"
9898
source: hosted
99-
version: "2.2.1"
99+
version: "2.4.1"
100100
build_runner:
101101
dependency: "direct dev"
102102
description:
@@ -109,10 +109,10 @@ packages:
109109
dependency: transitive
110110
description:
111111
name: build_runner_core
112-
sha256: "6d6ee4276b1c5f34f21fdf39425202712d2be82019983d52f351c94aafbc2c41"
112+
sha256: c9e32d21dd6626b5c163d48b037ce906bbe428bc23ab77bcd77bb21e593b6185
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "7.2.10"
115+
version: "7.2.11"
116116
built_collection:
117117
dependency: transitive
118118
description:
@@ -125,10 +125,10 @@ packages:
125125
dependency: transitive
126126
description:
127127
name: built_value
128-
sha256: "598a2a682e2a7a90f08ba39c0aaa9374c5112340f0a2e275f61b59389543d166"
128+
sha256: "723b4021e903217dfc445ec4cf5b42e27975aece1fc4ebbc1ca6329c2d9fb54e"
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "8.6.1"
131+
version: "8.7.0"
132132
charcode:
133133
dependency: transitive
134134
description:
@@ -165,18 +165,18 @@ packages:
165165
dependency: transitive
166166
description:
167167
name: code_builder
168-
sha256: "4ad01d6e56db961d29661561effde45e519939fdaeb46c351275b182eac70189"
168+
sha256: b2151ce26a06171005b379ecff6e08d34c470180ffe16b8e14b6d52be292b55f
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "4.5.0"
171+
version: "4.8.0"
172172
collection:
173173
dependency: transitive
174174
description:
175175
name: collection
176-
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
176+
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
177177
url: "https://pub.dev"
178178
source: hosted
179-
version: "1.17.2"
179+
version: "1.18.0"
180180
convert:
181181
dependency: transitive
182182
description:
@@ -189,10 +189,10 @@ packages:
189189
dependency: transitive
190190
description:
191191
name: copy_with_extension
192-
sha256: "968ecc772545217d46ce3c8a7512fd71c2694c02d5a2d39c41a1965a1f52e55f"
192+
sha256: fbcf890b0c34aedf0894f91a11a579994b61b4e04080204656b582708b5b1125
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "5.0.3"
195+
version: "5.0.4"
196196
crypto:
197197
dependency: "direct main"
198198
description:
@@ -205,26 +205,26 @@ packages:
205205
dependency: transitive
206206
description:
207207
name: dart_style
208-
sha256: "1efa911ca7086affd35f463ca2fc1799584fb6aa89883cf0af8e3664d6a02d55"
208+
sha256: "40ae61a5d43feea6d24bd22c0537a6629db858963b99b4bc1c3db80676f32368"
209209
url: "https://pub.dev"
210210
source: hosted
211-
version: "2.3.2"
211+
version: "2.3.4"
212212
envied:
213213
dependency: "direct main"
214214
description:
215215
name: envied
216-
sha256: "60d3f5606c7b35bc6ef493e650d916b34351d8af2e58b7ac45881ba59dfcf039"
216+
sha256: c4af8bb99203d7f216cea41f2ec70874f9dd826b2a5782cdc5bd25389c5adcc1
217217
url: "https://pub.dev"
218218
source: hosted
219-
version: "0.3.0+3"
219+
version: "0.5.2"
220220
envied_generator:
221221
dependency: "direct dev"
222222
description:
223223
name: envied_generator
224-
sha256: dfdbe5dc52863e54c036a4c4042afbdf1bd528cb4c1e638ecba26228ba72e9e5
224+
sha256: "637901d274db3974afb3919ca9ba2e1a97f110fd57350ac13a3adcd20ad7d530"
225225
url: "https://pub.dev"
226226
source: hosted
227-
version: "0.3.0+3"
227+
version: "0.5.2"
228228
equatable:
229229
dependency: transitive
230230
description:
@@ -277,10 +277,10 @@ packages:
277277
dependency: "direct main"
278278
description:
279279
name: http
280-
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
280+
sha256: "38dce67ce909c338754840e2a1479c2c11347a2fc7ec3d5b166a5118a8a201db"
281281
url: "https://pub.dev"
282282
source: hosted
283-
version: "1.1.0"
283+
version: "1.1.1"
284284
http_multi_server:
285285
dependency: transitive
286286
description:
@@ -333,10 +333,10 @@ packages:
333333
dependency: "direct dev"
334334
description:
335335
name: lints
336-
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
336+
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
337337
url: "https://pub.dev"
338338
source: hosted
339-
version: "2.1.1"
339+
version: "3.0.0"
340340
logging:
341341
dependency: transitive
342342
description:
@@ -357,10 +357,10 @@ packages:
357357
dependency: transitive
358358
description:
359359
name: meta
360-
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
360+
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
361361
url: "https://pub.dev"
362362
source: hosted
363-
version: "1.9.1"
363+
version: "1.11.0"
364364
mime:
365365
dependency: transitive
366366
description:
@@ -385,6 +385,22 @@ packages:
385385
url: "https://pub.dev"
386386
source: hosted
387387
version: "1.8.3"
388+
petitparser:
389+
dependency: transitive
390+
description:
391+
name: petitparser
392+
sha256: eeb2d1428ee7f4170e2bd498827296a18d4e7fc462b71727d111c0ac7707cfa6
393+
url: "https://pub.dev"
394+
source: hosted
395+
version: "6.0.1"
396+
plist_parser:
397+
dependency: transitive
398+
description:
399+
name: plist_parser
400+
sha256: e2a6f9abfa0c45c0253656b7360abb0dfb84af9937bace74605b93d2aad2bf0c
401+
url: "https://pub.dev"
402+
source: hosted
403+
version: "0.0.11"
388404
pool:
389405
dependency: transitive
390406
description:
@@ -409,6 +425,14 @@ packages:
409425
url: "https://pub.dev"
410426
source: hosted
411427
version: "1.2.3"
428+
recase:
429+
dependency: transitive
430+
description:
431+
name: recase
432+
sha256: e4eb4ec2dcdee52dcf99cb4ceabaffc631d7424ee55e56f280bc039737f89213
433+
url: "https://pub.dev"
434+
source: hosted
435+
version: "4.1.0"
412436
shelf:
413437
dependency: transitive
414438
description:
@@ -449,6 +473,14 @@ packages:
449473
url: "https://pub.dev"
450474
source: hosted
451475
version: "1.10.0"
476+
sprintf:
477+
dependency: transitive
478+
description:
479+
name: sprintf
480+
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
481+
url: "https://pub.dev"
482+
source: hosted
483+
version: "7.0.0"
452484
stack_trace:
453485
dependency: transitive
454486
description:
@@ -461,18 +493,18 @@ packages:
461493
dependency: "direct main"
462494
description:
463495
name: stash
464-
sha256: "7d6ac4f82feaa45b51b74431dcd93c1c818d61ec23edaf5c912279146f6844e5"
496+
sha256: "70a516b6d791fa760a9e58c4f01ac0230ca3be8d71d57fcec637996c7d4e463f"
465497
url: "https://pub.dev"
466498
source: hosted
467-
version: "5.0.0"
499+
version: "5.0.2"
468500
stash_file:
469501
dependency: transitive
470502
description:
471503
name: stash_file
472-
sha256: f82784bf8beffbc9a7b0950a0ec4b8b325da9121c1fbd2030ff7cc7d947e7eb4
504+
sha256: dc90f076cef14d486e473e0156d6e256503e9193e8681b650d0e4e70c33210bd
473505
url: "https://pub.dev"
474506
source: hosted
475-
version: "5.0.0"
507+
version: "5.0.2"
476508
stream_channel:
477509
dependency: transitive
478510
description:
@@ -546,13 +578,13 @@ packages:
546578
source: hosted
547579
version: "2.2.2"
548580
uuid:
549-
dependency: transitive
581+
dependency: "direct overridden"
550582
description:
551583
name: uuid
552-
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
584+
sha256: df5a4d8f22ee4ccd77f8839ac7cb274ebc11ef9adcce8b92be14b797fe889921
553585
url: "https://pub.dev"
554586
source: hosted
555-
version: "3.0.7"
587+
version: "4.2.1"
556588
watcher:
557589
dependency: transitive
558590
description:
@@ -561,6 +593,14 @@ packages:
561593
url: "https://pub.dev"
562594
source: hosted
563595
version: "1.1.0"
596+
web:
597+
dependency: transitive
598+
description:
599+
name: web
600+
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
601+
url: "https://pub.dev"
602+
source: hosted
603+
version: "0.4.0"
564604
web_socket_channel:
565605
dependency: transitive
566606
description:
@@ -569,6 +609,14 @@ packages:
569609
url: "https://pub.dev"
570610
source: hosted
571611
version: "2.4.0"
612+
xml:
613+
dependency: transitive
614+
description:
615+
name: xml
616+
sha256: af5e77e9b83f2f4adc5d3f0a4ece1c7f45a2467b695c2540381bac793e34e556
617+
url: "https://pub.dev"
618+
source: hosted
619+
version: "6.4.2"
572620
yaml:
573621
dependency: transitive
574622
description:
@@ -578,4 +626,4 @@ packages:
578626
source: hosted
579627
version: "3.1.2"
580628
sdks:
581-
dart: ">=3.0.5 <4.0.0"
629+
dart: ">=3.2.0 <4.0.0"

pubspec.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,30 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.2.2
7+
version: 1.2.3
88

99
environment:
10-
sdk: '>=3.0.5 <4.0.0'
10+
sdk: '>=3.2.0 <4.0.0'
1111

1212

1313
dependencies:
1414
algolia: ^1.1.2
1515
args: ^2.4.2
16-
alfred_workflow: ^0.4.0
16+
alfred_workflow: ^0.5.0
1717
cli_script: ^1.0.0
1818
crypto: ^3.0.3
19-
envied: ^0.3.0+3
20-
http: ^1.1.0
19+
envied: ^0.5.2
20+
http: ">=0.13.0 <2.0.0"
2121
json_annotation: ^4.8.1
2222
path: ^1.8.3
23-
stash: ^5.0.0
23+
stash: ^5.0.2
2424

2525
dev_dependencies:
2626
build_runner: ^2.4.6
27-
envied_generator: ^0.3.0+3
27+
envied_generator: ^0.5.2
2828
json_serializable: ^6.7.1
29-
lints: ^2.1.1
29+
lints: ^3.0.0
3030

3131
dependency_overrides:
32-
http: ^1.1.0
32+
http: ^1.1.1
33+
uuid: ^4.2.1

0 commit comments

Comments
 (0)