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

fix: prevent lint-staged git add warning and mergeOptions warning on Video.js@8 #235

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

brandonocasey
Copy link
Contributor

@brandonocasey brandonocasey commented Mar 2, 2023

Description

Prevents the following warning:
VIDEOJS: WARN: videojs.mergeOptions is deprecated and will be removed in 9.0; please use videojs.obj.merge instead.

Also prevents a warning from lint-staged regarding git add (which was introduced in lint-staged v10)
⚠ Some of your tasks use 'git add' command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.

I can move the second change into another pull request if we want.

@brandonocasey brandonocasey merged commit 2b0966f into main Mar 3, 2023
@brandonocasey brandonocasey deleted the fix/prevent-warning branch March 3, 2023 20:07
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