This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree 3 files changed +65
-1
lines changed
3 files changed +65
-1
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,13 @@ workflows:
32
32
requires :
33
33
- release-management/test-package
34
34
tag : core-v1
35
+ dependabot-automerge :
36
+ triggers :
37
+ - schedule :
38
+ cron : ' 0 2,5,8,11 * * *'
39
+ filters :
40
+ branches :
41
+ only :
42
+ - main
43
+ jobs :
44
+ - release-management/dependabot-automerge
Original file line number Diff line number Diff line change 5
5
"author" : " Jeff Dickey @jdxcode" ,
6
6
"bugs" : " https://github.com/oclif/cli-ux/issues" ,
7
7
"dependencies" : {
8
- "@oclif/core" : " ^1.0.5 " ,
8
+ "@oclif/core" : " ^1.0.7 " ,
9
9
"@oclif/linewrap" : " ^1.0.0" ,
10
10
"@oclif/screen" : " ^1.0.3" ,
11
11
"ansi-escapes" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 337
337
widest-line "^3.1.0"
338
338
wrap-ansi "^7.0.0"
339
339
340
+ " @oclif/core@^1.0.7 " :
341
+ version "1.0.7"
342
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.7.tgz#3f3b38774aecc7c09902beb9f424735149b6b3ba"
343
+ integrity sha512-bIaf3zM9YSo8SJq/fN8dfHjmDmZ6QmC3UCWpoykvl7UH2Prt5aCfdAJH/y3HrXVgWPYi+ByrXdzje1Mwgnq4dQ==
344
+ dependencies :
345
+ " @oclif/linewrap" " ^1.0.0"
346
+ chalk "^4.1.2"
347
+ clean-stack "^3.0.1"
348
+ cli-ux "^6.0.3"
349
+ debug "^4.3.3"
350
+ fs-extra "^9.1.0"
351
+ get-package-type "^0.1.0"
352
+ globby "^11.0.4"
353
+ indent-string "^4.0.0"
354
+ is-wsl "^2.2.0"
355
+ lodash "^4.17.21"
356
+ semver "^7.3.5"
357
+ string-width "^4.2.3"
358
+ strip-ansi "^6.0.1"
359
+ tslib "^2.3.1"
360
+ widest-line "^3.1.0"
361
+ wrap-ansi "^7.0.0"
362
+
340
363
" @oclif/errors@^1.2.1" , "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3":
341
364
version "1.3.4"
342
365
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.4.tgz#a96f94536b4e25caa72eff47e8b3ed04f6995f55"
@@ -939,6 +962,37 @@ cli-ux@^6.0.1:
939
962
supports-hyperlinks "^2.1.0"
940
963
tslib "^2.0.0"
941
964
965
+ cli-ux@^6.0.3 :
966
+ version "6.0.3"
967
+ resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.3.tgz#11de25d7db31669c231899d39da3e75d1471bc85"
968
+ integrity sha512-XAzXgDDpFZZlDifxbP82ZICeY9KTnYE+xMKcxH2lPJzi/JEPoqG0OxnrS06kcJrSKsxyGAlh7rVaIeW9afKhcA==
969
+ dependencies :
970
+ " @oclif/core" " ^1.0.5"
971
+ " @oclif/linewrap" " ^1.0.0"
972
+ " @oclif/screen" " ^1.0.3"
973
+ ansi-escapes "^4.3.0"
974
+ ansi-styles "^4.2.0"
975
+ cardinal "^2.1.1"
976
+ chalk "^4.1.0"
977
+ clean-stack "^3.0.0"
978
+ cli-progress "^3.9.1"
979
+ extract-stack "^2.0.0"
980
+ fs-extra "^8.1"
981
+ hyperlinker "^1.0.0"
982
+ indent-string "^4.0.0"
983
+ is-wsl "^2.2.0"
984
+ js-yaml "^3.13.1"
985
+ lodash "^4.17.21"
986
+ natural-orderby "^2.0.1"
987
+ object-treeify "^1.1.4"
988
+ password-prompt "^1.1.2"
989
+ semver "^7.3.2"
990
+ string-width "^4.2.0"
991
+ strip-ansi "^6.0.0"
992
+ supports-color "^8.1.0"
993
+ supports-hyperlinks "^2.1.0"
994
+ tslib "^2.0.0"
995
+
942
996
cliui@^7.0.2 :
943
997
version "7.0.4"
944
998
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
You can’t perform that action at this time.
0 commit comments