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: PDMLab/docker-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: PDMLab/docker-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 23, 2026

  1. fix: add platform field and use JSON format for images parsing

    - Add platform field to DockerComposeImListResultService type
    - Use --format json internally in images() for robust parsing
    - Fixes parsing issues with newer docker compose versions that include PLATFORM column
    AlexZeitler committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    6fb0d18 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump js-yaml from 3.13.1 to 3.14.2

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.13.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and AlexZeitler committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    0216a1c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump lodash from 4.17.21 to 4.17.23

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.21...4.17.23)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-version: 4.17.23
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and AlexZeitler committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    ee5005c View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.3.1

    AlexZeitler committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    ec2d3f6 View commit details
    Browse the repository at this point in the history
Loading