Skip to content

Commit

Permalink
fix: update dependencies (#3867)
Browse files Browse the repository at this point in the history
- Ingore major updates for dependencies not updatable (powertools,
octokit/webhoks)
- Update all dependencies
- Regenerate lock file, due to coruption
  • Loading branch information
npalm committed Apr 25, 2024
1 parent 649ad35 commit 85b5aac
Show file tree
Hide file tree
Showing 7 changed files with 1,834 additions and 2,030 deletions.
10 changes: 9 additions & 1 deletion lambdas/functions/ami-housekeeper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"typescript": "^5.4.5"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}
10 changes: 9 additions & 1 deletion lambdas/functions/control-plane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
"typescript": "^5.4.5"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}
12 changes: 10 additions & 2 deletions lambdas/functions/gh-agent-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"all": "yarn build && yarn format && yarn lint && yarn test"
},
"devDependencies": {
"@octokit/rest": "^20.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
"@types/aws-lambda": "^8.10.137",
"@types/jest": "^29.5.12",
Expand All @@ -41,10 +40,19 @@
"@aws-sdk/lib-storage": "^3.556.0",
"@aws-sdk/types": "^3.433.0",
"@middy/core": "^4.7.0",
"@octokit/rest": "^20.0.1",
"@terraform-aws-github-runner/aws-powertools-util": "*",
"axios": "^1.6.8"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}
10 changes: 9 additions & 1 deletion lambdas/functions/termination-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
"typescript": "^5.4.5"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}
10 changes: 9 additions & 1 deletion lambdas/functions/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
"aws-lambda": "^1.0.7"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}
10 changes: 9 additions & 1 deletion lambdas/libs/aws-ssm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
"@terraform-aws-github-runner/aws-powertools-util": "*"
},
"nx": {
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
"includedScripts": [
"build",
"dist",
"format",
"format-check",
"start",
"watch",
"all"
]
}
}

0 comments on commit 85b5aac

Please sign in to comment.