@visulima/colorize 1.4.1 → 1.4.2

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 +19 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## @visulima/colorize [1.4.2](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.1...@visulima/colorize@1.4.2) (2024-06-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
12
+
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.1
18
+ * **@visulima/path:** upgraded to 1.0.2
19
+
1
20
  ## @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
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -138,41 +138,41 @@
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.1"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@anolilab/eslint-config": "^15.0.3",
145
145
  "@anolilab/prettier-config": "^5.0.14",
146
146
  "@anolilab/semantic-release-pnpm": "^1.1.0",
147
147
  "@anolilab/semantic-release-preset": "^8.1.0",
148
- "@babel/core": "^7.24.5",
148
+ "@babel/core": "^7.24.6",
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
152
  "@types/node": "18.18.14",
153
- "@visulima/path": "1.0.1",
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
158
  "cross-env": "^7.0.3",
159
159
  "eslint": "^8.57.0",
160
- "eslint-plugin-deprecation": "^2.0.0",
160
+ "eslint-plugin-deprecation": "^3.0.0",
161
161
  "eslint-plugin-etc": "^2.0.3",
162
162
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
163
163
  "eslint-plugin-mdx": "^3.1.5",
164
164
  "eslint-plugin-vitest": "^0.4.1",
165
165
  "eslint-plugin-vitest-globals": "^1.5.0",
166
- "prettier": "^3.2.5",
166
+ "prettier": "^3.3.0",
167
167
  "rimraf": "^5.0.7",
168
168
  "secretlint": "8.2.3",
169
- "semantic-release": "^23.1.1",
170
- "tsup": "^8.0.2",
169
+ "semantic-release": "23.1.1",
170
+ "tsup": "^8.1.0",
171
171
  "typescript": "^5.4.5",
172
172
  "vitest": "^1.6.0"
173
173
  },
174
174
  "engines": {
175
- "node": ">=18.* <=21.*"
175
+ "node": ">=18.* <=22.*"
176
176
  },
177
177
  "os": [
178
178
  "darwin",