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: nuxt/typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @nuxt/types@0.7.5
Choose a base ref
...
head repository: nuxt/typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @nuxt/types@0.7.6
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on May 1, 2020

  1. chore(deps): update dependency ts-node to ^8.9.1 (#347)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and kevinmarrec committed May 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9ea0d44 View commit details
  2. chore: update badges

    kevinmarrec committed May 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    862be56 View commit details
  3. chore(deps): lock file maintenance (#348)

    * chore(deps): update dependency ts-node to ^8.9.1 (#347)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * chore(deps): lock file maintenance
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 1, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bc645c9 View commit details

Commits on May 2, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    427697c View commit details

Commits on May 3, 2020

  1. chore(deps): update dependency ts-node to ^8.10.1 (#350)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 3, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b6a6164 View commit details

Commits on May 18, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9c37af8 View commit details
  2. chore(deps): update all non-major dependencies (#352)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf5039e View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6c2ca88 View commit details
  4. chore(deps): update dependency ts-loader to v7 (#338)

    BREAKING CHANGE: Drop Node v8 support
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] authored and kevinmarrec committed May 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17c368a View commit details
  5. chore(release): publish

     - @nuxt/types@0.7.6
     - @nuxt/typescript-build@1.0.0
     - @nuxt/typescript-runtime@0.4.7
    kevinmarrec committed May 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    17a5ef6 View commit details
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,9 @@
</p>

<p align="center">
<a href="https://github.com/nuxt/typescript/actions"><img src="https://img.shields.io/github/workflow/status/nuxt/typescript/test?style=flat-square" alt="github actions"></a>
<a href="https://codecov.io/gh/nuxt/typescript"><img src="https://img.shields.io/codecov/c/github/nuxt/typescript.svg?style=flat-square" alt="coverage"></a>
<a href="https://npmjs.com/package/@nuxt/types"><img src="https://img.shields.io/npm/dt/@nuxt/types.svg?style=flat-square" alt="npm downloads"></a>
<a href="https://github.com/nuxt/typescript/actions"><img src="https://img.shields.io/github/workflow/status/nuxt/typescript/test?label=ci&style=flat-square" alt="Github Actions"></a>
<a href="https://codecov.io/gh/nuxt/typescript"><img src="https://img.shields.io/codecov/c/github/nuxt/typescript.svg?style=flat-square" alt="Coverage"></a>
<a href="https://github.com/nuxt/typescript"><img src="https://img.shields.io/github/license/nuxt/typescript.svg?style=flat-square" alt="License"></a>
</p>

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"devDependencies": {
"fs-extra": "^9.0.0",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.4.1",
"vuepress": "^1.5.0",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-tabs": "^0.3.0"
}
Loading