Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/aws-4447b07486
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartp44 authored Sep 25, 2024
2 parents b2ac23e + 364ecce commit 8e58131
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
actions: write
steps:
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# change docs via PR in case of locked main branch
- name: Create Pull Request (main branch only)
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "docs: auto update terraform docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For non ephemeral runners with the idle config the module will avoid scaling dow

## Detailed design

The diagram below shows the architecture of the module, groups are indicating the different components. Ww will go through the components in the following sections.
The diagram below shows the architecture of the module, groups are indicating the different components. We will go through the components in the following sections.

![Architecture](assets/aws-architecture.light.png#only-light)
![Architecture](assets/aws-architecture.dark.png#only-dark)
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock": "^4.0.2",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock": "^4.0.2",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock": "^4.0.2",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^4.0.1",
"aws-sdk-client-mock": "^4.0.2",
"aws-sdk-client-mock-jest": "^4.0.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@nx/eslint": "19.5.7",
"@nx/jest": "19.5.4",
"@nx/js": "^19.7.3",
"@nx/js": "^19.8.0",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.22",
"@swc/helpers": "~0.5.12",
Expand Down
Loading

0 comments on commit 8e58131

Please sign in to comment.