Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jupyter-robotics/jupyterlab-urdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: jupyter-robotics/jupyterlab-urdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 18, 2024

  1. Bump webpack from 5.88.2 to 5.94.0 (#67)

    * Bump webpack from 5.88.2 to 5.94.0
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.88.2...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update yarn lock
    
    * Use older sphinx version
    
    * Restore theme
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Isabel Paredes <isabel.paredes@quantstack.net>
    dependabot[bot] and IsabelParedes authored Sep 18, 2024
    Copy the full SHA
    49f923a View commit details
  2. Bump micromatch from 4.0.5 to 4.0.8 (#68)

    * Bump micromatch from 4.0.5 to 4.0.8
    
    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Restore checksums
    
    * Update yarn.lock
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Isabel Paredes <isabel.paredes@quantstack.net>
    dependabot[bot] and IsabelParedes authored Sep 18, 2024
    Copy the full SHA
    2f2eb90 View commit details
Showing with 138 additions and 106 deletions.
  1. +1 −1 docs/requirements.txt
  2. +137 −105 yarn.lock
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
myst_parser
jupyterlite-sphinx
sphinx
sphinx<7
renku-sphinx-theme
jupyterlab-night
Loading