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: bump dependencies before pushing new version of component #318

Merged
merged 3 commits into from
Apr 26, 2021

Conversation

magicmatatjahu
Copy link
Member

Description

As in title. We wanna bump all dependencies before pushing new version of component. Also fix rendering of bindings in web-component.

feat: not fix: because we wanna start from 0.24.0 (or from 1.0.0-alpha) new version of component.

Related issue(s)
Pat of asyncapi/shape-up-process#83

@magicmatatjahu magicmatatjahu changed the title feat: fix security issues in deps feat: bump dependencies before pushing new version of component Apr 26, 2021
@@ -43,7 +43,7 @@
"testWatch": "jest --detectOpenHandles --watch",
"copyCss": "cp -r ./src/styles ./lib",
"prepare": "npm run build",
"prepack": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
"prepack": "npm run build && cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't push Readme to npm from some commits. This line fixes it.

@magicmatatjahu magicmatatjahu requested a review from derberg April 26, 2021 13:03
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@magicmatatjahu magicmatatjahu requested a review from derberg April 26, 2021 14:06
@magicmatatjahu magicmatatjahu merged commit 6cfc4a4 into asyncapi:master Apr 26, 2021
@magicmatatjahu magicmatatjahu deleted the fix-deps-2 branch April 26, 2021 14:07
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 0.23.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants