@knapsack/tiptap-utils 4.85.6--canary.6659.cae00fd.0 → 4.85.6

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.85.6 (Thu Sep 18 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - fix(deps): update dependency linkifyjs to v4.3.2 [security] [#6497](https://github.com/knapsack-labs/app-monorepo/pull/6497) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
11
+
12
+ ---
13
+
1
14
  # v4.85.1 (Thu Aug 21 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/tiptap-utils",
3
3
  "description": "",
4
- "version": "4.85.6--canary.6659.cae00fd.0",
4
+ "version": "4.85.6",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -18,7 +18,7 @@
18
18
  "lint": "eslint ./"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/utils": "4.85.6--canary.6659.cae00fd.0",
21
+ "@knapsack/utils": "4.85.6",
22
22
  "@tiptap/core": "^2.9.1",
23
23
  "@tiptap/extension-blockquote": "^2.9.1",
24
24
  "@tiptap/extension-bold": "^2.9.1",
@@ -53,9 +53,9 @@
53
53
  "linkifyjs": "^4.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@knapsack/eslint-config-starter": "4.85.6--canary.6659.cae00fd.0",
57
- "@knapsack/prettier-config": "4.85.6--canary.6659.cae00fd.0",
58
- "@knapsack/typescript-config-starter": "4.85.6--canary.6659.cae00fd.0",
56
+ "@knapsack/eslint-config-starter": "4.85.6",
57
+ "@knapsack/prettier-config": "4.85.6",
58
+ "@knapsack/typescript-config-starter": "4.85.6",
59
59
  "@types/node": "^20.17.57",
60
60
  "eslint": "^8.57.0",
61
61
  "typescript": "^5.9.2"
@@ -69,5 +69,5 @@
69
69
  "directory": "libs/tiptap-utils",
70
70
  "type": "git"
71
71
  },
72
- "gitHead": "cae00fd9f086ba5cc1c4e615da314b66f54c5ca2"
72
+ "gitHead": "f21e14d6d976fa570f53a25f41ce4d88688fa68b"
73
73
  }