@doist/typist 2.1.3 → 2.2.1

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 (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/LICENSE +1 -1
  3. package/package.json +65 -63
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [2.2.1](https://github.com/Doist/typist/compare/v2.2.0...v2.2.1) (2024-01-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **deps:** update tiptap packages to v2.1.13 ([#554](https://github.com/Doist/typist/issues/554)) ([e89007b](https://github.com/Doist/typist/commit/e89007b7da928c3be46f2beaef9207586c3279a4))
6
+
7
+ ## [2.2.0](https://github.com/Doist/typist/compare/v2.1.3...v2.2.0) (2023-11-21)
8
+
9
+ ### Features
10
+
11
+ - add support for Node v21 ([#533](https://github.com/Doist/typist/issues/533)) ([87ca351](https://github.com/Doist/typist/commit/87ca35150b03a8a429296a3324b018e1a9121b04))
12
+
1
13
  ## [2.1.3](https://github.com/Doist/typist/compare/v2.1.2...v2.1.3) (2023-11-03)
2
14
 
3
15
  ### Bug Fixes
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022-2023 Doist Inc.
3
+ Copyright (c) 2022-2024 Doist Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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": "2.1.3",
4
+ "version": "2.2.1",
5
5
  "license": "MIT",
6
6
  "homepage": "https://typist.doist.dev/",
7
7
  "repository": "https://github.com/Doist/typist",
@@ -10,7 +10,7 @@
10
10
  "types": "dist/index.d.ts",
11
11
  "sideEffects": false,
12
12
  "engines": {
13
- "node": "^16.0.0 || ^18.0.0 || ^20.0.0",
13
+ "node": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^21.0.0",
14
14
  "npm": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
15
15
  },
16
16
  "publishConfig": {
@@ -46,100 +46,103 @@
46
46
  "validate:pre-push": "run-s test"
47
47
  },
48
48
  "dependencies": {
49
- "@tiptap/core": "2.1.12",
50
- "@tiptap/extension-blockquote": "2.1.12",
51
- "@tiptap/extension-bold": "2.1.12",
52
- "@tiptap/extension-bullet-list": "2.1.12",
53
- "@tiptap/extension-character-count": "2.1.12",
54
- "@tiptap/extension-code": "2.1.12",
55
- "@tiptap/extension-code-block": "2.1.12",
56
- "@tiptap/extension-document": "2.1.12",
57
- "@tiptap/extension-dropcursor": "2.1.12",
58
- "@tiptap/extension-gapcursor": "2.1.12",
59
- "@tiptap/extension-hard-break": "2.1.12",
60
- "@tiptap/extension-heading": "2.1.12",
61
- "@tiptap/extension-history": "2.1.12",
62
- "@tiptap/extension-horizontal-rule": "2.1.12",
63
- "@tiptap/extension-image": "2.1.12",
64
- "@tiptap/extension-italic": "2.1.12",
65
- "@tiptap/extension-link": "2.1.12",
66
- "@tiptap/extension-list-item": "2.1.12",
67
- "@tiptap/extension-list-keymap": "2.1.12",
68
- "@tiptap/extension-ordered-list": "2.1.12",
69
- "@tiptap/extension-paragraph": "2.1.12",
70
- "@tiptap/extension-placeholder": "2.1.12",
71
- "@tiptap/extension-strike": "2.1.12",
72
- "@tiptap/extension-task-item": "2.1.12",
73
- "@tiptap/extension-task-list": "2.1.12",
74
- "@tiptap/extension-text": "2.1.12",
75
- "@tiptap/extension-typography": "2.1.12",
76
- "@tiptap/pm": "2.1.12",
77
- "@tiptap/react": "2.1.12",
78
- "@tiptap/suggestion": "2.1.12",
49
+ "@tiptap/core": "2.1.13",
50
+ "@tiptap/extension-blockquote": "2.1.13",
51
+ "@tiptap/extension-bold": "2.1.13",
52
+ "@tiptap/extension-bullet-list": "2.1.13",
53
+ "@tiptap/extension-character-count": "2.1.13",
54
+ "@tiptap/extension-code": "2.1.13",
55
+ "@tiptap/extension-code-block": "2.1.13",
56
+ "@tiptap/extension-document": "2.1.13",
57
+ "@tiptap/extension-dropcursor": "2.1.13",
58
+ "@tiptap/extension-gapcursor": "2.1.13",
59
+ "@tiptap/extension-hard-break": "2.1.13",
60
+ "@tiptap/extension-heading": "2.1.13",
61
+ "@tiptap/extension-history": "2.1.13",
62
+ "@tiptap/extension-horizontal-rule": "2.1.13",
63
+ "@tiptap/extension-image": "2.1.13",
64
+ "@tiptap/extension-italic": "2.1.13",
65
+ "@tiptap/extension-link": "2.1.13",
66
+ "@tiptap/extension-list-item": "2.1.13",
67
+ "@tiptap/extension-list-keymap": "2.1.13",
68
+ "@tiptap/extension-ordered-list": "2.1.13",
69
+ "@tiptap/extension-paragraph": "2.1.13",
70
+ "@tiptap/extension-placeholder": "2.1.13",
71
+ "@tiptap/extension-strike": "2.1.13",
72
+ "@tiptap/extension-task-item": "2.1.13",
73
+ "@tiptap/extension-task-list": "2.1.13",
74
+ "@tiptap/extension-text": "2.1.13",
75
+ "@tiptap/extension-typography": "2.1.13",
76
+ "@tiptap/pm": "2.1.13",
77
+ "@tiptap/react": "2.1.13",
78
+ "@tiptap/suggestion": "2.1.13",
79
79
  "prosemirror-codemark": "0.4.2"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@doist/eslint-config": "11.0.0",
83
83
  "@doist/prettier-config": "4.0.0",
84
- "@doist/reactist": "22.1.0",
85
- "@mdx-js/react": "2.3.0",
84
+ "@doist/reactist": "22.3.3",
85
+ "@mdx-js/react": "3.0.0",
86
+ "@rollup/rollup-linux-x64-gnu": "4.9.4",
86
87
  "@semantic-release/changelog": "6.0.3",
87
88
  "@semantic-release/exec": "6.0.3",
88
89
  "@semantic-release/git": "10.0.1",
89
- "@storybook/addon-a11y": "7.5.1",
90
- "@storybook/addon-essentials": "7.5.1",
91
- "@storybook/addons": "7.5.1",
92
- "@storybook/csf": "0.1.1",
90
+ "@storybook/addon-a11y": "7.6.7",
91
+ "@storybook/addon-essentials": "7.6.7",
92
+ "@storybook/addons": "7.6.7",
93
+ "@storybook/csf": "0.1.2",
93
94
  "@storybook/mdx2-csf": "1.1.0",
94
- "@storybook/react": "7.5.1",
95
- "@storybook/react-vite": "7.5.1",
95
+ "@storybook/react": "7.6.7",
96
+ "@storybook/react-vite": "7.6.7",
96
97
  "@testing-library/dom": "9.3.3",
97
- "@testing-library/jest-dom": "6.1.4",
98
- "@testing-library/react": "14.0.0",
99
- "@types/lodash-es": "4.17.10",
100
- "@types/react": "18.2.33",
101
- "@types/react-dom": "18.2.14",
102
- "@types/react-syntax-highlighter": "15.5.9",
103
- "@types/turndown": "5.0.3",
104
- "@vitejs/plugin-react": "4.1.0",
98
+ "@testing-library/jest-dom": "6.2.0",
99
+ "@testing-library/react": "14.1.2",
100
+ "@types/lodash-es": "4.17.12",
101
+ "@types/react": "18.2.47",
102
+ "@types/react-dom": "18.2.18",
103
+ "@types/react-syntax-highlighter": "15.5.11",
104
+ "@types/turndown": "5.0.4",
105
+ "@vitejs/plugin-react": "4.2.1",
105
106
  "boring-avatars": "1.10.1",
106
- "classnames": "2.3.2",
107
+ "classnames": "2.5.1",
107
108
  "conventional-changelog-conventionalcommits": "7.0.2",
108
109
  "emoji-regex": "10.3.0",
109
- "eslint": "8.52.0",
110
+ "eslint": "8.56.0",
110
111
  "eslint-formatter-codeframe": "7.32.1",
111
112
  "eslint-import-resolver-typescript": "3.6.1",
112
113
  "eslint-plugin-simple-import-sort": "10.0.0",
113
114
  "eslint-plugin-storybook": "0.6.15",
114
- "eslint-plugin-unicorn": "48.0.1",
115
- "eslint-plugin-vitest": "0.3.8",
115
+ "eslint-plugin-unicorn": "50.0.1",
116
+ "eslint-plugin-vitest": "0.3.20",
116
117
  "eslint-plugin-vitest-globals": "1.4.0",
117
- "github-markdown-css": "5.3.0",
118
+ "github-markdown-css": "5.5.0",
118
119
  "husky": "8.0.3",
119
120
  "ignore-sync": "7.0.1",
120
121
  "is-ci": "3.0.1",
121
- "jsdom": "22.1.0",
122
- "lint-staged": "14.0.1",
122
+ "jsdom": "23.1.0",
123
+ "lint-staged": "15.2.0",
123
124
  "npm-run-all": "4.1.5",
124
- "prettier": "3.0.3",
125
+ "prettier": "3.1.1",
125
126
  "react": "18.2.0",
126
127
  "react-dom": "18.2.0",
127
- "react-icons": "4.11.0",
128
+ "react-icons": "4.12.0",
128
129
  "react-markdown": "8.0.7",
129
130
  "react-syntax-highlighter": "15.5.0",
130
131
  "rimraf": "5.0.5",
131
- "semantic-release": "22.0.5",
132
- "storybook": "7.5.1",
132
+ "semantic-release": "22.0.12",
133
+ "tippy.js": "6.3.7",
134
+ "storybook": "7.6.7",
133
135
  "storybook-css-modules": "1.0.8",
134
- "type-fest": "4.6.0",
135
- "typescript": "5.2.2",
136
+ "type-fest": "4.9.0",
137
+ "typescript": "5.3.3",
136
138
  "typescript-plugin-css-modules": "5.0.2",
137
- "vitest": "0.34.6"
139
+ "vitest": "1.1.3"
138
140
  },
139
141
  "peerDependencies": {
140
142
  "@react-hookz/web": "^14.2.3 || >=15.x",
141
143
  "emoji-regex": "^10.2.1",
142
144
  "hast-util-is-element": "^2.1.0",
145
+ "linkifyjs": "^4.1.1",
143
146
  "lodash-es": "^4.17.21",
144
147
  "mdast-util-gfm-autolink-literal": "^1.0.0",
145
148
  "mdast-util-gfm-strikethrough": "^1.0.0",
@@ -151,7 +154,6 @@
151
154
  "rehype-minify-whitespace": "^5.0.0",
152
155
  "rehype-raw": "^6.1.0",
153
156
  "rehype-stringify": "^9.0.0",
154
- "linkifyjs": "^4.1.1",
155
157
  "remark": "^14.0.0",
156
158
  "remark-breaks": "^3.0.0",
157
159
  "remark-gfm": "^3.0.0",