@visulima/error 1.0.0 → 1.0.2

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 +26 -0
  2. package/package.json +19 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/error [1.0.2](https://github.com/visulima/visulima/compare/@visulima/error@1.0.1...@visulima/error@1.0.2) (2023-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** updated package deps ([b4f4ede](https://github.com/visulima/visulima/commit/b4f4eded7bbded62b341ade0017ab357336f3af2))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.9
13
+
14
+ ## @visulima/error [1.0.1](https://github.com/visulima/visulima/compare/@visulima/error@1.0.0...@visulima/error@1.0.1) (2023-11-07)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.8
26
+
1
27
  ## @visulima/error 1.0.0 (2023-11-07)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Error with more than just a message.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -10,11 +10,11 @@
10
10
  "code-frame",
11
11
  "codeframe"
12
12
  ],
13
- "homepage": "https://visulima.com/packages/cerebro-ui",
13
+ "homepage": "https://www.visulima.com/docs/package/error",
14
14
  "repository": {
15
15
  "type": "git",
16
16
  "url": "https://github.com/visulima/visulima.git",
17
- "directory": "packages/cerebro-tui"
17
+ "directory": "packages/error"
18
18
  },
19
19
  "funding": [
20
20
  {
@@ -66,37 +66,36 @@
66
66
  "test:watch": "vitest"
67
67
  },
68
68
  "devDependencies": {
69
- "@anolilab/eslint-config": "^15.0.1",
70
- "@anolilab/prettier-config": "^5.0.12",
71
- "@anolilab/semantic-release-preset": "^8.0.1",
72
- "@babel/core": "^7.23.2",
69
+ "@anolilab/eslint-config": "^15.0.2",
70
+ "@anolilab/prettier-config": "^5.0.13",
71
+ "@anolilab/semantic-release-preset": "^8.0.2",
72
+ "@babel/core": "^7.23.3",
73
73
  "@eslint-types/deprecation": "^2.0.0",
74
74
  "@eslint-types/import": "^2.29.0",
75
- "@eslint-types/jsdoc": "^46.8.2",
76
- "@eslint-types/typescript-eslint": "^6.9.0",
77
- "@eslint-types/unicorn": "^48.0.1",
75
+ "@eslint-types/jsdoc": "^46.9.0",
76
+ "@eslint-types/typescript-eslint": "^6.12.0",
77
+ "@eslint-types/unicorn": "^49.0.0",
78
78
  "@rushstack/eslint-plugin-security": "^0.7.1",
79
79
  "@total-typescript/ts-reset": "^0.5.1",
80
- "@types/command-line-args": "^5.2.2",
80
+ "@types/command-line-args": "^5.2.3",
81
81
  "@types/node": "18.18.5",
82
- "@visulima/nextra-theme-docs": "4.0.7",
82
+ "@visulima/nextra-theme-docs": "4.0.9",
83
83
  "@vitest/coverage-v8": "^0.34.6",
84
84
  "chalk": "^5.3.0",
85
85
  "cross-env": "^7.0.3",
86
- "eslint": "^8.52.0",
86
+ "eslint": "^8.54.0",
87
87
  "eslint-plugin-deprecation": "^2.0.0",
88
88
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
89
89
  "eslint-plugin-mdx": "^2.2.0",
90
- "eslint-plugin-vitest": "^0.3.8",
90
+ "eslint-plugin-vitest": "^0.3.10",
91
91
  "eslint-plugin-vitest-globals": "^1.4.0",
92
- "prettier": "^3.0.3",
92
+ "prettier": "^3.1.0",
93
93
  "rimraf": "^5.0.5",
94
- "semantic-release": "^22.0.6",
94
+ "semantic-release": "^22.0.8",
95
95
  "sort-package-json": "^2.6.0",
96
- "tsup": "^7.2.0",
97
- "typescript": "^5.2.2",
98
- "vitest": "^0.34.6",
99
- "vitest-console": "0.1.1"
96
+ "tsup": "^8.0.1",
97
+ "typescript": "^5.3.2",
98
+ "vitest": "^0.34.6"
100
99
  },
101
100
  "engines": {
102
101
  "node": ">=18.* <=21.*"