@visulima/error 4.4.4 → 4.4.6

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 (3) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/LICENSE.md +2 -2
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ ## @visulima/error [4.4.6](https://github.com/visulima/visulima/compare/@visulima/error@4.4.5...@visulima/error@4.4.6) (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/path:** upgraded to 1.1.0
11
+
12
+ ## @visulima/error [4.4.5](https://github.com/visulima/visulima/compare/@visulima/error@4.4.4...@visulima/error@4.4.5) (2024-09-24)
13
+
14
+ ### Bug Fixes
15
+
16
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
17
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@visulima/path:** upgraded to 1.0.9
27
+
1
28
  ## @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
29
 
3
30
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -42,7 +42,7 @@ Repository: sindresorhus/is-plain-obj
42
42
  >
43
43
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
44
44
 
45
- <!-- DEPENDENCIES -->
45
+ <!-- /DEPENDENCIES -->
46
46
 
47
47
  <!-- TYPE_DEPENDENCIES -->
48
- <!-- TYPE_DEPENDENCIES -->
48
+ <!-- /TYPE_DEPENDENCIES -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "4.4.4",
3
+ "version": "4.4.6",
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",
139
- "@babel/core": "^7.25.2",
138
+ "@arethetypeswrong/cli": "^0.16.4",
139
+ "@babel/core": "^7.25.7",
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.7",
151
+ "@visulima/path": "1.1.0",
152
+ "@vitest/coverage-v8": "^2.1.2",
153
+ "@vitest/ui": "^2.1.2",
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.2"
169
169
  },
170
170
  "engines": {
171
171
  "node": ">=18.* <=22.*"