bumpp 9.1.0 → 9.1.1

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/bin/bumpp.js CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
  'use strict'
3
3
  const { main } = require('../dist/cli')
4
+
4
5
  main()
package/dist/cli/index.js CHANGED
@@ -627,7 +627,7 @@ var logSymbols = isUnicodeSupported() ? main : fallback;
627
627
  var log_symbols_default = logSymbols;
628
628
 
629
629
  // package.json
630
- var version = "9.1.0";
630
+ var version = "9.1.1";
631
631
 
632
632
  // src/version-bump.ts
633
633
  var ezSpawn3 = __toESM(require("@jsdevtools/ez-spawn"));
@@ -9,7 +9,7 @@ import {
9
9
  } from "../chunk-L3LY4KGC.mjs";
10
10
 
11
11
  // package.json
12
- var version = "9.1.0";
12
+ var version = "9.1.1";
13
13
 
14
14
  // src/cli/parse-args.ts
15
15
  var import_picocolors = __toESM(require_picocolors());
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bumpp",
3
- "version": "9.1.0",
4
- "packageManager": "pnpm@8.0.0",
3
+ "version": "9.1.1",
4
+ "packageManager": "pnpm@8.6.0",
5
5
  "description": "Bump version, commit changes, tag, and push to Git",
6
6
  "author": {
7
7
  "name": "James Messinger",
@@ -58,26 +58,26 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@jsdevtools/ez-spawn": "^3.0.4",
61
- "c12": "^1.2.0",
61
+ "c12": "^1.4.1",
62
62
  "cac": "^6.7.14",
63
63
  "fast-glob": "^3.2.12",
64
64
  "prompts": "^2.4.2",
65
- "semver": "^7.3.8"
65
+ "semver": "^7.5.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@antfu/eslint-config": "^0.38.0",
69
- "@types/node": "^18.15.11",
70
- "@types/prompts": "^2.4.3",
71
- "@types/semver": "^7.3.13",
68
+ "@antfu/eslint-config": "^0.39.5",
69
+ "@types/node": "^18.16.16",
70
+ "@types/prompts": "^2.4.4",
71
+ "@types/semver": "^7.5.0",
72
72
  "detect-indent": "^7.0.1",
73
73
  "detect-newline": "^4.0.0",
74
- "eslint": "^8.37.0",
74
+ "eslint": "^8.42.0",
75
75
  "esno": "^0.16.3",
76
76
  "log-symbols": "^5.1.0",
77
77
  "npm-check": "^6.0.1",
78
78
  "picocolors": "^1.0.0",
79
- "rimraf": "^4.4.1",
79
+ "rimraf": "^5.0.1",
80
80
  "tsup": "^6.7.0",
81
- "typescript": "^5.0.2"
81
+ "typescript": "^5.1.3"
82
82
  }
83
83
  }