@visulima/colorize 1.4.1 → 1.4.3

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 +34 -0
  2. package/package.json +14 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## @visulima/colorize [1.4.3](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.2...@visulima/colorize@1.4.3) (2024-06-13)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
6
+
7
+ ### Build System
8
+
9
+ * fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.2
15
+
16
+ ## @visulima/colorize [1.4.2](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.1...@visulima/colorize@1.4.2) (2024-06-06)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
22
+
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
27
+
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.1
33
+ * **@visulima/path:** upgraded to 1.0.2
34
+
1
35
  ## @visulima/colorize [1.4.1](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.0...@visulima/colorize@1.4.1) (2024-05-24)
2
36
 
3
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -138,41 +138,42 @@
138
138
  "LICENSE.md"
139
139
  ],
140
140
  "dependencies": {
141
- "@visulima/is-ansi-color-supported": "2.2.0"
141
+ "@visulima/is-ansi-color-supported": "2.2.2"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@anolilab/eslint-config": "^15.0.3",
145
145
  "@anolilab/prettier-config": "^5.0.14",
146
- "@anolilab/semantic-release-pnpm": "^1.1.0",
147
- "@anolilab/semantic-release-preset": "^8.1.0",
148
- "@babel/core": "^7.24.5",
146
+ "@anolilab/semantic-release-pnpm": "^1.1.3",
147
+ "@anolilab/semantic-release-preset": "^9.0.0",
148
+ "@babel/core": "^7.24.7",
149
149
  "@rushstack/eslint-plugin-security": "^0.8.1",
150
150
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
151
151
  "@total-typescript/ts-reset": "^0.5.1",
152
- "@types/node": "18.18.14",
153
- "@visulima/path": "1.0.1",
152
+ "@types/node": "18.19.15",
153
+ "@visulima/path": "1.0.2",
154
154
  "@vitest/coverage-v8": "^1.6.0",
155
155
  "@vitest/ui": "^1.6.0",
156
156
  "ansi-regex": "^6.0.1",
157
157
  "ansi-styles": "^6.2.1",
158
+ "conventional-changelog-conventionalcommits": "8.0.0",
158
159
  "cross-env": "^7.0.3",
159
160
  "eslint": "^8.57.0",
160
- "eslint-plugin-deprecation": "^2.0.0",
161
+ "eslint-plugin-deprecation": "^3.0.0",
161
162
  "eslint-plugin-etc": "^2.0.3",
162
163
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
163
164
  "eslint-plugin-mdx": "^3.1.5",
164
165
  "eslint-plugin-vitest": "^0.4.1",
165
166
  "eslint-plugin-vitest-globals": "^1.5.0",
166
- "prettier": "^3.2.5",
167
+ "prettier": "^3.3.2",
167
168
  "rimraf": "^5.0.7",
168
- "secretlint": "8.2.3",
169
- "semantic-release": "^23.1.1",
170
- "tsup": "^8.0.2",
169
+ "secretlint": "8.2.4",
170
+ "semantic-release": "24.0.0",
171
+ "tsup": "^8.1.0",
171
172
  "typescript": "^5.4.5",
172
173
  "vitest": "^1.6.0"
173
174
  },
174
175
  "engines": {
175
- "node": ">=18.* <=21.*"
176
+ "node": ">=18.* <=22.*"
176
177
  },
177
178
  "os": [
178
179
  "darwin",