Skip to content

Commit

Permalink
Extract npm 7 project fixtures and update specs
Browse files Browse the repository at this point in the history
Extract all project based spec fixtures from npm7 pr to reduce diff:
#3011

The file updater specs changes are copied but excluding the npm 7
specifc specs.
  • Loading branch information
feelepxyz committed Feb 5, 2021
1 parent 3bca853 commit e5faa79
Show file tree
Hide file tree
Showing 135 changed files with 47,800 additions and 224 deletions.
437 changes: 213 additions & 224 deletions npm_and_yarn/spec/dependabot/npm_and_yarn/file_updater_spec.rb

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,26 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waltfy/PROTO_TEST.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/waltfy/PROTO_TEST/issues"
},
"homepage": "https://github.com/waltfy/PROTO_TEST#readme",
"dependencies": {
"fetch-factory": "^0.0.1",
"lodash": "^199.0.0"
},
"devDependencies": {
"etag": "^1.0.0"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,27 @@
{
"name": "bump-test",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gocardless/bump-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gocardless/bump-test/issues"
},
"homepage": "https://github.com/gocardless/bump-test#readme",
"dependencies": {
"chalk": "0.4.0",
"lodash": "^1.2.1",
"stopwords": "0.0.1"
},
"devDependencies": {
"is-number": "https://github.com/jonschlinkert/is-number.git"
}
}

0 comments on commit e5faa79

Please sign in to comment.