@visulima/error 3.0.3 → 3.0.4

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 +13 -0
  2. package/LICENSE.md +1 -1
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @visulima/error [3.0.4](https://github.com/visulima/visulima/compare/@visulima/error@3.0.3...@visulima/error@3.0.4) (2024-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated @jridgewell/trace-mapping ([f2061d1](https://github.com/visulima/visulima/commit/f2061d11c0db0df18b1ae065118e6a2f33811eab))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.14
13
+
1
14
  ## @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
15
 
3
16
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 visulima
3
+ Copyright (c) 2024 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/error",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Error with more than just a message, stacktrace parsing and sourcemap loading.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -97,7 +97,7 @@
97
97
  "test:watch": "vitest"
98
98
  },
99
99
  "dependencies": {
100
- "@jridgewell/trace-mapping": "^0.3.22"
100
+ "@jridgewell/trace-mapping": "^0.3.23"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@anolilab/eslint-config": "^15.0.3",
@@ -106,30 +106,30 @@
106
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.4",
110
- "@eslint-types/typescript-eslint": "^6.19.1",
111
- "@eslint-types/unicorn": "^50.0.1",
112
- "@rushstack/eslint-plugin-security": "^0.8.0",
109
+ "@eslint-types/jsdoc": "^48.2.0",
110
+ "@eslint-types/typescript-eslint": "^7.0.2",
111
+ "@eslint-types/unicorn": "^51.0.1",
112
+ "@rushstack/eslint-plugin-security": "^0.8.1",
113
113
  "@total-typescript/ts-reset": "^0.5.1",
114
114
  "@types/command-line-args": "^5.2.3",
115
- "@types/node": "18.18.5",
116
- "@visulima/nextra-theme-docs": "4.0.13",
117
- "@vitest/coverage-v8": "^1.2.2",
118
- "@vitest/ui": "^1.2.2",
115
+ "@types/node": "18.18.14",
116
+ "@visulima/nextra-theme-docs": "4.0.14",
117
+ "@vitest/coverage-v8": "^1.3.1",
118
+ "@vitest/ui": "^1.3.1",
119
119
  "cross-env": "^7.0.3",
120
- "eslint": "^8.56.0",
120
+ "eslint": "^8.57.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.21",
124
+ "eslint-plugin-vitest": "^0.3.22",
125
125
  "eslint-plugin-vitest-globals": "^1.4.0",
126
- "prettier": "^3.2.4",
126
+ "prettier": "^3.2.5",
127
127
  "rimraf": "^5.0.5",
128
- "semantic-release": "^23.0.0",
129
- "sort-package-json": "^2.7.0",
130
- "tsup": "^8.0.1",
128
+ "semantic-release": "^23.0.2",
129
+ "sort-package-json": "^2.8.0",
130
+ "tsup": "^8.0.2",
131
131
  "typescript": "^5.3.3",
132
- "vitest": "^1.2.2"
132
+ "vitest": "^1.3.1"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=18.* <=21.*"