-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade all dependencies, compatibility with latest Eslint and GraphQL
- upgrade all dependencies to their latest version - remove pretty-quick and husky (was misconfigured) - ensure compatibility with Eslint 7 and 8 - ensure compatibility with GraphQL 16 BREAKING: - drop compatibility with Node.js < 16 - drop compatibility with GraphQL < 14.2 - drop compatibility with Eslint < 7
- Loading branch information
Showing
13 changed files
with
4,753 additions
and
7,657 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
module.exports = { | ||
presets: ['@babel/preset-env'], | ||
plugins: ['@babel/plugin-transform-runtime'], | ||
}; |
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
graphql: | ||
versions: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 | ||
versions: ^14.2.0 || ^15.0.0 || ^16.0.0 | ||
commands: mocha test/index.js |
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- "10" | ||
- "12" | ||
- "16" | ||
- "18" | ||
- "20" | ||
install: | ||
- npm install | ||
|
||
|
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
Oops, something went wrong.