File tree 4 files changed +14
-21
lines changed
4 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
packageName : ' @salesforce/sf-plugins-core'
40
40
externalProjectGitUrl : ' https://github.com/salesforcecli/plugin-deploy-retrieve'
41
- preBuildCommands : ' shx rm -rf node_modules/@oclif/core node_modules/@salesforce/kit node_modules/@salesforce/core node_modules/@salesforce/ts-types node_modules/@salesforce/cli-plugins-testkit'
41
+ preBuildCommands : ' shx rm -rf node_modules/@oclif/core node_modules/@oclif/table node_modules/@ salesforce/kit node_modules/@salesforce/core node_modules/@salesforce/ts-types node_modules/@salesforce/cli-plugins-testkit'
42
42
command : ${{ matrix.command }}
43
43
os : ${{ matrix.os }}
44
44
secrets : inherit
67
67
with :
68
68
packageName : ' @salesforce/sf-plugins-core'
69
69
externalProjectGitUrl : ' https://github.com/salesforcecli/${{matrix.repo}}'
70
- preBuildCommands : ' shx rm -rf node_modules/@oclif/core node_modules/@salesforce/kit node_modules/@salesforce/core node_modules/@salesforce/ts-types'
70
+ preBuildCommands : ' shx rm -rf node_modules/@oclif/core node_modules/@oclif/table node_modules/@ salesforce/kit node_modules/@salesforce/core node_modules/@salesforce/ts-types'
71
71
command : yarn test:nuts
72
72
os : ${{ matrix.os }}
73
73
secrets : inherit
Original file line number Diff line number Diff line change 46
46
"@inquirer/confirm" : " ^3.1.22" ,
47
47
"@inquirer/password" : " ^2.2.0" ,
48
48
"@oclif/core" : " ^4.0.27" ,
49
- "@oclif/table" : " ^0.3.0 " ,
49
+ "@oclif/table" : " ^0.3.2 " ,
50
50
"@salesforce/core" : " ^8.5.1" ,
51
51
"@salesforce/kit" : " ^3.2.3" ,
52
52
"@salesforce/ts-types" : " ^2.0.12" ,
53
53
"ansis" : " ^3.3.2" ,
54
54
"cli-progress" : " ^3.12.0" ,
55
- "natural-orderby" : " ^3.0.2" ,
56
- "slice-ansi" : " ^7.1.0" ,
57
- "string-width" : " ^7.2.0" ,
58
55
"terminal-link" : " ^3.0.0"
59
56
},
60
57
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -32,11 +32,9 @@ describe('Ux', () => {
32
32
ux . table ( { data : [ { key : 'foo' , value : 'bar' } ] , title : 'Title' } ) ;
33
33
} ) ;
34
34
expect ( stdout . replaceAll ( ' \n' , '\n' ) . trimEnd ( ) ) . to . equal ( `Title
35
- ┌─────┬───────┐
36
- │ Key │ Value │
37
- ├─────┼───────┤
38
- │ foo │ bar │
39
- └─────┴───────┘` ) ;
35
+ Key Value
36
+ ------------
37
+ foo bar` ) ;
40
38
} ) ;
41
39
42
40
it ( 'should not log anything if output is not enabled' , async ( ) => {
@@ -56,11 +54,9 @@ describe('Ux', () => {
56
54
ux . table ( opts ) ;
57
55
} ) ;
58
56
expect ( stdout . replaceAll ( ' \n' , '\n' ) . trimEnd ( ) ) . to . equal ( `Title
59
- ┌─────┬───────┐
60
- │ Key │ Value │
61
- ├─────┼───────┤
62
- │ foo │ bar │
63
- └─────┴───────┘` ) ;
57
+ Key Value
58
+ ------------
59
+ foo bar` ) ;
64
60
} ) ;
65
61
66
62
it ( 'should not log anything if output is not enabled' , async ( ) => {
Original file line number Diff line number Diff line change 582
582
wordwrap "^1.0.0"
583
583
wrap-ansi "^7.0.0"
584
584
585
- " @oclif/table@^0.3.0 " :
586
- version "0.3.0 "
587
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.0 .tgz#b87ba5d20e7e84a1d4744e68c64093dbc8bd8de9 "
588
- integrity sha512-HzUUyNcoEzfyvzzXL1evLZmiMBZ2SnH41lNHpoKJZJR4uCdiMkOzlkLf9M326qLmRJTDpKnUHgIZD778T647gg ==
585
+ " @oclif/table@^0.3.2 " :
586
+ version "0.3.2 "
587
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.2 .tgz#192a310488af67a7341ba203a0e3a0d67f1d8693 "
588
+ integrity sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA ==
589
589
dependencies :
590
590
" @oclif/core" " ^4"
591
591
" @types/react" " ^18.3.12"
@@ -4980,7 +4980,7 @@ string-width@^5.0.1, string-width@^5.1.2:
4980
4980
emoji-regex "^9.2.2"
4981
4981
strip-ansi "^7.0.1"
4982
4982
4983
- string-width@^7.0.0, string-width@^7.2.0 :
4983
+ string-width@^7.0.0 :
4984
4984
version "7.2.0"
4985
4985
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
4986
4986
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
You can’t perform that action at this time.
0 commit comments