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: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.52.0
Choose a base ref
...
head repository: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.53.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. Bump rojopolis/spellcheck-github-actions from 0.51.0 to 0.52.0

    Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.51.0 to 0.52.0.
    - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
    - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
    - [Commits](35a02ba...739a1e3)
    
    ---
    updated-dependencies:
    - dependency-name: rojopolis/spellcheck-github-actions
      dependency-version: 0.52.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    506403b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from rojopolis/dependabot/github_actions/rojo…

    …polis/spellcheck-github-actions-0.52.0
    dependabot[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    19bf2a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Bump docker/login-action from 3.5.0 to 3.6.0

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@184bdaa...5e57cd1)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-version: 3.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    eef18ee View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    faa1652 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Bump python from 5fa2567 to e3a6ccb

    Bumps python from `5fa2567` to `e3a6ccb`.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: e3a6ccbe44d9cbfa4f107f238a0e95fa70e0d084e87689222e951d062ac89854
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2b2d5bf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Configuration menu
    Copy the full SHA
    d126a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84bd099 View commit details
    Browse the repository at this point in the history
  3. Update to Docker image to use Trixie (slim) instead of Bookwork (also…

    … slim) and reordered some of the build steps, so ensure a functional build
    jonasbn committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    9434b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141ebda View commit details
    Browse the repository at this point in the history
  5. Merge pull request #274 from rojopolis/dependabot/docker/python-e3a6c…

    …cbe44d9cbfa4f107f238a0e95fa70e0d084e87689222e951d062ac89854
    
    - Docker image updated to Python 3.14.0 trixie slim [Release notes for Python 3.14.0](https://docs.python.org/release/3.14.0/whatsnew/changelog.html), this originated from the PR mentioned below, however updated to Trixie from Bookworm and as always the slim variant is used
    
    - Bumped the requirement for cython to `3.0.11` or above, addressing a build issue with lxml, located when testing the PR : [#274](#274) from @dependabot, the above update of Python
    
    - In general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile
      - Order of installation of dependencies adjusted to ensure that lxml can build correctly
      - Installation of:
        - build-essential
        - pkg-config
        - libxml2-dev
        - libxslt1-dev
        - zlib1g-dev
    jonasbn authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    4492229 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336d2b4 View commit details
    Browse the repository at this point in the history
Loading