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: nonara/ts-patch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4
Choose a base ref
...
head repository: nonara/ts-patch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.5
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 4, 2021

  1. build(deps): Bump tmpl from 1.0.4 to 1.0.5 (#62)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    3a550ad View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump ansi-regex from 5.0.0 to 5.0.1 (#63)

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    196b68c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. fix: compilation fails if basedir resolves to cwd (#65)

    Process.cwd missed the function call resulting in compilation error when baseDir resolved to process.cwd.
    TS version: 4.3.5
    zszilvai authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9bac698 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.5

    nonara committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5c47c8f View commit details
    Browse the repository at this point in the history
Loading