-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Update plugin name to @jupyterlab/filebrowser-extension:default-file-browser
#13936
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
Merged
Conversation
This file contains hidden or 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
|
Thanks for making a pull request to jupyterlab! |
hbcarlos
approved these changes
Feb 6, 2023
Member
hbcarlos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jtpio!
fcollonval
approved these changes
Feb 6, 2023
bollwyvl
pushed a commit
to bollwyvl/jupyterlab
that referenced
this pull request
Feb 7, 2023
4 tasks
fcollonval
added a commit
that referenced
this pull request
Feb 8, 2023
* bump ajv and rjsf * update metadata screenshots * rollback some moved tokens * remove spurious version property from plugin schema * Switch to VEGALITE5_MIME_TYPE (#13893) * Switch to VEGALITE5_MIME_TYPE * Update test to Vega-Lite 5 * Update documentWidgetFactoryOptions for Vega-Lite5 * Update vega5 extension description * Bump http-cache-semantics from 4.1.0 to 4.1.1 (#13922) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> * Bump tj-actions/changed-files from 35.4.4 to 35.5.0 (#13932) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.4.4 to 35.5.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@v35.4.4...v35.5.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update plugin name to `@jupyterlab/filebrowser-extension:default-file-browser` (#13936) * Bump ruff from 0.0.238 to 0.0.241 (#13933) * Bump ruff from 0.0.238 to 0.0.241 Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.238 to 0.0.241. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.238...v0.0.241) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Deal with new errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> * bump rjsf to 5.1 * integrity --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Christopher Davis <82750240+ChristopherDavisUCI@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com> Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
9 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Follow-up to #13786
Update the plugin name for the default file browser to
@jupyterlab/filebrowser-extension:default-file-browserfor consistency with the other plugins.Code changes
Update the name of a plugin.
User-facing changes
None
Backwards-incompatible changes