forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update fork #2
Merged
Merged
update fork #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* type-only and lazy imports of rjsf * add wait for galata
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
…wser widget extension (#12369)
…ens until rendering is fully completed
Co-authored-by: Frédéric Collonval <[email protected]>
Co-authored-by: Frédéric Collonval <[email protected]>
* Add `providersActivated` signal * Add `modelFactory` to provider interface * Update completer extension of file editor * Apply suggestions from code review Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]>
Simplify galata import by proxying `expect`
* Pop up select kernel dialog when run a cell without kernel * Make runCell return false when there are no kernel
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This is slightly safer in case `port` is set to something unusual (though admittedly that's unlikely to happen here).
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…notebook Default is no virtual rendering + Relax virtual notebook rendering and ensure no structural change until rendering is completed
* Handle null notebook panels in debugger extension * Fix handling of shell or tracker changed signals * Lint isEnabled
* Bump xtermjs to latest Ref #10990 Seems to improve deadkeys behavior in Safari but not Firefox * Update Playwright snapshots Co-authored-by: Frédéric Collonval <[email protected]>
* Set focus when active cell changes only from mouse click Fixes #12723 * Update Playwright Snapshots Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. - [Release notes](https://github.com/IonicaBizau/parse-url/releases) - [Commits](https://github.com/IonicaBizau/parse-url/commits) --- updated-dependencies: - dependency-name: parse-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Release most objects following a notebook creation * Clear more signals * Clear properly open with submenu * Dispose correctly resources * Fix unit tests * Stop debugger on widget dispose
* remove reference to blueprint.js in css * remove more blueprint.js overrides * add back the color and font-size rules for the body * Fix Card styles * Restore unset outline on focus * Update Playwright Snapshots Update Playwright Snapshots Update Playwright Snapshots Update snapshots * Update snapshots Co-authored-by: Eric Charles <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Updates ydoc * Update setup.cfg Co-authored-by: David Brochart <[email protected]> Co-authored-by: David Brochart <[email protected]>
* Bump @lumino/widgets to 1.33.0 * Undo change in staging folder
* Removes lighthouse and markdown-loader-jest * Fix node type errors * Update documentation * Convert MD to RST
* disconnect properly the cell toolbar * Remove `StaticNotebook._cellsArray` * Ensure to dispose debouncer
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: siddartha1018 <[email protected]>
updates: - [github.com/sirosen/check-jsonschema: 0.16.2 → 0.17.0](python-jsonschema/check-jsonschema@0.16.2...0.17.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Use SVG renderer in Vega to drop canvas dependency Fixes #12726 * Fix tests * Update Playwright Snapshots * Rename variables Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Robert Pratl <[email protected]>
updates: - [github.com/sirosen/check-jsonschema: 0.17.0 → 0.17.1](python-jsonschema/check-jsonschema@0.17.0...0.17.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Upgraded to codemirror 6 in package.json files Fix find package.json Fix find package.json * Removed codemirror extra style * Upgraded to CodeMirror6: first pass * Fixed the build * Added back yjs bindings * Added modes for syntax highlighting back * Added dynamically loaded dependencies to the list of unused dependencies * Plugged new modes into editor * Workaround for missing declaration of mkPython in legacy-modes Rebased on master Generated yarn.lock Package integrity updates Generated yarn.lock * Implemented centralized configuration for the editor * Rerouting language and key bindings changes to EditorConfiguration * Added style back * Migration of debugger package to CodeMirror 6 * Removed codemirrorsearchprovider.ts Rebased Regenerated yarn.lock * Migrated search feature to CM6 * code cleanup * Added listener to fileeditor search provider * Fix Jest setup * Fix React type * Fix benchmark tests * Upgrade @codemirror 0.19.x * Fix integrity * Fix prettier * Fixed fileeditor search * Migrated selection marks to codemirror 6 * Code cleanup * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added event handler for keydown event * Added markdown highlighting * linter * Fixed editor tests * Fixed codeeditor test suite * Fixed docregistry test suite * Fixed debugger test suite * Upgraded to CodeMirror 6 (was beta before) * Fixed auto indent and tab indent * Fixed fileeditor css * linter and yarn.lock * Update yarn.lock * Tracked last change in editor and code clean up * Fixed gutter background in dark theme * Ported theme and syntax highlighting to CM6 * Added map for themes * Regenerated yarn.lock * Applied changes from review * Generated yarn.lock after rebase * Migrated getToken feature to CM6 * Fixed examples * Fixed galata tests * Update Playwright Snapshots * Update Playwright Snapshots * Triggers CI * Applied review * Update snapshots * Additional clean-up following removal of `editor.refresh` * Apply code block parsing in md * Fix integrity * Clean up theme menu * Display trailing unstyled code in markdown viewer * Fixed codeeditor test * Fix handling of brainf... language * Fix highlithing in rendered markdown code blocks * Update Playwright Snapshots * Update snapshot Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Jeremy Tuloup <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
#12799) * Install `playwright@~1.21.0` in the browser check * Install @playwright/test * Install playwright * Handle logged on stdout first * Try with yarnpkg * debug * debug * try installing another package * Install the latest playwright * Try with npm * Set the registry through env var * Undo yarnpkg changes * Increase timeouts * Try with network-timeout * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * jlpm config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add uplink timeout * update verdaccio config * quotes * Bump to the latest `verdaccio` * Remove timeout field * indent * fix typo * pass registry explicitely * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * try with 0.0.0.0 * Revert explicit registry * Update yarn.lock 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> Co-authored-by: Frédéric Collonval <[email protected]>
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…does-not-work-on-Windows Use path to extract `tmpPath`
…ated-on-the-challenger-commit-for-benchmark-tests Update snapshots for challenger commit
* Robuster UI tests * Fix reporter tests * Improve robustness * Update Playwright Snapshots Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Adds version maintenance policy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * support -> maintain * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References
Code changes
User-facing changes
Backwards-incompatible changes