@sapphire/cli 1.3.0-next.b63082d.0 → 1.3.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +2 -0
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [1.3.0](https://github.com/sapphiredev/cli/compare/v1.2.0...v1.3.0) - (2022-08-21)
6
+
7
+ ## 🏠 Refactor
8
+
9
+ - Switch to @favware/colorette-spinner ([e52962d](https://github.com/sapphiredev/cli/commit/e52962d53bc11af482c4ba60186f411d94f29b0b))
10
+
11
+ ## 🐛 Bug Fixes
12
+
13
+ - **deps:** Update dependency @sapphire/result to ^2.3.3 ([4c6891b](https://github.com/sapphiredev/cli/commit/4c6891b28134120969975b00ab474683eaa9cedd))
14
+ - **deps:** Update dependency @sapphire/result to ^2.1.1 ([e42c188](https://github.com/sapphiredev/cli/commit/e42c188b05ec2f4a68403f94cfa6333e9d5421fd))
15
+ - **deps:** Update dependency @sapphire/result to v2 (#135) ([025c7ca](https://github.com/sapphiredev/cli/commit/025c7caed86e17e4b9e20def743e7c33d9b81589))
16
+
17
+ ## 📝 Documentation
18
+
19
+ - Add @boingtheboeing as a contributor ([ac6088c](https://github.com/sapphiredev/cli/commit/ac6088c557800b25f3da1bd561de3941298e5f22))
20
+
21
+ ## 🚀 Features
22
+
23
+ - Add templates for slash commands and context menu commands (#141) ([b97aeac](https://github.com/sapphiredev/cli/commit/b97aeac80999e81a3ae80e0dc7c749d6474945a8))
24
+
5
25
  ## [1.2.0](https://github.com/sapphiredev/cli/compare/v1.1.0...v1.2.0) (2022-02-26)
6
26
 
7
27
  ### Features
package/README.md CHANGED
@@ -56,6 +56,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
56
56
  <td align="center"><a href="https://github.com/apps/depfu"><img src="https://avatars.githubusercontent.com/in/715?v=4?s=100" width="100px;" alt=""/><br /><sub><b>depfu[bot]</b></sub></a><br /><a href="#maintenance-depfu[bot]" title="Maintenance">🚧</a></td>
57
57
  <td align="center"><a href="https://allianaab2m.github.io/"><img src="https://avatars.githubusercontent.com/u/56180684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alliana</b></sub></a><br /><a href="https://github.com/sapphiredev/cli/commits?author=Allianaab2m" title="Code">💻</a></td>
58
58
  <td align="center"><a href="https://github.com/MajesticString"><img src="https://avatars.githubusercontent.com/u/66224939?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harry Allen</b></sub></a><br /><a href="https://github.com/sapphiredev/cli/commits?author=MajesticString" title="Code">💻</a></td>
59
+ <td align="center"><a href="https://github.com/pinkcig"><img src="https://avatars.githubusercontent.com/u/62260409?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Faye Keller</b></sub></a><br /><a href="https://github.com/sapphiredev/cli/commits?author=pinkcig" title="Code">💻</a></td>
60
+ <td align="center"><a href="https://github.com/boingtheboeing"><img src="https://avatars.githubusercontent.com/u/76058130?v=4?s=100" width="100px;" alt=""/><br /><sub><b>boingtheboeing</b></sub></a><br /><a href="#content-boingtheboeing" title="Content">🖋</a></td>
59
61
  </tr>
60
62
  </table>
61
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/cli",
3
- "version": "1.3.0-next.b63082d.0",
3
+ "version": "1.3.0",
4
4
  "description": "CLI for Sapphire Framework",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "postpack": "pinst --enable"
39
39
  },
40
40
  "dependencies": {
41
- "@favware/colorette-spinner": "^1.0.0",
42
- "@sapphire/result": "^2.1.1",
41
+ "@favware/colorette-spinner": "^1.0.1",
42
+ "@sapphire/result": "^2.4.0",
43
43
  "colorette": "^2.0.19",
44
44
  "commander": "^9.4.0",
45
45
  "execa": "^6.1.0",
@@ -51,18 +51,18 @@
51
51
  "devDependencies": {
52
52
  "@commitlint/cli": "^17.0.3",
53
53
  "@commitlint/config-conventional": "^17.0.3",
54
- "@favware/cliff-jumper": "^1.8.6",
54
+ "@favware/cliff-jumper": "^1.8.7",
55
55
  "@favware/npm-deprecate": "^1.0.5",
56
- "@sapphire/eslint-config": "^4.3.7",
57
- "@sapphire/prettier-config": "^1.4.3",
56
+ "@sapphire/eslint-config": "^4.3.8",
57
+ "@sapphire/prettier-config": "^1.4.4",
58
58
  "@sapphire/ts-config": "^3.3.4",
59
59
  "@types/js-yaml": "^4.0.5",
60
- "@types/node": "^18.0.1",
61
- "@types/prompts": "^2.4.0",
62
- "@typescript-eslint/eslint-plugin": "^5.31.0",
63
- "@typescript-eslint/parser": "^5.31.0",
60
+ "@types/node": "^18.7.8",
61
+ "@types/prompts": "^2.0.14",
62
+ "@typescript-eslint/eslint-plugin": "^5.33.1",
63
+ "@typescript-eslint/parser": "^5.33.1",
64
64
  "cz-conventional-changelog": "^3.3.0",
65
- "eslint": "^8.20.0",
65
+ "eslint": "^8.22.0",
66
66
  "eslint-config-prettier": "^8.5.0",
67
67
  "eslint-plugin-prettier": "^4.2.1",
68
68
  "globby": "^13.1.2",