Skip to content

Commit 04f0678

Browse files
author
Kamil Sobol
authored
build: implement dependency version consistency check (#892)
* build: implement dependency version consistency check * fix build
1 parent 4374048 commit 04f0678

File tree

26 files changed

+1236
-1479
lines changed

26 files changed

+1236
-1479
lines changed

.changeset/eight-suits-nail.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
'@aws-amplify/deployed-backend-client': patch
3+
'@aws-amplify/backend-output-schemas': patch
4+
'@aws-amplify/integration-tests': patch
5+
'@aws-amplify/backend-deployer': patch
6+
'@aws-amplify/backend-function': patch
7+
'@aws-amplify/model-generator': patch
8+
'@aws-amplify/auth-construct-alpha': patch
9+
'@aws-amplify/backend-secret': patch
10+
'create-amplify': patch
11+
'@aws-amplify/form-generator': patch
12+
'@aws-amplify/client-config': patch
13+
'@aws-amplify/platform-core': patch
14+
'@aws-amplify/backend-auth': patch
15+
'@aws-amplify/backend-data': patch
16+
'@aws-amplify/backend': patch
17+
'@aws-amplify/sandbox': patch
18+
'@aws-amplify/backend-cli': patch
19+
---
20+
21+
Implement consistent dependency declaration check. Bumped dependencies where necessary.

.eslint_dictionary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"invoker",
5959
"javascript",
6060
"jsdoc",
61+
"jsons",
6162
"keyof",
6263
"lang",
6364
"linux",

package-lock.json

Lines changed: 1021 additions & 1418 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
},
5454
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
5555
"devDependencies": {
56-
"@aws-sdk/client-amplify": "^3.440.0",
57-
"@aws-sdk/client-cloudformation": "^3.421.0",
58-
"@aws-sdk/client-cognito-identity-provider": "^3.421.0",
59-
"@aws-sdk/client-s3": "^3.421.0",
56+
"@aws-sdk/client-amplify": "^3.465.0",
57+
"@aws-sdk/client-cloudformation": "^3.465.0",
58+
"@aws-sdk/client-cognito-identity-provider": "^3.465.0",
59+
"@aws-sdk/client-s3": "^3.465.0",
6060
"@changesets/cli": "^2.26.1",
6161
"@microsoft/api-extractor": "^7.34.4",
6262
"@shopify/eslint-plugin": "^43.0.0",
@@ -76,7 +76,7 @@
7676
"eslint-plugin-promise": "^6.1.1",
7777
"eslint-plugin-spellcheck": "^0.0.20",
7878
"eslint-plugin-unicorn": "^46.0.0",
79-
"execa": "^7.1.1",
79+
"execa": "^8.0.1",
8080
"fs-extra": "^11.1.1",
8181
"glob": "^10.1.0",
8282
"husky": "^8.0.3",

packages/auth-construct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "Apache-2.0",
2020
"dependencies": {
2121
"@aws-amplify/backend-output-schemas": "^0.5.0",
22-
"@aws-amplify/backend-output-storage": "^0.2.7",
22+
"@aws-amplify/backend-output-storage": "^0.2.8",
2323
"@aws-amplify/plugin-types": "^0.7.0",
2424
"@aws-sdk/util-arn-parser": "^3.465.0"
2525
},

packages/backend-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "Apache-2.0",
2020
"dependencies": {
2121
"@aws-amplify/auth-construct-alpha": "^0.5.0",
22-
"@aws-amplify/backend-output-storage": "0.2.8",
22+
"@aws-amplify/backend-output-storage": "^0.2.8",
2323
"@aws-amplify/plugin-types": "^0.7.0"
2424
},
2525
"devDependencies": {

packages/backend-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"constructs": "^10.0.0"
2828
},
2929
"dependencies": {
30-
"@aws-amplify/backend-output-storage": "0.2.8",
30+
"@aws-amplify/backend-output-storage": "^0.2.8",
3131
"@aws-amplify/backend-output-schemas": "^0.5.0",
3232
"@aws-amplify/data-construct": "^1.4.1",
3333
"@aws-amplify/plugin-types": "^0.7.0",

packages/backend-deployer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@aws-amplify/platform-core": "^0.4.0",
2222
"@aws-amplify/plugin-types": "^0.7.0",
23-
"execa": "^7.2.0",
23+
"execa": "^8.0.1",
2424
"tsx": "^4.6.1"
2525
},
2626
"peerDependencies": {

packages/backend-function/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-amplify/backend-output-storage": "0.2.8",
21+
"@aws-amplify/backend-output-storage": "^0.2.8",
2222
"@aws-amplify/plugin-types": "^0.7.0",
23-
"execa": "^7.1.1"
23+
"execa": "^8.0.1"
2424
},
2525
"devDependencies": {
2626
"@aws-amplify/backend-platform-test-stubs": "^0.3.1",
2727
"@aws-amplify/platform-core": "^0.4.0",
28-
"@aws-sdk/client-ssm": "^3.398.0",
28+
"@aws-sdk/client-ssm": "^3.465.0",
2929
"uuid": "^9.0.1"
3030
},
3131
"peerDependencies": {

packages/backend-output-schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
},
2020
"license": "Apache-2.0",
2121
"devDependencies": {
22-
"@aws-amplify/plugin-types": "0.7.0"
22+
"@aws-amplify/plugin-types": "^0.7.0"
2323
},
2424
"peerDependencies": {
25-
"zod": "^3.21.4"
25+
"zod": "^3.22.2"
2626
}
2727
}

0 commit comments

Comments
 (0)