@visulima/colorize 1.4.2 → 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 +15 -0
  2. package/package.json +10 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
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
+
1
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)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/colorize",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Terminal and Console string styling done right.",
5
5
  "keywords": [
6
6
  "256",
@@ -138,23 +138,24 @@
138
138
  "LICENSE.md"
139
139
  ],
140
140
  "dependencies": {
141
- "@visulima/is-ansi-color-supported": "2.2.1"
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.6",
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",
152
+ "@types/node": "18.19.15",
153
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
161
  "eslint-plugin-deprecation": "^3.0.0",
@@ -163,10 +164,10 @@
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.3.0",
167
+ "prettier": "^3.3.2",
167
168
  "rimraf": "^5.0.7",
168
- "secretlint": "8.2.3",
169
- "semantic-release": "23.1.1",
169
+ "secretlint": "8.2.4",
170
+ "semantic-release": "24.0.0",
170
171
  "tsup": "^8.1.0",
171
172
  "typescript": "^5.4.5",
172
173
  "vitest": "^1.6.0"