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

Update dependencies and prepare script #113

Merged
merged 5 commits into from
Oct 31, 2024
Merged

Update dependencies and prepare script #113

merged 5 commits into from
Oct 31, 2024

Conversation

zFernand0
Copy link
Member

What It Does

How to Test

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
@zFernand0 zFernand0 requested a review from gejohnston October 29, 2024 17:57
},
"imperative": {
"configurationModule": "lib/pluginDef.js"
},
"dependencies": {
"@zowe/core-for-zowe-sdk": "^7.23.2",
"@zowe/zosmf-for-zowe-sdk": "^7.23.2"
"@zowe/core-for-zowe-sdk": "^7.29.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should our sample remain a V2 sample, or should it be a V3 sample?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind moving things into a zowe-v2-lts branch after this PR is merged 🙏

.husky/commit-msg Show resolved Hide resolved
.husky/commit-msg Outdated Show resolved Hide resolved
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
@zFernand0
Copy link
Member Author

Signed-off-by: Fernando Rijo Cedeno <[email protected]>
# If not a merge commit, require commit to be signed off
if [ ! -e .git/MERGE_MSG ] && ! grep -q "^Signed-off-by: " "$1"; then
if [ ! -e $(git rev-parse --git-dir)/MERGE_MSG ] && ! grep -q "^Signed-off-by: " "$1"; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a cool method for getting the git directory 😋

Copy link
Member

@t1m0thyj t1m0thyj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @zFernand0!

@zFernand0 zFernand0 merged commit bb403d1 into master Oct 31, 2024
16 checks passed
@zFernand0 zFernand0 deleted the dep-fix branch October 31, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

4 participants