@visulima/colorize 1.4.10 → 1.4.12

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## @visulima/colorize [1.4.12](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.11...@visulima/colorize@1.4.12) (2024-10-05)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/path:** upgraded to 1.1.1
7
+
8
+ ## @visulima/colorize [1.4.11](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.10...@visulima/colorize@1.4.11) (2024-10-05)
9
+
10
+ ### Bug Fixes
11
+
12
+ * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.8
18
+ * **@visulima/path:** upgraded to 1.1.0
19
+
1
20
  ## @visulima/colorize [1.4.10](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.9...@visulima/colorize@1.4.10) (2024-09-24)
2
21
 
3
22
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.10",
3
+ "version": "1.4.12",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -138,21 +138,21 @@
138
138
  "LICENSE.md"
139
139
  ],
140
140
  "dependencies": {
141
- "@visulima/is-ansi-color-supported": "2.2.7"
141
+ "@visulima/is-ansi-color-supported": "2.2.8"
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.3",
147
147
  "@anolilab/semantic-release-preset": "^9.0.0",
148
- "@babel/core": "^7.25.2",
148
+ "@babel/core": "^7.25.7",
149
149
  "@rushstack/eslint-plugin-security": "^0.8.3",
150
- "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
150
+ "@secretlint/secretlint-rule-preset-recommend": "^8.3.0",
151
151
  "@total-typescript/ts-reset": "^0.6.1",
152
152
  "@types/node": "18.19.15",
153
- "@visulima/path": "1.0.9",
154
- "@vitest/coverage-v8": "^2.1.1",
155
- "@vitest/ui": "^2.1.1",
153
+ "@visulima/path": "1.1.1",
154
+ "@vitest/coverage-v8": "^2.1.2",
155
+ "@vitest/ui": "^2.1.2",
156
156
  "ansi-regex": "^6.1.0",
157
157
  "ansi-styles": "^6.2.1",
158
158
  "conventional-changelog-conventionalcommits": "8.0.0",
@@ -170,7 +170,7 @@
170
170
  "semantic-release": "24.0.0",
171
171
  "tsup": "^8.3.0",
172
172
  "typescript": "5.4.5",
173
- "vitest": "^2.1.1"
173
+ "vitest": "^2.1.2"
174
174
  },
175
175
  "engines": {
176
176
  "node": ">=18.* <=22.*"