@visulima/connect 3.0.7 → 3.0.9

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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/connect [3.0.9](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.8...@visulima/connect@3.0.9) (2024-04-27)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.23
8
+
9
+ ## @visulima/connect [3.0.8](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.7...@visulima/connect@3.0.8) (2024-04-17)
10
+
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.22
16
+
1
17
  ## @visulima/connect [3.0.7](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.6...@visulima/connect@3.0.7) (2024-04-09)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "The minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2 with support for zod validation.",
5
5
  "keywords": [
6
6
  "javascript",
@@ -90,16 +90,16 @@
90
90
  "@rushstack/eslint-plugin-security": "^0.8.1",
91
91
  "@types/http-errors": "^2.0.4",
92
92
  "@types/node": "18.18.14",
93
- "@visulima/nextra-theme-docs": "4.0.21",
94
- "@vitest/coverage-v8": "^1.4.0",
95
- "@vitest/ui": "^1.4.0",
93
+ "@visulima/nextra-theme-docs": "4.0.23",
94
+ "@vitest/coverage-v8": "^1.5.2",
95
+ "@vitest/ui": "^1.5.2",
96
96
  "cross-env": "^7.0.3",
97
97
  "eslint": "^8.57.0",
98
98
  "eslint-plugin-deprecation": "^2.0.0",
99
99
  "eslint-plugin-etc": "^2.0.3",
100
100
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
101
101
  "eslint-plugin-mdx": "^3.1.5",
102
- "eslint-plugin-vitest": "^0.5.0",
102
+ "eslint-plugin-vitest": "^0.4.1",
103
103
  "eslint-plugin-vitest-globals": "^1.5.0",
104
104
  "eslint-plugin-zod": "^1.4.0",
105
105
  "express": "^4.19.2",
@@ -107,12 +107,12 @@
107
107
  "isomorphic-fetch": "^3.0.0",
108
108
  "prettier": "^3.2.5",
109
109
  "rimraf": "^5.0.5",
110
- "semantic-release": "^23.0.7",
110
+ "semantic-release": "^23.0.8",
111
111
  "sort-package-json": "^2.10.0",
112
112
  "tsup": "^8.0.2",
113
- "typescript": "^5.4.4",
114
- "vitest": "^1.4.0",
115
- "zod": "^3.22.4"
113
+ "typescript": "^5.4.5",
114
+ "vitest": "^1.5.2",
115
+ "zod": "^3.23.4"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "zod": "^3.22.4"