Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): 🔗 update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent eed95d1 commit 56989e5
Show file tree
Hide file tree
Showing 20 changed files with 4,163 additions and 3,740 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 @@ -9,7 +9,7 @@ runs:

steps:
- name: Setup Node.js environment
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: lts/hydrogen

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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-and-pnpm
Expand Down
16 changes: 8 additions & 8 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"dev": "bunny dev-api"
},
"dependencies": {
"@apollo/server": "4.9.4",
"@aws-sdk/client-lambda": "3.428.0",
"@apollo/server": "4.9.5",
"@aws-sdk/client-lambda": "3.441.0",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.7",
"@graphql-tools/utils": "10.0.8",
"@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.100.0",
"aws-cdk-lib": "2.104.0",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0",
"graphql": "16.8.1",
Expand All @@ -40,12 +40,12 @@
"devDependencies": {
"@bronya.js/api-construct": "0.11.3",
"@bronya.js/core": "0.11.3",
"@types/aws-lambda": "8.10.124",
"aws-cdk": "2.100.0",
"@types/aws-lambda": "8.10.125",
"aws-cdk": "2.104.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"esbuild": "0.19.4",
"tsx": "3.13.0"
"esbuild": "0.19.5",
"tsx": "3.14.0"
},
"//": "the CDK configuration in this config file is used in the deployment package, @tools/cdk"
}
14 changes: 7 additions & 7 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
},
"dependencies": {
"@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",
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/remark-plugin-npm2yarn": "3.0.0",
"@docusaurus/theme-classic": "3.0.0",
"@mdx-js/react": "1.6.22",
"clsx": "1.2.1",
"docusaurus-plugin-dotenv": "1.0.1",
Expand All @@ -33,9 +33,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@docusaurus/types": "2.4.3",
"@tsconfig/docusaurus": "2.0.1",
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0",
"@tsconfig/docusaurus": "2.0.2",
"@types/node": "18.18.5",
"typescript": "5.2.2"
}
Expand Down
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.4.2"
"@prisma/client": "5.5.2"
},
"devDependencies": {
"prisma": "5.4.2"
"prisma": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/aws-lambda": "8.10.124"
"@types/aws-lambda": "8.10.125"
}
}
4 changes: 2 additions & 2 deletions libs/uc-irvine-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"cheerio": "1.0.0-rc.12",
"cross-fetch": "4.0.0"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": "18",
"node": "20",
"pnpm": "8"
},
"publishConfig": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
"test": "turbo run test"
},
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/types": "17.4.4",
"@tsconfig/node18": "18.2.1",
"@types/lint-staged": "13.2.0",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/types": "18.1.0",
"@tsconfig/node18": "18.2.2",
"@types/lint-staged": "13.2.1",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"arktype": "1.0.16-alpha",
"aws-cdk-lib": "2.100.0",
"aws-cdk-lib": "2.104.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.15",
"eslint-plugin-import": "2.28.1",
"eslint-config-turbo": "1.10.16",
"eslint-plugin-import": "2.29.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"turbo": "1.10.15",
"turbo": "1.10.16",
"typescript": "5.2.2",
"unconfig": "0.3.11"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": "18",
"node": "20",
"pnpm": "8"
}
}
6 changes: 3 additions & 3 deletions packages/websoc-fuzzy-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"devDependencies": {
"@peterportal-api/types": "workspace:^",
"@types/pako": "2.0.1",
"@types/pluralize": "0.0.31",
"@types/pako": "2.0.2",
"@types/pluralize": "0.0.32",
"cross-fetch": "4.0.0",
"pluralize": "8.0.0",
"tsup": "7.2.0",
"tsx": "3.13.0"
"tsx": "3.14.0"
}
}
Loading

0 comments on commit 56989e5

Please sign in to comment.