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: vercel/ncc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.30.0
Choose a base ref
...
head repository: vercel/ncc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Sep 1, 2021

  1. chore(deps-dev): bump graceful-fs from 4.2.6 to 4.2.8 (#761)

    Bumps [graceful-fs](https://github.com/isaacs/node-graceful-fs) from 4.2.6 to 4.2.8.
    - [Release notes](https://github.com/isaacs/node-graceful-fs/releases)
    - [Commits](isaacs/node-graceful-fs@v4.2.6...v4.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: graceful-fs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8a5ac2d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tar from 4.4.15 to 4.4.19 (#763)

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.15...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3c2ed8a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump object-path from 0.11.5 to 0.11.7 (#764)

    Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.7.
    - [Release notes](https://github.com/mariocasciaro/object-path/releases)
    - [Commits](https://github.com/mariocasciaro/object-path/commits)
    
    ---
    updated-dependencies:
    - dependency-name: object-path
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b3bc082 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Fix compilerOptions from tsconfig.json (#766)

    This will make sure we pass `tsconfig.json` to the loader.
    
    In particular the `module: commonjs` option is important to ensure mixed module usage like `tsc` supports.
    
    Co-authored-by: Guy Bedford <[email protected]>
    styfle and guybedford authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    be3bf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d7f6a View commit details
    Browse the repository at this point in the history
  3. 0.31.0

    styfle committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    92bcbb8 View commit details
    Browse the repository at this point in the history
Loading