Skip to content

Commit 1a1a7f6

Browse files
author
Danielle Adams
committed
continue updating tests for lagging node versions and unused dependencies
1 parent 031c65e commit 1a1a7f6

File tree

813 files changed

+99179
-11250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

813 files changed

+99179
-11250
lines changed

test/fixtures/bad-json/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99
"dependencies": {
1010
"hashish": "*"
1111
"express": "*"
12-
},
13-
"engines": {
14-
"node": "0.10.29"
1512
}
1613
}

test/fixtures/build-script-override/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "http://github.com/example/example.git"
88
},
99
"engines": {
10-
"node": "10.x"
10+
"node": "14.x"
1111
},
1212
"scripts" : {
1313
"build": "echo build hook message",

test/fixtures/build-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url" : "http://github.com/example/example.git"
88
},
99
"engines": {
10-
"node": "10.x"
10+
"node": "14.x"
1111
},
1212
"scripts" : {
1313
"build" : "echo build hook message"

test/fixtures/caching/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"url" : "http://github.com/example/example.git"
88
},
99
"engines": {
10-
"node": "8.x",
11-
"npm": "5.x"
10+
"node": "14.x"
1211
},
1312
"dependencies": {
1413
"express": "latest"

test/fixtures/ci-dependencies-yarn/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"type": "git",
77
"url": "http://github.com/example/example.git"
88
},
9-
"dependencies": {
10-
"hashish": "*"
11-
},
129
"license": "MIT",
1310
"engines": {
1411
"yarn": "1.x"

test/fixtures/ci-dependencies-yarn/yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
# yarn lockfile v1
33

44

5-
hashish@*:
6-
version "0.0.4"
7-
resolved "https://registry.yarnpkg.com/hashish/-/hashish-0.0.4.tgz#6d60bc6ffaf711b6afd60e426d077988014e6554"
8-
dependencies:
9-
traverse ">=0.2.4"
10-
115
lodash@^2.4.1:
126
version "2.4.2"
137
resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
14-
15-
traverse@>=0.2.4:
16-
version "0.6.6"
17-
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"

test/fixtures/ci-dependencies/package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/ci-dependencies/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
"type": "git",
77
"url": "http://github.com/example/example.git"
88
},
9-
"dependencies": {
10-
"hashish": "*"
11-
},
129
"engines": {
13-
"node": "8.x"
10+
"node": "14.x"
1411
},
1512
"devDependencies": {
1613
"lodash": "^2.4.1"

test/fixtures/ci-env-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url" : "http://github.com/example/example.git"
77
},
88
"engines": {
9-
"node": "8.x"
9+
"node": "14.x"
1010
},
1111
"scripts" : {
1212
"heroku-prebuild" : "echo heroku-prebuild hook message",

test/fixtures/cleanup-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url" : "http://github.com/example/example.git"
88
},
99
"engines": {
10-
"node": "10.x"
10+
"node": "14.x"
1111
},
1212
"scripts" : {
1313
"heroku-cleanup" : "echo heroku-cleanup hook message"

0 commit comments

Comments
 (0)