Joe Anderson
fb87646e86
Experimental chunking optimisation and other performance improvements ( #5871 )
...
* Chunking optimization
* Fix comments
* Remove redundant `insertionsMinusRemovals` variable
* Fix typo
* Unblock Netlify builds
* Add placeholder
* Upgrade Playwright (fixes crash when debugging)
* Fix `autoFocus` not working
* Fix huge document test
* Fix the previous issue without changing `useSlateSelector`
* Retry `test:integration`
* Re-implement `useSlateWithV`
* Retry `test:integration`
* Update docs
* Update JS examples to match TS examples
* Upload Playwright's `test-results` directory in CI to access traces
* Change trace mode to `retain-on-first-failure`
* Fix: `Locator.fill(text)` is flaky on Editable
* Add changesets
* Increase minimum `slate-dom` version
* Update changeset
* Update 09-performance.md
* Deprecate the `useSlateWithV` hook
* Fix errors and improve clarity in 09-performance.md
* Minimum `slate-dom` version is now 0.116
* Update `yarn.lock`
2025-06-06 16:42:11 -07:00
Ty Mick
3861cc1a97
Update VS Code SDKs ( #5718 )
...
All changes were generated by the following command:
```
$ yarn dlx @yarnpkg/sdks vscode
➤ YN0000: · Yarn 4.0.2
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @yarnpkg/sdks@npm:3.2.0, @arcanis/slice-ansi@npm:1.1.1, and 102 more.
➤ YN0000: └ Completed in 0s 540ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 104 packages were added to the project (+ 2.89 MiB).
➤ YN0000: └ Completed in 0s 293ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 1s 72ms
➤ YN0000: · Done in 1s 942ms
➤ YN0000: Cleaning up the existing SDK files...
➤ YN0000: ┌ Generating SDKs inside .yarn/sdks
➤ YN0000: │ ✓ Eslint
➤ YN0000: │ ✓ Prettier
➤ YN0000: │ ✓ Typescript
➤ YN0000: │ • 5 SDKs were skipped based on your root dependencies
➤ YN0000: └ Completed
➤ YN0000: ┌ Generating settings
➤ YN0000: │ ✓ Vscode (updated 🔼 )
➤ YN0000: └ Completed
```
2024-09-12 14:36:02 -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
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
Michael
cb133a785f
upgrade yarn ( #5242 )
...
Signed-off-by: Michael Darr <michael.e.darr@gmail.com >
Signed-off-by: Michael Darr <michael.e.darr@gmail.com >
2023-01-07 05:58:12 -07:00
Dylan Schiemann
269e59c93a
Immer 9 security update ( #4505 )
...
* add yarn upgrade-interactive plugin
* chore(immer): update immer to address security issue
* Add changeset
2021-09-09 14:16:50 -07:00
Kristoffer K
29473b0290
chore: follow-up to Yarn update ( #4478 )
...
* fix(site): `require.resolve` webpack loader
* chore: add pnp sdk
* ci: cache dependencies
* ci: add release `version` command
2021-09-02 04:42:45 -07:00
Bryan Haakman
8eb1abac87
Migrate yarn to berry v3 ( #4417 )
...
* Migrate to yarn berry v3
* Fix yarn dependencies for linting
* Specifically invoke bash in yarn clean to make brace expansion work
* Upgrade cypress to 8.x to support yarn berry
* Try out yarn berry workaround for netlify
From https://answers.netlify.com/t/using-the-new-yarn-release-2-0-0-berry/8270
* Update .yarnrc.yml for syntax consistency
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org >
* use rimraf for clean command with escaped glob pattern
* Use workspace:* resolution for workspace packages and rewrite yarn.lock
* set workspace package versions explicit again
* update peer dependencies
* disable import/named for ts and tsx files
* Replace 'key' with 'key=true' wherever babel complains
* replace all instances of key to someKey in tests to satisfy eslint and babel
* remove unnecessary yarn packageExtension and remove cross-env dependency
* upgrade yarn to latest
* Upgrade next.js to 10.x to support yarn berry
* update .yarnrc to satisfy netlify
Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org >
2021-08-28 04:59:10 -07:00