Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify labels for user inputs and link dangling labels (jupyterlab#1…
…5222) * Updated input field with more descriptive aria-labels and placeholders * Package integrity updates * Run integrity * Move ID generation to improve render flow * Use ellipsis character for consistency * Add error indicator in Table of Contents (jupyterlab#14784) * feat: add error indicator in toc * test: for error indicator * Update Playwright Snapshots * style: make the error symbol colorblind-accessible * Update Playwright Snapshots * fix: remove from _errorCells when cell is rerun * perf: update error to -0.5 for api compatibility * test: update error status to -0.5 * Update Playwright Snapshots * Force text symbol * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots * Revert notebook-panel-1 snapshot update * Robustify test by defining notebook a priori * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Michał Krassowski <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]> * Remove unnecessary requirement from servicesPlugin (jupyterlab#15362) * [pre-commit.ci] pre-commit autoupdate (jupyterlab#15358) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.4](astral-sh/ruff-pre-commit@v0.0.292...v0.1.4) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Alig ruff version * Add ruff exception --------- 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]> * Update notebook window on resize if height changes (jupyterlab#15357) * Add a test for resizing notebook (should fail) * Update window on resize * Polish the test * Add the test notebook * Use throttler to limit the number of updates Using throttler over debouncer proposed in jupyterlab#15109 because debouncer would not show cells progressively during resize until user has stopped resizing. * Open files from errors (jupyterlab#13390) * Create renderer to render errors * WIP tests scaffold * Implement opening files from paths in error renderer * Finish sentence in a comment * Apply suggestions from code review Co-authored-by: Frédéric Collonval <[email protected]> * Improve RFC 5147 adherence for ranges * Switch to 0-based line numbers based on RFC5147 2.2.3: "Line position counting starts with zero, so the line position before the first line of a text/plain MIME entity has the line position zero" * Fix undefined check after adding `parseInt` --------- Co-authored-by: krassowski <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]> * Bump tj-actions/changed-files from 39.2.0 to 40.0.2 (jupyterlab#15342) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.0 to 40.0.2. - [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@v39.2.0...v40.0.2) --- 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> * Fix scrolling past long outputs in presence of un-rendered headings (jupyterlab#15356) * Add a test for smooth scrolling over long outputs * Do no scroll when setting the cursor position in md cells * Adjust test name to clarify the test case * Add the test notebook * Clean up the test directory * Fix overreactive scrolling to next cell after `Shift + Enter` (jupyterlab#15288) * Add a test case for jupyterlab#14878 * Fix the smart/auto scrolling logic for long items Items larger than the size of the viewport were not considered by the scroll logic leading to bad UX when smart/auto scroll was requested on certain operations. * Use pixel-based, cell-height-derived threshold for scrolling * Implement dual behaviour, simplify code, account for top padding * Use greater or equal to avoid scrolling if item fully visible * Update tests to reflect new expectations * Clean up the temp directory after tests * Fix scrolling when dragging files in the file browser (jupyterlab#15318) * Fix scrolling on edges in file browser * Add a simple test * Fix update button in extension manager (jupyterlab#15331) * Fix update button in extension manager * Apply suggestions from code review Make action options more flexible Co-authored-by: Frédéric Collonval <[email protected]> * Fix docs and make install options optional * Add test for update button * Update Playwright Snapshots * Revert spurious snapshot updates --------- Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: krassowski <[email protected]> * added default property (jupyterlab#15346) * Exclude ipynb files in prettier pre-commit (jupyterlab#15378) * Update @jupyter/ydoc in dev_mode (jupyterlab#15383) * Define cells to run as independent of selection (jupyterlab#14996) * Define cells to run as independent of selection * Restore side effects of `runAll()` * Skip optional `slice` argument Co-authored-by: Frédéric Collonval <[email protected]> * Restore previous behaviour of `runAllBelow()` by making last cell active. --------- Co-authored-by: Frédéric Collonval <[email protected]> * Fix highlighting search in an out-of-viewport cell (jupyterlab#15376) * Fix highlighting search in an out-of-viewport cell * Update cells count * Don't show default value for objects in Settings Editor (jupyterlab#15380) * Don't show default value if schema type is `object` * Prettier * Bump axios from 1.3.4 to 1.6.1 (jupyterlab#15385) Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.6.1) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix connection loop issue with standalone foreign document in LSP (jupyterlab#15262) * Populate * Improve VirtualDocument * Add test * Update packages/lsp/test/document.spec.ts Co-authored-by: Michał Krassowski <[email protected]> --------- Co-authored-by: Michał Krassowski <[email protected]> * Update to TypeScript 5.1 (jupyterlab#14638) * Bump typescript to 5.1.6 and rimraf to 5.0.5 * Dedupe the yarn.lock --------- Co-authored-by: Frédéric Collonval <[email protected]> * Resolved merge conflict * Package integrity updates Merged changes from main * Package integrity updates * Package integrity updates * Update Playwright Snapshots * Fixed integrity * Update Playwright Snapshots * Update Playwright Snapshots * Remove spurious snapshot updates * Update the test to reflect the new wording --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: EC2 Default User <[email protected]> Co-authored-by: Michał Krassowski <[email protected]> Co-authored-by: Tian Wang <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Paul Kim <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Divyansh Choudhary <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nate Bowditch <[email protected]> Co-authored-by: LJMP <[email protected]> Co-authored-by: Nicolas Brichet <[email protected]> Co-authored-by: firai <[email protected]> Co-authored-by: Duc Trung Le <[email protected]> Co-authored-by: Jeremy Tuloup <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information