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/notebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0a2
Choose a base ref
...
head repository: jupyter/notebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d265b90ed5f097af4ca22d283ecdc705229ff92
Choose a head ref
  • 6 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 2, 2024

  1. chore: update pre-commit hooks (#7206)

    * chore: update pre-commit hooks
    
    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.8...v0.1.9)
    - [github.com/scientific-python/cookie: 2023.11.17 → 2023.12.21](scientific-python/cookie@2023.11.17...2023.12.21)
    
    * Group action updates
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    pre-commit-ci[bot] and jtpio authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9a98743 View commit details
    Browse the repository at this point in the history
  2. Bump the actions group with 2 updates (#7207)

    * Bump the actions group with 2 updates
    
    Bumps the actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact).
    
    
    Updates `actions/download-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    Updates `actions/upload-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump to `actions/upload-artifact@v4`
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
    dependabot[bot] and jtpio authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6f8680c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix check_links on CI (#7219)

    jtpio authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f826ac9 View commit details
    Browse the repository at this point in the history
  2. Bump the actions group with 1 update (#7218)

    Bumps the actions group with 1 update: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign).
    
    
    Updates `toshimaru/auto-author-assign` from 2.0.1 to 2.1.0
    - [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
    - [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
    - [Commits](toshimaru/auto-author-assign@v2.0.1...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: toshimaru/auto-author-assign
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b21fede View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Update to JupyterLab 4.1.0b2 (#7222)

    * Update to JupyterLab 4.1.0b2
    
    * fix rendermime
    
    * Update galata
    
    * hide the notification status item
    jtpio authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1145745 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Workaround for the file browser tracker focus issue (#7224)

    * Workaround for the file browser tracker focus issue
    
    * fix missing default
    jtpio authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5d265b9 View commit details
    Browse the repository at this point in the history
Loading