Skip to content

Commit

Permalink
fix(deps): 🔗 update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2023
1 parent 9540178 commit 6be4ac9
Show file tree
Hide file tree
Showing 20 changed files with 1,418 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-and-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- name: Setup pnpm cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-label-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Synchronize GitHub repository labels with '.github/labels.yml' manifest
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand All @@ -67,7 +67,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand All @@ -92,7 +92,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
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 @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Check out codebase
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down
20 changes: 10 additions & 10 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"dev": "bunny dev-api"
},
"dependencies": {
"@apollo/server": "4.9.2",
"@aws-sdk/client-lambda": "3.398.0",
"@apollo/server": "4.9.4",
"@aws-sdk/client-lambda": "3.428.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.5",
"@graphql-tools/utils": "10.0.7",
"@libs/db": "workspace:^",
"@libs/lambda": "workspace:^",
"@libs/uc-irvine-api": "workspace:^",
"@libs/websoc-utils": "workspace:^",
"@peterportal-api/types": "workspace:^",
"@services/websoc-proxy": "workspace:^",
"aws-cdk-lib": "2.93.0",
"aws-cdk-lib": "2.100.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.0",
"zod": "3.22.2"
"graphql": "16.8.1",
"zod": "3.22.4"
},
"devDependencies": {
"@bronya.js/api-construct": "0.11.3",
"@bronya.js/core": "0.11.3",
"@types/aws-lambda": "8.10.119",
"aws-cdk": "2.93.0",
"@types/aws-lambda": "8.10.124",
"aws-cdk": "2.100.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"esbuild": "0.19.2",
"tsx": "3.12.7"
"esbuild": "0.19.4",
"tsx": "3.13.0"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
}
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
]
},
"dependencies": {
"@apollo/sandbox": "2.5.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/remark-plugin-npm2yarn": "2.4.1",
"@docusaurus/theme-classic": "2.4.1",
"@apollo/sandbox": "2.5.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/remark-plugin-npm2yarn": "2.4.3",
"@docusaurus/theme-classic": "2.4.3",
"@mdx-js/react": "1.6.22",
"clsx": "1.2.1",
"docusaurus-plugin-dotenv": "1.0.1",
Expand All @@ -33,10 +33,10 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/types": "2.4.1",
"@tsconfig/docusaurus": "2.0.0",
"@types/node": "18.17.12",
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.1",
"@types/node": "18.18.5",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions libs/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"studio:prod": "dotenv -e ../../.env.production -- prisma studio"
},
"dependencies": {
"@prisma/client": "5.2.0"
"@prisma/client": "5.4.2"
},
"devDependencies": {
"prisma": "5.2.0"
"prisma": "5.4.2"
}
}
4 changes: 2 additions & 2 deletions libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"main": "src/index.ts",
"types": "src/index.ts",
"dependencies": {
"winston": "3.10.0"
"winston": "3.11.0"
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/aws-lambda": "8.10.119"
"@types/aws-lambda": "8.10.124"
}
}
2 changes: 1 addition & 1 deletion libs/uc-irvine-api/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.7.4",
"packageManager": "pnpm@8.9.0",
"engines": {
"node": "18",
"pnpm": "8"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/types": "17.4.4",
"@tsconfig/node18": "^18.2.1",
"@tsconfig/node18": "18.2.1",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.12",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.93.0",
"aws-cdk-lib": "2.100.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.13",
"eslint-config-turbo": "1.10.15",
"eslint-plugin-import": "2.28.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"turbo": "1.10.13",
"turbo": "1.10.15",
"typescript": "5.2.2",
"unconfig": "0.3.10"
"unconfig": "0.3.11"
},
"packageManager": "pnpm@8.9.0",
"engines": {
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 @@ -23,10 +23,10 @@
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/pako": "2.0.1",
"@types/pluralize": "0.0.30",
"@types/pluralize": "0.0.31",
"cross-fetch": "4.0.0",
"pluralize": "8.0.0",
"tsup": "7.2.0",
"tsx": "3.12.7"
"tsx": "3.13.0"
}
}
Loading

0 comments on commit 6be4ac9

Please sign in to comment.