Skip to content

Commit 9c2ebb3

Browse files
authored
Bump autocomplete-plus dependency to latest to fix atom build (#127)
This is a stopgap until apm supports installing older package versions. Hopefully this is the only one that has had enough versions published to cause a problem.
1 parent 5b81d6f commit 9c2ebb3

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

examples/atom/decaffeinate.patch

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
diff --git a/package.json b/package.json
2+
index 657a0b2..2339d14 100644
3+
--- a/package.json
4+
+++ b/package.json
5+
@@ -92,7 +92,7 @@
6+
"autocomplete-atom-api": "0.10.2",
7+
"autocomplete-css": "0.17.2",
8+
"autocomplete-html": "0.8.0",
9+
- "autocomplete-plus": "2.35.7",
10+
+ "autocomplete-plus": "2.40.2",
11+
"autocomplete-snippets": "1.11.0",
12+
"autoflow": "0.29.0",
13+
"autosave": "0.24.3",
114
diff --git a/spec/compile-cache-spec.js b/spec/compile-cache-spec.js
2-
index 246efe2..958f281 100644
15+
index 530e6e0..7af4951 100644
316
--- a/spec/compile-cache-spec.js
417
+++ b/spec/compile-cache-spec.js
5-
@@ -108,7 +108,7 @@ describe('CompileCache', function () {
18+
@@ -114,7 +114,7 @@ describe('CompileCache', function () {
619
waits(1)
720
return runs(function () {
821
error = new Error('Oops again')
@@ -11,7 +24,7 @@ index 246efe2..958f281 100644
1124
return expect(Array.isArray(error.getRawStack())).toBe(true)
1225
})
1326
})
14-
@@ -120,7 +120,7 @@ describe('CompileCache', function () {
27+
@@ -126,7 +126,7 @@ describe('CompileCache', function () {
1528
Error.prepareStackTrace = originalPrepareStackTrace
1629

1730
const error = new Error('Oops')
@@ -20,7 +33,7 @@ index 246efe2..958f281 100644
2033
return expect(Array.isArray(error.getRawStack())).toBe(true)
2134
})
2235

23-
@@ -133,7 +133,7 @@ describe('CompileCache', function () {
36+
@@ -139,7 +139,7 @@ describe('CompileCache', function () {
2437
}
2538

2639
const error = new Error('Oops')
@@ -30,10 +43,10 @@ index 246efe2..958f281 100644
3043
return expect(Array.isArray(error.getRawStack())).toBe(true)
3144
})
3245
diff --git a/spec/config-spec.js b/spec/config-spec.js
33-
index ac5db8e..7566278 100644
46+
index bd15672..b87615e 100644
3447
--- a/spec/config-spec.js
3548
+++ b/spec/config-spec.js
36-
@@ -1310,7 +1310,7 @@ foo:
49+
@@ -1317,7 +1317,7 @@ foo:
3750
expect(fs.existsSync(atom.config.configDirPath)).toBeTruthy()
3851
expect(fs.existsSync(path.join(atom.config.configDirPath, 'packages'))).toBeTruthy()
3952
expect(fs.isFileSync(path.join(atom.config.configDirPath, 'snippets.cson'))).toBeTruthy()
@@ -43,10 +56,10 @@ index ac5db8e..7566278 100644
4356
})
4457
})
4558
diff --git a/spec/integration/helpers/start-atom.js b/spec/integration/helpers/start-atom.js
46-
index 6d5b6bb..795296d 100644
59+
index 69927f1..9f25aee 100644
4760
--- a/spec/integration/helpers/start-atom.js
4861
+++ b/spec/integration/helpers/start-atom.js
49-
@@ -103,7 +103,12 @@ const buildAtomClient = function (args, env) {
62+
@@ -111,7 +111,12 @@ const buildAtomClient = function (args, env) {
5063
.windowHandles(cb)
5164
}).addCommand('waitForPaneItemCount', function (count, timeout, cb) {
5265
return this.waitUntil(function () {

0 commit comments

Comments
 (0)