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 1, 2023
1 parent f278c17 commit 1056acb
Show file tree
Hide file tree
Showing 24 changed files with 1,261 additions and 1,227 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 Down Expand Up @@ -80,7 +80,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 @@ -112,7 +112,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 Down Expand Up @@ -84,7 +84,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 @@ -84,7 +84,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
8 changes: 4 additions & 4 deletions apps/api/v1/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"build": "ant-stack build"
},
"dependencies": {
"@apollo/server": "4.9.2",
"@apollo/server": "4.9.3",
"@graphql-tools/load-files": "7.0.0",
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/utils": "10.0.5",
"@graphql-tools/utils": "10.0.6",
"ant-stack": "workspace:*",
"cross-fetch": "4.0.0",
"graphql": "16.8.0",
"graphql": "16.8.1",
"peterportal-api-next-types": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119"
"@types/aws-lambda": "8.10.122"
}
}
2 changes: 1 addition & 1 deletion apps/api/v1/rest/websoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ant-stack build"
},
"dependencies": {
"@aws-sdk/client-lambda": "3.398.0",
"@aws-sdk/client-lambda": "3.421.0",
"@libs/db": "workspace:*",
"@libs/websoc-utils": "workspace:*",
"ant-stack": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dotenv": "16.3.1"
},
"devDependencies": {
"@types/babel__traverse": "7.20.1",
"@types/node": "18.17.12",
"aws-cdk": "2.93.0",
"aws-cdk-lib": "2.93.0",
"constructs": "10.2.69",
"@types/babel__traverse": "7.20.2",
"@types/node": "18.18.0",
"aws-cdk": "2.99.0",
"aws-cdk-lib": "2.99.0",
"constructs": "10.2.70",
"source-map-support": "0.5.21",
"tsx": "3.12.7",
"tsx": "3.13.0",
"typescript": "5.2.2"
}
}
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.0",
"typescript": "5.2.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion libs/build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"type": "module",
"main": "src/index.ts",
"devDependencies": {
"esbuild": "0.19.2"
"esbuild": "0.19.4"
}
}
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.3.1"
},
"devDependencies": {
"prisma": "5.2.0"
"prisma": "5.3.1"
}
}
4 changes: 2 additions & 2 deletions libs/registrar-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"cross-fetch": "4.0.0"
},
"devDependencies": {
"@vitest/coverage-istanbul": "0.34.3",
"@vitest/coverage-istanbul": "0.34.5",
"peterportal-api-next-types": "*",
"tsup": "7.2.0",
"vitest": "0.34.3"
"vitest": "0.34.5"
}
}
4 changes: 2 additions & 2 deletions libs/websoc-api-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"peterportal-api-next-types": "*"
},
"devDependencies": {
"@vitest/coverage-istanbul": "0.34.3",
"@vitest/coverage-istanbul": "0.34.5",
"tsup": "7.2.0",
"vitest": "0.34.3"
"vitest": "0.34.5"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,30 @@
"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",
"@libs/db": "workspace:*",
"@libs/registrar-api": "workspace:*",
"@libs/websoc-api-next": "workspace:*",
"@types/lint-staged": "13.2.0",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"ant-stack": "^0.1.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"eslint": "8.48.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-turbo": "1.10.13",
"eslint-config-turbo": "1.10.14",
"eslint-plugin-import": "2.28.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.2",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"turbo": "1.10.13"
"turbo": "1.10.14"
},
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.8.0",
"engines": {
"node": "18",
"pnpm": "8"
Expand Down
18 changes: 9 additions & 9 deletions packages/ant-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,29 @@
},
"dependencies": {
"arktype": "1.0.16-alpha",
"aws-cdk": "2.93.0",
"aws-cdk-lib": "2.93.0",
"aws-cdk": "2.99.0",
"aws-cdk-lib": "2.99.0",
"body-parser": "1.20.2",
"chalk": "5.3.0",
"chokidar": "3.5.3",
"cleye": "1.3.2",
"consola": "3.2.3",
"constructs": "10.2.69",
"constructs": "10.2.70",
"cors": "2.8.5",
"defu": "6.1.2",
"esbuild": "0.19.2",
"esbuild": "0.19.4",
"express": "4.18.2",
"unconfig": "0.3.10",
"winston": "3.10.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/body-parser": "1.19.2",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/aws-lambda": "8.10.122",
"@types/body-parser": "1.19.3",
"@types/cors": "2.8.14",
"@types/express": "4.17.18",
"peterportal-api-next-types": "*",
"tsup": "7.2.0",
"tsx": "3.12.7",
"tsx": "3.13.0",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/websoc-fuzzy-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"pako": "2.1.0"
},
"devDependencies": {
"@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 1056acb

Please sign in to comment.