Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update graphql deps to 16 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .history/package_20220902092939.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "easygraphql-parser",
"version": "0.0.15",
"description": "Parse GraphQL Schema",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 91 mocha",
"prettier:check": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"prettier:format": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:format && git add .",
"pre-push": "npm run test"
}
},
"keywords": [
"nodejs",
"graphql",
"parser",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-parser",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-parser"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-parser/issues"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^6.0.11"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"graphql": "^15.3.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"prettier": "^1.18.2"
}
}
52 changes: 52 additions & 0 deletions .history/package_20220902092958.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "easygraphql-parser",
"version": "0.0.15",
"description": "Parse GraphQL Schema",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 91 mocha",
"prettier:check": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"prettier:format": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:format && git add .",
"pre-push": "npm run test"
}
},
"keywords": [
"nodejs",
"graphql",
"parser",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-parser",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-parser"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-parser/issues"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^6.0.11"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"graphql": "^15.3.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"prettier": "^1.18.2"
}
}
52 changes: 52 additions & 0 deletions .history/package_20220902093035.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "easygraphql-parser",
"version": "0.0.16",
"description": "Parse GraphQL Schema",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 91 mocha",
"prettier:check": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"prettier:format": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:format && git add .",
"pre-push": "npm run test"
}
},
"keywords": [
"nodejs",
"graphql",
"parser",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-parser",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-parser"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-parser/issues"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^6.0.11"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"graphql": "^15.3.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"prettier": "^1.18.2"
}
}
52 changes: 52 additions & 0 deletions .history/package_20220902093041.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "easygraphql-parser",
"version": "0.0.16",
"description": "Parse GraphQL Schema",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 91 mocha",
"prettier:check": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"prettier:format": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:format && git add .",
"pre-push": "npm run test"
}
},
"keywords": [
"nodejs",
"graphql",
"parser",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-parser",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-parser"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-parser/issues"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^6.0.11"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"graphql": "^15.3.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"prettier": "^1.18.2"
}
}
52 changes: 52 additions & 0 deletions .history/package_20220902101649.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "easygraphql-parser",
"version": "0.0.16",
"description": "Parse GraphQL Schema",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 91 mocha",
"prettier:check": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"prettier:format": "prettier --write './{lib,test,utils}/**/*.{js,graphql}'",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier:format && git add .",
"pre-push": "npm run test"
}
},
"keywords": [
"nodejs",
"graphql",
"parser",
"schema"
],
"homepage": "https://github.com/EasyGraphQL/easygraphql-parser",
"author": {
"name": "EasyGraphQL",
"url": "https://github.com/EasyGraphQL"
},
"repository": {
"type": "git",
"url": "https://github.com/EasyGraphQL/easygraphql-parser"
},
"bugs": {
"url": "https://github.com/EasyGraphQL/easygraphql-parser/issues"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/merge": "^6.0.11"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"graphql": "^15.3.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"prettier": "^1.18.2"
}
}
6 changes: 6 additions & 0 deletions .lh/.lhignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# list file to not track by the local-history extension. comment line starts with a '#' character
# each line describe a regular expression pattern (search for "Javascript regex")
# it will relate to the workspace directory root. for example:
# ".*\.txt" ignores any file with "txt" extension
# "/test/.*" ignores all the files under the "test" directory
# ".*/test/.*" ignores all the files under any "test" directory (even under sub-folders)
22 changes: 22 additions & 0 deletions .lh/package.json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"sourceFile": "package.json",
"activeCommit": 0,
"commits": [
{
"activePatchIndex": 1,
"patches": [
{
"date": 1662103798695,
"content": "Index: \n===================================================================\n--- \n+++ \n"
},
{
"date": 1662103835835,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,7 +1,7 @@\n {\n \"name\": \"easygraphql-parser\",\n- \"version\": \"0.0.15\",\n+ \"version\": \"0.0.16\",\n \"description\": \"Parse GraphQL Schema\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"nyc --check-coverage --lines 91 mocha\",\n"
}
],
"date": 1662103798695,
"name": "Commit-0",
"content": "{\n \"name\": \"easygraphql-parser\",\n \"version\": \"0.0.15\",\n \"description\": \"Parse GraphQL Schema\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"nyc --check-coverage --lines 91 mocha\",\n \"prettier:check\": \"prettier --write './{lib,test,utils}/**/*.{js,graphql}'\",\n \"prettier:format\": \"prettier --write './{lib,test,utils}/**/*.{js,graphql}'\",\n \"coveralls\": \"nyc npm test && nyc report --reporter=text-lcov | coveralls\"\n },\n \"husky\": {\n \"hooks\": {\n \"pre-commit\": \"npm run prettier:format && git add .\",\n \"pre-push\": \"npm run test\"\n }\n },\n \"keywords\": [\n \"nodejs\",\n \"graphql\",\n \"parser\",\n \"schema\"\n ],\n \"homepage\": \"https://github.com/EasyGraphQL/easygraphql-parser\",\n \"author\": {\n \"name\": \"EasyGraphQL\",\n \"url\": \"https://github.com/EasyGraphQL\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/EasyGraphQL/easygraphql-parser\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/EasyGraphQL/easygraphql-parser/issues\"\n },\n \"license\": \"MIT\",\n \"dependencies\": {\n \"@graphql-tools/merge\": \"^6.0.11\"\n },\n \"peerDependencies\": {\n \"graphql\": \"^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0\"\n },\n \"devDependencies\": {\n \"chai\": \"^4.1.2\",\n \"coveralls\": \"^3.0.2\",\n \"graphql\": \"^15.3.0\",\n \"husky\": \"^3.0.0\",\n \"mocha\": \"^6.1.4\",\n \"nyc\": \"^14.0.0\",\n \"prettier\": \"^1.18.2\"\n }\n}\n"
}
]
}
Loading