Skip to content

Commit a45f816

Browse files
committed
Update dependencies
1 parent 8187dfe commit a45f816

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"commit"
3434
],
3535
"dependencies": {
36-
"chalk": "^5.3.0",
36+
"chalk": "^5.4.1",
3737
"chalk-template": "^1.1.0",
3838
"cosmiconfig": "^8.3.6",
3939
"del": "^8.0.0",
@@ -45,7 +45,7 @@
4545
"hosted-git-info": "^8.0.2",
4646
"ignore-walk": "^7.0.0",
4747
"import-local": "^3.2.0",
48-
"inquirer": "^9.2.15",
48+
"inquirer": "^12.3.2",
4949
"is-installed-globally": "^1.0.0",
5050
"is-interactive": "^2.0.0",
5151
"is-scoped": "^3.0.0",
@@ -59,7 +59,7 @@
5959
"onetime": "^7.0.0",
6060
"open": "^10.0.4",
6161
"p-memoize": "^7.1.1",
62-
"p-timeout": "^6.1.3",
62+
"p-timeout": "^6.1.4",
6363
"path-exists": "^5.0.0",
6464
"pkg-dir": "^8.0.0",
6565
"read-package-up": "^11.0.0",
@@ -75,14 +75,14 @@
7575
"@types/semver": "^7.5.8",
7676
"ava": "^6.2.0",
7777
"common-tags": "^1.8.2",
78-
"esmock": "^2.6.9",
79-
"fs-extra": "^11.2.0",
78+
"esmock": "^2.7.0",
79+
"fs-extra": "^11.3.0",
8080
"map-obj": "^5.0.2",
8181
"sinon": "^19.0.2",
8282
"strip-ansi": "^7.1.0",
8383
"tempy": "^3.1.0",
8484
"write-package": "^7.1.0",
85-
"xo": "^0.59.3"
85+
"xo": "^0.60.0"
8686
},
8787
"ava": {
8888
"files": [

source/ui.js

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ const ui = async ({packageManager, ...options}, {package_, rootDirectory}) => {
252252
type: 'list',
253253
message: 'Select SemVer increment or specify new version',
254254
pageSize: SEMVER_INCREMENTS.length + 2,
255+
default: 0,
255256
choices: [
256257
...SEMVER_INCREMENTS.map(increment => ({ // TODO: prerelease prefix here too
257258
name: `${increment} ${new Version(oldVersion, increment).format()}`,

0 commit comments

Comments
 (0)