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: mike-works/typescript-fundamentals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: mike-works/typescript-fundamentals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 24, 2018

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

Commits on Nov 25, 2018

  1. chore(deps): update dependency tsutils to v3.5.1 (#137)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | tsutils | devDependencies | minor | `3.4.0` -> `3.5.1` | [source](https://renovatebot.com/gh/ajafff/tsutils) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>ajafff/tsutils</summary>
    
    ### [`v3.5.1`](https://renovatebot.com/gh/ajafff/tsutils/blob/master/CHANGELOG.md#&#8203;351)
    
    [Compare Source](https://renovatebot.com/gh/ajafff/tsutils/compare/v3.5.0...v3.5.1)
    
    **Bugfixes:**
    
    -   `isThenableType` allows `Node` instead of `Expression` as parameter
    -   `isBlockScopeBoundary` and `isScopeBoundary` consider `WithStatement` as scope boundary
    
    ### [`v3.5.0`](https://renovatebot.com/gh/ajafff/tsutils/blob/master/CHANGELOG.md#&#8203;350)
    
    [Compare Source](https://renovatebot.com/gh/ajafff/tsutils/compare/v3.4.0...v3.5.0)
    
    **Features:**
    
    -   correctly handle BigInt literals
        -   added typeguard `isBigIntLiteral`
        -   `isLiteralType` recognises BigInt
        -   `getPropertyName` adds special handling for BigInt
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Enabled.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
    This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#mike-works/typescript-fundamentals).
    renovate[bot] authored and mike-north committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    a94228a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2599d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94771ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb25c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. chore(release): 1.0.1 [skip ci]

    ## [1.0.1](v1.0.0...v1.0.1) (2018-11-28)
    
    ### Bug Fixes
    
    * encrypt github token in CI ([6299b3f](6299b3f))
    semantic-release-bot committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    7b55224 View commit details
    Browse the repository at this point in the history
Loading