Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent d65e012 commit cb279c5
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 434 deletions.
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:10.19-alpine
- image: postgres:10.23-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -107,7 +107,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:11.14-alpine
- image: postgres:11.22-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -121,7 +121,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:12.9-alpine
- image: postgres:12.18-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -135,7 +135,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.5-alpine
- image: postgres:13.14-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -149,7 +149,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v20.2.18
- image: cockroachdb/cockroach:v20.2.19
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -215,7 +215,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v21.2.3
- image: cockroachdb/cockroach:v21.2.17
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -225,10 +225,10 @@ jobs:
command: npm run migrate up -- -m test/cockroach --no-lock && npm run migrate down 0 -- -m test/cockroach --no-lock --timestamps
test-node-12:
docker:
- image: circleci/node:12.20.0
- image: circleci/node:12.22.7
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -242,7 +242,7 @@ jobs:
- image: circleci/node:14
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -256,7 +256,7 @@ jobs:
- image: circleci/node:16
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -270,7 +270,7 @@ jobs:
- image: circleci/node:17
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:13.5-alpine
- image: postgres:13.14-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -282,7 +282,7 @@ jobs:
test-config:
docker:
- <<: *node-image
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -309,7 +309,7 @@ jobs:
test-dotenv:
docker:
- <<: *node-image
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -327,7 +327,7 @@ jobs:
test-dotenv-expand:
docker:
- <<: *node-image
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -351,7 +351,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:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'\|\\
Expand All @@ -363,7 +363,7 @@ jobs:
test-password-2:
docker:
- <<: *node-image
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
- PGUSER=ubuntu
- PGPASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
- PGDATABASE=circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=123456abcdefghABCDEFGH~\`\!@#$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'?\|/\\
Expand All @@ -410,7 +410,7 @@ jobs:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
# used in tests
- SCHEMA=myschema
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -428,7 +428,7 @@ jobs:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
# used in tests
- SCHEMA=myschema
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -444,7 +444,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -460,7 +460,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -476,7 +476,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand All @@ -492,7 +492,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgres://ubuntu:ubuntu@localhost:5432/circle_test
- image: postgres:14.1-alpine
- image: postgres:14.11-alpine
environment:
- POSTGRES_USER=ubuntu
- POSTGRES_PASSWORD=ubuntu
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
save=true
save-exact=true

52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,45 +48,45 @@
"@types/pg": "^8.0.0",
"decamelize": "^5.0.0",
"mkdirp": "~1.0.0",
"yargs": "~17.3.0"
"yargs": "~17.7.0"
},
"devDependencies": {
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/chai": "4.3.12",
"@types/chai-as-promised": "7.1.8",
"@types/mkdirp": "1.0.2",
"@types/mocha": "9.0.0",
"@types/node": "14.14.9",
"@types/proxyquire": "1.3.28",
"@types/sinon": "10.0.6",
"@types/sinon-chai": "3.2.6",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"chai": "4.3.4",
"@types/mocha": "9.1.1",
"@types/node": "14.18.63",
"@types/proxyquire": "1.3.31",
"@types/sinon": "10.0.20",
"@types/sinon-chai": "3.2.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"config": "3.3.6",
"config": "3.3.11",
"cross-env": "7.0.3",
"docsify-cli": "4.4.3",
"dotenv": "16.0.1",
"docsify-cli": "4.4.4",
"dotenv": "16.4.5",
"dotenv-expand": "8.0.3",
"eslint": "8.4.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-security": "1.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-security": "1.7.1",
"husky": "7.0.4",
"json5": "2.2.0",
"lint-staged": "12.1.2",
"mocha": "9.1.3",
"pg": "8.7.1",
"prettier": "2.5.1",
"lint-staged": "12.5.0",
"mocha": "9.2.2",
"pg": "8.11.3",
"prettier": "2.8.8",
"proxyquire": "2.1.3",
"rimraf": "3.0.2",
"sinon": "12.0.1",
"sinon-chai": "3.7.0",
"ts-node": "10.4.0",
"typescript": "4.5.4"
"ts-node": "10.9.2",
"typescript": "4.9.5"
},
"peerDependencies": {
"pg": ">=4.3.0 <9.0.0"
Expand Down
Loading

0 comments on commit cb279c5

Please sign in to comment.