Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 10, 2024
1 parent 23f0530 commit 8513061
Show file tree
Hide file tree
Showing 10 changed files with 6,598 additions and 3,909 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -110,10 +110,10 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
uses: supercharge/mongodb-github-action@v1.10.0
with:
mongodb-version: 6.0
mongodb-replica-set: rs0
Expand All @@ -124,12 +124,12 @@ jobs:
# PGPASSWORD=${{ env.DB_TEST_MAIN_PASSWORD }} psql -U ${{ env.DB_TEST_MAIN_USERNAME }} -d postgres -tc "SELECT 1 FROM pg_database WHERE datname = '${{ env.DB_TEST_MAIN_DATABASE }}'" | grep -q 1 || psql -h ${{ env.DB_TEST_APP_API_DB_MAIN_HOST }} -p ${{env.DB_TEST_APP_API_DB_MAIN_PORT}} -U ${{ env.DB_TEST_MAIN_USERNAME }} -d postgres -c 'CREATE DATABASE ${{ env.DB_TEST_MAIN_DATABASE }};'

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -215,15 +215,15 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
38 changes: 19 additions & 19 deletions apps/ourvoice-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
},
"dependencies": {
"@tsconfig/node18": "^2.0.1",
"pinia": "^2.1.4",
"supertokens-web-js": "^0.6.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"pinia": "^2.1.7",
"supertokens-web-js": "^0.9.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@rushstack/eslint-patch": "^1.7.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.19.22",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.18",
"cypress": "^12.17.4",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.1",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.2"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.27"
}
}
50 changes: 25 additions & 25 deletions apps/ourvoice-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@apollo/server": "^4.7.5",
"@aws-sdk/client-s3": "^3.360.0",
"@aws-sdk/s3-request-presigner": "^3.360.0",
"@golevelup/ts-jest": "^0.3.7",
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/s3-request-presigner": "^3.529.1",
"@golevelup/ts-jest": "^0.4.0",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^2.3.4",
Expand All @@ -47,45 +47,45 @@
"@nestjs/platform-express": "^9.4.3",
"@nestjs/schedule": "^2.2.3",
"@nestjs/swagger": "^6.3.0",
"@prisma/client": "^4.16.1",
"@prisma/client": "^4.16.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"crypto-js": "^4.1.1",
"dataloader": "^2.2.2",
"graphql": "^16.7.1",
"nodemailer": "^6.9.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"supertokens-node": "^14.1.2",
"supertokens-node": "^14.1.4",
"ts-morph": "^18.0.0",
"unique-names-generator": "^4.7.1",
"webpack": "^5.88.0"
"webpack": "^5.90.3"
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/cron": "^2.0.1",
"@types/express": "^4.17.17",
"@types/jest": "29.5.2",
"@types/node": "^18.16.18",
"@types/nodemailer": "^6.4.8",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commander": "^11.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "^18.19.22",
"@types/nodemailer": "^6.4.14",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"commander": "^11.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^2.8.8",
"prisma": "^4.16.1",
"prisma": "^4.16.2",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0"
},
"jest": {
Expand Down
70 changes: 35 additions & 35 deletions apps/ourvoice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,58 +20,58 @@
"graphql:generate": "graphql-codegen --watch"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@apollo/client": "^3.9.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.1",
"@tsconfig/node18": "^2.0.1",
"@types/js-yaml": "^4.0.5",
"@unhead/vue": "^1.1.28",
"@vue/apollo-composable": "4.0.0-beta.7",
"@vueform/multiselect": "^2.6.2",
"@vueuse/core": "^10.1.2",
"@types/js-yaml": "^4.0.9",
"@unhead/vue": "^1.8.12",
"@vue/apollo-composable": "4.0.2",
"@vueform/multiselect": "^2.6.6",
"@vueuse/core": "^10.9.0",
"crypto-js": "^4.1.1",
"cypress-file-upload": "^5.0.8",
"date-fns": "^2.30.0",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"pinia": "^2.1.4",
"supertokens-web-js": "^0.6.0",
"pinia": "^2.1.7",
"supertokens-web-js": "^0.9.1",
"tailwind-merge": "^1.14.0",
"unique-names-generator": "^4.7.1",
"vee-validate": "^4.10.2",
"vite-plugin-vue-markdown": "^0.23.5",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vee-validate": "^4.12.6",
"vite-plugin-vue-markdown": "^0.23.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4",
"@rushstack/eslint-patch": "^1.3.2",
"@tailwindcss/forms": "^0.5.3",
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tailwindcss/forms": "^0.5.7",
"@types/crypto-js": "^4.2.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.19.22",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.15.1",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.18",
"cypress": "^12.17.4",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.22.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.2",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.1",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.2"
"vitest": "^0.34.6",
"vue-tsc": "^1.8.27"
}
}
34 changes: 17 additions & 17 deletions apps/ourvoice-auth-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,32 @@
"@nestjs/core": "^9.4.3",
"@nestjs/platform-express": "^9.4.3",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"supertokens-node": "^14.1.2"
"supertokens-node": "^14.1.4"
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@types/express": "^4.17.17",
"@types/jest": "29.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.16.18",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.22",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.5.0",
"jest": "29.7.0",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 8513061

Please sign in to comment.