bumpp 9.8.1 → 9.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  loadBumpConfig,
8
8
  versionBump,
9
9
  versionBumpInfo
10
- } from "./chunk-UNJYHD4B.mjs";
10
+ } from "./chunk-SDGX7IFY.mjs";
11
11
 
12
12
  // src/index.ts
13
13
  var src_default = versionBump;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bumpp",
3
- "version": "9.8.1",
4
- "packageManager": "pnpm@9.12.3",
3
+ "version": "9.9.0",
4
+ "packageManager": "pnpm@9.15.0",
5
5
  "description": "Bump version, commit changes, tag, and push to Git",
6
6
  "author": {
7
7
  "name": "James Messinger",
@@ -60,30 +60,30 @@
60
60
  "typecheck": "tsc --noEmit"
61
61
  },
62
62
  "dependencies": {
63
- "@jsdevtools/ez-spawn": "^3.0.4",
64
- "c12": "^1.11.2",
63
+ "c12": "^2.0.1",
65
64
  "cac": "^6.7.14",
66
65
  "escalade": "^3.2.0",
67
66
  "js-yaml": "^4.1.0",
68
67
  "jsonc-parser": "^3.3.1",
69
68
  "prompts": "^2.4.2",
70
69
  "semver": "^7.6.3",
70
+ "tinyexec": "^0.3.1",
71
71
  "tinyglobby": "^0.2.10"
72
72
  },
73
73
  "devDependencies": {
74
- "@antfu/eslint-config": "^3.8.0",
74
+ "@antfu/eslint-config": "^3.11.2",
75
75
  "@types/js-yaml": "^4.0.9",
76
- "@types/node": "^22.8.1",
76
+ "@types/node": "^22.10.1",
77
77
  "@types/prompts": "^2.4.9",
78
78
  "@types/semver": "^7.5.8",
79
- "eslint": "^9.13.0",
79
+ "eslint": "^9.16.0",
80
80
  "esno": "^4.8.0",
81
- "log-symbols": "^6.0.0",
81
+ "log-symbols": "^7.0.0",
82
82
  "npm-check": "^6.0.1",
83
83
  "picocolors": "^1.1.1",
84
84
  "rimraf": "^6.0.1",
85
85
  "tsup": "^8.3.5",
86
- "typescript": "^5.6.3",
87
- "vitest": "^2.1.4"
86
+ "typescript": "^5.7.2",
87
+ "vitest": "^2.1.8"
88
88
  }
89
89
  }