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

feat(1958): hapi v19 upgrade, node:12. BREAKING CHANGE: data-schema v20 #32

Merged
merged 2 commits into from
Aug 25, 2020

Conversation

pritamstyz4ever
Copy link
Contributor

Context

Screwdriver hapi.js dependencies are outdated and not supported anymore.

Objective

This PR upgrades to node:12

References

screwdriver-cd/screwdriver#1958

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

package.json Outdated
@@ -42,7 +42,7 @@
"sinon": "^7.5.0"
},
"dependencies": {
"screwdriver-data-schema": "^19.0.0"
"screwdriver-data-schema": "git://github.com/screwdriver-cd/data-schema.git#hapi-v19"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"screwdriver-data-schema": "git://github.com/screwdriver-cd/data-schema.git#hapi-v19"
"screwdriver-data-schema": "^20.0.0"

@tkyi tkyi changed the title feat(1958): hapi v19 upgrade, node:12 feat(1958): hapi v19 upgrade, node:12. BREAKING CHANGE: data-schema v20 Aug 4, 2020
@pritamstyz4ever pritamstyz4ever merged commit 618bf96 into master Aug 25, 2020
@pritamstyz4ever pritamstyz4ever deleted the hapi-v19 branch August 25, 2020 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants