@visulima/error 3.0.1 → 3.0.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.
- package/CHANGELOG.md +26 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/error [3.0.3](https://github.com/visulima/visulima/compare/@visulima/error@3.0.2...@visulima/error@3.0.3) (2024-01-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update deps ([1b01d6f](https://github.com/visulima/visulima/commit/1b01d6f55435ac2ed67db48e6e2060f786f59e56))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.13
|
|
13
|
+
|
|
14
|
+
## @visulima/error [3.0.2](https://github.com/visulima/visulima/compare/@visulima/error@3.0.1...@visulima/error@3.0.2) (2024-01-19)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* updated all deps, updated test based on eslint errors ([909f8f3](https://github.com/visulima/visulima/commit/909f8f384804d7ef140354ab44f867532dbc9847))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@visulima/nextra-theme-docs:** upgraded to 4.0.12
|
|
26
|
+
|
|
1
27
|
## @visulima/error [3.0.1](https://github.com/visulima/visulima/compare/@visulima/error@3.0.0...@visulima/error@3.0.1) (2023-12-06)
|
|
2
28
|
|
|
3
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/error",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -97,39 +97,39 @@
|
|
|
97
97
|
"test:watch": "vitest"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
100
|
+
"@jridgewell/trace-mapping": "^0.3.22"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@anolilab/eslint-config": "^15.0.
|
|
104
|
-
"@anolilab/prettier-config": "^5.0.
|
|
105
|
-
"@anolilab/semantic-release-preset": "^8.0.
|
|
106
|
-
"@babel/core": "^7.23.
|
|
103
|
+
"@anolilab/eslint-config": "^15.0.3",
|
|
104
|
+
"@anolilab/prettier-config": "^5.0.14",
|
|
105
|
+
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
106
|
+
"@babel/core": "^7.23.9",
|
|
107
107
|
"@eslint-types/deprecation": "^2.0.0",
|
|
108
|
-
"@eslint-types/import": "^2.29.
|
|
109
|
-
"@eslint-types/jsdoc": "^
|
|
110
|
-
"@eslint-types/typescript-eslint": "^6.
|
|
111
|
-
"@eslint-types/unicorn": "^
|
|
112
|
-
"@rushstack/eslint-plugin-security": "^0.
|
|
108
|
+
"@eslint-types/import": "^2.29.1",
|
|
109
|
+
"@eslint-types/jsdoc": "^48.0.4",
|
|
110
|
+
"@eslint-types/typescript-eslint": "^6.19.1",
|
|
111
|
+
"@eslint-types/unicorn": "^50.0.1",
|
|
112
|
+
"@rushstack/eslint-plugin-security": "^0.8.0",
|
|
113
113
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
114
114
|
"@types/command-line-args": "^5.2.3",
|
|
115
115
|
"@types/node": "18.18.5",
|
|
116
|
-
"@visulima/nextra-theme-docs": "4.0.
|
|
117
|
-
"@vitest/coverage-v8": "^1.
|
|
118
|
-
"@vitest/ui": "^1.
|
|
116
|
+
"@visulima/nextra-theme-docs": "4.0.13",
|
|
117
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
118
|
+
"@vitest/ui": "^1.2.2",
|
|
119
119
|
"cross-env": "^7.0.3",
|
|
120
|
-
"eslint": "^8.
|
|
120
|
+
"eslint": "^8.56.0",
|
|
121
121
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
122
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.
|
|
123
|
-
"eslint-plugin-mdx": "^
|
|
124
|
-
"eslint-plugin-vitest": "^0.3.
|
|
122
|
+
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
123
|
+
"eslint-plugin-mdx": "^3.1.5",
|
|
124
|
+
"eslint-plugin-vitest": "^0.3.21",
|
|
125
125
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
126
|
-
"prettier": "^3.
|
|
126
|
+
"prettier": "^3.2.4",
|
|
127
127
|
"rimraf": "^5.0.5",
|
|
128
|
-
"semantic-release": "^
|
|
129
|
-
"sort-package-json": "^2.
|
|
128
|
+
"semantic-release": "^23.0.0",
|
|
129
|
+
"sort-package-json": "^2.7.0",
|
|
130
130
|
"tsup": "^8.0.1",
|
|
131
|
-
"typescript": "^5.3.
|
|
132
|
-
"vitest": "^1.
|
|
131
|
+
"typescript": "^5.3.3",
|
|
132
|
+
"vitest": "^1.2.2"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=18.* <=21.*"
|