Skip to content

Commit

Permalink
Update all non-major dependencies (#763)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* Run prettier

* Fix lint issues

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
  • Loading branch information
3 people committed May 25, 2021
1 parent d8c5525 commit c2e3cac
Show file tree
Hide file tree
Showing 10 changed files with 675 additions and 237 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:10.16-alpine
- image: postgres:10.17-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -106,7 +106,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:11.11-alpine
- image: postgres:11.12-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -120,7 +120,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:12.6-alpine
- image: postgres:12.7-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -134,7 +134,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v20.2.5
- image: cockroachdb/cockroach:v20.2.10
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -200,7 +200,7 @@ jobs:
- image: circleci/node:10
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -214,7 +214,7 @@ jobs:
- image: circleci/node:12
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -226,7 +226,7 @@ jobs:
test-config:
docker:
- <<: *node-image
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -253,7 +253,7 @@ jobs:
test-dotenv:
docker:
- <<: *node-image
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -271,7 +271,7 @@ jobs:
test-dotenv-expand:
docker:
- <<: *node-image
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -295,7 +295,7 @@ jobs:
environment:
# can't use characters @#?/ in password - they have special meaning in url
- DATABASE_URL=postgres://ubuntu:123456abcdefghABCDEFGH~\`\!$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'\|\\@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'\|\\
Expand All @@ -307,7 +307,7 @@ jobs:
test-password-2:
docker:
- <<: *node-image
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
- PGUSER=ubuntu
- PGPASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
- PGDATABASE=circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
Expand All @@ -354,7 +354,7 @@ jobs:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
# used in tests
- SCHEMA=myschema
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -372,7 +372,7 @@ jobs:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
# used in tests
- SCHEMA=myschema
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -388,7 +388,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -404,7 +404,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -420,7 +420,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.2-alpine
- image: postgres:13.3-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
'security/detect-object-injection': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'import/extensions': ['error', 'never'],
'import/extensions': ['error', 'never', { json: 'always' }],
},
overrides: [
{
Expand Down

0 comments on commit c2e3cac

Please sign in to comment.