From 209ed2fe13ef49a4f7ab4fef815b8a6bb725c4fc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 11 May 2015 18:17:37 -0700 Subject: [PATCH 1/7] Stop shipping the feedback package --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ddc175b71..361f98eed 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "dev-live-reload": "0.46.0", "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", - "feedback": "0.38.0", "find-and-replace": "0.161.0", "fuzzy-finder": "0.83.0", "git-diff": "0.55.0", From ccc6b170896d525a357fe2742fca9d698b94dd3f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 11 May 2015 18:19:46 -0700 Subject: [PATCH 2/7] :arrow_up: spell-check@0.58 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 361f98eed..26ed4da96 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "release-notes": "0.52.0", "settings-view": "0.198.0", "snippets": "0.89.0", - "spell-check": "0.57.0", + "spell-check": "0.58.0", "status-bar": "0.71.0", "styleguide": "0.44.0", "symbols-view": "0.96.0", From b2dd8835b3359148d980ef208a02d86ba92a9cce Mon Sep 17 00:00:00 2001 From: Ivan Zuzak Date: Tue, 12 May 2015 12:54:15 +0200 Subject: [PATCH 3/7] Remove extra function wrapper --- src/decoration.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoration.coffee b/src/decoration.coffee index ca239421e..bc3a21748 100644 --- a/src/decoration.coffee +++ b/src/decoration.coffee @@ -201,6 +201,6 @@ if Grim.includeDeprecatedAPIs Grim.deprecate 'Use Decoration::getProperties instead' @getProperties() - Decoration::update = -> (newProperties) -> + Decoration::update = (newProperties) -> Grim.deprecate 'Use Decoration::setProperties instead' @setProperties(newProperties) From fbeae41f436a4dbe58ee7a85ac31be4e72a8ae16 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 May 2015 08:32:23 -0700 Subject: [PATCH 4/7] :arrow_up: deprecation-cop@0.46 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26ed4da96..42e7edb3e 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "bookmarks": "0.35.0", "bracket-matcher": "0.74.0", "command-palette": "0.35.0", - "deprecation-cop": "0.45.0", + "deprecation-cop": "0.46.0", "dev-live-reload": "0.46.0", "encoding-selector": "0.20.0", "exception-reporting": "0.24.0", From bbc212674ade7f93feaf99fd6727c181d37640a0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 May 2015 08:37:33 -0700 Subject: [PATCH 5/7] :arrow_up: settings-view@0.199 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42e7edb3e..7ef2568dc 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "open-on-github": "0.36.0", "package-generator": "0.38.0", "release-notes": "0.52.0", - "settings-view": "0.198.0", + "settings-view": "0.199.0", "snippets": "0.89.0", "spell-check": "0.58.0", "status-bar": "0.71.0", From 0fe9de25a6568139056edc321ca0a2426da8d88e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 May 2015 08:46:47 -0700 Subject: [PATCH 6/7] :arrow_up: package-generator@0.39 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ef2568dc..4f1c9f0c0 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "metrics": "0.45.0", "notifications": "0.43.0", "open-on-github": "0.36.0", - "package-generator": "0.38.0", + "package-generator": "0.39.0", "release-notes": "0.52.0", "settings-view": "0.199.0", "snippets": "0.89.0", From 9fccb0dc427d1fdfe4d5c2bd82b90c6e3e3012c1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 12 May 2015 08:47:42 -0700 Subject: [PATCH 7/7] Run core package specs in 1.0 API preview mode --- build/tasks/spec-task.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tasks/spec-task.coffee b/build/tasks/spec-task.coffee index 2367c9a5f..a3c9bbe79 100644 --- a/build/tasks/spec-task.coffee +++ b/build/tasks/spec-task.coffee @@ -54,14 +54,14 @@ module.exports = (grunt) -> if process.platform in ['darwin', 'linux'] options = cmd: appPath - args: ['--test', "--resource-path=#{resourcePath}", "--spec-directory=#{path.join(packagePath, 'spec')}"] + args: ['--test', "--resource-path=#{resourcePath}", "--spec-directory=#{path.join(packagePath, 'spec')}", '--one'] opts: cwd: packagePath env: _.extend({}, process.env, ATOM_PATH: rootDir) else if process.platform is 'win32' options = cmd: process.env.comspec - args: ['/c', appPath, '--test', "--resource-path=#{resourcePath}", "--spec-directory=#{path.join(packagePath, 'spec')}", "--log-file=ci.log"] + args: ['/c', appPath, '--test', "--resource-path=#{resourcePath}", "--spec-directory=#{path.join(packagePath, 'spec')}", "--log-file=ci.log", '--one'] opts: cwd: packagePath env: _.extend({}, process.env, ATOM_PATH: rootDir)