File tree Expand file tree Collapse file tree 4 files changed +36
-147
lines changed
Expand file tree Collapse file tree 4 files changed +36
-147
lines changed Original file line number Diff line number Diff line change 11import path from 'node:path' ;
22import titleize from 'titleize' ;
33import humanizeString from 'humanize-string' ;
4- import { readPackageUpSync } from 'read-pkg -up' ;
4+ import { readPackageUpSync } from 'read-package -up' ;
55import updateNotifier from 'update-notifier' ;
66import Configstore from 'configstore' ;
77import { namespaceToName } from './utils/namespace.js' ;
Original file line number Diff line number Diff line change 4444 },
4545 "dependencies" : {
4646 "@yeoman/adapter" : " ^3.1.0" ,
47- "@yeoman/types" : " ^1.6 .0" ,
48- "chalk" : " ^5.4.1 " ,
47+ "@yeoman/types" : " ^1.8 .0" ,
48+ "chalk" : " ^5.6.2 " ,
4949 "cli-list" : " ^1.0.0" ,
50- "configstore" : " ^7.0 .0" ,
51- "cross-spawn" : " ^7.0.3 " ,
50+ "configstore" : " ^7.1 .0" ,
51+ "cross-spawn" : " ^7.0.6 " ,
5252 "figures" : " ^6.1.0" ,
5353 "fullname" : " ^5.0.0" ,
5454 "global-agent" : " ^3.0.0" ,
55- "humanize-string" : " ^3.0 .0" ,
56- "inquirer" : " ^12.5.2 " ,
57- "lodash" : " ^4.17.15 " ,
55+ "humanize-string" : " ^3.1 .0" ,
56+ "inquirer" : " ^12.9.6 " ,
57+ "lodash" : " ^4.17.21 " ,
5858 "meow" : " ^14.0.0" ,
5959 "npm-keyword" : " ^8.0.0" ,
60- "open" : " ^10.1 .0" ,
60+ "open" : " ^10.2 .0" ,
6161 "package-json" : " ^10.0.1" ,
6262 "parse-help" : " ^2.0.0" ,
63- "read-pkg -up" : " ^10.1 .0" ,
63+ "read-package -up" : " ^11.0 .0" ,
6464 "root-check" : " ^2.0.0" ,
65- "sort-on" : " ^6.1.0 " ,
65+ "sort-on" : " ^6.1.1 " ,
6666 "string-length" : " ^6.0.0" ,
6767 "tabtab" : " ^1.3.2" ,
6868 "titleize" : " ^4.0.0" ,
7575 "devDependencies" : {
7676 "@types/node" : " ^22.14.0" ,
7777 "c8" : " ^10.1.3" ,
78- "coveralls" : " ^3.0.2 " ,
78+ "coveralls" : " ^3.1.1 " ,
7979 "esmocha" : " ^4.0.0" ,
80- "globals" : " ^16.3 .0" ,
81- "mocha" : " ^11.0.1 " ,
82- "mockery" : " ^2.0 .0" ,
83- "nock" : " ^14.0.3 " ,
84- "registry-url" : " ^7.0 .0" ,
80+ "globals" : " ^16.4 .0" ,
81+ "mocha" : " ^11.7.2 " ,
82+ "mockery" : " ^2.1 .0" ,
83+ "nock" : " ^14.0.10 " ,
84+ "registry-url" : " ^7.2 .0" ,
8585 "sinon" : " ^21.0.0" ,
8686 "xo" : " ^1.2.2"
8787 },
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import _ from 'lodash';
55import sinon from 'sinon' ;
66import { fakeEnv } from './helpers.js' ;
77
8- const { readPackageUpSync} = await esmocha . mock ( 'read-pkg -up' ) ;
8+ const { readPackageUpSync} = await esmocha . mock ( 'read-package -up' ) ;
99const { default : Router } = await import ( '../lib/router.js' ) ;
1010esmocha . reset ( ) ;
1111
You can’t perform that action at this time.
0 commit comments