Skip to content

Commit

Permalink
fix(deps): 🐛 🔗 update all dependencies (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 058b4ff commit f29fe67
Show file tree
Hide file tree
Showing 16 changed files with 1,178 additions and 1,229 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node-and-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

steps:
- name: Setup Node.js environment
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: lts/*

Expand All @@ -25,7 +25,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Setup pnpm cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/destroy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pnpm --filter="@apps/api" cdk-app destroy

- name: Set API staging environment to inactive
uses: strumwolf/delete-deployment-environment@195215d2c5602aee6fb4b9cf0853970decca9e7a # v2.3.0
uses: strumwolf/delete-deployment-environment@a4825dd9648c57da8437a4885c3fcad58beac69c # v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: staging-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run: pnpm --filter="@tools/cdk" docs destroy

- name: Set documentation staging environment as inactive
uses: strumwolf/delete-deployment-environment@195215d2c5602aee6fb4b9cf0853970decca9e7a # v2.3.0
uses: strumwolf/delete-deployment-environment@a4825dd9648c57da8437a4885c3fcad58beac69c # v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: staging-${{ github.event.pull_request.number }}-docs
Expand Down
18 changes: 9 additions & 9 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"dependencies": {
"@apollo/server": "4.10.0",
"@aws-sdk/client-lambda": "3.501.0",
"@aws-sdk/client-lambda": "3.525.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/utils": "10.0.13",
"@graphql-tools/merge": "9.0.3",
"@graphql-tools/utils": "10.1.0",
"@libs/db": "workspace:^",
"@libs/lambda": "workspace:^",
"@libs/uc-irvine-lib": "workspace:^",
"@libs/utils": "workspace:^",
"@libs/websoc-utils": "workspace:^",
"@peterportal-api/types": "workspace:^",
"@services/websoc-proxy": "workspace:^",
"aws-cdk-lib": "2.124.0",
"aws-cdk-lib": "2.131.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.1",
Expand All @@ -41,12 +41,12 @@
"devDependencies": {
"@bronya.js/api-construct": "0.11.4",
"@bronya.js/core": "0.11.4",
"@types/aws-lambda": "8.10.132",
"aws-cdk": "2.124.0",
"dotenv": "16.4.1",
"@types/aws-lambda": "8.10.135",
"aws-cdk": "2.131.0",
"dotenv": "16.4.5",
"dotenv-cli": "7.3.0",
"esbuild": "0.20.0",
"tsx": "4.7.0"
"esbuild": "0.20.1",
"tsx": "4.7.1"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
}
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "20.11.10",
"@types/node": "20.11.24",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions libs/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"studio:prod": "dotenv -e ../../.env.production -- prisma studio"
},
"dependencies": {
"@prisma/client": "5.8.1"
"@prisma/client": "5.10.2"
},
"devDependencies": {
"prisma": "5.8.1"
"prisma": "5.10.2"
}
}
4 changes: 2 additions & 2 deletions libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"winston": "3.11.0"
"winston": "3.12.0"
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/aws-lambda": "8.10.132"
"@types/aws-lambda": "8.10.135"
}
}
2 changes: 1 addition & 1 deletion libs/uc-irvine-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"test": "turbo run test"
},
"dependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/types": "18.6.0",
"@commitlint/cli": "19.0.3",
"@commitlint/config-conventional": "19.0.3",
"@commitlint/types": "19.0.3",
"@tsconfig/node20": "20.1.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.10",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.124.0",
"aws-cdk-lib": "2.131.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"husky": "9.0.7",
"lint-staged": "15.2.0",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.9",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.18.0",
"turbo": "1.11.3",
"turbo": "1.12.4",
"typescript": "5.3.3",
"unconfig": "0.3.11"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": "20",
"pnpm": "8"
Expand Down
4 changes: 2 additions & 2 deletions packages/websoc-fuzzy-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/pluralize": "0.0.33",
"cross-fetch": "4.0.0",
"pluralize": "8.0.0",
"tsup": "8.0.1",
"tsx": "4.7.0"
"tsup": "8.0.2",
"tsx": "4.7.1"
}
}
Loading

0 comments on commit f29fe67

Please sign in to comment.