@visulima/error 4.4.4 → 4.4.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/error [4.4.5](https://github.com/visulima/visulima/compare/@visulima/error@4.4.4...@visulima/error@4.4.5) (2024-09-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
6
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/path:** upgraded to 1.0.9
16
+
1
17
  ## @visulima/error [4.4.4](https://github.com/visulima/visulima/compare/@visulima/error@4.4.3...@visulima/error@4.4.4) (2024-09-11)
2
18
 
3
19
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -23,11 +23,14 @@ SOFTWARE.
23
23
  <!-- DEPENDENCIES -->
24
24
 
25
25
  # Licenses of bundled dependencies
26
+
26
27
  The published @visulima/error artifact additionally contains code with the following licenses:
27
28
  MIT
28
29
 
29
30
  # Bundled dependencies:
31
+
30
32
  ## is-plain-obj
33
+
31
34
  License: MIT
32
35
  By: Sindre Sorhus
33
36
  Repository: sindresorhus/is-plain-obj
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "description": "Error with more than just a message, stacktrace parsing.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -135,25 +135,25 @@
135
135
  "@anolilab/prettier-config": "^5.0.14",
136
136
  "@anolilab/semantic-release-pnpm": "^1.1.3",
137
137
  "@anolilab/semantic-release-preset": "^9.0.0",
138
- "@arethetypeswrong/cli": "^0.16.2",
138
+ "@arethetypeswrong/cli": "^0.16.4",
139
139
  "@babel/core": "^7.25.2",
140
140
  "@eslint-types/deprecation": "^2.0.0",
141
141
  "@eslint-types/import": "^2.29.1",
142
142
  "@eslint-types/jsdoc": "^48.2.2",
143
143
  "@eslint-types/typescript-eslint": "^7.5.0",
144
144
  "@eslint-types/unicorn": "^52.0.0",
145
- "@rushstack/eslint-plugin-security": "^0.8.2",
145
+ "@rushstack/eslint-plugin-security": "^0.8.3",
146
146
  "@total-typescript/ts-reset": "^0.6.1",
147
147
  "@types/command-line-args": "^5.2.3",
148
148
  "@types/node": "18.19.15",
149
149
  "@visulima/nextra-theme-docs": "4.0.26",
150
- "@visulima/packem": "^1.0.0-alpha.108",
151
- "@visulima/path": "1.0.8",
152
- "@vitest/coverage-v8": "^2.0.5",
153
- "@vitest/ui": "^2.0.5",
150
+ "@visulima/packem": "1.0.1",
151
+ "@visulima/path": "1.0.9",
152
+ "@vitest/coverage-v8": "^2.1.1",
153
+ "@vitest/ui": "^2.1.1",
154
154
  "conventional-changelog-conventionalcommits": "8.0.0",
155
155
  "cross-env": "^7.0.3",
156
- "esbuild": "0.23.0",
156
+ "esbuild": "0.24.0",
157
157
  "eslint": "8.57.0",
158
158
  "eslint-plugin-deprecation": "^3.0.0",
159
159
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
@@ -165,7 +165,7 @@
165
165
  "rimraf": "5.0.9",
166
166
  "semantic-release": "24.0.0",
167
167
  "typescript": "5.4.5",
168
- "vitest": "^2.0.5"
168
+ "vitest": "^2.1.1"
169
169
  },
170
170
  "engines": {
171
171
  "node": ">=18.* <=22.*"