Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Auto: Upstream dependencies ADF:6.7.0-7658974792 JS-API:7.6.0-7658974792 using Tag:6.7.0-7658974792 #3600

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/upstream-adf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
echo "Migration JS done"
}
migrateAllDependencies() {
echo "Update ADF dependencies to: ${PACKAGE_VERSION_JS} and JS dependencies to: ${PACKAGE_VERSION_JS}"
echo "Update ADF dependencies to: ${PACKAGE_VERSION_ADF} and JS dependencies to: ${PACKAGE_VERSION_JS}"
./scripts/update-version.sh -v ${PACKAGE_VERSION_ADF} -vj ${PACKAGE_VERSION_JS}
echo "Migration done"
}
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "6.6.0-7474313481",
"@alfresco/adf-core": "6.6.0-7474313481",
"@alfresco/adf-extensions": "6.6.0-7474313481",
"@alfresco/eslint-plugin-eslint-angular": "6.6.0-7474313481",
"@alfresco/js-api": "7.5.0-7474313481",
"@alfresco/adf-content-services": "6.7.0-7658974792",
"@alfresco/adf-core": "6.7.0-7658974792",
"@alfresco/adf-extensions": "6.7.0-7658974792",
"@alfresco/eslint-plugin-eslint-angular": "6.7.0-7658974792",
"@alfresco/js-api": "7.6.0-7658974792",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.3",
"@angular/common": "14.1.3",
Expand Down Expand Up @@ -65,7 +65,7 @@
"zone.js": "0.11.8"
},
"devDependencies": {
"@alfresco/adf-cli": "6.6.0-7474313481",
"@alfresco/adf-cli": "6.7.0-7658974792",
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.1.2",
"@angular-devkit/schematics": "14.1.2",
Expand Down
5 changes: 2 additions & 3 deletions scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ fi

libslength=${#libs[@]}

echo "====== Updating dependencies ======"
update

if [[ "${JS_VERSION}" == "" ]]
then
JS_VERSION=$VERSION
fi

echo "====== Updating dependencies ======"
update_js_api
update
Loading