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/aegir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v47.0.17
Choose a base ref
...
head repository: ipfs/aegir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v47.0.18
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 24, 2025

  1. fix: allow importing .ts files (#1819)

    Turn on `allowImportingTsExtensions` to allow importing `.ts` files.
    
    This is a prequisite of using Node.js type stripping in v24 (may be
    backported to v22).
    
    Refs: libp2p/js-libp2p#2812
    achingbrain authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    ab2d0b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7660c0d View commit details
    Browse the repository at this point in the history
  3. chore(release): 47.0.18 [skip ci]

    ## [47.0.18](v47.0.17...v47.0.18) (2025-06-24)
    
    ### Bug Fixes
    
    * allow importing .ts files ([#1819](#1819)) ([ab2d0b0](ab2d0b0))
    * import plugin has types now ([7660c0d](7660c0d))
    semantic-release-bot committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    b6336f0 View commit details
    Browse the repository at this point in the history
Loading