Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
39d073a
chore: updated terser-webpack-plugin and css-minimizer-webpack-plugin
Feb 21, 2025
028d69e
chore: bumped workbox-webpack-plugin
Feb 21, 2025
ae8aeaf
feat!: Update node to 22 (#14121)
sobolk Feb 24, 2025
bb3fcdf
Merge branch 'dev' into update-deps/serialize-javascript
Feb 24, 2025
c97b5ae
Merge pull request #14119 from aws-amplify/update-deps/serialize-java…
ShadowCat567 Feb 25, 2025
e1ad3ff
chore(release): Publish latest
Feb 25, 2025
ccd99fc
"chore: merge release commit from main to dev"
sobolk Feb 25, 2025
1548f4a
Merge pull request #14125 from aws-amplify/dev-main-merge-e1ad3ffda20…
sobolk Feb 26, 2025
3f7dd9b
Merge pull request #14124 from aws-amplify/guest/data/codegen-4.10.3-…
Siqi-Shan Feb 26, 2025
f237e07
chore: updates lerna to most recent version (#14134)
ShadowCat567 Mar 11, 2025
48f7912
chore(deps): bump axios from 1.7.4 to 1.8.2 in /scripts
dependabot[bot] Mar 11, 2025
a58b78d
Merge pull request #14135 from aws-amplify/dependabot/npm_and_yarn/sc…
rtpascual Mar 11, 2025
286c5d5
chore: upgrade data packages (#14141)
Mar 18, 2025
4a00cfe
chore(deps): bump aws-cdk-lib from 2.177.0 to 2.184.0 (#14147)
dependabot[bot] Mar 24, 2025
228bc50
chore(deps): bump tar-fs from 2.1.1 to 2.1.2 (#14149)
dependabot[bot] Mar 31, 2025
0e4e658
chore(deps): bump aws-cdk-lib from 2.184.1 to 2.187.0 (#14154)
dependabot[bot] Apr 9, 2025
07c90ab
chore(deps): bump aws-cdk-lib from 2.184.1 to 2.187.0 (#14170)
Amplifiyer Apr 9, 2025
4126d80
chore: upgrade data packages (#14162)
Apr 10, 2025
e936bfd
chore: upgrade aws-cdk to 2.187.0 in custom resource migration tests …
Amplifiyer Apr 10, 2025
1fc7caa
fix: merge from dev
Apr 15, 2025
ab1c284
chore: updated terser-webpack-plugin and css-minimizer-webpack-plugin
Feb 21, 2025
6b524a2
chore: bumped workbox-webpack-plugin
Feb 21, 2025
380c3ab
feat!: Update node to 22 (#14121)
sobolk Feb 24, 2025
18043c3
chore: updates lerna to most recent version (#14134)
ShadowCat567 Mar 11, 2025
5174dd9
chore(deps): bump axios from 1.7.4 to 1.8.2 in /scripts
dependabot[bot] Mar 11, 2025
d1b7896
chore(deps): bump aws-cdk-lib from 2.177.0 to 2.184.0 (#14147)
dependabot[bot] Mar 24, 2025
9bff1a2
chore(deps): bump tar-fs from 2.1.1 to 2.1.2 (#14149)
dependabot[bot] Mar 31, 2025
eb2a89f
chore(deps): bump aws-cdk-lib from 2.184.1 to 2.187.0 (#14154)
dependabot[bot] Apr 9, 2025
8a0d1f5
chore(deps): bump aws-cdk-lib from 2.184.1 to 2.187.0 (#14170)
Amplifiyer Apr 9, 2025
c17c7e8
chore: upgrade data packages (#14162)
Apr 10, 2025
15d5860
chore: upgrade aws-cdk to 2.187.0 in custom resource migration tests …
Amplifiyer Apr 10, 2025
c1ff1a4
Merge branch 'migrations' into gen2-migrations-execute
Apr 16, 2025
000d660
fix: refactor customResourceMappings in execute command
Apr 17, 2025
fdb2079
fix: lock file
Apr 17, 2025
fde06aa
fix: import path for types
Apr 17, 2025
699f9e7
fix: update lock file
Apr 17, 2025
9779979
chore: update API.md, gen2 codegen cdk-lib minor version
Apr 17, 2025
4d95f90
chore: update yarn.lock
Apr 17, 2025
c36be0f
fix: versions in cli-core
Apr 17, 2025
00fc019
chore: update API.md
Apr 17, 2025
00b25b7
fix: lint errors
Apr 17, 2025
0173f7f
fix(migrate): add validation for path after file://
Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ packages/amplify-category-notifications/lib
packages/amplify-category-interactions/lib/
packages/amplify-environment-parameters/lib/
!packages/amplify-graphql-model-transformer/src/__tests__/overrides/build/override.js

.nx/cache
.nx/workspace-data
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ packages/amplify-frontend-ios/tests/sample**
# Exceptions:
!packages/amplify-category-hosting/lib
!packages/amplify-frontend-*/lib

/.nx/cache
/.nx/workspace-data
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": true
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
41 changes: 19 additions & 22 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"extends": "nx/presets/npm.json",
"npmScope": "amplify-cli",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "test", "lint", "package", "prepare", "extract-api"],
"parallel": 8
}
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
},
"extends": "nx/presets/npm.json",
"namedInputs": {
"default": [
"{projectRoot}/**/*",
Expand All @@ -29,40 +24,42 @@
"targetDefaults": {
"build": {
"inputs": ["default", "^production"],
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": true
},
"build-tests": {
"inputs": ["default", "^production"],
"dependsOn": ["build", "^build"]
},
"prepare": {
"inputs": ["default", "^default"],
"dependsOn": ["^prepare"]
"dependsOn": ["^prepare"],
"cache": true
},
"package": {
"inputs": ["default", "^default"],
"dependsOn": ["^package"]
"dependsOn": ["^package"],
"cache": true
},
"smoketest": {
"inputs": ["default", "^production"],
"dependsOn": ["build"]
},
"test": {
"inputs": ["default", "^production"],
"dependsOn": ["build"]
"dependsOn": ["build"],
"cache": true
},
"extract-api": {
"dependsOn": ["build"],
"inputs": ["{projectRoot}/src/**/*", "!{projectRoot}/src/__tests__/**/*"],
"outputs": ["{projectRoot}/API.md"]
"outputs": ["{projectRoot}/API.md"],
"cache": true
},
"lint": {
"cache": true
}
},
"affected": {
"defaultBase": "dev"
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": false
}
}
"parallel": 8,
"defaultBase": "dev"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"dependencies": {
"lerna": "^6.6.1",
"lerna": "^8.2.1",
"node-gyp": "^9.3.1",
"strip-ansi": "^6.0.0",
"yargs": "^17.7.2"
Expand Down
18 changes: 1 addition & 17 deletions packages/amplify-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.41-next-4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-app@5.0.41-next-3.0...@aws-amplify/amplify-app@5.0.41-next-4.0) (2025-03-12)

**Note:** Version bump only for package @aws-amplify/amplify-app





## [5.0.41-next-3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-app@5.0.41-next-2.0...@aws-amplify/amplify-app@5.0.41-next-3.0) (2025-03-05)

**Note:** Version bump only for package @aws-amplify/amplify-app





## [5.0.41-next-2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-app@5.0.40...@aws-amplify/amplify-app@5.0.41-next-2.0) (2025-02-26)
## [5.0.41](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-app@5.0.40...@aws-amplify/amplify-app@5.0.41) (2025-02-25)

**Note:** Version bump only for package @aws-amplify/amplify-app

Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-app",
"version": "5.0.41-next-4.0",
"version": "5.0.41",
"description": "Amplify CLI",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@aws-amplify/amplify-frontend-android": "3.5.8",
"@aws-amplify/amplify-frontend-flutter": "1.4.7",
"@aws-amplify/amplify-frontend-ios": "3.7.12-next-4.0",
"@aws-amplify/amplify-frontend-javascript": "3.10.22-next-4.0",
"@aws-amplify/amplify-frontend-ios": "3.7.11",
"@aws-amplify/amplify-frontend-javascript": "3.10.21",
"chalk": "^4.1.1",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
Expand Down
18 changes: 1 addition & 17 deletions packages/amplify-category-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.40-next-4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-analytics@5.0.40-next-3.0...@aws-amplify/amplify-category-analytics@5.0.40-next-4.0) (2025-03-12)

**Note:** Version bump only for package @aws-amplify/amplify-category-analytics





## [5.0.40-next-3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-analytics@5.0.40-next-2.0...@aws-amplify/amplify-category-analytics@5.0.40-next-3.0) (2025-03-05)

**Note:** Version bump only for package @aws-amplify/amplify-category-analytics





## [5.0.40-next-2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-analytics@5.0.39...@aws-amplify/amplify-category-analytics@5.0.40-next-2.0) (2025-02-26)
## [5.0.40](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-analytics@5.0.39...@aws-amplify/amplify-category-analytics@5.0.40) (2025-02-25)

**Note:** Version bump only for package @aws-amplify/amplify-category-analytics

Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-analytics",
"version": "5.0.40-next-4.0",
"version": "5.0.40",
"description": "amplify-cli analytics plugin",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.19-next-4.0",
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.18",
"@aws-amplify/amplify-prompts": "2.8.6",
"fs-extra": "^8.1.0",
"uuid": "^8.3.2"
Expand Down
18 changes: 1 addition & 17 deletions packages/amplify-category-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.7.20-next-4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-auth@3.7.20-next-3.0...@aws-amplify/amplify-category-auth@3.7.20-next-4.0) (2025-03-12)

**Note:** Version bump only for package @aws-amplify/amplify-category-auth





## [3.7.20-next-3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-auth@3.7.20-next-2.0...@aws-amplify/amplify-category-auth@3.7.20-next-3.0) (2025-03-05)

**Note:** Version bump only for package @aws-amplify/amplify-category-auth





## [3.7.20-next-2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-auth@3.7.19...@aws-amplify/amplify-category-auth@3.7.20-next-2.0) (2025-02-26)
## [3.7.20](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-auth@3.7.19...@aws-amplify/amplify-category-auth@3.7.20) (2025-02-25)

**Note:** Version bump only for package @aws-amplify/amplify-category-auth

Expand Down
10 changes: 5 additions & 5 deletions packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-auth",
"version": "3.7.20-next-4.0",
"version": "3.7.20",
"description": "amplify-cli authentication plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,15 +28,15 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.19-next-4.0",
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.18",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.6",
"@aws-amplify/amplify-util-import": "2.8.3",
"@aws-amplify/cli-extensibility-helper": "3.0.38-next-4.0",
"@aws-amplify/cli-extensibility-helper": "3.0.37",
"amplify-headless-interface": "1.17.7",
"amplify-util-headless-input": "1.9.18",
"aws-cdk-lib": "~2.177.0",
"aws-cdk-lib": "~2.187.0",
"aws-sdk": "^2.1464.0",
"axios": "^1.6.7",
"chalk": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"aws-cdk-lib": "~2.177.0",
"aws-cdk-lib": "~2.187.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-custom/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@aws-amplify/cli-extensibility-helper": "^3.0.0",
"aws-cdk-lib": "~2.177.0",
"aws-cdk-lib": "~2.187.0",
"constructs": "^10.0.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-function",
"version": "5.7.14-next-4.0",
"version": "5.7.13",
"description": "amplify-cli function plugin",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.19-next-4.0",
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-environment-parameters": "1.9.18",
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
"@aws-amplify/amplify-prompts": "2.8.6",
"archiver": "^5.3.0",
Expand All @@ -38,7 +38,7 @@
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "^8.2.16",
"graphql-transformer-core": "^8.2.17",
"inquirer": "^7.3.3",
"inquirer-datepicker": "^2.0.0",
"jstreemap": "^1.28.2",
Expand Down
18 changes: 1 addition & 17 deletions packages/amplify-category-geo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.20-next-4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-geo@3.5.20-next-3.0...@aws-amplify/amplify-category-geo@3.5.20-next-4.0) (2025-03-12)

**Note:** Version bump only for package @aws-amplify/amplify-category-geo





## [3.5.20-next-3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-geo@3.5.20-next-2.0...@aws-amplify/amplify-category-geo@3.5.20-next-3.0) (2025-03-05)

**Note:** Version bump only for package @aws-amplify/amplify-category-geo





## [3.5.20-next-2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-geo@3.5.19...@aws-amplify/amplify-category-geo@3.5.20-next-2.0) (2025-02-26)
## [3.5.20](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-geo@3.5.19...@aws-amplify/amplify-category-geo@3.5.20) (2025-02-25)

**Note:** Version bump only for package @aws-amplify/amplify-category-geo

Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-geo",
"version": "3.5.20-next-4.0",
"version": "3.5.20",
"description": "Amplify CLI plugin to manage the Geo resources for the project",
"repository": {
"type": "git",
Expand All @@ -26,12 +26,12 @@
"access": "public"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"ajv": "^6.12.6",
"amplify-headless-interface": "1.17.7",
"amplify-util-headless-input": "1.9.18",
"aws-cdk-lib": "~2.177.0",
"aws-cdk-lib": "~2.187.0",
"aws-sdk": "^2.1464.0",
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
Expand Down
18 changes: 1 addition & 17 deletions packages/amplify-category-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.33-next-4.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-interactions@5.1.33-next-3.0...@aws-amplify/amplify-category-interactions@5.1.33-next-4.0) (2025-03-12)

**Note:** Version bump only for package @aws-amplify/amplify-category-interactions





## [5.1.33-next-3.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-interactions@5.1.33-next-2.0...@aws-amplify/amplify-category-interactions@5.1.33-next-3.0) (2025-03-05)

**Note:** Version bump only for package @aws-amplify/amplify-category-interactions





## [5.1.33-next-2.0](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-interactions@5.1.32...@aws-amplify/amplify-category-interactions@5.1.33-next-2.0) (2025-02-26)
## [5.1.33](https://github.com/aws-amplify/amplify-cli/compare/@aws-amplify/amplify-category-interactions@5.1.32...@aws-amplify/amplify-category-interactions@5.1.33) (2025-02-25)

**Note:** Version bump only for package @aws-amplify/amplify-category-interactions

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-interactions",
"version": "5.1.33-next-4.0",
"version": "5.1.33",
"description": "amplify-cli interactions plugin",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"extract-api": "ts-node ../../scripts/extract-api.ts"
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
"@aws-amplify/amplify-cli-core": "4.4.0",
"@aws-amplify/amplify-prompts": "2.8.6",
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
Expand Down
Loading
Loading