github-actions[bot]
f9ebbb8808
Version Packages ( #5744 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-24 06:21:28 -07:00
github-actions[bot]
f2e2117bdb
Version Packages ( #5719 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-16 22:10:39 -07:00
github-actions[bot]
85a1e1d3f3
Version Packages ( #5717 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-12 14:37:18 -07:00
github-actions[bot]
7e77a932f0
Version Packages ( #5705 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-02 19:52:33 -07:00
github-actions[bot]
e09ed7bf3e
Version Packages ( #5699 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-22 22:43:00 -07:00
github-actions[bot]
c3a4e1e3f9
Version Packages ( #5693 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-12 04:52:27 -07:00
Todor Andonov
af21468a23
move types to dev dependencies ( #5683 )
2024-08-07 08:00:17 -07:00
github-actions[bot]
6548197540
Version Packages ( #5682 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-16 02:26:21 -07:00
github-actions[bot]
5838e36229
Version Packages ( #5678 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-08 10:49:56 -07:00
github-actions[bot]
97c88dbc25
Version Packages ( #5662 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 04:09:04 -07:00
github-actions[bot]
f3be9f1292
Version Packages ( #5656 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-04 08:47:44 -07:00
github-actions[bot]
9ee604e17a
Version Packages ( #5651 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-15 15:47:43 -07:00
github-actions[bot]
b48f1d64d6
Version Packages ( #5626 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-21 13:19:27 -07:00
github-actions[bot]
b04b7e0e98
Version Packages ( #5602 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-07 05:06:40 -07:00
github-actions[bot]
f5253cdd4a
Version Packages ( #5595 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-24 07:09:44 -07:00
github-actions[bot]
cee8e7e421
Version Packages ( #5583 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-21 17:01:53 -07:00
github-actions[bot]
bf5a4abbe9
Version Packages ( #5579 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 09:05:41 -07:00
github-actions[bot]
26351b900f
Version Packages ( #5573 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-04 12:25:10 -07:00
Bryan Haakman
54d78c100d
Upgrade yarn to 4.0.2 ( #5578 )
...
* Upgrade yarn to 4.0.2
* Correct react versions for yarn.lock
2023-12-04 12:17:05 -07:00
github-actions[bot]
03125312fb
Version Packages ( #5565 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-22 06:26:57 -07:00
github-actions[bot]
6be95f8885
Version Packages ( #5552 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-10 09:53:24 -07:00
Per-Kristian Nordnes
fc081816e0
Fix issue with ReactEditor.focus + tests ( #5527 )
...
* Fix issue with slate-react static ReactEditor.focus method
This will make sure we don't try to focus the editor while it's in the midst of applying operations.
If this is the case, retry setting focus in the next tick.
* Replace react-test-renderer with @testing-library/react
We need to be able to test against window features, like the DOM selection.
@testing-library/react has a very similar API, but have also these features,
which react-test-renderer is missing.
* Rewrite tests for @testing-library/react
This will rewrite the existing tests for Editable and move them into a own file.
* Add tests for ReactEditor.focus
* Add changeset
2023-11-10 09:19:10 -07:00
github-actions[bot]
32def91713
Version Packages ( #5545 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 11:09:45 -07:00
github-actions[bot]
a5f03871fe
Version Packages ( #5529 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-20 09:00:54 -07:00
Dylan Schiemann
c4c14882ed
Update dependencies to React 18, Node 20, TS 5.2, etc. ( #5528 )
...
* incremental upgrade to React 18, TS 4.9, etc.
* update yarn config
* fix build
* minor cleanup in type definitions
* incremental updates for TS 5.0
* fix build
* upgrade to typescript 5.2
* update dependencies
* fix lint issues
* update to latest Playwright version
* update changesets dep
* update emotion/css
* incremental dependency updates
* more small dependency updates
* upgrade prettier and eslint
* fix lint issues
* update dependencies rollup
* fix @types/node resolution to restore linting
* update tiny-invariant dependency
* update dependencies
* update dependencies lerna
* upgrade react-router-dom
* update @types/react and @types/node
* update babel dependencies
* udpate simple-git-hooks
* update @types/node resolution
* update lint-staged
* remove cypress from dependency list
* update @types/node to support Node 20
* update workflows to Node 20
* set resolutions for @types/react
* downgrade @types/react to 18.2.28
* update mocha
* update rimraf
* update @types/js-dom
* remove .lintstagedrc.js
* upgrade next to latest
* v0.61.4
* update lerna
* update faker and rollup
* update immer
* fix yarn clean command
* attempt to fix integration tests
* attempt to stabilize integration tests
* wip fix integration tests
* skip unstable integration test
* Add changeset
---------
Co-authored-by: Dalibor Tosic <dalibortosic00@gmail.com >
Co-authored-by: Nikola <nikolabijelic14@gmail.com >
2023-10-20 08:34:24 -07:00
github-actions[bot]
0bdff51a08
Version Packages ( #5517 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25 07:58:55 -07:00
github-actions[bot]
fd753b8bf1
Version Packages ( #5512 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-18 10:40:46 -07:00
github-actions[bot]
a81f76f3a3
Version Packages ( #5504 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-29 05:01:28 -07:00
github-actions[bot]
f8d8d017d1
Version Packages ( #5501 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-26 05:03:55 -07:00
github-actions[bot]
a25d7a40e5
Version Packages ( #5492 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-31 17:31:52 -07:00
github-actions[bot]
c8236ee112
Version Packages ( #5489 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-26 07:18:42 -07:00
github-actions[bot]
dd6dbf1b99
Version Packages ( #5474 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-12 05:04:35 -07:00
github-actions[bot]
511014afa0
Version Packages ( #5461 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-21 11:31:52 -07:00
github-actions[bot]
4b8ba512e7
Version Packages ( #5454 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-16 20:47:48 -07:00
github-actions[bot]
bac37cae81
Version Packages ( #5438 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-12 18:58:48 -07:00
github-actions[bot]
ad126705ba
Version Packages ( #5434 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-29 22:27:40 -07:00
github-actions[bot]
b7fd322f01
Version Packages ( #5424 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-13 23:34:44 -07:00
github-actions[bot]
33a1e9b923
Version Packages ( #5397 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-20 05:30:24 -07:00
github-actions[bot]
07b049f59b
Version Packages ( #5373 )
...
* Version Packages
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org >
2023-04-03 16:51:02 -07:00
github-actions[bot]
3c0abeb785
Version Packages ( #5370 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-17 13:06:36 -07:00
github-actions[bot]
4244a8d67c
Version Packages ( #5365 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-16 06:25:13 -07:00
github-actions[bot]
2a0a530931
Version Packages ( #5345 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 22:28:44 -07:00
github-actions[bot]
bc07cf8c86
Version Packages ( #5340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-06 08:44:43 -08:00
github-actions[bot]
429f5fe417
Version Packages ( #5329 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-02 14:06:14 -05:00
github-actions[bot]
3c4ca6b073
Version Packages ( #5323 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27 17:36:15 -07:00
github-actions[bot]
680fa9cd34
Version Packages ( #5317 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-26 23:14:15 -07:00
github-actions[bot]
c753e68c69
Version Packages ( #5314 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-24 16:12:52 -07:00
github-actions[bot]
b32428e882
Version Packages ( #5312 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 16:19:13 -07:00
github-actions[bot]
942fbd7ceb
Version Packages ( #5304 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-22 13:53:03 -07:00
github-actions[bot]
d0d1cb981b
Version Packages ( #5302 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-20 08:53:48 -07:00