@visulima/colorize 1.4.9 → 1.4.11

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 +24 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @visulima/colorize [1.4.11](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.10...@visulima/colorize@1.4.11) (2024-10-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.8
11
+ * **@visulima/path:** upgraded to 1.1.0
12
+
13
+ ## @visulima/colorize [1.4.10](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.9...@visulima/colorize@1.4.10) (2024-09-24)
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@visulima/is-ansi-color-supported:** upgraded to 2.2.7
23
+ * **@visulima/path:** upgraded to 1.0.9
24
+
1
25
  ## @visulima/colorize [1.4.9](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.8...@visulima/colorize@1.4.9) (2024-09-11)
2
26
 
3
27
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
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.6"
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",
149
- "@rushstack/eslint-plugin-security": "^0.8.2",
150
- "@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
148
+ "@babel/core": "^7.25.7",
149
+ "@rushstack/eslint-plugin-security": "^0.8.3",
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.8",
154
- "@vitest/coverage-v8": "^2.0.5",
155
- "@vitest/ui": "^2.0.5",
153
+ "@visulima/path": "1.1.0",
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",
@@ -168,9 +168,9 @@
168
168
  "rimraf": "5.0.9",
169
169
  "secretlint": "8.2.4",
170
170
  "semantic-release": "24.0.0",
171
- "tsup": "^8.2.4",
171
+ "tsup": "^8.3.0",
172
172
  "typescript": "5.4.5",
173
- "vitest": "^2.0.5"
173
+ "vitest": "^2.1.2"
174
174
  },
175
175
  "engines": {
176
176
  "node": ">=18.* <=22.*"