@visulima/cerebro 1.1.33 → 1.1.34

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/CHANGELOG.md +18 -0
  2. package/package.json +5 -71
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @visulima/cerebro [1.1.34](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.33...@visulima/cerebro@1.1.34) (2025-01-22)
2
+
3
+ ### Styles
4
+
5
+ * cs fixes ([f615a6a](https://github.com/visulima/visulima/commit/f615a6af4c0d4fb9ec054565fe5c93e88df487e9))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/boxen:** upgraded to 1.0.28
15
+ * **@visulima/colorize:** upgraded to 1.4.19
16
+ * **@visulima/find-cache-dir:** upgraded to 1.0.23
17
+ * **@visulima/pail:** upgraded to 2.1.19
18
+
1
19
  ## @visulima/cerebro [1.1.33](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.32...@visulima/cerebro@1.1.33) (2025-01-13)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "A delightful toolkit for building Node-powered CLIs.",
5
5
  "keywords": [
6
6
  "command",
@@ -86,50 +86,14 @@
86
86
  "LICENSE.md"
87
87
  ],
88
88
  "dependencies": {
89
- "@visulima/boxen": "1.0.27",
90
- "@visulima/colorize": "1.4.18",
91
- "@visulima/find-cache-dir": "1.0.22",
92
- "@visulima/pail": "2.1.18",
89
+ "@visulima/boxen": "1.0.28",
90
+ "@visulima/colorize": "1.4.19",
91
+ "@visulima/find-cache-dir": "1.0.23",
92
+ "@visulima/pail": "2.1.19",
93
93
  "cli-table3": "^0.6.5",
94
94
  "command-line-args": "^6.0.0",
95
95
  "fastest-levenshtein": "^1.0.16"
96
96
  },
97
- "devDependencies": {
98
- "@anolilab/eslint-config": "^15.0.3",
99
- "@anolilab/prettier-config": "^5.0.14",
100
- "@anolilab/semantic-release-pnpm": "^1.1.6",
101
- "@anolilab/semantic-release-preset": "^9.0.3",
102
- "@arethetypeswrong/cli": "^0.17.2",
103
- "@babel/core": "^7.26.0",
104
- "@eslint-types/deprecation": "^2.0.0",
105
- "@eslint-types/import": "^2.29.1",
106
- "@eslint-types/jsdoc": "^48.2.2",
107
- "@eslint-types/typescript-eslint": "^7.5.0",
108
- "@eslint-types/unicorn": "^52.0.0",
109
- "@rushstack/eslint-plugin-security": "^0.8.3",
110
- "@total-typescript/ts-reset": "^0.6.1",
111
- "@types/command-line-args": "^5.2.3",
112
- "@types/node": "18.19.15",
113
- "@visulima/nextra-theme-docs": "4.0.26",
114
- "@visulima/packem": "1.10.7",
115
- "@visulima/path": "1.3.3",
116
- "@vitest/coverage-v8": "^2.1.8",
117
- "camelcase": "8.0.0",
118
- "conventional-changelog-conventionalcommits": "8.0.0",
119
- "cross-env": "^7.0.3",
120
- "esbuild": "0.24.2",
121
- "eslint": "8.57.0",
122
- "eslint-plugin-deprecation": "^3.0.0",
123
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
124
- "eslint-plugin-mdx": "^3.1.5",
125
- "eslint-plugin-vitest": "^0.4.1",
126
- "eslint-plugin-vitest-globals": "^1.5.0",
127
- "prettier": "^3.4.2",
128
- "rimraf": "6.0.1",
129
- "semantic-release": "24.2.1",
130
- "typescript": "5.7.3",
131
- "vitest": "^2.1.8"
132
- },
133
97
  "engines": {
134
98
  "node": ">=18.* <=23.*"
135
99
  },
@@ -141,35 +105,5 @@
141
105
  "publishConfig": {
142
106
  "access": "public",
143
107
  "provenance": true
144
- },
145
- "anolilab": {
146
- "eslint-config": {
147
- "plugin": {
148
- "tsdoc": false,
149
- "etc": false
150
- },
151
- "warn_on_unsupported_typescript_version": false,
152
- "info_on_disabling_jsx_react_rule": false,
153
- "info_on_disabling_prettier_conflict_rule": false,
154
- "info_on_disabling_jsonc_sort_keys_rule": false,
155
- "info_on_disabling_etc_no_deprecated": false
156
- }
157
- },
158
- "scripts": {
159
- "build": "cross-env NODE_ENV=development packem build",
160
- "build:prod": "cross-env NODE_ENV=production packem build",
161
- "clean": "rimraf node_modules dist .eslintcache",
162
- "dev": "pnpm run build --watch",
163
- "lint:attw": "attw --pack",
164
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
165
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
166
- "lint:package-json": "publint --strict",
167
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
168
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
169
- "lint:types": "tsc --noEmit --project tsconfig.json",
170
- "test": "vitest run",
171
- "test:coverage": "vitest run --coverage",
172
- "test:ui": "vitest --ui --coverage.enabled=true",
173
- "test:watch": "vitest"
174
108
  }
175
109
  }