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.28.6
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.29.0
Choose a head ref
  • 7 commits
  • 48 files changed
  • 4 contributors

Commits on May 26, 2021

  1. fix: typo in readme (#712)

    rethab authored May 26, 2021
    Configuration menu
    Copy the full SHA
    a874814 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    fb9dfff View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. chore(deps): bump set-getter from 0.1.0 to 0.1.1 (#719)

    Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1.
    - [Release notes](https://github.com/doowb/set-getter/releases)
    - [Commits](https://github.com/doowb/set-getter/commits/0.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: set-getter
      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 Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a529543 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Update to [email protected] (#723)

    * [email protected] update
    
    * update tests
    
    * update timeouts
    
    * update jest
    
    * remove duplicated test
    
    * separate integration tests
    
    * fixup integration test
    
    * try add teardown timeout
    
    * try increase teardown timeout
    
    * bisect on cli / integration tests
    
    * fixup bisect
    
    * reduce timeouts
    
    * bisect down to watcher, remove timeouts
    
    * increase jest watcher timeout
    
    * try node 14.17.2
    
    * use check latest for nodejs
    
    * reinstate all tests
    
    * Revert "reinstate all tests"
    
    This reverts commit 1264641.
    
    * [email protected]
    
    * add teardown timeout
    
    * try defer unhandled rejections
    
    * note unhandled rejections
    
    * add completion delay
    
    * add logging
    
    * try non-sensical stackoverflow answer
    
    * note all unhandled rejections
    
    * easier debugging
    
    * fixup workflow
    
    * remove fake timers
    
    * process exit
    
    * next attempt
    
    * try all integration tests
    
    * reinstate full testing
    guybedford authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2ba1c22 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    51b5fc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. major: output ESM for .mjs or "type": "module" builds (#720)

    * Revert "increase jest watcher timeout"
    
    This reverts commit 6a3991d.
    
    * --esm flag for emitting es modules
    
    * add fixture
    
    * disable v8cache for esm
    
    * use node14 target
    
    * output esm automatically for mjs / type module
    
    * mjs for mjs
    
    * update unit tests
    
    * update cli tests
    
    * update asset relocator loader
    
    * fixup filename handling
    
    * fixup resolve ref
    
    * fixup fs ref
    
    * update unit tests
    
    * fixup esm check
    
    * fixup external type
    
    * fixup webpack externals
    
    * [email protected]
    
    * update fixtures
    
    * add fixtures update script
    
    * unify package boundary check
    
    * Remove newline
    
    * fixup: pr feedback
    
    * fixup: include has type module module
    
    Co-authored-by: Steven <[email protected]>
    guybedford and styfle authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    8481ca9 View commit details
    Browse the repository at this point in the history
  2. 0.29.0

    styfle committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    13dfe1b View commit details
    Browse the repository at this point in the history
Loading