Skip to content

Commit fd8cc08

Browse files
authored
Konnorrogers/tooltip fixes (#176)
* tooltip fixes * add fix for translations * prettier * update node version * update lockfile * update node to v20 * fix locking behavior * upgrade to pnpm 9 * update dependencies * update dependencies * fix collab * update dependencies * add changeset * fix unit tests
1 parent 7ff18b8 commit fd8cc08

File tree

17 files changed

+6704
-5568
lines changed

17 files changed

+6704
-5568
lines changed

.changeset/dirty-eyes-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rhino-editor": patch
3+
---
4+
5+
Fixed an issue where updating translations would not update the editor

.changeset/slimy-bottles-sniff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rhino-editor": minor
3+
---
4+
5+
upgrade TipTap versions to 2.4.0

.changeset/soft-owls-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"rhino-editor": patch
3+
---
4+
5+
- Fixed `tooltip-arrow` and `tooltip-base` parts renamed to `toolbar__tooltip__arrow` and `toolbar__tooltip__base` respectively.

.github/workflows/preview-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js v18
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '18.x'
21+
node-version: '20.x'
2222

2323
- uses: ruby/setup-ruby@v1
2424
with:
@@ -28,12 +28,12 @@ jobs:
2828

2929
- uses: pnpm/action-setup@v2
3030
with:
31-
version: 8
31+
version: 9
3232

33-
- name: use node.js 18
33+
- name: use node.js 20
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: 18.x
36+
node-version: 20.x
3737
cache: 'pnpm'
3838
cache-dependency-path: |
3939
pnpm-lock.yaml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: pnpm/action-setup@v2
2727
with:
28-
version: 8
28+
version: 9
2929

3030
- name: use node.js v${{ matrix.node-version }}
3131
uses: actions/setup-node@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
ruby: ['2.7', '3.0', '3.1']
26-
node-version: [16.x, 18.x]
26+
node-version: [20.x]
2727

2828
services:
2929
minio:
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: pnpm/action-setup@v2
6262
with:
63-
version: 8.x.x
63+
version: 9.x.x
6464
run_install: false
6565

6666
- name: use node.js ${{ matrix.node-version }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 18.9.0
1+
nodejs 20.9.0
22
ruby 3.0.4

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@hotwired/turbo": "^7.3.0",
2525
"@konnorr/bridgetown-quick-search": "^3.8.0",
2626
"@shoelace-style/shoelace": "^2.12.0",
27-
"@tiptap/extension-character-count": "~2.3.0",
28-
"@tiptap/extension-code-block-lowlight": "~2.3.0",
27+
"@tiptap/extension-character-count": "~2.4.0",
28+
"@tiptap/extension-code-block-lowlight": "~2.4.0",
2929
"bridgetown-quick-search": "2.0.0",
3030
"linkifyjs": "^4.1.1",
3131
"lowlight": "^3.1.0",
32-
"prosemirror-view": "1.28.2",
32+
"prosemirror-view": "1.33.6",
3333
"read-cache": "^1.0.0",
3434
"rhino-editor": "link:../",
3535
"web-component-lazy-loader": "^1.0.1"

0 commit comments

Comments
 (0)