From 5f47336663de3bea405eba4e732c25c523ee6b45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 May 2021 12:04:33 +0000 Subject: [PATCH] chore(deps): update all --- .github/workflows/build-website.yml | 2 +- .github/workflows/graphback-ci.yml | 4 ++-- package.json | 8 ++++---- packages/create-graphback/package.json | 8 ++++---- packages/graphback-cli/package.json | 8 ++++---- packages/graphback-codegen-client/package.json | 2 +- packages/graphback-codegen-schema/package.json | 4 ++-- packages/graphback-core/package.json | 4 ++-- packages/graphback-datasync/package.json | 4 ++-- packages/graphback-keycloak-authz/package.json | 4 ++-- packages/graphback-runtime-knex/package.json | 2 +- packages/graphback-runtime-mongodb/package.json | 4 ++-- packages/graphback/package.json | 2 +- packages/graphql-migrations/package.json | 2 +- packages/graphql-serve/package.json | 6 +++--- templates/package.json | 2 +- templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile | 2 +- .../ts-apollo-mongo-apache-kafka-backend/package.json | 2 +- templates/ts-apollo-mongodb-backend/Dockerfile | 2 +- templates/ts-apollo-mongodb-backend/package.json | 2 +- templates/ts-apollo-mongodb-datasync-backend/Dockerfile | 2 +- templates/ts-apollo-mongodb-datasync-backend/package.json | 2 +- templates/ts-apollo-postgres-backend/Dockerfile | 2 +- templates/ts-apollo-postgres-backend/docker-compose.yml | 2 +- templates/ts-apollo-postgres-backend/package.json | 2 +- templates/ts-fastify-mongodb-backend/Dockerfile | 2 +- templates/ts-fastify-mongodb-backend/package.json | 6 +++--- templates/ts-react-apollo-client/package.json | 2 +- 28 files changed, 47 insertions(+), 47 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index e5a1c16183..8c226fc521 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout master uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12.x - name: Cache Dependencies diff --git a/.github/workflows/graphback-ci.yml b/.github/workflows/graphback-ci.yml index b89b769f85..4af96a62eb 100644 --- a/.github/workflows/graphback-ci.yml +++ b/.github/workflows/graphback-ci.yml @@ -67,7 +67,7 @@ jobs: - name: Checkout master uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12.x - name: Cache Dependencies @@ -101,7 +101,7 @@ jobs: - name: Checkout master uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 12.x - name: Cache Dependencies diff --git a/package.json b/package.json index 892b4cff5b..391091c651 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "eslint-plugin-no-null": "1.0.2", "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "4.2.0", - "eslint-plugin-unused-imports": "0.1.3", - "husky": "4.3.6", + "eslint-plugin-unused-imports": "1.1.1", + "husky": "6.0.0", "jest": "26.6.3", "lerna": "3.22.1", "lerna-changelog": "1.0.1", @@ -32,7 +32,7 @@ "tslint-config-prettier": "1.18.0", "tslint-microsoft-contrib": "6.2.0", "typedoc": "0.19.2", - "typedoc-plugin-markdown": "2.4.2", + "typedoc-plugin-markdown": "3.8.1", "typescript": "4.1.3" }, "scripts": { @@ -99,6 +99,6 @@ }, "homepage": "https://github.com/aerogear/graphback#readme", "resolutions": { - "@types/react": "16.14.2" + "@types/react": "17.0.6" } } diff --git a/packages/create-graphback/package.json b/packages/create-graphback/package.json index e991672cf3..0d798d2d5b 100644 --- a/packages/create-graphback/package.json +++ b/packages/create-graphback/package.json @@ -35,12 +35,12 @@ "@types/chalk": "0.4.31", "@types/inquirer": "7.3.1", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "@types/node-emoji": "1.8.1", "@types/parse-github-url": "1.0.0", "@types/request": "2.48.5", "@types/tar": "4.0.4", - "@types/yargs": "15.0.12", + "@types/yargs": "17.0.0", "jest": "26.6.3", "rimraf": "3.0.2", "ts-jest": "26.4.4", @@ -51,14 +51,14 @@ "dependencies": { "chalk": "2.4.2", "figlet": "1.5.0", - "inquirer": "7.3.3", + "inquirer": "8.0.0", "node-emoji": "1.10.0", "ora": "3.4.0", "parse-github-url": "1.0.2", "request": "2.88.2", "tar": "6.0.5", "tmp": "0.2.1", - "yargs": "16.2.0" + "yargs": "17.0.1" }, "jest": { "transform": { diff --git a/packages/graphback-cli/package.json b/packages/graphback-cli/package.json index 737b985797..1fea1fe84a 100644 --- a/packages/graphback-cli/package.json +++ b/packages/graphback-cli/package.json @@ -32,11 +32,11 @@ "devDependencies": { "@types/chalk": "0.4.31", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "@types/node-emoji": "1.8.1", - "@types/yargs": "15.0.12", + "@types/yargs": "17.0.0", "jest": "26.6.3", - "lint-staged": "10.5.3", + "lint-staged": "11.0.0", "rimraf": "3.0.2", "ts-jest": "26.4.4", "ts-node": "9.1.1", @@ -51,7 +51,7 @@ "graphback": "1.1.2", "graphql-config": "3.2.0", "node-emoji": "1.10.0", - "yargs": "16.2.0" + "yargs": "17.0.1" }, "jest": { "transform": { diff --git a/packages/graphback-codegen-client/package.json b/packages/graphback-codegen-client/package.json index 7099474234..86f7da84f7 100644 --- a/packages/graphback-codegen-client/package.json +++ b/packages/graphback-codegen-client/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "jest": "26.6.3", "rimraf": "3.0.2", diff --git a/packages/graphback-codegen-schema/package.json b/packages/graphback-codegen-schema/package.json index a9e0b23925..8aeeabb4c4 100644 --- a/packages/graphback-codegen-schema/package.json +++ b/packages/graphback-codegen-schema/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "dataloader": "2.0.0", "graphql": "15.4.0", "jest": "26.6.3", @@ -45,7 +45,7 @@ "dependencies": { "@graphback/core": "1.1.2", "@graphql-tools/utils": "7.1.4", - "graphql-compose": "7.23.0", + "graphql-compose": "8.1.0", "graphql-metadata": "0.7.6", "pluralize": "8.0.0" }, diff --git a/packages/graphback-core/package.json b/packages/graphback-core/package.json index 3c4d573b75..554f3d02de 100644 --- a/packages/graphback-core/package.json +++ b/packages/graphback-core/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "@types/pino": "6.3.4", "graphql": "15.4.0", "jest": "26.6.3", @@ -50,7 +50,7 @@ "bson": "4.2.2", "dataloader": "2.0.0", "glob": "7.1.6", - "graphql-compose": "7.23.0", + "graphql-compose": "8.1.0", "graphql-fields-list": "2.2.1", "graphql-metadata": "0.7.6", "graphql-scalars": "1.6.1", diff --git a/packages/graphback-datasync/package.json b/packages/graphback-datasync/package.json index 2c726f46c2..9e4550cd3a 100644 --- a/packages/graphback-datasync/package.json +++ b/packages/graphback-datasync/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "jest": "26.6.3", "jest-date-mock": "1.0.8", @@ -49,7 +49,7 @@ "@graphback/runtime-mongo": "1.1.2", "@graphql-tools/utils": "7.1.4", "graphback": "1.1.2", - "graphql-compose": "7.23.0", + "graphql-compose": "8.1.0", "graphql-metadata": "0.7.6", "graphql-subscriptions": "1.1.0", "mongodb": "3.6.3", diff --git a/packages/graphback-keycloak-authz/package.json b/packages/graphback-keycloak-authz/package.json index 1e37bb070f..568c8f0e78 100644 --- a/packages/graphback-keycloak-authz/package.json +++ b/packages/graphback-keycloak-authz/package.json @@ -31,10 +31,10 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "jest": "26.6.3", - "keycloak-connect": "11.0.3", + "keycloak-connect": "13.0.0", "keycloak-connect-graphql": "0.6.4", "rimraf": "3.0.2", "ts-jest": "26.4.4", diff --git a/packages/graphback-runtime-knex/package.json b/packages/graphback-runtime-knex/package.json index 082dcea2a7..82911d1484 100644 --- a/packages/graphback-runtime-knex/package.json +++ b/packages/graphback-runtime-knex/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@graphback/codegen-schema": "0.15.0", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "graphql-migrations": "1.1.2", "jest": "26.6.3", diff --git a/packages/graphback-runtime-mongodb/package.json b/packages/graphback-runtime-mongodb/package.json index 2e2325e57f..83b5264c42 100644 --- a/packages/graphback-runtime-mongodb/package.json +++ b/packages/graphback-runtime-mongodb/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@graphback/codegen-schema": "1.1.2", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "jest": "26.6.3", "jest-date-mock": "1.0.8", @@ -48,7 +48,7 @@ "@graphback/core": "1.1.2", "@types/mongodb": "3.6.3", "dataloader": "2.0.0", - "escape-string-regexp": "4.0.0", + "escape-string-regexp": "5.0.0", "graphql-metadata": "0.7.6", "graphql-subscriptions": "1.1.0" }, diff --git a/packages/graphback/package.json b/packages/graphback/package.json index 9b74866985..3168b2401a 100644 --- a/packages/graphback/package.json +++ b/packages/graphback/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "jest": "26.6.3", "rimraf": "3.0.2", diff --git a/packages/graphql-migrations/package.json b/packages/graphql-migrations/package.json index 8d526ab50a..4d92d62176 100644 --- a/packages/graphql-migrations/package.json +++ b/packages/graphql-migrations/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@types/jest": "26.0.19", "@types/lodash": "4.14.165", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "graphql": "15.4.0", "graphql-tools": "7.0.2", "jest": "26.6.3", diff --git a/packages/graphql-serve/package.json b/packages/graphql-serve/package.json index e9eedc6530..54915865f8 100644 --- a/packages/graphql-serve/package.json +++ b/packages/graphql-serve/package.json @@ -30,13 +30,13 @@ "@types/chalk": "2.2.0", "@types/express": "4.17.9", "@types/jest": "26.0.19", - "@types/node": "12.19.9", + "@types/node": "14.17.0", "@types/pino": "6.3.4", "@typescript-eslint/eslint-plugin": "4.9.1", "@typescript-eslint/parser": "4.9.1", "babel-eslint": "10.1.0", "eslint": "7.15.0", - "eslint-config-prettier": "6.15.0", + "eslint-config-prettier": "8.3.0", "graphql-request": "3.3.0", "jest": "26.6.3", "rimraf": "3.0.2", @@ -62,7 +62,7 @@ "graphql": "15.4.0", "mongodb": "3.6.3", "mongodb-memory-server": "6.9.2", - "yargs": "16.2.0" + "yargs": "17.0.1" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0" diff --git a/templates/package.json b/templates/package.json index 60d488bc39..959281de10 100644 --- a/templates/package.json +++ b/templates/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/aerogear/graphback#readme", "resolutions": { - "@types/react": "16.14.2" + "@types/react": "17.0.6" } } diff --git a/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile b/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile index 6d03533ab5..796f813c80 100644 --- a/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile +++ b/templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:16 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongo-apache-kafka-backend/package.json b/templates/ts-apollo-mongo-apache-kafka-backend/package.json index b59706a8a0..9e7b55d8d3 100644 --- a/templates/ts-apollo-mongo-apache-kafka-backend/package.json +++ b/templates/ts-apollo-mongo-apache-kafka-backend/package.json @@ -17,7 +17,7 @@ "@aerogear/graphql-kafka-subscriptions": "0.4.1", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "9.0.2", "express": "4.17.1", "graphback": "1.1.2", "graphql": "15.4.0", diff --git a/templates/ts-apollo-mongodb-backend/Dockerfile b/templates/ts-apollo-mongodb-backend/Dockerfile index 6d03533ab5..796f813c80 100644 --- a/templates/ts-apollo-mongodb-backend/Dockerfile +++ b/templates/ts-apollo-mongodb-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:16 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongodb-backend/package.json b/templates/ts-apollo-mongodb-backend/package.json index 84fc980c1b..c2ec88b27d 100644 --- a/templates/ts-apollo-mongodb-backend/package.json +++ b/templates/ts-apollo-mongodb-backend/package.json @@ -16,7 +16,7 @@ "@graphback/runtime-mongo": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "9.0.2", "express": "4.17.1", "graphback": "1.1.2", "graphql": "15.4.0", diff --git a/templates/ts-apollo-mongodb-datasync-backend/Dockerfile b/templates/ts-apollo-mongodb-datasync-backend/Dockerfile index 6d03533ab5..796f813c80 100644 --- a/templates/ts-apollo-mongodb-datasync-backend/Dockerfile +++ b/templates/ts-apollo-mongodb-datasync-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:16 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-mongodb-datasync-backend/package.json b/templates/ts-apollo-mongodb-datasync-backend/package.json index 8512228c50..ffd4402ad7 100644 --- a/templates/ts-apollo-mongodb-datasync-backend/package.json +++ b/templates/ts-apollo-mongodb-datasync-backend/package.json @@ -16,7 +16,7 @@ "@graphback/datasync": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "9.0.2", "express": "4.17.1", "graphback": "1.1.2", "graphql": "15.4.0", diff --git a/templates/ts-apollo-postgres-backend/Dockerfile b/templates/ts-apollo-postgres-backend/Dockerfile index 6d03533ab5..796f813c80 100644 --- a/templates/ts-apollo-postgres-backend/Dockerfile +++ b/templates/ts-apollo-postgres-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:16 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-apollo-postgres-backend/docker-compose.yml b/templates/ts-apollo-postgres-backend/docker-compose.yml index e4587c7d66..72af97c29d 100644 --- a/templates/ts-apollo-postgres-backend/docker-compose.yml +++ b/templates/ts-apollo-postgres-backend/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: postgres: - image: postgres:11.10 + image: postgres:13.3 ports: - "55432:5432" environment: diff --git a/templates/ts-apollo-postgres-backend/package.json b/templates/ts-apollo-postgres-backend/package.json index 62bfb205f6..8c70f90e25 100644 --- a/templates/ts-apollo-postgres-backend/package.json +++ b/templates/ts-apollo-postgres-backend/package.json @@ -16,7 +16,7 @@ "@graphback/runtime-knex": "1.1.2", "apollo-server-express": "2.19.0", "cors": "2.8.5", - "dotenv": "8.2.0", + "dotenv": "9.0.2", "express": "4.17.1", "graphback": "1.1.2", "graphql": "15.4.0", diff --git a/templates/ts-fastify-mongodb-backend/Dockerfile b/templates/ts-fastify-mongodb-backend/Dockerfile index 6d03533ab5..796f813c80 100644 --- a/templates/ts-fastify-mongodb-backend/Dockerfile +++ b/templates/ts-fastify-mongodb-backend/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - the build process -FROM node:10 as compile-server +FROM node:16 as compile-server WORKDIR /usr/src/app COPY . . RUN npm install diff --git a/templates/ts-fastify-mongodb-backend/package.json b/templates/ts-fastify-mongodb-backend/package.json index 406c7945bb..fe2b724e73 100644 --- a/templates/ts-fastify-mongodb-backend/package.json +++ b/templates/ts-fastify-mongodb-backend/package.json @@ -15,15 +15,15 @@ "dependencies": { "@graphback/runtime-mongo": "1.1.2", "@graphql-tools/schema": "7.1.2", - "dotenv": "8.2.0", + "dotenv": "9.0.2", "fastify": "3.9.2", - "fastify-cors": "4.1.0", + "fastify-cors": "6.0.1", "graphback": "1.1.2", "graphql": "15.4.0", "graphql-config": "3.2.0", "graphql-subscriptions": "1.1.0", "graphql-tag": "2.11.0", - "mercurius": "6.5.0", + "mercurius": "7.6.1", "mongodb": "3.6.3" }, "devDependencies": { diff --git a/templates/ts-react-apollo-client/package.json b/templates/ts-react-apollo-client/package.json index 779cd1e984..a391dc949c 100644 --- a/templates/ts-react-apollo-client/package.json +++ b/templates/ts-react-apollo-client/package.json @@ -20,7 +20,7 @@ "graphql": "15.4.0", "react": "17.0.1", "react-dom": "17.0.1", - "react-scripts": "3.4.4" + "react-scripts": "4.0.3" }, "scripts": { "start": "react-scripts start",