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: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.17
Choose a base ref
...
head repository: HT2-Labs/typescript-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.18
Choose a head ref
  • 14 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 4, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    b510e2e View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    c8a02a1 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    cac3ed0 View commit details

Commits on Jan 5, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    a79e4ec View commit details

Commits on Jan 6, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    9ab7b59 View commit details

Commits on Jan 7, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    512f686 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    7e70b4b View commit details

Commits on Jan 8, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    e31faa9 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    d98906a View commit details

Commits on Jan 9, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    8d24724 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    76ac865 View commit details

Commits on Jan 10, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    1097c25 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    182dffb View commit details
  3. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    renovate-bot Mend Renovate
    Copy the full SHA
    1699ceb View commit details
Showing with 87 additions and 76 deletions.
  1. +1 −1 .circleci/config.yml
  2. +85 −74 package-lock.json
  3. +1 −1 package.json
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: circleci/node:8@sha256:535c96ce10a4a8382691fe75f123a01c4f530ef42f300a9475b1452949e64a55
- image: circleci/node:8@sha256:261e1721c0eba2b3f579ab01c517bc20023b08a394d7cdc34b3669b1a664ccaa
environment:
- NPM_CONFIG_LOGLEVEL: warn
working_directory: ~/repo
159 changes: 85 additions & 74 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"semantic-release": "ht2-release-public-circleci-lib"
},
"dependencies": {
"tslint": "5.12.0",
"tslint": "5.12.1",
"tslint-consistent-codestyle": "1.15.0",
"tslint-immutable": "4.9.1",
"typescript": "3.2.2"