Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP 🚧 Fix tab trap in notebook cells #18

Closed
wants to merge 213 commits into from

Conversation

gabalafou
Copy link
Owner

No description provided.

@gabalafou gabalafou changed the title WIP WIP 🚧 Fix tab trap in notebook cells Jan 25, 2023
dependabot bot and others added 29 commits October 2, 2023 11:16
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38.2.0 to 39.2.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v38.2.0...v39.2.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [altair](https://github.com/altair-viz/altair) from 5.0.1 to 5.1.1.
- [Release notes](https://github.com/altair-viz/altair/releases)
- [Commits](vega/altair@v5.0.1...v5.1.1)

---
updated-dependencies:
- dependency-name: altair
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [iterative/setup-cml](https://github.com/iterative/setup-cml) from 1 to 2.
- [Release notes](https://github.com/iterative/setup-cml/releases)
- [Commits](iterative/setup-cml@v1...v2)

---
updated-dependencies:
- dependency-name: iterative/setup-cml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…er (jupyterlab#15175)

* fix syntax highlighting for mimetypes which have more than one identifier

* fix: default to text/plain if spec.mime is an empty array

* fix: coalescing and avoid hardcoding mimetype

* fix: fixes linting error
…terlab#15194)

Bumps [jupyterlab-language-pack-zh-cn](https://github.com/jupyterlab/language-packs) from 4.0.post2 to 4.0.post3.
- [Release notes](https://github.com/jupyterlab/language-packs/releases)
- [Changelog](https://github.com/jupyterlab/language-packs/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/language-packs/compare/[email protected]@v4.0.post3)

---
updated-dependencies:
- dependency-name: jupyterlab-language-pack-zh-cn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ruff from 0.0.287 to 0.0.291

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.287 to 0.0.291.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.287...v0.0.291)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Align ruff version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <[email protected]>
* Add plugin manager and extension locking

* Add tests for pluginmanger, label, and mark promise with void

Add more tests for model

* Integrity fixes

* Remember the disclaimer checkbox state within session

and fix restoration of search query.

* Remove unneeded (and experimental) text-wrap

* Allow to search plugins by token name

* Add UI tests for plugin manager

* Move plugin manager tests to documentation

* Document plugin manager, move `jupyter labextension` section

* Update Playwright Snapshots

* Replace performance-limiting `:hover > td` rule with mix-blend

This was caught by a test on CI 🎉

* Update Playwright Snapshots

* Fix table header display

* Fix typos in documentation

Co-authored-by: Jeremy Tuloup <[email protected]>

* Apply suggestions from code review

Co-authored-by: Frédéric Collonval <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove not needed test config

* Propagate frozen as needed, add imports

* Fix styling of table in dark mode

* Use frozenset

* Move table and icon to ui-components

* Use `Readonly<Pick>` for plugin data interface

* Support defer value, fix temporary icon shim

* Add tooltip with hints, lint previous commit

* Add quotes around plugin id in dialogs

* Use `React.PropsWithChildren`

* Clear error before API call, move up in class

* Move attributes up in the class definition

* Use `VDomRenderer` where possible

* Do not add plugin manager to menu, place it in settings toolbar

* Add migration entry for plugin manager and locks

* Integrity updates

* Update Playwright Snapshots

* Update icon identifier in tests

* Add plugin manager to optional tokens

* Revert menu settings snapshot update

* Lint

* Update documentation screenshot

* Update to latest `@lumino/widgets` version following jupyterlab#15142

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <[email protected]>
Co-authored-by: Frédéric Collonval <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Bump ipython from 8.15.0 to 8.16.1

Bumps [ipython](https://github.com/ipython/ipython) from 8.15.0 to 8.16.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/commits)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Playwright Snapshots

* Remove back ticks in token description

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <[email protected]>
SHA256 hashes:

jupyterlab-4.1.0a2-py3-none-any.whl: 8cc68684833fa589ed08447ccf9080fa5c111a3636da635057a2fefc35923480

jupyterlab-4.1.0a2.tar.gz: c5c5558dc171046eeebd44b69076a4bb71ac4272bf7c2c3ebccc59152354de3a

jupyterlab-application-4.1.0-alpha.2.tgz: 90e56bcdb3ce5dce9de4410600805eda160398eb111e10aae1864e83bc0b58c3

jupyterlab-application-extension-4.1.0-alpha.2.tgz: c342e10c1612e7f651fd6456999bc2021e2fbb70936bb1f6fa000948e801aead

jupyterlab-apputils-4.2.0-alpha.2.tgz: c5b5ff8726ec172c25ed348dc18a0843051bad9f810d7a3c729c541d0a561219

jupyterlab-apputils-extension-4.1.0-alpha.2.tgz: 1f1c6ed27942d99fe395480e58ab123b000fe51ba5d1565d76058e839fbfe5fd

jupyterlab-attachments-4.1.0-alpha.2.tgz: 6579a2f3086958ccc2aaecd2660d5c8160ac84bfab1802c760a06291dab7afee

jupyterlab-builder-4.1.0-alpha.2.tgz: bd4e621b64bb15e0293b75b8ced79eb189f457dc69dd29a745618c12cf150289

jupyterlab-buildutils-4.1.0-alpha.2.tgz: 80cda9d17396a2ef77cb6d8022e73499b3206465a0ecb145a136fc4bcd7731d7

jupyterlab-cell-toolbar-4.1.0-alpha.2.tgz: feef9e62af49d3534b4e2c2f9999122ce45663d6c416a0b271510a3c4467e739

jupyterlab-cell-toolbar-extension-4.1.0-alpha.2.tgz: b79c38a08d26bebaf7fecdcb929ac7f876a68e4c6c9500f368298e1ee230986b

jupyterlab-cells-4.1.0-alpha.2.tgz: 3a2465d60defac1433922126105d628c36b8a9a8f1ff59e9cdf7b87b5daf01a7

jupyterlab-celltags-extension-4.1.0-alpha.2.tgz: cb0caf2adadec8f542ab058df24f20273e62a7412da68cdb93617e8091be1292

jupyterlab-codeeditor-4.1.0-alpha.2.tgz: 99e9b7834116670c77f8dca91316d4187c17acf9fb9290126c051c4943708ad2

jupyterlab-codemirror-4.1.0-alpha.2.tgz: 5042ed66a3342d826b84b718b88f7e890b884c299a0d6c8bd598f1fb0b30ec0f

jupyterlab-codemirror-extension-4.1.0-alpha.2.tgz: 423c94539c2cf682bc4501d65d7e5403bfbf9cd2f47c86bef24df002349d3891

jupyterlab-completer-4.1.0-alpha.2.tgz: 76c4a1fe242666faf66a9f6f77ba386b37f2750856286d2e6ec391105d40df4a

jupyterlab-completer-extension-4.1.0-alpha.2.tgz: c1d587a1777778ff7e777287f544dbd950194777a994da887baf29459eb1f63f

jupyterlab-console-4.1.0-alpha.2.tgz: 397b4290ae754e371e30d641759dadd2e69d632a61778e01e0d2bc6c869c63ce

jupyterlab-console-extension-4.1.0-alpha.2.tgz: 6e37ff36b94adaeef3fa04bb84ddfca5ea338cc082ea178053b5323685ea89be

jupyterlab-coreutils-6.1.0-alpha.2.tgz: 7459a8ae663e9891755e9848f067327d261c34ac2ade3cf8bf7c78c3682d3e0a

jupyterlab-csvviewer-4.1.0-alpha.2.tgz: 0bed9ce47c58e4177acc3f9d8d0ffc41420d0d73de80ad145eb0c1fc5d65ca9a

jupyterlab-csvviewer-extension-4.1.0-alpha.2.tgz: 419a773b564059b38316edd3687bdae4a466f0e9f8effbc4a09362c4a3918020

jupyterlab-debugger-4.1.0-alpha.2.tgz: 1da3ff7029b71efab39824c8e0fd5f2e43f435cd3dc32cab5a401086653b279a

jupyterlab-debugger-extension-4.1.0-alpha.2.tgz: e2756f026c0eaeba1033a66ab34a8359aabf6951e36f294d16b56aa5a23f5958

jupyterlab-docmanager-4.1.0-alpha.2.tgz: 61f3b89c182f686da0c57509ec4f296fc765e01b98bb1daf43a8d25648181730

jupyterlab-docmanager-extension-4.1.0-alpha.2.tgz: 24570f41c6e50385f364a7d7e941cacdae284f436ab55d62902bd901dbec43d9

jupyterlab-docregistry-4.1.0-alpha.2.tgz: 2e2b18c71597ca814a0f5fd8460fcd7761daeaf3fbc6bedc5d32473a413ada03

jupyterlab-documentsearch-4.1.0-alpha.2.tgz: b7a28e48c2504fa8706ddc2bf9ac22672d5faea5ed2d057762f8c7a28e274e6a

jupyterlab-documentsearch-extension-4.1.0-alpha.2.tgz: 1d35b4ecce8634975a2f7244fb5b7e2259af1fbcd4994bef016fded0de2a1cff

jupyterlab-extensionmanager-4.1.0-alpha.2.tgz: ef4c46b4a8c7fb75c97b95cf5f2f50377b9cc480ce294ce9b7885b8bb60f4e48

jupyterlab-extensionmanager-extension-4.1.0-alpha.2.tgz: b230e2f8fe475f15f4e9adc683d7a589c5b11cd42158c19f3663cb0d086f0b84

jupyterlab-filebrowser-4.1.0-alpha.2.tgz: 25beb23c64b36d7d79b0bf7785f346218d3ed4de5c82932e1d53e8625ac59a73

jupyterlab-filebrowser-extension-4.1.0-alpha.2.tgz: 1028f5dfde2e10d5061582b0946b65697f978c9e79ecc87eea5c611a09aa2b92

jupyterlab-fileeditor-4.1.0-alpha.2.tgz: deb9b7c5c602d1fa19c2606af0d56158e84b8451153b29f2c028d791f429f1b3

jupyterlab-fileeditor-extension-4.1.0-alpha.2.tgz: 17aae2de86671e769e918ef9d17d5d2ff28eeae81343ec8b63361c6f2bfcd892

jupyterlab-galata-5.1.0-alpha.2.tgz: e3f72250d01ebe37eafad92817ecb842d48a786f7375d5ece5f505f52ddab2a3

jupyterlab-help-extension-4.1.0-alpha.2.tgz: c6fe7d76da6d608e9a9b575168e63b2241f55fceb30eb216e33d62df87595dad

jupyterlab-htmlviewer-4.1.0-alpha.2.tgz: ac3132b39efb2bf79e38c361a2712c750cc32100a56db7a52fcb6b871391a816

jupyterlab-htmlviewer-extension-4.1.0-alpha.2.tgz: 5a6bcbe683abc7576975888d5b85c5a713334821df6f7b91f0ed2a678228f847

jupyterlab-hub-extension-4.1.0-alpha.2.tgz: d67410693e2ca1e5096252c3e7ce65104bd915ad146eaaa74af89dbb2890124c

jupyterlab-imageviewer-4.1.0-alpha.2.tgz: 7aa79e40bb78a0f708215ad995c7fa0c290732ce6a98b9ff366ad7ed9d085905

jupyterlab-imageviewer-extension-4.1.0-alpha.2.tgz: 2a9d7208ecedbd4c566aa87c87f1e582915bdd56e01edb974ca0d0fa5fd75100

jupyterlab-inspector-4.1.0-alpha.2.tgz: f6040e29eaee533360f32ee6a94528ea341d75412c52c9ad6009b1716760d411

jupyterlab-inspector-extension-4.1.0-alpha.2.tgz: 43c3094f100e0d864c8381184a8d44f30a6bb16f23988c41a8ccb5af7b2880bd

jupyterlab-javascript-extension-4.1.0-alpha.2.tgz: 15a71efb9dc7e76db975d44d78c1535455e8435b61ad01810ba006c13819b815

jupyterlab-json-extension-4.1.0-alpha.2.tgz: 484fe426cb8172d4caf859b57051b95103f716fef3ed532f01495c8b01267c7d

jupyterlab-launcher-4.1.0-alpha.2.tgz: 4878be176f09c9835fec134bbc221d5003ffddb53ac91b979c92a7bbb11013a8

jupyterlab-launcher-extension-4.1.0-alpha.2.tgz: 0efad54b6b01480a51f664a301051b6954300572775a85e33b4af07ea3f41464

jupyterlab-logconsole-4.1.0-alpha.2.tgz: 64ffee84cfb6ca4ae82b9feb3151dcdbe9f000b83ab486a859faaa17a945c505

jupyterlab-logconsole-extension-4.1.0-alpha.2.tgz: a61423ec2c07a421ec944b96628204f8ab23c0e562c56fe9ed7ae927fb181c4d

jupyterlab-lsp-4.1.0-alpha.2.tgz: f3e3e16aaa04734ded428d884f88fc5aec1a449e0466a116711068d8538837ef

jupyterlab-lsp-extension-4.1.0-alpha.2.tgz: df90196d14141a5617e2c22968c2467f9c9fa2b1902981a51d624fe7bbe7d885

jupyterlab-mainmenu-4.1.0-alpha.2.tgz: 3e23cefe35c16a89e9a1a5720ba6198f33b4565486b3598c6de434380b7cf199

jupyterlab-mainmenu-extension-4.1.0-alpha.2.tgz: 9474732e817278d3477de82c4a24fe8cb88875032c7b02791caac28ad9bc7891

jupyterlab-markdownviewer-4.1.0-alpha.2.tgz: a2075491a62b96f0cde652a0bc6807da5f9f0eb242e931003bd059928e406036

jupyterlab-markdownviewer-extension-4.1.0-alpha.2.tgz: b4a9b698f52add6c3769ff39470ff64888968e2aef63575b35f9bcfdc1234f20

jupyterlab-markedparser-extension-4.1.0-alpha.2.tgz: 9063be97627a44ad8784c5903a383ac1deaabf2d9ba8b248094d8240701ab7bd

jupyterlab-mathjax-extension-4.1.0-alpha.2.tgz: 1555770ea0d5d265efbf3e6f95afb771a1224ae4812abca09ad185b9ff96fbaa

jupyterlab-mermaid-4.1.0-alpha.2.tgz: 153749cf29f13fbc7a6a8bb6ca897c877310711c4168df04ca0724b23ac06132

jupyterlab-mermaid-extension-4.1.0-alpha.2.tgz: 97dfaddaa383252d6dd8620ea7a2b61e430d8c6e19cfa0ab7d3c444bb0837296

jupyterlab-metadataform-4.1.0-alpha.2.tgz: a748c1cb5d52d2168af1026892ba654a17aba28765192cc8a7e84995f5ba3e04

jupyterlab-metadataform-extension-4.1.0-alpha.2.tgz: 106fbf590913510832b5455a59f9deb67c73a92f1eddd28cba60b442ab57a9ed

jupyterlab-metapackage-4.1.0-alpha.2.tgz: 417dd101afd898883f4870afdc1f8e5a5b3a7d22f8cb2e88cf7f51a3b0a5a8ab

jupyterlab-nbconvert-css-4.1.0-alpha.2.tgz: e9a80df78dff5139dd70b4ab333e71c2fdab33ba49ae29b3bda556b4f37abbe5

jupyterlab-nbformat-4.1.0-alpha.2.tgz: 17eb28ad70cba8f9f897f12ccd3ca13bcee60397e9a4a1a4b7fdee453837f7cc

jupyterlab-notebook-4.1.0-alpha.2.tgz: df9feb7b91ce2f0e14864fd044f2634535f4841f24b8ea290420fc4e065f57cb

jupyterlab-notebook-extension-4.1.0-alpha.2.tgz: 992fb520420de2f1755fa24e05da95039ced3f503202fa7bb29a1a508ee137f4

jupyterlab-observables-5.1.0-alpha.2.tgz: 0d45a79c22ce2729bd0c46525550337f3cef051853c235ce4f9191c53f8fffa2

jupyterlab-outputarea-4.1.0-alpha.2.tgz: e52d5596dcd937bd9c9b64f01a8c99f586c4bfe8f942f9995bf1a23ad4e9f386

jupyterlab-pdf-extension-4.1.0-alpha.2.tgz: 2947ade1f0343f31bc1fb17d77099ed34fbde137fb6f15e0173579978dc4b6f8

jupyterlab-pluginmanager-4.1.0-alpha.2.tgz: 5cef5d2e0c9afe1d4421fce5e435415935088bcbbd609f1d744da6ac680cb0c8

jupyterlab-pluginmanager-extension-4.1.0-alpha.2.tgz: 432ad0b645f25ce8c28c1e87eaf91d2e6d925b49df55356f6f79248d6a8c507c

jupyterlab-property-inspector-4.1.0-alpha.2.tgz: 521c9e0985551b259e7d0d0325e0a311dd686cd57d161df0ae541535af63e168

jupyterlab-rendermime-4.1.0-alpha.2.tgz: 79b351e12657d055bec13115146da54770610f031de72c2f4a82ee3e3e46cbc4

jupyterlab-rendermime-extension-4.1.0-alpha.2.tgz: cd72b511b6db3f35a469b8cfd88ada798d0121dfb4a15273fbe7e828ca97ae09

jupyterlab-rendermime-interfaces-3.8.3-alpha.1.tgz: 2c19ac83b8409d246351d1b68561263b740b402c8a2126264fa84118cf505ac6

jupyterlab-running-4.1.0-alpha.2.tgz: d19e9d0f035e9a36a6e94ac2d77709b0860ead3a6bb7d910fba2adc3169a0236

jupyterlab-running-extension-4.1.0-alpha.2.tgz: 052f047c45748b0729a5246243ba3a8d0a0575da3493ad4c4e9032f1b4f87e00

jupyterlab-services-7.1.0-alpha.2.tgz: a5e3526bc594cedf93ff67c3a77b8c9691f3dc99a1c4cc3b3b291a0270457af0

jupyterlab-settingeditor-4.1.0-alpha.2.tgz: 138d144ab2c751dcb149e03c8e327a629f438b5fb9fbb7d8901bee1c56d2bb9e

jupyterlab-settingeditor-extension-4.1.0-alpha.2.tgz: c84279f81a24dac1dd8f1341c4f9ab72c005a29a0183a757e204f3c9d520226a

jupyterlab-settingregistry-4.1.0-alpha.2.tgz: 54a85a2c1e4b55f4bf04cc4eded4115253592daeee3e89617e950e0f04e0afc3

jupyterlab-shortcuts-extension-4.1.0-alpha.2.tgz: ae05e5d06b5329474a7618dfda65db68e3e52e2f8f63555d2aace6ed508ab2d4

jupyterlab-statedb-4.1.0-alpha.2.tgz: f420db750d99a29fc53ab0656a9167cd062a8cc830fc628db0f81bdd79bc8901

jupyterlab-statusbar-4.1.0-alpha.2.tgz: 73e24a521179e9291eff369d5427ae7df237e3f14a6309926f1bf744019b307c

jupyterlab-statusbar-extension-4.1.0-alpha.2.tgz: 0df6d80875707408a8a5a563e6ad92811102536aab21d5d759f2a016cb1eb029

jupyterlab-template-4.1.0-alpha.2.tgz: 8d8a6e9f04b43c8b5182c58512deecbaf733fde4109d30cebbb9ff5079a617e3

jupyterlab-terminal-4.1.0-alpha.2.tgz: b10eb17b13893b1dcc54e43cf01c07f549fc1eddcf8c06855c7fb89ef7016b03

jupyterlab-terminal-extension-4.1.0-alpha.2.tgz: a3fb9d80eecb64df07c26ab4f6851fd7a67c479f1d29751ab4ba9650c436399e

jupyterlab-testing-4.1.0-alpha.2.tgz: 7312395dda7bba32b6cb15022745fad90cd8e782c642809018cf5df3efadf8c1

jupyterlab-testutils-4.1.0-alpha.2.tgz: d5a1b4c0b5a27cea4191b8e9443c722e4369ed033cff09558b3793800d3522da

jupyterlab-theme-dark-extension-4.1.0-alpha.2.tgz: f4d035f07a6bb08c9e1e6490eff69f3fb5528237f2e58a37d9e053d27255db21

jupyterlab-theme-light-extension-4.1.0-alpha.2.tgz: 6ecd9843273354ca3d435142a382a423253da4594e6b851dcd438debe3e38914

jupyterlab-toc-6.1.0-alpha.2.tgz: 2387c16b209d49d61bfc42478fa7ddfa82795e6fccf1602f8626fe2f3e475112

jupyterlab-toc-extension-6.1.0-alpha.2.tgz: 407d75932e0b5f37e5f093403018a75e2eca999eaa0a9c6596645510c92c3ccd

jupyterlab-tooltip-4.1.0-alpha.2.tgz: c78979708229402231cd95ff9a5b4c372ee17c590258280f4364115af5ba2012

jupyterlab-tooltip-extension-4.1.0-alpha.2.tgz: a8a66637affc942af6d7253289730c0635eaf5ecc05a257ef1987dac07f99162

jupyterlab-translation-4.1.0-alpha.2.tgz: 790fc7b9d3d25df7fc71f1134aa4e56aaf3f88e459e543e55f2f6deeb84b432f

jupyterlab-translation-extension-4.1.0-alpha.2.tgz: be145eb574aa29eb823af7c67e1d9d106d914a18d1460b1f29b25c246ca8ba54

jupyterlab-ui-components-4.1.0-alpha.2.tgz: 43653243c7aa92ccd63276bfe6d1cd9222b04b744b2334eaf02874bee034b319

jupyterlab-ui-components-extension-4.1.0-alpha.2.tgz: 71e25fad41e7c004e02776cc2578b330ceb7c1406522411a4d87bd657ebe08ec

jupyterlab-vega5-extension-4.1.0-alpha.2.tgz: 09117e1669e6aa93598dbe84b2824f777938b7a100c6b90436de7739a5e70fe4
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.25...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…erlab#15214)

* update to mermaidjs 10.5.0

* update binder deps, remove old notebook check

* work around jupyterlab-link-share

* silence absurd cache play-by-play log messages in yarn

* turn down pip verbosity, update 8px differences in snapshots

* marked 9

* remove unused sanitize switch from marked options
)

* fix mathjax url override, avoid double initialize

* improve MathJax font overloading, avoid double init

* add display-swap for FLOUC
* Change mousedown event to pointerdown to hide the widget when there are other mousedown events with preventDefault and stopPropogation

* Remove debug statements

---------

Co-authored-by: root <root@DESKTOP-HHK0CPS>
Co-authored-by: Michał Krassowski <[email protected]>
* issue jupyterlab#14591 - clicking in the TOC does not scroll

workaround for cases where headingToElement map is not properly filled

* markdownviewer toc: issue warning when element is not found

* a ui test to check that clicking in the TOC does scroll the notebook panel

* Update Playwright Snapshots

* remove the darwin snapshot for the new test

* remove unused variable in test

* applying fcollonval's suggestion in order to please the CI

* Please the linter

* ran prettier

* no change - remove spurrious useless comment

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <[email protected]>
* Remove back ticks in plugin description

* Update packages/lsp-extension/src/index.ts

Co-authored-by: Michał Krassowski <[email protected]>

* Update Playwright Snapshots

* Rewrite `@jupyterlab/lsp-extension:tracker` description without Saxon genitive

---------

Co-authored-by: Michał Krassowski <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Remove hard coded text-plain in multiple places

* Revert one change
)

* Fix completer tests after transition to pointer events

* Prevent animation from overlapping monogram, adjust colours

* Add a test case against doc panel regression

* Fix panel hiding
* Improve docker build cache

* Add port argument
* Add printed notebook test

* Revert CSS changes to table except when using media print

* Wait for MathJax message to disappear

* Update Playwright Snapshots

* Restore mobile snapshot

* Fix style for mobile layout

* Mobile: adjust margins and disable collapser overlay

* Update Playwright Snapshots

* Revert mermaid snapshot update

* Workaround issue with notebook-mobile test

* Update snapshot for mobile layout

* Link the issue to setCell

Co-authored-by: Jeremy Tuloup <[email protected]>

* Update Playwright Snapshots

* Revert incorrect completer snapshot update

---------

Co-authored-by: krassowski <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Tuloup <[email protected]>
@gabalafou gabalafou closed this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.