@visulima/connect 2.1.11 → 2.1.13

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 +21 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## @visulima/connect [2.1.13](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.12...@visulima/connect@2.1.13) (2024-01-31)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.13
8
+
9
+ ## @visulima/connect [2.1.12](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.11...@visulima/connect@2.1.12) (2024-01-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * updated all deps, updated test based on eslint errors ([909f8f3](https://github.com/visulima/visulima/commit/909f8f384804d7ef140354ab44f867532dbc9847))
15
+
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * **@visulima/nextra-theme-docs:** upgraded to 4.0.12
21
+
1
22
  ## @visulima/connect [2.1.11](https://github.com/visulima/visulima/compare/@visulima/connect@2.1.10...@visulima/connect@2.1.11) (2023-12-06)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
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",
@@ -83,35 +83,35 @@
83
83
  "regexparam": "^2.0.1"
84
84
  },
85
85
  "devDependencies": {
86
- "@anolilab/eslint-config": "^15.0.2",
87
- "@anolilab/prettier-config": "^5.0.13",
88
- "@anolilab/semantic-release-preset": "^8.0.2",
89
- "@babel/core": "^7.23.5",
90
- "@rushstack/eslint-plugin-security": "^0.7.1",
86
+ "@anolilab/eslint-config": "^15.0.3",
87
+ "@anolilab/prettier-config": "^5.0.14",
88
+ "@anolilab/semantic-release-preset": "^8.0.3",
89
+ "@babel/core": "^7.23.9",
90
+ "@rushstack/eslint-plugin-security": "^0.8.0",
91
91
  "@types/http-errors": "^2.0.4",
92
92
  "@types/node": "18.18.8",
93
- "@visulima/nextra-theme-docs": "4.0.11",
94
- "@vitest/coverage-v8": "^1.0.1",
95
- "@vitest/ui": "^1.0.1",
93
+ "@visulima/nextra-theme-docs": "4.0.13",
94
+ "@vitest/coverage-v8": "^1.2.2",
95
+ "@vitest/ui": "^1.2.2",
96
96
  "cross-env": "^7.0.3",
97
- "eslint": "^8.55.0",
97
+ "eslint": "^8.56.0",
98
98
  "eslint-plugin-deprecation": "^2.0.0",
99
99
  "eslint-plugin-etc": "^2.0.3",
100
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
101
- "eslint-plugin-mdx": "^2.2.0",
102
- "eslint-plugin-vitest": "^0.3.10",
100
+ "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
101
+ "eslint-plugin-mdx": "^3.1.5",
102
+ "eslint-plugin-vitest": "^0.3.21",
103
103
  "eslint-plugin-vitest-globals": "^1.4.0",
104
104
  "eslint-plugin-zod": "^1.4.0",
105
105
  "express": "^4.18.2",
106
- "fastify": "^4.24.3",
106
+ "fastify": "^4.26.0",
107
107
  "isomorphic-fetch": "^3.0.0",
108
- "prettier": "^3.1.0",
108
+ "prettier": "^3.2.4",
109
109
  "rimraf": "^5.0.5",
110
- "semantic-release": "^22.0.9",
111
- "sort-package-json": "^2.6.0",
110
+ "semantic-release": "^23.0.0",
111
+ "sort-package-json": "^2.7.0",
112
112
  "tsup": "^8.0.1",
113
- "typescript": "^5.3.2",
114
- "vitest": "^1.0.1",
113
+ "typescript": "^5.3.3",
114
+ "vitest": "^1.2.2",
115
115
  "zod": "^3.22.4"
116
116
  },
117
117
  "peerDependencies": {