Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Update dependency typescript to v2.8.3 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 15, 2018

This Pull Request updates dependency typescript from v2.7.1 to v2.8.3

Release Notes

v2.8.3

Compare Source
This release include a set of bug fixes reported against TypeScript 2.8.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.8.3.

Download:


v2.8.1

Compare Source
For release notes, check out the release announcement

For new features, check out the What's new in TypeScript 2.8.

For breaking changes, check out the Breaking changes in TypeScript 2.8 page.

For the complete list of fixed issues, check out the issues fixed in TypeScript 2.8 RC and after TypeScript 2.8 RC.

Download:

Special thanks to all contributors to this release:

  • Aditya Daflapurkar
  • Adnan Chowdhury
  • Adrian Leonhard
  • Alan Agius
  • Alex Eagle
  • Anders Hejlsberg
  • Andrew Casey
  • Andy Hanson
  • Armando Aguirre
  • Benjamin Lichtman
  • Daniel Rosenwasser
  • Eric Grube
  • Esakki Raj
  • Herrington Darkholme
  • Jack Williams
  • Josh Goldberg
  • Klaus Meinhardt
  • Martyn Janes
  • Matt McCutchen
  • Mohamed Hegazy
  • Nathan Shively-Sanders
  • Noj Vek
  • Priyantha Lankapura
  • Ricardo N Feliciano
  • Ron Buckton
  • Ryan Cavanaugh
  • Sergii Bezliudnyi
  • Sheetal Nandi
  • Stephan Ginthör
  • @​TravCav
  • Wenlu Wang
  • Wesley Wigham
  • Yuichi Nukiyama

v2.7.2

Compare Source
This release include a set of bug fixes reported against TypeScript 2.7.1. For the complete list of fixed issues, check out the fixed issues query for TypeScript 2.7.2.

Download:



This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/typescript-2.x branch from b1aa4e2 to bb0670c Compare March 27, 2018 16:37
@renovate renovate bot changed the title Update dependency typescript to v2.7.2 Update dependency typescript to v2.8.1 Mar 27, 2018
@renovate renovate bot force-pushed the renovate/typescript-2.x branch from bb0670c to 44a656e Compare April 11, 2018 21:20
@renovate renovate bot force-pushed the renovate/typescript-2.x branch from 44a656e to b5f3035 Compare April 19, 2018 21:35
@renovate renovate bot changed the title Update dependency typescript to v2.8.1 Update dependency typescript to v2.8.3 Apr 19, 2018
@renovate renovate bot force-pushed the renovate/typescript-2.x branch from 5a5bb53 to 31dacc4 Compare April 24, 2018 15:27
@renovate
Copy link
Author

renovate bot commented Apr 24, 2018

Lock file problem

Renovate failed when attempting to generate a lock file. This is usually happens when you have private modules but have not added configuration for private module support. It is strongly recommended that you do not merge this PR as-is.

Renovate will not retry generating a lockfile for this PR unless either (a) the package.json in this branch needs updating, or (b) you rename then delete this PR unmerged, so that it can be regenerated.

The output from stderr is included below:

yarn.lock
warning package.json: No license field
warning slup@0.0.1: No license field
npx: installed 332 in 54.485s
lerna info version 2.10.2
lerna info Bootstrapping 16 packages
lerna info lifecycle preinstall
lerna info Installing external dependencies
lerna ERR! execute callback with error
lerna ERR! Error: Command failed: yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879
lerna ERR! warning package.json: No license field
lerna ERR! warning ../../package.json: No license field
lerna ERR! warning Waiting for the other yarn instance to finish (216)
lerna ERR! warning Waiting for the other yarn instance to finish (214)
lerna ERR! error An unexpected error occurred: "Invalid value type 1747:0 in /tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn.lock".
lerna ERR! yarn install v1.5.1
lerna ERR! info If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn-error.log".
lerna ERR! info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
lerna ERR! 
lerna ERR!     at Promise.all.then.arr (/home/node/.npm/_npx/182/lib/node_modules/lerna/node_modules/execa/index.js:236:11)
lerna ERR!     at <anonymous>
{ Error: Command failed: yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879
warning package.json: No license field
warning ../../package.json: No license field
warning Waiting for the other yarn instance to finish (216)
warning Waiting for the other yarn instance to finish (214)
error An unexpected error occurred: "Invalid value type 1747:0 in /tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn.lock".
yarn install v1.5.1
info If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

    at Promise.all.then.arr (/home/node/.npm/_npx/182/lib/node_modules/lerna/node_modules/execa/index.js:236:11)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
  code: 1,
  killed: false,
  stdout: 'yarn install v1.5.1\ninfo If you think this is a bug, please open a bug report with the information provided in "/tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn-error.log".\ninfo Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.\n',
  stderr: 'warning package.json: No license field\nwarning ../../package.json: No license field\nwarning Waiting for the other yarn instance to finish (216)\nwarning Waiting for the other yarn instance to finish (214)\nerror An unexpected error occurred: "Invalid value type 1747:0 in /tmp/tmp-1oOuXRPso8vo4/packages/Site/yarn.lock".\n',
  failed: true,
  signal: null,
  cmd: 'yarn install --mutex network:42424 --non-interactive --ignore-scripts --ignore-engines --ignore-platform --mutex network:31879',
  timedOut: false,
  exitCode: 1 }

@renovate renovate bot force-pushed the renovate/typescript-2.x branch from 31dacc4 to 9c8368f Compare April 24, 2018 15:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant