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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.33.2
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.33.3
Choose a head ref
  • 9 commits
  • 32 files changed
  • 5 contributors

Commits on Jul 7, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#579)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](0.33.1...0.33.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    be5c5fb View commit details
    Browse the repository at this point in the history
  2. [vendor-schemas] automated update (#578)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    8900e07 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. [vendor-schemas] automated update (#580)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    78d0181 View commit details
    Browse the repository at this point in the history
  2. Fix type-checking with explicit registries

    Newer typeshed expects `registry` as a kwarg to Validator init.
    The default in `jsonschema` is very similar to the default registry,
    which is suitable for our purposes.
    sirosen committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    114ca5f View commit details
    Browse the repository at this point in the history
  3. Bump furo from 2024.8.6 to 2025.7.19 (#582)

    Bumps [furo](https://github.com/pradyunsg/furo) from 2024.8.6 to 2025.7.19.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.08.06...2025.07.19)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-version: 2025.7.19
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    bb45c02 View commit details
    Browse the repository at this point in the history
  4. Bump actions/download-artifact from 4 to 5 (#585)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    6f4ac9d View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] pre-commit autoupdate (#587)

    updates:
    - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    be6e0c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. [vendor-schemas] automated update (#590)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    c8ec5b7 View commit details
    Browse the repository at this point in the history
  2. Bump version for release

    sirosen committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    8b56df2 View commit details
    Browse the repository at this point in the history
Loading