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

Commits on Apr 27, 2023

  1. fix: allow top level await (#1196)

    Update TS config to use target/module "ES2022" to allow compiling .ts files that use top level await.
    
    Depending on features used this can produce code incompatible with node 15 and below - see https://kangax.github.io/compat-table/es2016plus/ - we only officially support [Current and Active LTS](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md#supported-versions) (18/19 at the time of writing) so all good here I think.
    achingbrain authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e76b978 View commit details
    Browse the repository at this point in the history
  2. deps: bump typedoc-plugin-mdn-links from 2.0.2 to 3.0.3 (#1209)

    Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 2.0.2 to 3.0.3.
    - [Release notes](https://github.com/Gerrit0/typedoc-plugin-mdn-links/releases)
    - [Commits](Gerrit0/typedoc-plugin-mdn-links@v2.0.2...v3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc-plugin-mdn-links
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    536a111 View commit details
    Browse the repository at this point in the history
  3. chore(release): 39.0.1 [skip ci]

    ## [39.0.1](v39.0.0...v39.0.1) (2023-04-27)
    
    ### Bug Fixes
    
    * allow top level await ([#1196](#1196)) ([e76b978](e76b978))
    
    ### Dependencies
    
    * bump typedoc-plugin-mdn-links from 2.0.2 to 3.0.3 ([#1209](#1209)) ([536a111](536a111))
    semantic-release-bot committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1221361 View commit details
    Browse the repository at this point in the history
Loading