Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
mix.exs (mix)
react_ui/package.json (npm)
mix.Dockerfile (dockerfile)
ui.Dockerfile (dockerfile)
web.Dockerfile (dockerfile)
docker-compose.yml (docker-compose)
.gitlab-ci.yml (gitlabci-include)
Configuration Summary
Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Separate major versions of dependencies into individual branches/PRs
Do not separate patch and minor upgrades into separate PRs for the same dependency
Upgrade to unstable versions only if the existing version is unstable
Raise PRs immediately (after branch is created)
If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
Keep existing branches updated even when not scheduled
Disable automerging feature - wait for humans to merge all PRs
Ignore node_modules, bower_components, vendor and various test/tests directories
Autodetect whether to pin dependencies or maintain ranges
Rate limit PR creation to a maximum of two per hour
Limit to maximum 20 open PRs at any time
Group known monorepo packages together
Use curated list of recommended non-monorepo package groupings
:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.
What to Expect
With your current configuration, Renovate will create 57 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name: `renovate/pin-dependencies`
- Merge into: `saga`
- Pin [@apollo/client](https://togithub.com/apollographql/apollo-client) to `3.0.0-beta.41`
- Pin [@datadog/browser-rum](https://togithub.com/DataDog/browser-sdk) to `1.10.0`
- Pin [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1`
- Pin [@graphql-codegen/cli](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1`
- Pin [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1`
- Pin @tailwindcss/ui to `0.1.3`
- Pin [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) to `5.3.0`
- Pin [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `10.0.1`
- Pin [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `10.0.0`
- Pin [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `4.17.6`
- Pin [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.1.4`
- Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.31`
- Pin [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.26`
- Pin [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.5`
- Pin [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.0.15`
- Pin [@types/react-router-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.1.3`
- Pin [@types/yup](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.26.35`
- Pin [autoprefixer](https://togithub.com/postcss/autoprefixer) to `9.7.5`
- Pin [aws-amplify](https://togithub.com/aws-amplify/amplify-js) to `3.0.4`
- Pin [aws-amplify-react](https://togithub.com/aws-amplify/amplify-js) to `4.1.3`
- Pin [cypress](https://togithub.com/cypress-io/cypress) to `4.3.0`
- Pin [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `6.10.1`
- Pin [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `23.8.2`
- Pin [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.1.2`
- Pin [eslint-plugin-simple-import-sort](https://togithub.com/lydell/eslint-plugin-simple-import-sort) to `5.0.2`
- Pin [formik](https://togithub.com/formik/formik) to `2.1.4`
- Pin [graphql](https://togithub.com/graphql/graphql-js) to `14.6.0`
- Pin [history](https://togithub.com/ReactTraining/history) to `4.10.1`
- Pin [http-proxy-middleware](https://togithub.com/chimurai/http-proxy-middleware) to `1.0.3`
- Pin [i18next](https://togithub.com/i18next/i18next) to `19.3.4`
- Pin [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `4.0.2`
- Pin [i18next-http-backend](https://togithub.com/i18next/i18next-http-backend) to `1.0.3`
- Pin mutationobserver-shim to `0.3.5`
- Pin [postcss-cli](https://togithub.com/postcss/postcss-cli) to `7.1.0`
- Pin [prettier](https://togithub.com/prettier/prettier) to `2.0.2`
- Pin [react](https://togithub.com/facebook/react) to `16.13.1`
- Pin [react-dom](https://togithub.com/facebook/react) to `16.13.1`
- Pin [react-helmet](https://togithub.com/nfl/react-helmet) to `6.0.0`
- Pin [react-i18next](https://togithub.com/i18next/react-i18next) to `11.3.4`
- Pin [react-router-dom](https://togithub.com/ReactTraining/react-router) to `5.1.2`
- Pin [start-server-and-test](https://togithub.com/bahmutov/start-server-and-test) to `1.10.11`
- Pin [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `1.2.0`
- Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.8.3`
- Pin [uuid](https://togithub.com/uuidjs/uuid) to `7.0.3`
- Pin [yup](https://togithub.com/jquense/yup) to `0.28.3`
Update dependency @apollo/client to v3.2.0
- Schedule: ["at any time"]
- Branch name: `renovate/apollo-graphql-packages`
- Merge into: `saga`
- Upgrade [@apollo/client](https://togithub.com/apollographql/apollo-client) to `3.2.0`
Update dependency @datadog/browser-rum to v1.19.0
- Schedule: ["at any time"]
- Branch name: `renovate/datadog-browser-rum-1.x`
- Merge into: `saga`
- Upgrade [@datadog/browser-rum](https://togithub.com/DataDog/browser-sdk) to `1.19.0`
Update dependency @tailwindcss/ui to v0.6.1
- Schedule: ["at any time"]
- Branch name: `renovate/tailwindcss-ui-0.x`
- Merge into: `saga`
- Upgrade @tailwindcss/ui to `0.6.1`
Update dependency @testing-library/jest-dom to v5.11.4
- Schedule: ["at any time"]
- Branch name: `renovate/testing-library-jest-dom-5.x`
- Merge into: `saga`
- Upgrade [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) to `5.11.4`
Update dependency @testing-library/react to v10.4.9
- Schedule: ["at any time"]
- Branch name: `renovate/testing-library-react-10.x`
- Merge into: `saga`
- Upgrade [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `10.4.9`
Update dependency @testing-library/user-event to v10.4.1
- Schedule: ["at any time"]
- Branch name: `renovate/testing-library-user-event-10.x`
- Merge into: `saga`
- Upgrade [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `10.4.1`
Update dependency @types/express to v4.17.8
- Schedule: ["at any time"]
- Branch name: `renovate/express-4.x`
- Merge into: `saga`
- Upgrade [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `4.17.8`
Update dependency @types/jest to v25.2.3
- Schedule: ["at any time"]
- Branch name: `renovate/jest-25.x`
- Merge into: `saga`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.2.3`
Update dependency @types/node to v12.12.58
- Schedule: ["at any time"]
- Branch name: `renovate/node-12.x`
- Merge into: `saga`
- Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.58`
Update dependency @types/react to v16.9.49
- Schedule: ["at any time"]
- Branch name: `renovate/react-16.x`
- Merge into: `saga`
- Upgrade [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.49`
Update dependency @types/react-dom to v16.9.8
- Schedule: ["at any time"]
- Branch name: `renovate/react-dom-16.x`
- Merge into: `saga`
- Upgrade [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.8`
Update dependency @types/react-helmet to v5.0.16
- Schedule: ["at any time"]
- Branch name: `renovate/react-helmet-5.x`
- Merge into: `saga`
- Upgrade [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.0.16`
Update dependency @types/react-router-dom to v5.1.5
- Schedule: ["at any time"]
- Branch name: `renovate/react-router-dom-5.x`
- Merge into: `saga`
- Upgrade [@types/react-router-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.1.5`
Update dependency autoprefixer to v9.8.6
- Schedule: ["at any time"]
- Branch name: `renovate/autoprefixer-9.x`
- Merge into: `saga`
- Upgrade [autoprefixer](https://togithub.com/postcss/autoprefixer) to `9.8.6`
Update dependency aws-amplify to v3.2.0
- Schedule: ["at any time"]
- Branch name: `renovate/aws-amplify-3.x`
- Merge into: `saga`
- Upgrade [aws-amplify](https://togithub.com/aws-amplify/amplify-js) to `3.2.0`
Update dependency aws-amplify-react to v4.2.3
- Schedule: ["at any time"]
- Branch name: `renovate/aws-amplify-react-4.x`
- Merge into: `saga`
- Upgrade [aws-amplify-react](https://togithub.com/aws-amplify/amplify-js) to `4.2.3`
Update dependency cypress to v4.12.1
- Schedule: ["at any time"]
- Branch name: `renovate/cypress-4.x`
- Merge into: `saga`
- Upgrade [cypress](https://togithub.com/cypress-io/cypress) to `4.12.1`
Update dependency eslint-config-prettier to v6.11.0
- Schedule: ["at any time"]
- Branch name: `renovate/eslint-config-prettier-6.x`
- Merge into: `saga`
- Upgrade [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `6.11.0`
Update dependency eslint-plugin-jest to v23.20.0
- Schedule: ["at any time"]
- Branch name: `renovate/eslint-plugin-jest-23.x`
- Merge into: `saga`
- Upgrade [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `23.20.0`
Update dependency eslint-plugin-prettier to v3.1.4
- Schedule: ["at any time"]
- Branch name: `renovate/eslint-plugin-prettier-3.x`
- Merge into: `saga`
- Upgrade [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.1.4`
Update dependency eslint-plugin-simple-import-sort to v5.0.3
- Schedule: ["at any time"]
- Branch name: `renovate/eslint-plugin-simple-import-sort-5.x`
- Merge into: `saga`
- Upgrade [eslint-plugin-simple-import-sort](https://togithub.com/lydell/eslint-plugin-simple-import-sort) to `5.0.3`
Update dependency formik to v2.1.5
- Schedule: ["at any time"]
- Branch name: `renovate/formik-2.x`
- Merge into: `saga`
- Upgrade [formik](https://togithub.com/formik/formik) to `2.1.5`
Update dependency graphql to v14.7.0
- Schedule: ["at any time"]
- Branch name: `renovate/graphql-14.x`
- Merge into: `saga`
- Upgrade [graphql](https://togithub.com/graphql/graphql-js) to `14.7.0`
Update dependency http-proxy-middleware to v1.0.5
- Schedule: ["at any time"]
- Branch name: `renovate/http-proxy-middleware-1.x`
- Merge into: `saga`
- Upgrade [http-proxy-middleware](https://togithub.com/chimurai/http-proxy-middleware) to `1.0.5`
Update dependency i18next to v19.7.0
- Schedule: ["at any time"]
- Branch name: `renovate/i18next-19.x`
- Merge into: `saga`
- Upgrade [i18next](https://togithub.com/i18next/i18next) to `19.7.0`
Update dependency i18next-browser-languagedetector to v4.3.1
- Schedule: ["at any time"]
- Branch name: `renovate/i18next-browser-languagedetector-4.x`
- Merge into: `saga`
- Upgrade [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `4.3.1`
Update dependency i18next-http-backend to v1.0.20
- Schedule: ["at any time"]
- Branch name: `renovate/i18next-http-backend-1.x`
- Merge into: `saga`
- Upgrade [i18next-http-backend](https://togithub.com/i18next/i18next-http-backend) to `1.0.20`
Update dependency mutationobserver-shim to v0.3.7
- Schedule: ["at any time"]
- Branch name: `renovate/mutationobserver-shim-0.x`
- Merge into: `saga`
- Upgrade mutationobserver-shim to `0.3.7`
Update dependency phoenix_live_dashboard to ~> 0.2
- Schedule: ["at any time"]
- Branch name: `renovate/phoenix_live_dashboard-0.x`
- Merge into: `saga`
- Upgrade phoenix_live_dashboard to `~> 0.2`
Update dependency postcss-cli to v7.1.2
- Schedule: ["at any time"]
- Branch name: `renovate/postcss-cli-7.x`
- Merge into: `saga`
- Upgrade [postcss-cli](https://togithub.com/postcss/postcss-cli) to `7.1.2`
Update dependency prettier to v2.1.1
- Schedule: ["at any time"]
- Branch name: `renovate/prettier-2.x`
- Merge into: `saga`
- Upgrade [prettier](https://togithub.com/prettier/prettier) to `2.1.1`
Update dependency react-helmet to v6.1.0
- Schedule: ["at any time"]
- Branch name: `renovate/react-helmet-6.x`
- Merge into: `saga`
- Upgrade [react-helmet](https://togithub.com/nfl/react-helmet) to `6.1.0`
- Upgrade [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `6.1.0`
Update dependency react-i18next to v11.7.2
- Schedule: ["at any time"]
- Branch name: `renovate/react-i18next-11.x`
- Merge into: `saga`
- Upgrade [react-i18next](https://togithub.com/i18next/react-i18next) to `11.7.2`
Update dependency react-router-dom to v5.2.0
- Schedule: ["at any time"]
- Branch name: `renovate/reactrouter-monorepo`
- Merge into: `saga`
- Upgrade [react-router-dom](https://togithub.com/ReactTraining/react-router) to `5.2.0`
Update dependency react-scripts to v3.4.3
- Schedule: ["at any time"]
- Branch name: `renovate/react-scripts-3.x`
- Merge into: `saga`
- Upgrade [react-scripts](https://togithub.com/facebook/create-react-app) to `3.4.3`
Update dependency start-server-and-test to v1.11.3
- Schedule: ["at any time"]
- Branch name: `renovate/start-server-and-test-1.x`
- Merge into: `saga`
- Upgrade [start-server-and-test](https://togithub.com/bahmutov/start-server-and-test) to `1.11.3`
Update dependency tailwindcss to v1.8.10
- Schedule: ["at any time"]
- Branch name: `renovate/tailwindcss-1.x`
- Merge into: `saga`
- Upgrade [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `1.8.10`
Update dependency telemetry_metrics to ~> 0.5
- Schedule: ["at any time"]
- Branch name: `renovate/telemetry_metrics-0.x`
- Merge into: `saga`
- Upgrade telemetry_metrics to `~> 0.5`
Update dependency telemetry_poller to ~> 0.5
- Schedule: ["at any time"]
- Branch name: `renovate/telemetry_poller-0.x`
- Merge into: `saga`
- Upgrade [telemetry_poller](https://togithub.com/beam-telemetry/telemetry_poller) to `~> 0.5`
Update dependency typescript to v3.9.7
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-3.x`
- Merge into: `saga`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.9.7`
Update dependency yup to v0.29.3
- Schedule: ["at any time"]
- Branch name: `renovate/yup-0.x`
- Merge into: `saga`
- Upgrade [yup](https://togithub.com/jquense/yup) to `0.29.3`
- Upgrade [@types/yup](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.29.7`
Update elixir Docker tag to v1.10.4
- Schedule: ["at any time"]
- Branch name: `renovate/docker-elixir-1.x`
- Merge into: `saga`
- Upgrade elixir to `1.10.4`
- Upgrade elixir to `1.10.4-slim`
Update graphqlcodegenerator monorepo
- Schedule: ["at any time"]
- Branch name: `renovate/graphqlcodegenerator-monorepo`
- Merge into: `saga`
- Upgrade [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.7`
- Upgrade [@graphql-codegen/cli](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.8`
- Upgrade [@graphql-codegen/typescript](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.9`
- Upgrade [@graphql-codegen/typescript-operations](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.8`
- Upgrade [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.7`
Update nginx Docker tag to v1.19.2
- Schedule: ["at any time"]
- Branch name: `renovate/docker-nginx-1.x`
- Merge into: `saga`
- Upgrade nginx to `1.19.2-alpine`
Update node Docker tag to v13.14.0
- Schedule: ["at any time"]
- Branch name: `renovate/docker-node-13.x`
- Merge into: `saga`
- Upgrade [node](https://togithub.com/nodejs/node) to `13.14.0`
Update dependency @testing-library/react to v11
- Schedule: ["at any time"]
- Branch name: `renovate/testing-library-react-11.x`
- Merge into: `saga`
- Upgrade [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `11.0.4`
Update dependency @testing-library/user-event to v12
- Schedule: ["at any time"]
- Branch name: `renovate/testing-library-user-event-12.x`
- Merge into: `saga`
- Upgrade [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `12.1.5`
Update dependency @types/jest to v26
- Schedule: ["at any time"]
- Branch name: `renovate/jest-26.x`
- Merge into: `saga`
- Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `26.0.13`
Update dependency cypress to v5
- Schedule: ["at any time"]
- Branch name: `renovate/cypress-5.x`
- Merge into: `saga`
- Upgrade [cypress](https://togithub.com/cypress-io/cypress) to `5.1.0`
Update dependency eslint-plugin-jest to v24
- Schedule: ["at any time"]
- Branch name: `renovate/eslint-plugin-jest-24.x`
- Merge into: `saga`
- Upgrade [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `24.0.1`
Update dependency graphql to v15
- Schedule: ["at any time"]
- Branch name: `renovate/graphql-15.x`
- Merge into: `saga`
- Upgrade [graphql](https://togithub.com/graphql/graphql-js) to `15.3.0`
Update dependency history to v5
- Schedule: ["at any time"]
- Branch name: `renovate/history-5.x`
- Merge into: `saga`
- Upgrade [history](https://togithub.com/ReactTraining/history) to `5.0.0`
Update dependency i18next-browser-languagedetector to v6
- Schedule: ["at any time"]
- Branch name: `renovate/i18next-browser-languagedetector-6.x`
- Merge into: `saga`
- Upgrade [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `6.0.1`
Update dependency typescript to v4
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-4.x`
- Merge into: `saga`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `4.0.2`
Update dependency uuid to v8
- Schedule: ["at any time"]
- Branch name: `renovate/uuid-8.x`
- Merge into: `saga`
- Upgrade [uuid](https://togithub.com/uuidjs/uuid) to `8.3.0`
Update graphqlcodegenerator monorepo (major)
- Schedule: ["at any time"]
- Branch name: `renovate/major-graphqlcodegenerator-monorepo`
- Merge into: `saga`
- Upgrade [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `2.0.1`
- Upgrade [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `2.0.6`
:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.
:question: Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
Renovate is disabled due to lack of config. If you wish to reenable it, you can either (a) commit a config file to your base branch, or (b) rename this closed PR to trigger a replacement onboarding PR.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
mix.exs
(mix)react_ui/package.json
(npm)mix.Dockerfile
(dockerfile)ui.Dockerfile
(dockerfile)web.Dockerfile
(dockerfile)docker-compose.yml
(docker-compose).gitlab-ci.yml
(gitlabci-include)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all othersnode_modules
,bower_components
,vendor
and various test/tests directories:abcd: Would you like to change the way Renovate is upgrading your dependencies? Simply edit the
renovate.json
in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.What to Expect
With your current configuration, Renovate will create 57 Pull Requests:
Pin dependencies
- Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `saga` - Pin [@apollo/client](https://togithub.com/apollographql/apollo-client) to `3.0.0-beta.41` - Pin [@datadog/browser-rum](https://togithub.com/DataDog/browser-sdk) to `1.10.0` - Pin [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1` - Pin [@graphql-codegen/cli](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1` - Pin [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `1.13.1` - Pin @tailwindcss/ui to `0.1.3` - Pin [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) to `5.3.0` - Pin [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `10.0.1` - Pin [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `10.0.0` - Pin [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `4.17.6` - Pin [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.1.4` - Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.31` - Pin [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.26` - Pin [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.5` - Pin [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.0.15` - Pin [@types/react-router-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.1.3` - Pin [@types/yup](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.26.35` - Pin [autoprefixer](https://togithub.com/postcss/autoprefixer) to `9.7.5` - Pin [aws-amplify](https://togithub.com/aws-amplify/amplify-js) to `3.0.4` - Pin [aws-amplify-react](https://togithub.com/aws-amplify/amplify-js) to `4.1.3` - Pin [cypress](https://togithub.com/cypress-io/cypress) to `4.3.0` - Pin [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `6.10.1` - Pin [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `23.8.2` - Pin [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.1.2` - Pin [eslint-plugin-simple-import-sort](https://togithub.com/lydell/eslint-plugin-simple-import-sort) to `5.0.2` - Pin [formik](https://togithub.com/formik/formik) to `2.1.4` - Pin [graphql](https://togithub.com/graphql/graphql-js) to `14.6.0` - Pin [history](https://togithub.com/ReactTraining/history) to `4.10.1` - Pin [http-proxy-middleware](https://togithub.com/chimurai/http-proxy-middleware) to `1.0.3` - Pin [i18next](https://togithub.com/i18next/i18next) to `19.3.4` - Pin [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `4.0.2` - Pin [i18next-http-backend](https://togithub.com/i18next/i18next-http-backend) to `1.0.3` - Pin mutationobserver-shim to `0.3.5` - Pin [postcss-cli](https://togithub.com/postcss/postcss-cli) to `7.1.0` - Pin [prettier](https://togithub.com/prettier/prettier) to `2.0.2` - Pin [react](https://togithub.com/facebook/react) to `16.13.1` - Pin [react-dom](https://togithub.com/facebook/react) to `16.13.1` - Pin [react-helmet](https://togithub.com/nfl/react-helmet) to `6.0.0` - Pin [react-i18next](https://togithub.com/i18next/react-i18next) to `11.3.4` - Pin [react-router-dom](https://togithub.com/ReactTraining/react-router) to `5.1.2` - Pin [start-server-and-test](https://togithub.com/bahmutov/start-server-and-test) to `1.10.11` - Pin [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `1.2.0` - Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `3.8.3` - Pin [uuid](https://togithub.com/uuidjs/uuid) to `7.0.3` - Pin [yup](https://togithub.com/jquense/yup) to `0.28.3`Update dependency @apollo/client to v3.2.0
- Schedule: ["at any time"] - Branch name: `renovate/apollo-graphql-packages` - Merge into: `saga` - Upgrade [@apollo/client](https://togithub.com/apollographql/apollo-client) to `3.2.0`Update dependency @datadog/browser-rum to v1.19.0
- Schedule: ["at any time"] - Branch name: `renovate/datadog-browser-rum-1.x` - Merge into: `saga` - Upgrade [@datadog/browser-rum](https://togithub.com/DataDog/browser-sdk) to `1.19.0`Update dependency @tailwindcss/ui to v0.6.1
- Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-ui-0.x` - Merge into: `saga` - Upgrade @tailwindcss/ui to `0.6.1`Update dependency @testing-library/jest-dom to v5.11.4
- Schedule: ["at any time"] - Branch name: `renovate/testing-library-jest-dom-5.x` - Merge into: `saga` - Upgrade [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) to `5.11.4`Update dependency @testing-library/react to v10.4.9
- Schedule: ["at any time"] - Branch name: `renovate/testing-library-react-10.x` - Merge into: `saga` - Upgrade [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `10.4.9`Update dependency @testing-library/user-event to v10.4.1
- Schedule: ["at any time"] - Branch name: `renovate/testing-library-user-event-10.x` - Merge into: `saga` - Upgrade [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `10.4.1`Update dependency @types/express to v4.17.8
- Schedule: ["at any time"] - Branch name: `renovate/express-4.x` - Merge into: `saga` - Upgrade [@types/express](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `4.17.8`Update dependency @types/jest to v25.2.3
- Schedule: ["at any time"] - Branch name: `renovate/jest-25.x` - Merge into: `saga` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `25.2.3`Update dependency @types/node to v12.12.58
- Schedule: ["at any time"] - Branch name: `renovate/node-12.x` - Merge into: `saga` - Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `12.12.58`Update dependency @types/react to v16.9.49
- Schedule: ["at any time"] - Branch name: `renovate/react-16.x` - Merge into: `saga` - Upgrade [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.49`Update dependency @types/react-dom to v16.9.8
- Schedule: ["at any time"] - Branch name: `renovate/react-dom-16.x` - Merge into: `saga` - Upgrade [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `16.9.8`Update dependency @types/react-helmet to v5.0.16
- Schedule: ["at any time"] - Branch name: `renovate/react-helmet-5.x` - Merge into: `saga` - Upgrade [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.0.16`Update dependency @types/react-router-dom to v5.1.5
- Schedule: ["at any time"] - Branch name: `renovate/react-router-dom-5.x` - Merge into: `saga` - Upgrade [@types/react-router-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `5.1.5`Update dependency autoprefixer to v9.8.6
- Schedule: ["at any time"] - Branch name: `renovate/autoprefixer-9.x` - Merge into: `saga` - Upgrade [autoprefixer](https://togithub.com/postcss/autoprefixer) to `9.8.6`Update dependency aws-amplify to v3.2.0
- Schedule: ["at any time"] - Branch name: `renovate/aws-amplify-3.x` - Merge into: `saga` - Upgrade [aws-amplify](https://togithub.com/aws-amplify/amplify-js) to `3.2.0`Update dependency aws-amplify-react to v4.2.3
- Schedule: ["at any time"] - Branch name: `renovate/aws-amplify-react-4.x` - Merge into: `saga` - Upgrade [aws-amplify-react](https://togithub.com/aws-amplify/amplify-js) to `4.2.3`Update dependency cypress to v4.12.1
- Schedule: ["at any time"] - Branch name: `renovate/cypress-4.x` - Merge into: `saga` - Upgrade [cypress](https://togithub.com/cypress-io/cypress) to `4.12.1`Update dependency eslint-config-prettier to v6.11.0
- Schedule: ["at any time"] - Branch name: `renovate/eslint-config-prettier-6.x` - Merge into: `saga` - Upgrade [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `6.11.0`Update dependency eslint-plugin-jest to v23.20.0
- Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-jest-23.x` - Merge into: `saga` - Upgrade [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `23.20.0`Update dependency eslint-plugin-prettier to v3.1.4
- Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-prettier-3.x` - Merge into: `saga` - Upgrade [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.1.4`Update dependency eslint-plugin-simple-import-sort to v5.0.3
- Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-simple-import-sort-5.x` - Merge into: `saga` - Upgrade [eslint-plugin-simple-import-sort](https://togithub.com/lydell/eslint-plugin-simple-import-sort) to `5.0.3`Update dependency formik to v2.1.5
- Schedule: ["at any time"] - Branch name: `renovate/formik-2.x` - Merge into: `saga` - Upgrade [formik](https://togithub.com/formik/formik) to `2.1.5`Update dependency graphql to v14.7.0
- Schedule: ["at any time"] - Branch name: `renovate/graphql-14.x` - Merge into: `saga` - Upgrade [graphql](https://togithub.com/graphql/graphql-js) to `14.7.0`Update dependency http-proxy-middleware to v1.0.5
- Schedule: ["at any time"] - Branch name: `renovate/http-proxy-middleware-1.x` - Merge into: `saga` - Upgrade [http-proxy-middleware](https://togithub.com/chimurai/http-proxy-middleware) to `1.0.5`Update dependency i18next to v19.7.0
- Schedule: ["at any time"] - Branch name: `renovate/i18next-19.x` - Merge into: `saga` - Upgrade [i18next](https://togithub.com/i18next/i18next) to `19.7.0`Update dependency i18next-browser-languagedetector to v4.3.1
- Schedule: ["at any time"] - Branch name: `renovate/i18next-browser-languagedetector-4.x` - Merge into: `saga` - Upgrade [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `4.3.1`Update dependency i18next-http-backend to v1.0.20
- Schedule: ["at any time"] - Branch name: `renovate/i18next-http-backend-1.x` - Merge into: `saga` - Upgrade [i18next-http-backend](https://togithub.com/i18next/i18next-http-backend) to `1.0.20`Update dependency mutationobserver-shim to v0.3.7
- Schedule: ["at any time"] - Branch name: `renovate/mutationobserver-shim-0.x` - Merge into: `saga` - Upgrade mutationobserver-shim to `0.3.7`Update dependency phoenix_live_dashboard to ~> 0.2
- Schedule: ["at any time"] - Branch name: `renovate/phoenix_live_dashboard-0.x` - Merge into: `saga` - Upgrade phoenix_live_dashboard to `~> 0.2`Update dependency postcss-cli to v7.1.2
- Schedule: ["at any time"] - Branch name: `renovate/postcss-cli-7.x` - Merge into: `saga` - Upgrade [postcss-cli](https://togithub.com/postcss/postcss-cli) to `7.1.2`Update dependency prettier to v2.1.1
- Schedule: ["at any time"] - Branch name: `renovate/prettier-2.x` - Merge into: `saga` - Upgrade [prettier](https://togithub.com/prettier/prettier) to `2.1.1`Update dependency react-helmet to v6.1.0
- Schedule: ["at any time"] - Branch name: `renovate/react-helmet-6.x` - Merge into: `saga` - Upgrade [react-helmet](https://togithub.com/nfl/react-helmet) to `6.1.0` - Upgrade [@types/react-helmet](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `6.1.0`Update dependency react-i18next to v11.7.2
- Schedule: ["at any time"] - Branch name: `renovate/react-i18next-11.x` - Merge into: `saga` - Upgrade [react-i18next](https://togithub.com/i18next/react-i18next) to `11.7.2`Update dependency react-router-dom to v5.2.0
- Schedule: ["at any time"] - Branch name: `renovate/reactrouter-monorepo` - Merge into: `saga` - Upgrade [react-router-dom](https://togithub.com/ReactTraining/react-router) to `5.2.0`Update dependency react-scripts to v3.4.3
- Schedule: ["at any time"] - Branch name: `renovate/react-scripts-3.x` - Merge into: `saga` - Upgrade [react-scripts](https://togithub.com/facebook/create-react-app) to `3.4.3`Update dependency start-server-and-test to v1.11.3
- Schedule: ["at any time"] - Branch name: `renovate/start-server-and-test-1.x` - Merge into: `saga` - Upgrade [start-server-and-test](https://togithub.com/bahmutov/start-server-and-test) to `1.11.3`Update dependency tailwindcss to v1.8.10
- Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-1.x` - Merge into: `saga` - Upgrade [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `1.8.10`Update dependency telemetry_metrics to ~> 0.5
- Schedule: ["at any time"] - Branch name: `renovate/telemetry_metrics-0.x` - Merge into: `saga` - Upgrade telemetry_metrics to `~> 0.5`Update dependency telemetry_poller to ~> 0.5
- Schedule: ["at any time"] - Branch name: `renovate/telemetry_poller-0.x` - Merge into: `saga` - Upgrade [telemetry_poller](https://togithub.com/beam-telemetry/telemetry_poller) to `~> 0.5`Update dependency typescript to v3.9.7
- Schedule: ["at any time"] - Branch name: `renovate/typescript-3.x` - Merge into: `saga` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `3.9.7`Update dependency yup to v0.29.3
- Schedule: ["at any time"] - Branch name: `renovate/yup-0.x` - Merge into: `saga` - Upgrade [yup](https://togithub.com/jquense/yup) to `0.29.3` - Upgrade [@types/yup](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `0.29.7`Update elixir Docker tag to v1.10.4
- Schedule: ["at any time"] - Branch name: `renovate/docker-elixir-1.x` - Merge into: `saga` - Upgrade elixir to `1.10.4` - Upgrade elixir to `1.10.4-slim`Update graphqlcodegenerator monorepo
- Schedule: ["at any time"] - Branch name: `renovate/graphqlcodegenerator-monorepo` - Merge into: `saga` - Upgrade [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.7` - Upgrade [@graphql-codegen/cli](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.8` - Upgrade [@graphql-codegen/typescript](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.9` - Upgrade [@graphql-codegen/typescript-operations](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.8` - Upgrade [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `1.17.7`Update nginx Docker tag to v1.19.2
- Schedule: ["at any time"] - Branch name: `renovate/docker-nginx-1.x` - Merge into: `saga` - Upgrade nginx to `1.19.2-alpine`Update node Docker tag to v13.14.0
- Schedule: ["at any time"] - Branch name: `renovate/docker-node-13.x` - Merge into: `saga` - Upgrade [node](https://togithub.com/nodejs/node) to `13.14.0`Update dependency @testing-library/react to v11
- Schedule: ["at any time"] - Branch name: `renovate/testing-library-react-11.x` - Merge into: `saga` - Upgrade [@testing-library/react](https://togithub.com/testing-library/react-testing-library) to `11.0.4`Update dependency @testing-library/user-event to v12
- Schedule: ["at any time"] - Branch name: `renovate/testing-library-user-event-12.x` - Merge into: `saga` - Upgrade [@testing-library/user-event](https://togithub.com/testing-library/user-event) to `12.1.5`Update dependency @types/jest to v26
- Schedule: ["at any time"] - Branch name: `renovate/jest-26.x` - Merge into: `saga` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `26.0.13`Update dependency cypress to v5
- Schedule: ["at any time"] - Branch name: `renovate/cypress-5.x` - Merge into: `saga` - Upgrade [cypress](https://togithub.com/cypress-io/cypress) to `5.1.0`Update dependency eslint-plugin-jest to v24
- Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-jest-24.x` - Merge into: `saga` - Upgrade [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `24.0.1`Update dependency graphql to v15
- Schedule: ["at any time"] - Branch name: `renovate/graphql-15.x` - Merge into: `saga` - Upgrade [graphql](https://togithub.com/graphql/graphql-js) to `15.3.0`Update dependency history to v5
- Schedule: ["at any time"] - Branch name: `renovate/history-5.x` - Merge into: `saga` - Upgrade [history](https://togithub.com/ReactTraining/history) to `5.0.0`Update dependency i18next-browser-languagedetector to v6
- Schedule: ["at any time"] - Branch name: `renovate/i18next-browser-languagedetector-6.x` - Merge into: `saga` - Upgrade [i18next-browser-languagedetector](https://togithub.com/i18next/i18next-browser-languageDetector) to `6.0.1`Update dependency typescript to v4
- Schedule: ["at any time"] - Branch name: `renovate/typescript-4.x` - Merge into: `saga` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `4.0.2`Update dependency uuid to v8
- Schedule: ["at any time"] - Branch name: `renovate/uuid-8.x` - Merge into: `saga` - Upgrade [uuid](https://togithub.com/uuidjs/uuid) to `8.3.0`Update graphqlcodegenerator monorepo (major)
- Schedule: ["at any time"] - Branch name: `renovate/major-graphqlcodegenerator-monorepo` - Merge into: `saga` - Upgrade [@graphql-codegen/add](https://togithub.com/dotansimha/graphql-code-generator) to `2.0.1` - Upgrade [@graphql-codegen/typescript-react-apollo](https://togithub.com/dotansimha/graphql-code-generator) to `2.0.6`:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for
prhourlylimit
for details.:question: Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by WhiteSource Renovate. View repository job log here.