From 96691e4207c3e857d904cb981fc7683d16bcb86f Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 18 Feb 2019 17:03:59 +0100 Subject: [PATCH 1/2] vscode-dotty: Upgrade dependencies, release 0.1.13 --- project/Build.scala | 6 +++--- vscode-dotty/package-lock.json | 20 ++++++++++---------- vscode-dotty/package.json | 8 ++++---- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 9e00ef8c9d2c..349906ec57ab 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -38,8 +38,8 @@ object Build { // This should be the latest published releases. // TODO: Have the vscode extension fetch these numbers from the Internet // instead of hardcoding them ? - val publishedDottyVersion = "0.11.0-RC1" - val publishedSbtDottyVersion = "0.2.6" + val publishedDottyVersion = "0.13.0-RC1" + val publishedSbtDottyVersion = "0.3.0" val dottyOrganization = "ch.epfl.lamp" @@ -849,7 +849,7 @@ object Build { settings(commonSettings). settings( EclipseKeys.skipProject := true, - version := "0.1.13-snapshot", // Keep in sync with package.json + version := "0.1.13", // Keep in sync with package.json autoScalaLibrary := false, publishArtifact := false, includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json", diff --git a/vscode-dotty/package-lock.json b/vscode-dotty/package-lock.json index e776f7924533..91c8edebefbe 100644 --- a/vscode-dotty/package-lock.json +++ b/vscode-dotty/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotty", - "version": "0.1.13-snapshot", + "version": "0.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -58,15 +58,15 @@ "dev": true }, "@types/mocha": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.5.tgz", - "integrity": "sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-5.2.6.tgz", + "integrity": "sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw==", "dev": true }, "@types/node": { - "version": "10.12.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.24.tgz", - "integrity": "sha512-GWWbvt+z9G5otRBW8rssOFgRY87J9N/qbhqfjMZ+gUuL6zoL+Hm6gP/8qQBG4jjimqdaNLCehcVapZ/Fs2WjCQ==", + "version": "10.12.26", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.26.tgz", + "integrity": "sha512-nMRqS+mL1TOnIJrL6LKJcNZPB8V3eTfRo9FQA2b5gDvrHurC8XbSA86KNe0dShlEL7ReWJv/OU9NL7Z0dnqWTg==", "dev": true }, "@types/request": { @@ -2039,9 +2039,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz", - "integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", + "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/vscode-dotty/package.json b/vscode-dotty/package.json index 42e60c2a11d6..814dc54e8345 100644 --- a/vscode-dotty/package.json +++ b/vscode-dotty/package.json @@ -2,7 +2,7 @@ "name": "dotty", "displayName": "Dotty Language Server", "description": "IDE integration for Dotty, the experimental Scala compiler", - "version": "0.1.13-snapshot", + "version": "0.1.13", "license": "BSD-3-Clause", "publisher": "lampepfl", "repository": { @@ -123,13 +123,13 @@ "vscode-jsonrpc": "4.0.0", "vscode-languageclient": "^5.2.1", "vscode-languageserver": "^5.2.1", - "ws": "^6.1.3" + "ws": "^6.1.4" }, "devDependencies": { "@types/archiver": "^2.1.2", "@types/compare-versions": "^3.0.0", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.24", + "@types/mocha": "^5.2.6", + "@types/node": "^10.12.26", "@types/request": "^2.48.1", "@types/ws": "^6.0.1", "typescript": "^3.2.4", From e82c36063086358ad1a0d049f9e96d4631997030 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Mon, 18 Feb 2019 17:06:28 +0100 Subject: [PATCH 2/2] vscode-dotty: Bump to 0.1.14-snapshot --- project/Build.scala | 2 +- vscode-dotty/package-lock.json | 2 +- vscode-dotty/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 349906ec57ab..48bb490ffb6f 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -849,7 +849,7 @@ object Build { settings(commonSettings). settings( EclipseKeys.skipProject := true, - version := "0.1.13", // Keep in sync with package.json + version := "0.1.14-snapshot", // Keep in sync with package.json autoScalaLibrary := false, publishArtifact := false, includeFilter in unmanagedSources := NothingFilter | "*.ts" | "**.json", diff --git a/vscode-dotty/package-lock.json b/vscode-dotty/package-lock.json index 91c8edebefbe..48c85d48f6c3 100644 --- a/vscode-dotty/package-lock.json +++ b/vscode-dotty/package-lock.json @@ -1,6 +1,6 @@ { "name": "dotty", - "version": "0.1.13", + "version": "0.1.14-snapshot", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/vscode-dotty/package.json b/vscode-dotty/package.json index 814dc54e8345..13b0d7cd62fd 100644 --- a/vscode-dotty/package.json +++ b/vscode-dotty/package.json @@ -2,7 +2,7 @@ "name": "dotty", "displayName": "Dotty Language Server", "description": "IDE integration for Dotty, the experimental Scala compiler", - "version": "0.1.13", + "version": "0.1.14-snapshot", "license": "BSD-3-Clause", "publisher": "lampepfl", "repository": {