File tree Expand file tree Collapse file tree 4 files changed +956
-307
lines changed Expand file tree Collapse file tree 4 files changed +956
-307
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
test-or-release :
9
- runs-on : macos-13
9
+ runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- uses : pnpm/action-setup@v4
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ program.description('Transforms an ESM module to AMD or adapts an AMD module for
17
17
. option ( '-r, --rewrite' , 'rewrite the input files with the adapted output' )
18
18
. option ( '-s, --source-map' , 'write inline source maps to the adapted output' )
19
19
. option ( '-v, --verbose' , 'print progress and call stack in case of error' )
20
+ . argument ( '[files...]' )
20
21
. on ( '--help' , function ( ) {
21
22
console . log ( )
22
23
console . log ( 'You can use one or more file names or one or more glob patterns to specify one' )
Original file line number Diff line number Diff line change 69
69
"statements" : 45
70
70
},
71
71
"dependencies" : {
72
- "@prantlf/convert-source-map" : " ^2.0 .0" ,
73
- "astring" : " ^1.8.6 " ,
72
+ "@prantlf/convert-source-map" : " ^2.1 .0" ,
73
+ "astring" : " ^1.9.0 " ,
74
74
"charcodes" : " ^0.2.0" ,
75
- "commander" : " ^12 .1.0" ,
76
- "meriyah" : " ^5 .0.0 " ,
75
+ "commander" : " ^13 .1.0" ,
76
+ "meriyah" : " ^6 .0.6 " ,
77
77
"punycode" : " ^2.3.1" ,
78
78
"source-map" : " ^0.8.0-beta.0" ,
79
79
"tiny-glob" : " ^0.2.9"
80
80
},
81
81
"devDependencies" : {
82
- "@eslint/js" : " ^9.8 .0" ,
83
- "@prantlf/requirejs" : " ^3.2 .0" ,
84
- "@rollup/plugin-commonjs" : " ^26 .0.1 " ,
82
+ "@eslint/js" : " ^9.26 .0" ,
83
+ "@prantlf/requirejs" : " ^3.3 .0" ,
84
+ "@rollup/plugin-commonjs" : " ^28 .0.3 " ,
85
85
"@rollup/plugin-json" : " ^6.1.0" ,
86
- "@rollup/plugin-node-resolve" : " ^15.2.3 " ,
87
- "c8" : " ^10.1.2 " ,
88
- "eslint" : " ^9.8 .0" ,
89
- "globals" : " ^15.8 .0" ,
86
+ "@rollup/plugin-node-resolve" : " ^16.0.1 " ,
87
+ "c8" : " ^10.1.3 " ,
88
+ "eslint" : " ^9.26 .0" ,
89
+ "globals" : " ^16.1 .0" ,
90
90
"lit-html" : " ^1" ,
91
- "rollup" : " ^4.19.1 " ,
91
+ "rollup" : " ^4.40.2 " ,
92
92
"tehanu" : " ^1.0.1" ,
93
93
"tehanu-repo-coco" : " ^1.0.1" ,
94
94
"tehanu-teru" : " ^1.0.1" ,
95
- "terser" : " ^5.31.3 "
95
+ "terser" : " ^5.39.1 "
96
96
},
97
97
"keywords" : [
98
98
" requirejs-plugin" ,
You can’t perform that action at this time.
0 commit comments