@visulima/error 4.3.0 → 4.3.1

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 +17 -0
  2. package/package.json +12 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @visulima/error [4.3.1](https://github.com/visulima/visulima/compare/@visulima/error@4.3.0...@visulima/error@4.3.1) (2024-08-01)
2
+
3
+ ### Styles
4
+
5
+ * cs fixes ([6f727ec](https://github.com/visulima/visulima/commit/6f727ec36437384883ca4b764d920cf03ffe44df))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * added private true into fixture package.json files ([4a9494c](https://github.com/visulima/visulima/commit/4a9494c642fa98f224505a1d231b5af4e73d6c79))
10
+ * updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
11
+ * updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/path:** upgraded to 1.0.3
17
+
1
18
  ## @visulima/error [4.3.0](https://github.com/visulima/visulima/compare/@visulima/error@4.2.0...@visulima/error@4.3.0) (2024-07-02)
2
19
 
3
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Error with more than just a message, stacktrace parsing.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -28,13 +28,11 @@
28
28
  "source",
29
29
  "code",
30
30
  "frame",
31
- "stack",
32
31
  "callstack",
33
32
  "call",
34
33
  "source-code",
35
34
  "pretty-error",
36
35
  "pretty-exceptions",
37
- "exception",
38
36
  "pretty",
39
37
  "visulima"
40
38
  ],
@@ -118,36 +116,36 @@
118
116
  "@anolilab/prettier-config": "^5.0.14",
119
117
  "@anolilab/semantic-release-pnpm": "^1.1.3",
120
118
  "@anolilab/semantic-release-preset": "^9.0.0",
121
- "@babel/core": "^7.24.7",
119
+ "@babel/core": "^7.25.2",
122
120
  "@eslint-types/deprecation": "^2.0.0",
123
121
  "@eslint-types/import": "^2.29.1",
124
122
  "@eslint-types/jsdoc": "^48.2.2",
125
123
  "@eslint-types/typescript-eslint": "^7.5.0",
126
124
  "@eslint-types/unicorn": "^52.0.0",
127
- "@rushstack/eslint-plugin-security": "^0.8.1",
125
+ "@rushstack/eslint-plugin-security": "^0.8.2",
128
126
  "@total-typescript/ts-reset": "^0.5.1",
129
127
  "@types/command-line-args": "^5.2.3",
130
128
  "@types/node": "18.19.15",
131
129
  "@visulima/nextra-theme-docs": "4.0.26",
132
- "@visulima/packem": "^1.0.0-alpha.46",
133
- "@visulima/path": "1.0.2",
134
- "@vitest/coverage-v8": "^1.6.0",
135
- "@vitest/ui": "^1.6.0",
130
+ "@visulima/packem": "^1.0.0-alpha.60",
131
+ "@visulima/path": "1.0.3",
132
+ "@vitest/coverage-v8": "^2.0.5",
133
+ "@vitest/ui": "^2.0.5",
136
134
  "conventional-changelog-conventionalcommits": "8.0.0",
137
135
  "cross-env": "^7.0.3",
138
- "esbuild": "0.22.0",
139
- "eslint": "^8.57.0",
136
+ "esbuild": "0.23.0",
137
+ "eslint": "8.57.0",
140
138
  "eslint-plugin-deprecation": "^3.0.0",
141
139
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
142
140
  "eslint-plugin-mdx": "^3.1.5",
143
141
  "eslint-plugin-vitest": "^0.4.1",
144
142
  "eslint-plugin-vitest-globals": "^1.5.0",
145
143
  "is-plain-obj": "^4.1.0",
146
- "prettier": "^3.3.2",
147
- "rimraf": "^5.0.7",
144
+ "prettier": "^3.3.3",
145
+ "rimraf": "5.0.9",
148
146
  "semantic-release": "24.0.0",
149
147
  "typescript": "5.4.5",
150
- "vitest": "^1.6.0"
148
+ "vitest": "^2.0.5"
151
149
  },
152
150
  "engines": {
153
151
  "node": ">=18.* <=22.*"