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: InsightSoftwareConsortium/ITK-Wasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: itk-wasm-v1.0.0-b.38
Choose a base ref
...
head repository: InsightSoftwareConsortium/ITK-Wasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: itk-wasm-v1.0.0-b.39
Choose a head ref
  • 15 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 6, 2022

  1. ci(update-versions): Run during verifyReleaseCmd

    According to:
    
      https://github.com/semantic-release/semantic-release/blob/master/docs/extending/plugins-list.md
    
    The npm tarball is generated by the @semantic-release/npm plugin during
    the `prepare` step. So, bump the update version script execution to the
    `verifyReleaseCmd`.
    thewtex committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d0defca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afd988 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #661 from thewtex/disable-firefox-ci

    ci(Firefox): Disable until issues with FF 105 addressed:
    thewtex authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7f699c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #660 from thewtex/update-release-hook

    ci(update-versions): Run during verifyReleaseCmd
    thewtex authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e486154 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump got and ava

    Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together.
    
    
    Removes `got`
    
    Updates `ava` from 3.15.0 to 4.3.3
    - [Release notes](https://github.com/avajs/ava/releases)
    - [Commits](avajs/ava@v3.15.0...v4.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: ava
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7cb6d3a View commit details
    Browse the repository at this point in the history
  6. build(deps): bump node-fetch and puppeteer

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together.
    
    
    Updates `node-fetch` from 2.6.1 to 2.6.7
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)
    
    Updates `puppeteer` from 10.4.0 to 18.2.1
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
    - [Commits](puppeteer/puppeteer@v10.4.0...puppeteer-core-v18.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: indirect
    - dependency-name: puppeteer
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5eb6291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6af973 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #663 from InsightSoftwareConsortium/dependabot/npm…

    …_and_yarn/got-and-ava--removed
    
    build(deps): bump got and ava
    thewtex authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c4cd889 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #664 from InsightSoftwareConsortium/dependabot/npm…

    …_and_yarn/node-fetch-and-puppeteer-2.6.7
    
    build(deps): bump node-fetch and puppeteer
    thewtex authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2aa299f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f25c58 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge pull request #656 from thewtex/vite-example-version

    docs(ViteExample): Bump to 1.0.0-b.37
    thewtex authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    369b41d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #665 from thewtex/bump-docker-version

    feat(itk-wasm-cli): Update default Docker image for 1.0.0-b.38
    thewtex authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    78dd325 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    4f2056e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #667 from thewtex/dicom-bump

    chore: Bump itk-dicom version to 0.2.0
    thewtex authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e79aa85 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0-b.39 [skip ci]

    # [1.0.0-b.39](itk-wasm-v1.0.0-b.38...itk-wasm-v1.0.0-b.39) (2022-10-11)
    
    ### Features
    
    * **itk-wasm-cli:** Update default Docker image for 1.0.0-b.38 ([a6af973](a6af973))
    semantic-release-bot committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bfe7c62 View commit details
    Browse the repository at this point in the history
Loading