gunshi 0.23.1 → 0.24.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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +23 -23
package/README.md CHANGED
@@ -100,6 +100,7 @@ About more details and usage, see [documentations](https://gunshi.dev)
100
100
 
101
101
  - [pnpmc](https://github.com/kazupon/pnpmc): PNPM Catalogs Tooling
102
102
  - [sourcemap-publisher](https://github.com/es-tooling/sourcemap-publisher): A tool to publish sourcemaps externally and rewrite sourcemap URLs at pre-publish time
103
+ - [curxy](https://github.com/ryoppippi/curxy): An proxy worker for using ollama in cursor
103
104
 
104
105
  ## 🙌 Contributing guidelines
105
106
 
@@ -117,7 +118,7 @@ Thank you!
117
118
 
118
119
  ## 🤝 Sponsors
119
120
 
120
- The development of Gunish is supported by my OSS sponsors!
121
+ The development of Gunshi is supported by my OSS sponsors!
121
122
 
122
123
  <p align="center">
123
124
  <a href="https://cdn.jsdelivr.net/gh/kazupon/sponsors/sponsors.svg">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gunshi",
3
3
  "description": "Modern javascript command-line library",
4
- "version": "0.23.1",
4
+ "version": "0.24.0",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -78,22 +78,23 @@
78
78
  }
79
79
  },
80
80
  "dependencies": {
81
- "args-tokens": "^0.17.1"
81
+ "args-tokens": "^0.18.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@eslint/markdown": "^6.4.0",
85
85
  "@intlify/core": "next",
86
86
  "@kazupon/eslint-config": "^0.29.0",
87
87
  "@kazupon/prettier-config": "^0.1.1",
88
- "@types/node": "^22.15.3",
89
- "@vitest/eslint-plugin": "^1.1.44",
90
- "bumpp": "^10.1.0",
91
- "deno": "^2.3.1",
92
- "eslint": "^9.26.0",
93
- "eslint-config-prettier": "^10.1.2",
94
- "eslint-import-resolver-typescript": "^4.3.4",
88
+ "@types/node": "^22.15.21",
89
+ "@typescript/native-preview": "7.0.0-dev.20250522.2",
90
+ "@vitest/eslint-plugin": "^1.2.0",
91
+ "bumpp": "^10.1.1",
92
+ "deno": "^2.3.3",
93
+ "eslint": "^9.27.0",
94
+ "eslint-config-prettier": "^10.1.5",
95
+ "eslint-import-resolver-typescript": "^4.3.5",
95
96
  "eslint-plugin-import": "^2.31.0",
96
- "eslint-plugin-jsonc": "^2.20.0",
97
+ "eslint-plugin-jsonc": "^2.20.1",
97
98
  "eslint-plugin-module-interop": "^0.3.1",
98
99
  "eslint-plugin-promise": "^7.2.1",
99
100
  "eslint-plugin-regexp": "^2.7.0",
@@ -103,27 +104,26 @@
103
104
  "eslint-plugin-vue-composable": "^1.0.0",
104
105
  "eslint-plugin-yml": "^1.18.0",
105
106
  "gh-changelogen": "^0.2.8",
106
- "gunshi019": "npm:gunshi@0.23.0",
107
+ "gunshi019": "npm:gunshi@0.23.1",
107
108
  "jsr": "^0.13.4",
108
- "jsr-exports-lint": "^0.2.0",
109
- "knip": "^5.53.0",
109
+ "jsr-exports-lint": "^0.4.0",
110
+ "knip": "^5.57.2",
110
111
  "lint-staged": "^16.0.0",
111
- "messageformat": "4.0.0-11",
112
+ "messageformat": "4.0.0-12",
112
113
  "mitata": "^1.0.34",
113
- "pkg-pr-new": "^0.0.43",
114
+ "pkg-pr-new": "^0.0.50",
114
115
  "prettier": "^3.5.3",
115
116
  "publint": "^0.3.12",
116
- "tsdown": "^0.10.2",
117
+ "tsdown": "^0.12.2",
117
118
  "typedoc": "^0.28.4",
118
119
  "typedoc-plugin-markdown": "^4.6.3",
119
120
  "typedoc-vitepress-theme": "^1.1.2",
120
- "typescript": "^5.8.3",
121
- "typescript-eslint": "^8.31.1",
121
+ "typescript-eslint": "^8.32.1",
122
122
  "vitepress": "^1.6.3",
123
- "vitepress-plugin-group-icons": "^1.5.2",
124
- "vitepress-plugin-llms": "^1.1.3",
125
- "vitest": "^3.1.2",
126
- "vue": "^3.5.13"
123
+ "vitepress-plugin-group-icons": "^1.5.5",
124
+ "vitepress-plugin-llms": "^1.3.3",
125
+ "vitest": "^3.1.4",
126
+ "vue": "^3.5.14"
127
127
  },
128
128
  "prettier": "@kazupon/prettier-config",
129
129
  "lint-staged": {
@@ -167,6 +167,6 @@
167
167
  "test": "vitest --typecheck run",
168
168
  "typecheck": "pnpm run --stream --color \"/^typecheck:/\"",
169
169
  "typecheck:deno": "deno check --all ./src",
170
- "typecheck:tsc": "tsc --noEmit"
170
+ "typecheck:tsc": "tsgo --noEmit"
171
171
  }
172
172
  }