Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 7464f2b

Browse files
authored
fix: revert depedency update / broken release 5.10.2 (#3885)
Release 5.10.2 is borken caused by PR #3867. This PR is reverting the change fix #3870, #3883
1 parent 74471de commit 7464f2b

File tree

7 files changed

+2030
-1834
lines changed

7 files changed

+2030
-1834
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
"typescript": "^5.4.5"
4747
},
4848
"nx": {
49-
"includedScripts": [
50-
"build",
51-
"dist",
52-
"format",
53-
"format-check",
54-
"start",
55-
"watch",
56-
"all"
57-
]
49+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
5850
}
5951
}

Diff for: lambdas/functions/control-plane/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@
5151
"typescript": "^5.4.5"
5252
},
5353
"nx": {
54-
"includedScripts": [
55-
"build",
56-
"dist",
57-
"format",
58-
"format-check",
59-
"start",
60-
"watch",
61-
"all"
62-
]
54+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
6355
}
6456
}

Diff for: lambdas/functions/gh-agent-syncer/package.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"all": "yarn build && yarn format && yarn lint && yarn test"
1717
},
1818
"devDependencies": {
19+
"@octokit/rest": "^20.0.1",
1920
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
2021
"@types/aws-lambda": "^8.10.137",
2122
"@types/jest": "^29.5.12",
@@ -40,19 +41,10 @@
4041
"@aws-sdk/lib-storage": "^3.556.0",
4142
"@aws-sdk/types": "^3.433.0",
4243
"@middy/core": "^4.7.0",
43-
"@octokit/rest": "^20.0.1",
4444
"@terraform-aws-github-runner/aws-powertools-util": "*",
4545
"axios": "^1.6.8"
4646
},
4747
"nx": {
48-
"includedScripts": [
49-
"build",
50-
"dist",
51-
"format",
52-
"format-check",
53-
"start",
54-
"watch",
55-
"all"
56-
]
48+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
5749
}
5850
}

Diff for: lambdas/functions/termination-watcher/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
"typescript": "^5.4.5"
4343
},
4444
"nx": {
45-
"includedScripts": [
46-
"build",
47-
"dist",
48-
"format",
49-
"format-check",
50-
"start",
51-
"watch",
52-
"all"
53-
]
45+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
5446
}
5547
}

Diff for: lambdas/functions/webhook/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@
4848
"aws-lambda": "^1.0.7"
4949
},
5050
"nx": {
51-
"includedScripts": [
52-
"build",
53-
"dist",
54-
"format",
55-
"format-check",
56-
"start",
57-
"watch",
58-
"all"
59-
]
51+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
6052
}
6153
}

Diff for: lambdas/libs/aws-ssm-util/package.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@
4141
"@terraform-aws-github-runner/aws-powertools-util": "*"
4242
},
4343
"nx": {
44-
"includedScripts": [
45-
"build",
46-
"dist",
47-
"format",
48-
"format-check",
49-
"start",
50-
"watch",
51-
"all"
52-
]
44+
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
5345
}
5446
}

0 commit comments

Comments
 (0)