@visulima/error 3.0.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
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
+
1
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)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "3.0.2",
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.21"
100
+ "@jridgewell/trace-mapping": "^0.3.22"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@anolilab/eslint-config": "^15.0.3",
104
104
  "@anolilab/prettier-config": "^5.0.14",
105
105
  "@anolilab/semantic-release-preset": "^8.0.3",
106
- "@babel/core": "^7.23.7",
106
+ "@babel/core": "^7.23.9",
107
107
  "@eslint-types/deprecation": "^2.0.0",
108
108
  "@eslint-types/import": "^2.29.1",
109
- "@eslint-types/jsdoc": "^48.0.2",
110
- "@eslint-types/typescript-eslint": "^6.18.1",
109
+ "@eslint-types/jsdoc": "^48.0.4",
110
+ "@eslint-types/typescript-eslint": "^6.19.1",
111
111
  "@eslint-types/unicorn": "^50.0.1",
112
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.12",
117
- "@vitest/coverage-v8": "^1.2.1",
118
- "@vitest/ui": "^1.2.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
120
  "eslint": "^8.56.0",
121
121
  "eslint-plugin-deprecation": "^2.0.0",
122
122
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
123
123
  "eslint-plugin-mdx": "^3.1.5",
124
- "eslint-plugin-vitest": "^0.3.20",
124
+ "eslint-plugin-vitest": "^0.3.21",
125
125
  "eslint-plugin-vitest-globals": "^1.4.0",
126
126
  "prettier": "^3.2.4",
127
127
  "rimraf": "^5.0.5",
128
128
  "semantic-release": "^23.0.0",
129
- "sort-package-json": "^2.6.0",
129
+ "sort-package-json": "^2.7.0",
130
130
  "tsup": "^8.0.1",
131
131
  "typescript": "^5.3.3",
132
- "vitest": "^1.2.1"
132
+ "vitest": "^1.2.2"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=18.* <=21.*"