@knapsack/core 4.89.7--canary.bb7c8f3.0 β†’ 4.89.7

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 +25 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v4.89.7 (Fri Feb 06 2026)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EvanLovely](https://github.com/EvanLovely))
6
+ - Merge branch 'latest' into feature/ksp-6555-remove-app-client-watchers-for-files-in-data-directory ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - Replace ava with vitest in libs/core [#7145](https://github.com/knapsack-labs/app-monorepo/pull/7145) ([@claude](https://github.com/claude) [@EvanLovely](https://github.com/EvanLovely))
11
+ - KSP-6106 Added consistent-type-imports rule with inline type syntax [#7128](https://github.com/knapsack-labs/app-monorepo/pull/7128) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
12
+ - KSP-7692: expand server actions body size limit [#7097](https://github.com/knapsack-labs/app-monorepo/pull/7097) ([@illepic](https://github.com/illepic))
13
+ - KSP-7623 resolved some of react-hooks/set-state-in-effect lint errors and enab… [#7077](https://github.com/knapsack-labs/app-monorepo/pull/7077) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
14
+ - Only provide signed upload URLs for files in acceptable file list [#7056](https://github.com/knapsack-labs/app-monorepo/pull/7056) ([@freneticpixel](https://github.com/freneticpixel))
15
+
16
+ #### Authors: 5
17
+
18
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
19
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
20
+ - Claude ([@claude](https://github.com/claude))
21
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
22
+ - Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
23
+
24
+ ---
25
+
1
26
  # v4.89.4 (Mon Jan 05 2026)
2
27
 
3
28
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/core",
3
3
  "description": "The core of Knapsack",
4
- "version": "4.89.7--canary.bb7c8f3.0",
4
+ "version": "4.89.7",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -30,15 +30,15 @@
30
30
  },
31
31
  "author": "Knapsack (https://www.knapsack.cloud)",
32
32
  "dependencies": {
33
- "@knapsack/utils": "4.89.7--canary.bb7c8f3.0",
33
+ "@knapsack/utils": "4.89.7",
34
34
  "superstruct": "^0.16.7",
35
35
  "url-join": "^4.0.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@knapsack/eslint-config-starter": "4.89.7--canary.bb7c8f3.0",
39
- "@knapsack/hasura-gql-client": "4.89.7--canary.bb7c8f3.0",
40
- "@knapsack/types": "4.89.7--canary.bb7c8f3.0",
41
- "@knapsack/typescript-config-starter": "4.89.7--canary.bb7c8f3.0",
38
+ "@knapsack/eslint-config-starter": "4.89.7",
39
+ "@knapsack/hasura-gql-client": "4.89.7",
40
+ "@knapsack/types": "4.89.7",
41
+ "@knapsack/typescript-config-starter": "4.89.7",
42
42
  "@types/node": "^20.19.25",
43
43
  "@types/url-join": "^4.0.3",
44
44
  "eslint": "^8.57.0",
@@ -55,5 +55,5 @@
55
55
  "directory": "libs/core",
56
56
  "type": "git"
57
57
  },
58
- "gitHead": "bb7c8f3c8cb6bf10152fe2b21d3b4f94254e9749"
58
+ "gitHead": "85166735a440fdf1b9010f058e7679479a8f4788"
59
59
  }