-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3086 from dependabot/feelepxyz/migrate-npm7-spec-…
…fixtures Extract npm 7 project fixtures and update specs
- Loading branch information
Showing
135 changed files
with
47,800 additions
and
224 deletions.
There are no files selected for viewing
437 changes: 213 additions & 224 deletions
437
npm_and_yarn/spec/dependabot/npm_and_yarn/file_updater_spec.rb
Large diffs are not rendered by default.
Oops, something went wrong.
165 changes: 165 additions & 0 deletions
165
npm_and_yarn/spec/fixtures/projects/npm7/bogus_version/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 26 additions & 0 deletions
26
npm_and_yarn/spec/fixtures/projects/npm7/bogus_version/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
170 changes: 170 additions & 0 deletions
170
npm_and_yarn/spec/fixtures/projects/npm7/git_dependency/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
npm_and_yarn/spec/fixtures/projects/npm7/git_dependency/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.