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: v46.0.5
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.0
Choose a head ref
  • 2 commits
  • 42 files changed
  • 2 contributors

Commits on May 19, 2025

  1. feat!: update typescript target to es2024 (#1804)

    Allows using modern features like Promise.withResolvers.
    
    Updates eslint v8 to v9 so releasing as a major as the linting rules may have changed due to some older plugins being removed.
    
    BREAKING CHANGE: Eslint is now v9, `.eslintrc` is no longer supported
    achingbrain authored May 19, 2025
    Configuration menu
    Copy the full SHA
    14e3968 View commit details
    Browse the repository at this point in the history
  2. chore(release): 47.0.0 [skip ci]

    ## [47.0.0](v46.0.5...v47.0.0) (2025-05-19)
    
    ### ⚠ BREAKING CHANGES
    
    * Eslint is now v9, `.eslintrc` is no longer supported
    
    ### Features
    
    * update typescript target to es2024 ([#1804](#1804)) ([14e3968](14e3968))
    semantic-release-bot committed May 19, 2025
    Configuration menu
    Copy the full SHA
    1a188ea View commit details
    Browse the repository at this point in the history
Loading