@visulima/ono 2.0.0-alpha.4 → 2.0.0-alpha.5

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 +7 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/ono [2.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.4...@visulima/ono@2.0.0-alpha.5) (2026-01-17)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.4
7
+
1
8
  ## @visulima/ono [2.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/ono@2.0.0-alpha.3...@visulima/ono@2.0.0-alpha.4) (2025-12-27)
2
9
 
3
10
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/ono",
3
- "version": "2.0.0-alpha.4",
3
+ "version": "2.0.0-alpha.5",
4
4
  "description": "Ono is an error-parsing library that pretty prints JavaScript errors on a web page or the terminal.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -93,29 +93,29 @@
93
93
  "test:watch": "vitest"
94
94
  },
95
95
  "dependencies": {
96
- "@shikijs/langs": "^3.20.0",
97
- "@visulima/error": "6.0.0-alpha.3",
96
+ "@shikijs/langs": "^3.21.0",
97
+ "@visulima/error": "6.0.0-alpha.4",
98
98
  "isomorphic-dompurify": "^2.35.0",
99
99
  "launch-editor-middleware": "2.12.0",
100
- "shiki": "^3.20.0"
100
+ "shiki": "^3.21.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@anolilab/eslint-config": "^18.0.0",
104
- "@anolilab/prettier-config": "^8.0.0",
105
- "@anolilab/semantic-release-preset": "^12.1.2",
103
+ "@anolilab/eslint-config": "^20.0.0",
104
+ "@anolilab/prettier-config": "^9.0.0",
105
+ "@anolilab/semantic-release-preset": "^13.1.0",
106
106
  "@arethetypeswrong/cli": "^0.18.2",
107
107
  "@eslint/css": "0.14.1",
108
- "@shikijs/themes": "^3.20.0",
108
+ "@shikijs/themes": "^3.21.0",
109
109
  "@tailwindcss/forms": "^0.5.11",
110
110
  "@tailwindcss/node": "^4.1.18",
111
111
  "@tailwindcss/oxide": "^4.1.18",
112
112
  "@tailwindcss/typography": "^0.5.19",
113
113
  "@total-typescript/ts-reset": "^0.6.1",
114
114
  "@types/http-errors": "^2.0.5",
115
- "@types/node": "25.0.3",
115
+ "@types/node": "25.0.9",
116
116
  "@visulima/packem": "2.0.0-alpha.46",
117
117
  "@visulima/path": "3.0.0-alpha.4",
118
- "@vitest/coverage-v8": "^4.0.16",
118
+ "@vitest/coverage-v8": "^4.0.17",
119
119
  "cssnano": "7.1.2",
120
120
  "esbuild": "0.27.2",
121
121
  "eslint": "^9.39.2",
@@ -123,8 +123,8 @@
123
123
  "lucide-static": "^0.562.0",
124
124
  "marked": "^17.0.1",
125
125
  "node-mocks-http": "^1.17.2",
126
- "openai": "6.15.0",
127
- "prettier": "^3.7.4",
126
+ "openai": "6.16.0",
127
+ "prettier": "^3.8.0",
128
128
  "prettier-plugin-tailwindcss": "0.7.2",
129
129
  "publint": "^0.3.16",
130
130
  "rimraf": "^6.1.2",
@@ -133,7 +133,7 @@
133
133
  "tailwind-csstree": "0.1.4",
134
134
  "tailwindcss": "^4.1.18",
135
135
  "typescript": "^5.9.3",
136
- "vitest": "^4.0.16"
136
+ "vitest": "^4.0.17"
137
137
  },
138
138
  "peerDependencies": {
139
139
  "@ai-sdk/anthropic": "^1.0.9",