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: ipfs/service-worker-gateway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.2
Choose a base ref
...
head repository: ipfs/service-worker-gateway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.3
Choose a head ref
  • 7 commits
  • 11 files changed
  • 4 contributors

Commits on Jun 9, 2025

  1. deps(dev): bump @types/react in the react-deps group across 1 directo…

    …ry (#726)
    
    Bumps the react-deps group with 1 update in the / directory: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
    
    
    Updates `@types/react` from 19.1.4 to 19.1.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-version: 19.1.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: react-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    1f42492 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump kubo in the kubo-deps group across 1 directory (#728)

    Bumps the kubo-deps group with 1 update in the / directory: [kubo](https://github.com/ipfs/npm-kubo).
    
    
    Updates `kubo` from 0.34.1 to 0.35.0
    - [Commits](ipfs/npm-kubo@v0.34.1...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: kubo
      dependency-version: 0.35.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: kubo-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    af75fa4 View commit details
    Browse the repository at this point in the history
  3. deps(dev): bump esbuild from 0.25.4 to 0.25.5 (#736)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.4 to 0.25.5.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.25.4...v0.25.5)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-version: 0.25.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    9c3afcf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. deps(dev): bump aegir from 47.0.11 to 47.0.16 (#732)

    Bumps [aegir](https://github.com/ipfs/aegir) from 47.0.11 to 47.0.16.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md)
    - [Commits](ipfs/aegir@v47.0.11...v47.0.16)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-version: 47.0.16
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    6a2a49b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. fix: safari renders images correctly (#753)

    * fix: safari rendering images
    
    * test: run safari/webkit e2e tests
    
    * chore: lint fix and minor cleanup
    
    * chore: install playwright deps for webkit tests
    
    * chore: attempt to run webkit test on macos-latest
    
    * Revert "chore: attempt to run webkit test on macos-latest"
    
    This reverts commit 9f08bdd.
    
    * chore(ci): webkit caches playwright deps and uploads test artifacts
    
    * chore(ci): playwright project test-results use unique artifact name
    
    * chore(ci): webkit->safari so playwright tests dont run in CI
    SgtPooki authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    1f1de46 View commit details
    Browse the repository at this point in the history
  2. docs: cleanup configuration UI (#744)

    * docs: clarify/cleanuo configuration
    
    this moves Routing to the top, and adds more details to descriptions and
    labels
    
    * docs: privacy and trust notes for external URLs
    
    addressing #744 (comment)
    lidel authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    85d0de9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. chore(main): release 1.12.3 (#755)

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    web3-bot and SgtPooki authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    37a1eff View commit details
    Browse the repository at this point in the history
Loading