@visulima/connect 2.1.7 → 2.1.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 +26 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @visulima/connect [2.1.9](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.8...@visulima/connect@2.1.9) (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/connect [2.1.8](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.7...@visulima/connect@2.1.8) (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/connect [2.1.7](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.6...@visulima/connect@2.1.7) (2023-11-02)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "2.1.7",
3
+ "version": "2.1.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",
@@ -14,7 +14,7 @@
14
14
  "http2",
15
15
  "zod"
16
16
  ],
17
- "homepage": "https://visulima.com/packages/connect",
17
+ "homepage": "https://www.visulima.com/docs/package/connect",
18
18
  "bugs": {
19
19
  "url": "https://github.com/visulima/visulima/issues"
20
20
  },
@@ -85,30 +85,30 @@
85
85
  "@anolilab/eslint-config": "^15.0.2",
86
86
  "@anolilab/prettier-config": "^5.0.13",
87
87
  "@anolilab/semantic-release-preset": "^8.0.2",
88
- "@babel/core": "^7.23.2",
88
+ "@babel/core": "^7.23.3",
89
89
  "@rushstack/eslint-plugin-security": "^0.7.1",
90
- "@types/http-errors": "^2.0.3",
90
+ "@types/http-errors": "^2.0.4",
91
91
  "@types/node": "18.18.8",
92
- "@visulima/nextra-theme-docs": "4.0.7",
92
+ "@visulima/nextra-theme-docs": "4.0.9",
93
93
  "@vitest/coverage-v8": "^0.34.6",
94
94
  "cross-env": "^7.0.3",
95
- "eslint": "^8.52.0",
95
+ "eslint": "^8.54.0",
96
96
  "eslint-plugin-deprecation": "^2.0.0",
97
97
  "eslint-plugin-etc": "^2.0.3",
98
98
  "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
99
99
  "eslint-plugin-mdx": "^2.2.0",
100
- "eslint-plugin-vitest": "^0.3.8",
100
+ "eslint-plugin-vitest": "^0.3.10",
101
101
  "eslint-plugin-vitest-globals": "^1.4.0",
102
102
  "eslint-plugin-zod": "^1.4.0",
103
103
  "express": "^4.18.2",
104
104
  "fastify": "^4.24.3",
105
105
  "isomorphic-fetch": "^3.0.0",
106
- "prettier": "^3.0.3",
106
+ "prettier": "^3.1.0",
107
107
  "rimraf": "^5.0.5",
108
- "semantic-release": "^22.0.6",
108
+ "semantic-release": "^22.0.8",
109
109
  "sort-package-json": "^2.6.0",
110
- "tsup": "^7.2.0",
111
- "typescript": "^5.2.2",
110
+ "tsup": "^8.0.1",
111
+ "typescript": "^5.3.2",
112
112
  "vitest": "^0.34.6",
113
113
  "zod": "^3.22.4"
114
114
  },