wisdom 15.0.3 → 15.2.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/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.07.18, v15.2.0
2
+
3
+ feature:
4
+ - d56aa1f wisdom: putout v36.0.1
5
+ - 95a1b06 wisdom: c8 v10.1.2
6
+ - 752a044 wisdom: eslint v9.3.0
7
+
8
+ 2024.03.15, v15.1.0
9
+
10
+ feature:
11
+ - b882cb8 wisdom: grizzly v6.0.0
12
+
1
13
  2024.02.21, v15.0.3
2
14
 
3
15
  feature:
package/lib/prompts.js CHANGED
@@ -11,7 +11,7 @@ export const choose = async () => {
11
11
  'major',
12
12
  ];
13
13
 
14
- return await chooseCLI('What type of changes are you goint to publish 🎁 ?', choices);
14
+ return await chooseCLI('What type of changes are you going to publish 🎁 ?', choices);
15
15
  };
16
16
 
17
17
  export const ask = async (name, version) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wisdom",
3
- "version": "15.0.3",
3
+ "version": "15.2.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "configurable publish releases to github and npm",
6
6
  "homepage": "http://github.com/coderaiser/wisdom",
@@ -38,7 +38,7 @@
38
38
  "enquirer": "^2.3.6",
39
39
  "envir": "^2.0.0",
40
40
  "fullstore": "^3.0.0",
41
- "grizzly": "^5.0.0",
41
+ "grizzly": "^6.0.0",
42
42
  "jessy": "^3.0.0",
43
43
  "minor": "^1.2.0",
44
44
  "prepend": "^1.0.1",
@@ -55,15 +55,14 @@
55
55
  "node": ">=18"
56
56
  },
57
57
  "devDependencies": {
58
- "c8": "^9.1.0",
58
+ "c8": "^10.1.2",
59
59
  "escover": "^4.1.0",
60
- "eslint": "^8.1.0",
61
- "eslint-plugin-n": "^16.0.1",
60
+ "eslint": "^9.3.0",
62
61
  "eslint-plugin-putout": "^22.3.1",
63
62
  "madrun": "^10.0.1",
64
63
  "mock-import": "^4.0.3",
65
64
  "montag": "^1.2.1",
66
- "putout": "^35.0.4",
65
+ "putout": "^36.0.1",
67
66
  "supertape": "^10.0.0"
68
67
  }
69
68
  }