@doist/typist 8.0.8 → 9.0.0

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [9.0.0](https://github.com/Doist/typist/compare/v8.0.8...v9.0.0) (2025-11-19)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ - update minimum Node.js version to 22.14.0 (#1169)
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ - update minimum Node.js version to 22.14.0 ([#1169](https://github.com/Doist/typist/issues/1169)) ([36467c9](https://github.com/Doist/typist/commit/36467c93e28cfd6fd45946f1f75ee8d409010462))
10
+
1
11
  ## [8.0.8](https://github.com/Doist/typist/compare/v8.0.7...v8.0.8) (2025-11-19)
2
12
 
3
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@doist/typist",
3
3
  "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.",
4
- "version": "8.0.8",
4
+ "version": "9.0.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -9,8 +9,8 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "sideEffects": false,
11
11
  "engines": {
12
- "node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
13
- "npm": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
12
+ "node": "^22.14.0 || >= 24.10.0",
13
+ "npm": "^10.9.2 || >= 11.5.1"
14
14
  },
15
15
  "publishConfig": {
16
16
  "access": "public"