@visulima/connect 3.0.13 → 3.0.14

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 +11 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/connect [3.0.14](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.13...@visulima/connect@3.0.14) (2024-09-24)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
6
+ * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
11
+
1
12
  ## @visulima/connect [3.0.13](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.12...@visulima/connect@3.0.13) (2024-09-12)
2
13
 
3
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/connect",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
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",
@@ -78,18 +78,18 @@
78
78
  "@anolilab/prettier-config": "^5.0.14",
79
79
  "@anolilab/semantic-release-pnpm": "^1.1.3",
80
80
  "@anolilab/semantic-release-preset": "^9.0.0",
81
- "@arethetypeswrong/cli": "^0.16.2",
81
+ "@arethetypeswrong/cli": "^0.16.4",
82
82
  "@babel/core": "^7.25.2",
83
- "@rushstack/eslint-plugin-security": "^0.8.2",
83
+ "@rushstack/eslint-plugin-security": "^0.8.3",
84
84
  "@types/http-errors": "^2.0.4",
85
85
  "@types/node": "18.19.15",
86
86
  "@visulima/nextra-theme-docs": "4.0.26",
87
- "@visulima/packem": "^1.0.0-alpha.108",
88
- "@vitest/coverage-v8": "^2.0.5",
89
- "@vitest/ui": "^2.0.5",
87
+ "@visulima/packem": "1.0.1",
88
+ "@vitest/coverage-v8": "^2.1.1",
89
+ "@vitest/ui": "^2.1.1",
90
90
  "conventional-changelog-conventionalcommits": "8.0.0",
91
91
  "cross-env": "^7.0.3",
92
- "esbuild": "^0.23.1",
92
+ "esbuild": "0.24.0",
93
93
  "eslint": "8.57.0",
94
94
  "eslint-plugin-deprecation": "^3.0.0",
95
95
  "eslint-plugin-etc": "^2.0.3",
@@ -98,14 +98,14 @@
98
98
  "eslint-plugin-vitest": "^0.4.1",
99
99
  "eslint-plugin-vitest-globals": "^1.5.0",
100
100
  "eslint-plugin-zod": "^1.4.0",
101
- "express": "^4.20.0",
102
- "fastify": "^4.28.1",
101
+ "express": "^4.21.0",
102
+ "fastify": "^5.0.0",
103
103
  "isomorphic-fetch": "^3.0.0",
104
104
  "prettier": "^3.3.3",
105
105
  "rimraf": "5.0.9",
106
106
  "semantic-release": "24.0.0",
107
107
  "typescript": "5.4.5",
108
- "vitest": "^2.0.5",
108
+ "vitest": "^2.1.1",
109
109
  "zod": "^3.23.8"
110
110
  },
111
111
  "peerDependencies": {