-
-
Notifications
You must be signed in to change notification settings - Fork 69
chore(deps): bump all minor versions #310
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
chore(deps): bump all minor versions #310
Conversation
Thanks Bala! I'll check and merge soon. Regarding the bot, we had it. But it's kind of annoying. It keeps us busy with updating, even when things aren't broken. I'd rather do bulk updates once in a while. |
A bot could be more a pain than a help. Sometime is better to update every month everything. Anyway we don't have tests for all the codebase so updating libraries could be a problem xD. |
package.json
Outdated
"codemirror": "5.54.0", | ||
"crx-bridge": "^2.1.0", | ||
"crx-bridge": "^3.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if it's a good thing to add this major bump here, as crx-bridge has changed quite a bit to add support for Firefox.
Should this one be reverted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had tested it worked. But I didn't any release notes. So should I revert it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test the build & functioning of the chrome extension? That's where crx-bridge
is being used.
If it works, we can merge it.
@balavishnuvj, can you fix the conflicts? 😇 I'll hit merge right after. |
will fix them today! |
…nd into chore/update-minor-dep-12-20
@smeijer have updated. Also have reverted |
Thanks, Bala! |
@all-contributors please add @balavishnuvj for code |
I've put up a pull request to add @balavishnuvj! 🎉 |
Updated minor reps by running
npm update
. Probably we should have bot to this 😅. I was looking into someother issue when I noticed this. Feel free to discard if this is not necessary.Can you give a follow up PR where deps have major changes.